| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default GetBasePathMappingsResponse |
ApiGatewayClient.getBasePathMappings(Consumer<GetBasePathMappingsRequest.Builder> getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.
|
default CompletableFuture<GetBasePathMappingsResponse> |
ApiGatewayAsyncClient.getBasePathMappings(Consumer<GetBasePathMappingsRequest.Builder> getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.
|
default GetBasePathMappingsIterable |
ApiGatewayClient.getBasePathMappingsPaginator(Consumer<GetBasePathMappingsRequest.Builder> getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.
|
default GetBasePathMappingsPublisher |
ApiGatewayAsyncClient.getBasePathMappingsPaginator(Consumer<GetBasePathMappingsRequest.Builder> getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.
|
| Modifier and Type | Method and Description |
|---|---|
static GetBasePathMappingsRequest.Builder |
GetBasePathMappingsRequest.builder() |
GetBasePathMappingsRequest.Builder |
GetBasePathMappingsRequest.Builder.domainName(String domainName)
The domain name of a BasePathMapping resource.
|
GetBasePathMappingsRequest.Builder |
GetBasePathMappingsRequest.Builder.limit(Integer limit)
The maximum number of returned results per page.
|
GetBasePathMappingsRequest.Builder |
GetBasePathMappingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBasePathMappingsRequest.Builder |
GetBasePathMappingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBasePathMappingsRequest.Builder |
GetBasePathMappingsRequest.Builder.position(String position)
The current pagination position in the paged result set.
|
GetBasePathMappingsRequest.Builder |
GetBasePathMappingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBasePathMappingsRequest.Builder> |
GetBasePathMappingsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.