| Package | Description |
|---|---|
| com.amazonaws.services.servermigration |
|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResult |
AbstractAWSServerMigration.updateApp(UpdateAppRequest request) |
UpdateAppResult |
AWSServerMigrationClient.updateApp(UpdateAppRequest request)
Updates the specified application.
|
UpdateAppResult |
AWSServerMigration.updateApp(UpdateAppRequest updateAppRequest)
Updates the specified application.
|
Future<UpdateAppResult> |
AbstractAWSServerMigrationAsync.updateAppAsync(UpdateAppRequest request) |
Future<UpdateAppResult> |
AWSServerMigrationAsync.updateAppAsync(UpdateAppRequest updateAppRequest)
Updates the specified application.
|
Future<UpdateAppResult> |
AWSServerMigrationAsyncClient.updateAppAsync(UpdateAppRequest request) |
Future<UpdateAppResult> |
AbstractAWSServerMigrationAsync.updateAppAsync(UpdateAppRequest request,
AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler) |
Future<UpdateAppResult> |
AWSServerMigrationAsync.updateAppAsync(UpdateAppRequest updateAppRequest,
AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler)
Updates the specified application.
|
Future<UpdateAppResult> |
AWSServerMigrationAsyncClient.updateAppAsync(UpdateAppRequest request,
AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAppResult> |
AbstractAWSServerMigrationAsync.updateAppAsync(UpdateAppRequest request,
AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler) |
Future<UpdateAppResult> |
AWSServerMigrationAsync.updateAppAsync(UpdateAppRequest updateAppRequest,
AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler)
Updates the specified application.
|
Future<UpdateAppResult> |
AWSServerMigrationAsyncClient.updateAppAsync(UpdateAppRequest request,
AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequest |
UpdateAppRequest.clone() |
UpdateAppRequest |
UpdateAppRequest.withAppId(String appId)
The ID of the application.
|
UpdateAppRequest |
UpdateAppRequest.withDescription(String description)
The new description of the application.
|
UpdateAppRequest |
UpdateAppRequest.withName(String name)
The new name of the application.
|
UpdateAppRequest |
UpdateAppRequest.withRoleName(String roleName)
The name of the service role in the customer's account used by Server Migration Service.
|
UpdateAppRequest |
UpdateAppRequest.withServerGroups(Collection<ServerGroup> serverGroups)
The server groups in the application to update.
|
UpdateAppRequest |
UpdateAppRequest.withServerGroups(ServerGroup... serverGroups)
The server groups in the application to update.
|
UpdateAppRequest |
UpdateAppRequest.withTags(Collection<Tag> tags)
The tags to associate with the application.
|
UpdateAppRequest |
UpdateAppRequest.withTags(Tag... tags)
The tags to associate with the application.
|
Copyright © 2023. All rights reserved.