Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesResponse
-
Packages that use ListCloudFrontOriginAccessIdentitiesResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.paginators -
-
Uses of ListCloudFrontOriginAccessIdentitiesResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListCloudFrontOriginAccessIdentitiesResponse Modifier and Type Method Description default ListCloudFrontOriginAccessIdentitiesResponseCloudFrontClient. listCloudFrontOriginAccessIdentities()Lists origin access identities.default ListCloudFrontOriginAccessIdentitiesResponseCloudFrontClient. listCloudFrontOriginAccessIdentities(Consumer<ListCloudFrontOriginAccessIdentitiesRequest.Builder> listCloudFrontOriginAccessIdentitiesRequest)Lists origin access identities.default ListCloudFrontOriginAccessIdentitiesResponseCloudFrontClient. listCloudFrontOriginAccessIdentities(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest)Lists origin access identities.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListCloudFrontOriginAccessIdentitiesResponse Modifier and Type Method Description default CompletableFuture<ListCloudFrontOriginAccessIdentitiesResponse>CloudFrontAsyncClient. listCloudFrontOriginAccessIdentities()Lists origin access identities.default CompletableFuture<ListCloudFrontOriginAccessIdentitiesResponse>CloudFrontAsyncClient. listCloudFrontOriginAccessIdentities(Consumer<ListCloudFrontOriginAccessIdentitiesRequest.Builder> listCloudFrontOriginAccessIdentitiesRequest)Lists origin access identities.default CompletableFuture<ListCloudFrontOriginAccessIdentitiesResponse>CloudFrontAsyncClient. listCloudFrontOriginAccessIdentities(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest)Lists origin access identities. -
Uses of ListCloudFrontOriginAccessIdentitiesResponse in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type ListCloudFrontOriginAccessIdentitiesResponse Modifier and Type Method Description Iterator<ListCloudFrontOriginAccessIdentitiesResponse>ListCloudFrontOriginAccessIdentitiesIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudfront.paginators with type arguments of type ListCloudFrontOriginAccessIdentitiesResponse Modifier and Type Method Description voidListCloudFrontOriginAccessIdentitiesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCloudFrontOriginAccessIdentitiesResponse> subscriber)
-