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