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