Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonCloudFrontClient.deleteCloudFrontOriginAccessIdentity(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest)
Delete an origin access identity.
|
void |
AmazonCloudFront.deleteCloudFrontOriginAccessIdentity(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest)
Delete an origin access identity.
|
Future<Void> |
AmazonCloudFrontAsyncClient.deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest)
Delete an origin access identity.
|
Future<Void> |
AmazonCloudFrontAsync.deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest)
Delete an origin access identity.
|
Future<Void> |
AmazonCloudFrontAsyncClient.deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest,
AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest,Void> asyncHandler)
Delete an origin access identity.
|
Future<Void> |
AmazonCloudFrontAsync.deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest,
AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest,Void> asyncHandler)
Delete an origin access identity.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonCloudFrontAsyncClient.deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest,
AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest,Void> asyncHandler)
Delete an origin access identity.
|
Future<Void> |
AmazonCloudFrontAsync.deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest,
AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest,Void> asyncHandler)
Delete an origin access identity.
|
Modifier and Type | Method and Description |
---|---|
DeleteCloudFrontOriginAccessIdentityRequest |
DeleteCloudFrontOriginAccessIdentityRequest.withId(String id)
The origin access identity's id.
|
DeleteCloudFrontOriginAccessIdentityRequest |
DeleteCloudFrontOriginAccessIdentityRequest.withIfMatch(String ifMatch)
The value of the ETag header you received from a previous GET or PUT
request.
|
Copyright © 2015. All rights reserved.