Uses of Interface
software.amazon.awssdk.services.outposts.model.ListOutpostsRequest.Builder
Packages that use ListOutpostsRequest.Builder
Package
Description
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
-
Uses of ListOutpostsRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type ListOutpostsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListOutpostsResponse>OutpostsAsyncClient.listOutposts(Consumer<ListOutpostsRequest.Builder> listOutpostsRequest) Lists the Outposts for your Amazon Web Services account.default ListOutpostsResponseOutpostsClient.listOutposts(Consumer<ListOutpostsRequest.Builder> listOutpostsRequest) Lists the Outposts for your Amazon Web Services account.default ListOutpostsPublisherOutpostsAsyncClient.listOutpostsPaginator(Consumer<ListOutpostsRequest.Builder> listOutpostsRequest) This is a variant ofOutpostsAsyncClient.listOutposts(software.amazon.awssdk.services.outposts.model.ListOutpostsRequest)operation.default ListOutpostsIterableOutpostsClient.listOutpostsPaginator(Consumer<ListOutpostsRequest.Builder> listOutpostsRequest) This is a variant ofOutpostsClient.listOutposts(software.amazon.awssdk.services.outposts.model.ListOutpostsRequest)operation. -
Uses of ListOutpostsRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return ListOutpostsRequest.BuilderModifier and TypeMethodDescriptionListOutpostsRequest.Builder.availabilityZoneFilter(String... availabilityZoneFilter) Filters the results by Availability Zone (for example,us-east-1a).ListOutpostsRequest.Builder.availabilityZoneFilter(Collection<String> availabilityZoneFilter) Filters the results by Availability Zone (for example,us-east-1a).ListOutpostsRequest.Builder.availabilityZoneIdFilter(String... availabilityZoneIdFilter) Filters the results by AZ ID (for example,use1-az1).ListOutpostsRequest.Builder.availabilityZoneIdFilter(Collection<String> availabilityZoneIdFilter) Filters the results by AZ ID (for example,use1-az1).static ListOutpostsRequest.BuilderListOutpostsRequest.builder()ListOutpostsRequest.Builder.lifeCycleStatusFilter(String... lifeCycleStatusFilter) Filters the results by the lifecycle status.ListOutpostsRequest.Builder.lifeCycleStatusFilter(Collection<String> lifeCycleStatusFilter) Filters the results by the lifecycle status.ListOutpostsRequest.Builder.maxResults(Integer maxResults) Sets the value of the MaxResults property for this object.Sets the value of the NextToken property for this object.ListOutpostsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListOutpostsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListOutpostsRequest.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type ListOutpostsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListOutpostsRequest.Builder>ListOutpostsRequest.serializableBuilderClass()