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
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type GetOutpostInstanceTypesRequest.Builder Modifier and Type Method Description default CompletableFuture<GetOutpostInstanceTypesResponse>OutpostsAsyncClient. getOutpostInstanceTypes(Consumer<GetOutpostInstanceTypesRequest.Builder> getOutpostInstanceTypesRequest)Gets the instance types for the specified Outpost.default GetOutpostInstanceTypesResponseOutpostsClient. getOutpostInstanceTypes(Consumer<GetOutpostInstanceTypesRequest.Builder> getOutpostInstanceTypesRequest)Gets the instance types for the specified Outpost.default GetOutpostInstanceTypesPublisherOutpostsAsyncClient. getOutpostInstanceTypesPaginator(Consumer<GetOutpostInstanceTypesRequest.Builder> getOutpostInstanceTypesRequest)Gets the instance types for the specified Outpost.default GetOutpostInstanceTypesIterableOutpostsClient. getOutpostInstanceTypesPaginator(Consumer<GetOutpostInstanceTypesRequest.Builder> getOutpostInstanceTypesRequest)Gets the instance types for the specified Outpost. -
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()
-