| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice |
|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ModifyInstanceProfileResult> |
AbstractAWSDatabaseMigrationServiceAsync.modifyInstanceProfileAsync(ModifyInstanceProfileRequest request,
AsyncHandler<ModifyInstanceProfileRequest,ModifyInstanceProfileResult> asyncHandler) |
Future<ModifyInstanceProfileResult> |
AWSDatabaseMigrationServiceAsync.modifyInstanceProfileAsync(ModifyInstanceProfileRequest modifyInstanceProfileRequest,
AsyncHandler<ModifyInstanceProfileRequest,ModifyInstanceProfileResult> asyncHandler)
Modifies the specified instance profile using the provided parameters.
|
Future<ModifyInstanceProfileResult> |
AWSDatabaseMigrationServiceAsyncClient.modifyInstanceProfileAsync(ModifyInstanceProfileRequest request,
AsyncHandler<ModifyInstanceProfileRequest,ModifyInstanceProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ModifyInstanceProfileRequest |
ModifyInstanceProfileRequest.clone() |
ModifyInstanceProfileRequest |
ModifyInstanceProfileRequest.withAvailabilityZone(String availabilityZone)
The Availability Zone where the instance profile runs.
|
ModifyInstanceProfileRequest |
ModifyInstanceProfileRequest.withDescription(String description)
A user-friendly description for the instance profile.
|
ModifyInstanceProfileRequest |
ModifyInstanceProfileRequest.withInstanceProfileIdentifier(String instanceProfileIdentifier)
The identifier of the instance profile.
|
ModifyInstanceProfileRequest |
ModifyInstanceProfileRequest.withInstanceProfileName(String instanceProfileName)
A user-friendly name for the instance profile.
|
ModifyInstanceProfileRequest |
ModifyInstanceProfileRequest.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the connection parameters for the instance
profile.
|
ModifyInstanceProfileRequest |
ModifyInstanceProfileRequest.withNetworkType(String networkType)
Specifies the network type for the instance profile.
|
ModifyInstanceProfileRequest |
ModifyInstanceProfileRequest.withPubliclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the instance profile.
|
ModifyInstanceProfileRequest |
ModifyInstanceProfileRequest.withSubnetGroupIdentifier(String subnetGroupIdentifier)
A subnet group to associate with the instance profile.
|
ModifyInstanceProfileRequest |
ModifyInstanceProfileRequest.withVpcSecurityGroups(Collection<String> vpcSecurityGroups)
Specifies the VPC security groups to be used with the instance profile.
|
ModifyInstanceProfileRequest |
ModifyInstanceProfileRequest.withVpcSecurityGroups(String... vpcSecurityGroups)
Specifies the VPC security groups to be used with the instance profile.
|
Copyright © 2023. All rights reserved.