| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetBasePathMappingsResponse |
ApiGatewayClient.getBasePathMappings(Consumer<GetBasePathMappingsRequest.Builder> getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.
|
default GetBasePathMappingsResponse |
ApiGatewayClient.getBasePathMappings(GetBasePathMappingsRequest getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBasePathMappingsResponse> |
ApiGatewayAsyncClient.getBasePathMappings(Consumer<GetBasePathMappingsRequest.Builder> getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.
|
default CompletableFuture<GetBasePathMappingsResponse> |
ApiGatewayAsyncClient.getBasePathMappings(GetBasePathMappingsRequest getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetBasePathMappingsResponse> |
GetBasePathMappingsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetBasePathMappingsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetBasePathMappingsResponse> subscriber) |
Copyright © 2023. All rights reserved.