Uses of Interface
software.amazon.awssdk.services.outposts.model.ListOrdersRequest.Builder
-
Packages that use ListOrdersRequest.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 ListOrdersRequest.Builder in software.amazon.awssdk.services.outposts
-
Uses of ListOrdersRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return ListOrdersRequest.Builder Modifier and Type Method Description static ListOrdersRequest.BuilderListOrdersRequest. builder()ListOrdersRequest.BuilderListOrdersRequest.Builder. maxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListOrdersRequest.BuilderListOrdersRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListOrdersRequest.BuilderListOrdersRequest.Builder. outpostIdentifierFilter(String outpostIdentifierFilter)The ID or the Amazon Resource Name (ARN) of the Outpost.ListOrdersRequest.BuilderListOrdersRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListOrdersRequest.BuilderListOrdersRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListOrdersRequest.BuilderListOrdersRequest. toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type ListOrdersRequest.Builder Modifier and Type Method Description static Class<? extends ListOrdersRequest.Builder>ListOrdersRequest. serializableBuilderClass()
-