| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.paginators | |
| software.amazon.awssdk.services.apigateway.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetBasePathMappingsResponse |
ApiGatewayClient.getBasePathMappings(GetBasePathMappingsRequest getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.
|
default CompletableFuture<GetBasePathMappingsResponse> |
ApiGatewayAsyncClient.getBasePathMappings(GetBasePathMappingsRequest getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.
|
default GetBasePathMappingsIterable |
ApiGatewayClient.getBasePathMappingsPaginator(GetBasePathMappingsRequest getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.
|
default GetBasePathMappingsPublisher |
ApiGatewayAsyncClient.getBasePathMappingsPaginator(GetBasePathMappingsRequest getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.
|
| Constructor and Description |
|---|
GetBasePathMappingsIterable(ApiGatewayClient client,
GetBasePathMappingsRequest firstRequest) |
GetBasePathMappingsPublisher(ApiGatewayAsyncClient client,
GetBasePathMappingsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetBasePathMappingsRequestMarshaller.marshall(GetBasePathMappingsRequest getBasePathMappingsRequest) |
Copyright © 2023. All rights reserved.