|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateCloudFrontOriginAccessIdentityRequest | |
---|---|
com.amazonaws.services.cloudfront | Synchronous and asynchronous client classes for accessing AmazonCloudFront. |
com.amazonaws.services.cloudfront.model | Classes modeling the various types represented by AmazonCloudFront. |
Uses of UpdateCloudFrontOriginAccessIdentityRequest in com.amazonaws.services.cloudfront |
---|
Method parameters in com.amazonaws.services.cloudfront with type arguments of type UpdateCloudFrontOriginAccessIdentityRequest | |
---|---|
Future<UpdateCloudFrontOriginAccessIdentityResult> |
AmazonCloudFrontAsyncClient.updateCloudFrontOriginAccessIdentityAsync(UpdateCloudFrontOriginAccessIdentityRequest updateCloudFrontOriginAccessIdentityRequest,
AsyncHandler<UpdateCloudFrontOriginAccessIdentityRequest,UpdateCloudFrontOriginAccessIdentityResult> asyncHandler)
Update an origin access identity. |
Future<UpdateCloudFrontOriginAccessIdentityResult> |
AmazonCloudFrontAsync.updateCloudFrontOriginAccessIdentityAsync(UpdateCloudFrontOriginAccessIdentityRequest updateCloudFrontOriginAccessIdentityRequest,
AsyncHandler<UpdateCloudFrontOriginAccessIdentityRequest,UpdateCloudFrontOriginAccessIdentityResult> asyncHandler)
Update an origin access identity. |
Uses of UpdateCloudFrontOriginAccessIdentityRequest in com.amazonaws.services.cloudfront.model |
---|
Methods in com.amazonaws.services.cloudfront.model that return UpdateCloudFrontOriginAccessIdentityRequest | |
---|---|
UpdateCloudFrontOriginAccessIdentityRequest |
UpdateCloudFrontOriginAccessIdentityRequest.withCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The identity's configuration information. |
UpdateCloudFrontOriginAccessIdentityRequest |
UpdateCloudFrontOriginAccessIdentityRequest.withId(String id)
The identity's id. |
UpdateCloudFrontOriginAccessIdentityRequest |
UpdateCloudFrontOriginAccessIdentityRequest.withIfMatch(String ifMatch)
The value of the ETag header you received when retrieving the identity's configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |