| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubrefactorspaces |
|
| com.amazonaws.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceResult |
AWSMigrationHubRefactorSpacesClient.createService(CreateServiceRequest request)
Creates an Amazon Web Services Migration Hub Refactor Spaces service.
|
CreateServiceResult |
AbstractAWSMigrationHubRefactorSpaces.createService(CreateServiceRequest request) |
CreateServiceResult |
AWSMigrationHubRefactorSpaces.createService(CreateServiceRequest createServiceRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces service.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateServiceResult> |
AWSMigrationHubRefactorSpacesAsyncClient.createServiceAsync(CreateServiceRequest request) |
Future<CreateServiceResult> |
AWSMigrationHubRefactorSpacesAsync.createServiceAsync(CreateServiceRequest createServiceRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces service.
|
Future<CreateServiceResult> |
AbstractAWSMigrationHubRefactorSpacesAsync.createServiceAsync(CreateServiceRequest request) |
Future<CreateServiceResult> |
AWSMigrationHubRefactorSpacesAsyncClient.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> |
AbstractAWSMigrationHubRefactorSpacesAsync.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateServiceResult> |
AWSMigrationHubRefactorSpacesAsyncClient.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> |
AbstractAWSMigrationHubRefactorSpacesAsync.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceResult |
CreateServiceResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateServiceResult |
CreateServiceResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateServiceResult |
CreateServiceResult.clone() |
CreateServiceResult |
CreateServiceResult.withApplicationId(String applicationId)
The ID of the application that the created service belongs to.
|
CreateServiceResult |
CreateServiceResult.withArn(String arn)
The Amazon Resource Name (ARN) of the service.
|
CreateServiceResult |
CreateServiceResult.withCreatedByAccountId(String createdByAccountId)
The Amazon Web Services account ID of the service creator.
|
CreateServiceResult |
CreateServiceResult.withCreatedTime(Date createdTime)
A timestamp that indicates when the service is created.
|
CreateServiceResult |
CreateServiceResult.withDescription(String description)
The description of the created service.
|
CreateServiceResult |
CreateServiceResult.withEndpointType(ServiceEndpointType endpointType)
The endpoint type of the service.
|
CreateServiceResult |
CreateServiceResult.withEndpointType(String endpointType)
The endpoint type of the service.
|
CreateServiceResult |
CreateServiceResult.withEnvironmentId(String environmentId)
The unique identifier of the environment.
|
CreateServiceResult |
CreateServiceResult.withLambdaEndpoint(LambdaEndpointInput lambdaEndpoint)
The configuration for the Lambda endpoint type.
|
CreateServiceResult |
CreateServiceResult.withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the service was last updated.
|
CreateServiceResult |
CreateServiceResult.withName(String name)
The name of the service.
|
CreateServiceResult |
CreateServiceResult.withOwnerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the service owner.
|
CreateServiceResult |
CreateServiceResult.withServiceId(String serviceId)
The unique identifier of the service.
|
CreateServiceResult |
CreateServiceResult.withState(ServiceState state)
The current state of the service.
|
CreateServiceResult |
CreateServiceResult.withState(String state)
The current state of the service.
|
CreateServiceResult |
CreateServiceResult.withTags(Map<String,String> tags)
The tags assigned to the created service.
|
CreateServiceResult |
CreateServiceResult.withUrlEndpoint(UrlEndpointInput urlEndpoint)
The configuration for the URL endpoint type.
|
CreateServiceResult |
CreateServiceResult.withVpcId(String vpcId)
The ID of the VPC.
|
Copyright © 2023. All rights reserved.