Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ListVpcOriginsRequest.Builder
Packages that use ListVpcOriginsRequest.Builder
Package
Description
-
Uses of ListVpcOriginsRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type ListVpcOriginsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListVpcOriginsResponse>CloudFrontAsyncClient.listVpcOrigins(Consumer<ListVpcOriginsRequest.Builder> listVpcOriginsRequest) List the CloudFront VPC origins in your account.default ListVpcOriginsResponseCloudFrontClient.listVpcOrigins(Consumer<ListVpcOriginsRequest.Builder> listVpcOriginsRequest) List the CloudFront VPC origins in your account. -
Uses of ListVpcOriginsRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ListVpcOriginsRequest.BuilderModifier and TypeMethodDescriptionListVpcOriginsRequest.builder()The marker associated with the VPC origins list.The maximum number of items included in the list.ListVpcOriginsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListVpcOriginsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListVpcOriginsRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ListVpcOriginsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListVpcOriginsRequest.Builder>ListVpcOriginsRequest.serializableBuilderClass()