| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces |
|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateApplicationResponse |
MigrationHubRefactorSpacesClient.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces application.
|
default CompletableFuture<CreateApplicationResponse> |
MigrationHubRefactorSpacesAsyncClient.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces application.
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.apiGatewayProxy(ApiGatewayProxyInput apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
default CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.apiGatewayProxy(Consumer<ApiGatewayProxyInput.Builder> apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
static CreateApplicationRequest.Builder |
CreateApplicationRequest.builder() |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.environmentIdentifier(String environmentIdentifier)
The unique identifier of the environment.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.name(String name)
The name to use for the application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.proxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.proxyType(String proxyType)
The proxy type of the proxy created within the application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.tags(Map<String,String> tags)
The tags to assign to the application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.toBuilder() |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateApplicationRequest.Builder> |
CreateApplicationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.