| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceProfile |
InstanceProfile.clone() |
InstanceProfile |
ModifyInstanceProfileResult.getInstanceProfile()
The instance profile that was modified.
|
InstanceProfile |
CreateInstanceProfileResult.getInstanceProfile()
The instance profile that was created.
|
InstanceProfile |
DeleteInstanceProfileResult.getInstanceProfile()
The instance profile that was deleted.
|
InstanceProfile |
InstanceProfile.withAvailabilityZone(String availabilityZone)
The Availability Zone where the instance profile runs.
|
InstanceProfile |
InstanceProfile.withDescription(String description)
A description of the instance profile.
|
InstanceProfile |
InstanceProfile.withInstanceProfileArn(String instanceProfileArn)
The Amazon Resource Name (ARN) string that uniquely identifies the instance profile.
|
InstanceProfile |
InstanceProfile.withInstanceProfileCreationTime(Date instanceProfileCreationTime)
The time the instance profile was created.
|
InstanceProfile |
InstanceProfile.withInstanceProfileName(String instanceProfileName)
The user-friendly name for the instance profile.
|
InstanceProfile |
InstanceProfile.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the connection parameters for the instance
profile.
|
InstanceProfile |
InstanceProfile.withNetworkType(String networkType)
Specifies the network type for the instance profile.
|
InstanceProfile |
InstanceProfile.withPubliclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the instance profile.
|
InstanceProfile |
InstanceProfile.withSubnetGroupIdentifier(String subnetGroupIdentifier)
The identifier of the subnet group that is associated with the instance profile.
|
InstanceProfile |
InstanceProfile.withVpcSecurityGroups(Collection<String> vpcSecurityGroups)
The VPC security groups that are used with the instance profile.
|
InstanceProfile |
InstanceProfile.withVpcSecurityGroups(String... vpcSecurityGroups)
The VPC security groups that are used with the instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceProfile> |
DescribeInstanceProfilesResult.getInstanceProfiles()
A description of instance profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyInstanceProfileResult.setInstanceProfile(InstanceProfile instanceProfile)
The instance profile that was modified.
|
void |
CreateInstanceProfileResult.setInstanceProfile(InstanceProfile instanceProfile)
The instance profile that was created.
|
void |
DeleteInstanceProfileResult.setInstanceProfile(InstanceProfile instanceProfile)
The instance profile that was deleted.
|
ModifyInstanceProfileResult |
ModifyInstanceProfileResult.withInstanceProfile(InstanceProfile instanceProfile)
The instance profile that was modified.
|
CreateInstanceProfileResult |
CreateInstanceProfileResult.withInstanceProfile(InstanceProfile instanceProfile)
The instance profile that was created.
|
DeleteInstanceProfileResult |
DeleteInstanceProfileResult.withInstanceProfile(InstanceProfile instanceProfile)
The instance profile that was deleted.
|
DescribeInstanceProfilesResult |
DescribeInstanceProfilesResult.withInstanceProfiles(InstanceProfile... instanceProfiles)
A description of instance profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInstanceProfilesResult.setInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
A description of instance profiles.
|
DescribeInstanceProfilesResult |
DescribeInstanceProfilesResult.withInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
A description of instance profiles.
|
Copyright © 2024. All rights reserved.