| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Api |
Api.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Api |
Api.clearTagsEntries()
Removes all the entries added into Tags.
|
Api |
Api.clone() |
Api |
Api.withApiEndpoint(String apiEndpoint)
The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com.
|
Api |
Api.withApiGatewayManaged(Boolean apiGatewayManaged)
Specifies whether an API is managed by API Gateway.
|
Api |
Api.withApiId(String apiId)
The API ID.
|
Api |
Api.withApiKeySelectionExpression(String apiKeySelectionExpression)
An API key selection expression.
|
Api |
Api.withCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
Api |
Api.withCreatedDate(Date createdDate)
The timestamp when the API was created.
|
Api |
Api.withDescription(String description)
The description of the API.
|
Api |
Api.withDisableExecuteApiEndpoint(Boolean disableExecuteApiEndpoint)
Specifies whether clients can invoke your API by using the default execute-api endpoint.
|
Api |
Api.withDisableSchemaValidation(Boolean disableSchemaValidation)
Avoid validating models when creating a deployment.
|
Api |
Api.withImportInfo(Collection<String> importInfo)
The validation information during API import.
|
Api |
Api.withImportInfo(String... importInfo)
The validation information during API import.
|
Api |
Api.withName(String name)
The name of the API.
|
Api |
Api.withProtocolType(ProtocolType protocolType)
The API protocol.
|
Api |
Api.withProtocolType(String protocolType)
The API protocol.
|
Api |
Api.withRouteSelectionExpression(String routeSelectionExpression)
The route selection expression for the API.
|
Api |
Api.withTags(Map<String,String> tags)
A collection of tags associated with the API.
|
Api |
Api.withVersion(String version)
A version identifier for the API.
|
Api |
Api.withWarnings(Collection<String> warnings)
The warning messages reported when failonwarnings is turned on during API import.
|
Api |
Api.withWarnings(String... warnings)
The warning messages reported when failonwarnings is turned on during API import.
|
| Modifier and Type | Method and Description |
|---|---|
List<Api> |
GetApisResult.getItems()
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetApisResult |
GetApisResult.withItems(Api... items)
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetApisResult.setItems(Collection<Api> items)
The elements from this collection.
|
GetApisResult |
GetApisResult.withItems(Collection<Api> items)
The elements from this collection.
|
Copyright © 2021. All rights reserved.