Uses of Class
software.amazon.awssdk.services.cloudfront.model.NoSuchCloudFrontOriginAccessIdentityException
Packages that use NoSuchCloudFrontOriginAccessIdentityException
-
Uses of NoSuchCloudFrontOriginAccessIdentityException in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that throw NoSuchCloudFrontOriginAccessIdentityExceptionModifier and TypeMethodDescriptionCloudFrontClient.deleteCloudFrontOriginAccessIdentity(Consumer<DeleteCloudFrontOriginAccessIdentityRequest.Builder> deleteCloudFrontOriginAccessIdentityRequest) Delete an origin access identity.CloudFrontClient.deleteCloudFrontOriginAccessIdentity(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest) Delete an origin access identity.CloudFrontClient.getCloudFrontOriginAccessIdentity(Consumer<GetCloudFrontOriginAccessIdentityRequest.Builder> getCloudFrontOriginAccessIdentityRequest) Get the information about an origin access identity.CloudFrontClient.getCloudFrontOriginAccessIdentity(GetCloudFrontOriginAccessIdentityRequest getCloudFrontOriginAccessIdentityRequest) Get the information about an origin access identity.CloudFrontClient.getCloudFrontOriginAccessIdentityConfig(Consumer<GetCloudFrontOriginAccessIdentityConfigRequest.Builder> getCloudFrontOriginAccessIdentityConfigRequest) Get the configuration information about an origin access identity.CloudFrontClient.getCloudFrontOriginAccessIdentityConfig(GetCloudFrontOriginAccessIdentityConfigRequest getCloudFrontOriginAccessIdentityConfigRequest) Get the configuration information about an origin access identity.CloudFrontClient.updateCloudFrontOriginAccessIdentity(Consumer<UpdateCloudFrontOriginAccessIdentityRequest.Builder> updateCloudFrontOriginAccessIdentityRequest) Update an origin access identity.CloudFrontClient.updateCloudFrontOriginAccessIdentity(UpdateCloudFrontOriginAccessIdentityRequest updateCloudFrontOriginAccessIdentityRequest) Update an origin access identity.