Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListOriginAccessControlsResponse
-
Packages that use ListOriginAccessControlsResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.paginators -
-
Uses of ListOriginAccessControlsResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListOriginAccessControlsResponse Modifier and Type Method Description default ListOriginAccessControlsResponseCloudFrontClient. listOriginAccessControls(Consumer<ListOriginAccessControlsRequest.Builder> listOriginAccessControlsRequest)Gets the list of CloudFront origin access controls (OACs) in this Amazon Web Services account.default ListOriginAccessControlsResponseCloudFrontClient. listOriginAccessControls(ListOriginAccessControlsRequest listOriginAccessControlsRequest)Gets the list of CloudFront origin access controls (OACs) in this Amazon Web Services account.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListOriginAccessControlsResponse Modifier and Type Method Description default CompletableFuture<ListOriginAccessControlsResponse>CloudFrontAsyncClient. listOriginAccessControls(Consumer<ListOriginAccessControlsRequest.Builder> listOriginAccessControlsRequest)Gets the list of CloudFront origin access controls (OACs) in this Amazon Web Services account.default CompletableFuture<ListOriginAccessControlsResponse>CloudFrontAsyncClient. listOriginAccessControls(ListOriginAccessControlsRequest listOriginAccessControlsRequest)Gets the list of CloudFront origin access controls (OACs) in this Amazon Web Services account. -
Uses of ListOriginAccessControlsResponse in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type ListOriginAccessControlsResponse Modifier and Type Method Description Iterator<ListOriginAccessControlsResponse>ListOriginAccessControlsIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudfront.paginators with type arguments of type ListOriginAccessControlsResponse Modifier and Type Method Description voidListOriginAccessControlsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListOriginAccessControlsResponse> subscriber)
-