Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListOriginAccessControlsRequest
-
Packages that use ListOriginAccessControlsRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of ListOriginAccessControlsRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type ListOriginAccessControlsRequest Modifier and Type Method Description default CompletableFuture<ListOriginAccessControlsResponse>CloudFrontAsyncClient. listOriginAccessControls(ListOriginAccessControlsRequest 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. -
Uses of ListOriginAccessControlsRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type ListOriginAccessControlsRequest Modifier and Type Method Description SdkHttpFullRequestListOriginAccessControlsRequestMarshaller. marshall(ListOriginAccessControlsRequest listOriginAccessControlsRequest)
-