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