| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice |
|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateInstanceProfileResult> |
AWSDatabaseMigrationServiceAsyncClient.createInstanceProfileAsync(CreateInstanceProfileRequest request,
AsyncHandler<CreateInstanceProfileRequest,CreateInstanceProfileResult> asyncHandler) |
Future<CreateInstanceProfileResult> |
AbstractAWSDatabaseMigrationServiceAsync.createInstanceProfileAsync(CreateInstanceProfileRequest request,
AsyncHandler<CreateInstanceProfileRequest,CreateInstanceProfileResult> asyncHandler) |
Future<CreateInstanceProfileResult> |
AWSDatabaseMigrationServiceAsync.createInstanceProfileAsync(CreateInstanceProfileRequest createInstanceProfileRequest,
AsyncHandler<CreateInstanceProfileRequest,CreateInstanceProfileResult> asyncHandler)
Creates the instance profile using the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.clone() |
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withAvailabilityZone(String availabilityZone)
The Availability Zone where the instance profile will be created.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withDescription(String description)
A user-friendly description of the instance profile.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withInstanceProfileName(String instanceProfileName)
A user-friendly name for the instance profile.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the connection parameters for the instance
profile.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withNetworkType(String networkType)
Specifies the network type for the instance profile.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withPubliclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the instance profile.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withSubnetGroupIdentifier(String subnetGroupIdentifier)
A subnet group to associate with the instance profile.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withTags(Collection<Tag> tags)
One or more tags to be assigned to the instance profile.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withTags(Tag... tags)
One or more tags to be assigned to the instance profile.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withVpcSecurityGroups(Collection<String> vpcSecurityGroups)
Specifies the VPC security group names to be used with the instance profile.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withVpcSecurityGroups(String... vpcSecurityGroups)
Specifies the VPC security group names to be used with the instance profile.
|
Copyright © 2024. All rights reserved.