Uses of Class
software.amazon.awssdk.services.outposts.model.GetOutpostInstanceTypesResponse
-
Packages that use GetOutpostInstanceTypesResponse 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 GetOutpostInstanceTypesResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return GetOutpostInstanceTypesResponse Modifier and Type Method Description default GetOutpostInstanceTypesResponseOutpostsClient. getOutpostInstanceTypes(Consumer<GetOutpostInstanceTypesRequest.Builder> getOutpostInstanceTypesRequest)Gets the instance types for the specified Outpost.default GetOutpostInstanceTypesResponseOutpostsClient. getOutpostInstanceTypes(GetOutpostInstanceTypesRequest getOutpostInstanceTypesRequest)Gets the instance types for the specified Outpost.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type GetOutpostInstanceTypesResponse Modifier and Type Method Description default CompletableFuture<GetOutpostInstanceTypesResponse>OutpostsAsyncClient. getOutpostInstanceTypes(Consumer<GetOutpostInstanceTypesRequest.Builder> getOutpostInstanceTypesRequest)Gets the instance types for the specified Outpost.default CompletableFuture<GetOutpostInstanceTypesResponse>OutpostsAsyncClient. getOutpostInstanceTypes(GetOutpostInstanceTypesRequest getOutpostInstanceTypesRequest)Gets the instance types for the specified Outpost. -
Uses of GetOutpostInstanceTypesResponse in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type GetOutpostInstanceTypesResponse Modifier and Type Method Description Iterator<GetOutpostInstanceTypesResponse>GetOutpostInstanceTypesIterable. iterator()Method parameters in software.amazon.awssdk.services.outposts.paginators with type arguments of type GetOutpostInstanceTypesResponse Modifier and Type Method Description voidGetOutpostInstanceTypesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetOutpostInstanceTypesResponse> subscriber)
-