Uses of Class
software.amazon.awssdk.services.outposts.model.GetOutpostSupportedInstanceTypesResponse
-
Packages that use GetOutpostSupportedInstanceTypesResponse 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.paginators -
-
Uses of GetOutpostSupportedInstanceTypesResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return GetOutpostSupportedInstanceTypesResponse Modifier and Type Method Description default GetOutpostSupportedInstanceTypesResponseOutpostsClient. getOutpostSupportedInstanceTypes(Consumer<GetOutpostSupportedInstanceTypesRequest.Builder> getOutpostSupportedInstanceTypesRequest)Gets the instance types that an Outpost can support inInstanceTypeCapacity.default GetOutpostSupportedInstanceTypesResponseOutpostsClient. getOutpostSupportedInstanceTypes(GetOutpostSupportedInstanceTypesRequest getOutpostSupportedInstanceTypesRequest)Gets the instance types that an Outpost can support inInstanceTypeCapacity.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type GetOutpostSupportedInstanceTypesResponse Modifier and Type Method Description default CompletableFuture<GetOutpostSupportedInstanceTypesResponse>OutpostsAsyncClient. getOutpostSupportedInstanceTypes(Consumer<GetOutpostSupportedInstanceTypesRequest.Builder> getOutpostSupportedInstanceTypesRequest)Gets the instance types that an Outpost can support inInstanceTypeCapacity.default CompletableFuture<GetOutpostSupportedInstanceTypesResponse>OutpostsAsyncClient. getOutpostSupportedInstanceTypes(GetOutpostSupportedInstanceTypesRequest getOutpostSupportedInstanceTypesRequest)Gets the instance types that an Outpost can support inInstanceTypeCapacity. -
Uses of GetOutpostSupportedInstanceTypesResponse in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type GetOutpostSupportedInstanceTypesResponse Modifier and Type Method Description Iterator<GetOutpostSupportedInstanceTypesResponse>GetOutpostSupportedInstanceTypesIterable. iterator()Method parameters in software.amazon.awssdk.services.outposts.paginators with type arguments of type GetOutpostSupportedInstanceTypesResponse Modifier and Type Method Description voidGetOutpostSupportedInstanceTypesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetOutpostSupportedInstanceTypesResponse> subscriber)
-