| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubrefactorspaces |
|
| com.amazonaws.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceResult |
AbstractAWSMigrationHubRefactorSpaces.createService(CreateServiceRequest request) |
CreateServiceResult |
AWSMigrationHubRefactorSpaces.createService(CreateServiceRequest createServiceRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces service.
|
CreateServiceResult |
AWSMigrationHubRefactorSpacesClient.createService(CreateServiceRequest request)
Creates an Amazon Web Services Migration Hub Refactor Spaces service.
|
Future<CreateServiceResult> |
AbstractAWSMigrationHubRefactorSpacesAsync.createServiceAsync(CreateServiceRequest request) |
Future<CreateServiceResult> |
AWSMigrationHubRefactorSpacesAsync.createServiceAsync(CreateServiceRequest createServiceRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces service.
|
Future<CreateServiceResult> |
AWSMigrationHubRefactorSpacesAsyncClient.createServiceAsync(CreateServiceRequest request) |
Future<CreateServiceResult> |
AbstractAWSMigrationHubRefactorSpacesAsync.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
Future<CreateServiceResult> |
AWSMigrationHubRefactorSpacesAsync.createServiceAsync(CreateServiceRequest createServiceRequest,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler)
Creates an Amazon Web Services Migration Hub Refactor Spaces service.
|
Future<CreateServiceResult> |
AWSMigrationHubRefactorSpacesAsyncClient.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateServiceResult> |
AbstractAWSMigrationHubRefactorSpacesAsync.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
Future<CreateServiceResult> |
AWSMigrationHubRefactorSpacesAsync.createServiceAsync(CreateServiceRequest createServiceRequest,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler)
Creates an Amazon Web Services Migration Hub Refactor Spaces service.
|
Future<CreateServiceResult> |
AWSMigrationHubRefactorSpacesAsyncClient.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceRequest |
CreateServiceRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateServiceRequest |
CreateServiceRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateServiceRequest |
CreateServiceRequest.clone() |
CreateServiceRequest |
CreateServiceRequest.withApplicationIdentifier(String applicationIdentifier)
The ID of the application which the service is created.
|
CreateServiceRequest |
CreateServiceRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateServiceRequest |
CreateServiceRequest.withDescription(String description)
The description of the service.
|
CreateServiceRequest |
CreateServiceRequest.withEndpointType(ServiceEndpointType endpointType)
The type of endpoint to use for the service.
|
CreateServiceRequest |
CreateServiceRequest.withEndpointType(String endpointType)
The type of endpoint to use for the service.
|
CreateServiceRequest |
CreateServiceRequest.withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment in which the service is created.
|
CreateServiceRequest |
CreateServiceRequest.withLambdaEndpoint(LambdaEndpointInput lambdaEndpoint)
The configuration for the Lambda endpoint type.
|
CreateServiceRequest |
CreateServiceRequest.withName(String name)
The name of the service.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Map<String,String> tags)
The tags to assign to the service.
|
CreateServiceRequest |
CreateServiceRequest.withUrlEndpoint(UrlEndpointInput urlEndpoint)
The configuration for the URL endpoint type.
|
CreateServiceRequest |
CreateServiceRequest.withVpcId(String vpcId)
The ID of the VPC.
|
Copyright © 2022. All rights reserved.