Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListVpcOriginsResponse
-
Packages that use ListVpcOriginsResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of ListVpcOriginsResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListVpcOriginsResponse Modifier and Type Method Description default ListVpcOriginsResponseCloudFrontClient. listVpcOrigins(Consumer<ListVpcOriginsRequest.Builder> listVpcOriginsRequest)List the CloudFront VPC origins in your account.default ListVpcOriginsResponseCloudFrontClient. listVpcOrigins(ListVpcOriginsRequest listVpcOriginsRequest)List the CloudFront VPC origins in your account.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListVpcOriginsResponse Modifier and Type Method Description default CompletableFuture<ListVpcOriginsResponse>CloudFrontAsyncClient. listVpcOrigins(Consumer<ListVpcOriginsRequest.Builder> listVpcOriginsRequest)List the CloudFront VPC origins in your account.default CompletableFuture<ListVpcOriginsResponse>CloudFrontAsyncClient. listVpcOrigins(ListVpcOriginsRequest listVpcOriginsRequest)List the CloudFront VPC origins in your account.
-