| 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 |
| Modifier and Type | Method and Description |
|---|---|
default GetOutpostInstanceTypesResponse |
OutpostsClient.getOutpostInstanceTypes(Consumer<GetOutpostInstanceTypesRequest.Builder> getOutpostInstanceTypesRequest)
Gets the instance types for the specified Outpost.
|
default GetOutpostInstanceTypesResponse |
OutpostsClient.getOutpostInstanceTypes(GetOutpostInstanceTypesRequest getOutpostInstanceTypesRequest)
Gets the instance types for the specified Outpost.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetOutpostInstanceTypesResponse> |
GetOutpostInstanceTypesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetOutpostInstanceTypesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetOutpostInstanceTypesResponse> subscriber) |
Copyright © 2022. All rights reserved.