| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceProfile |
ModifyInstanceProfileResponse.instanceProfile()
The instance profile that was modified.
|
InstanceProfile |
CreateInstanceProfileResponse.instanceProfile()
The instance profile that was created.
|
InstanceProfile |
DeleteInstanceProfileResponse.instanceProfile()
The instance profile that was deleted.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceProfile> |
DescribeInstanceProfilesResponse.instanceProfiles()
A description of instance profiles.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyInstanceProfileResponse.Builder |
ModifyInstanceProfileResponse.Builder.instanceProfile(InstanceProfile instanceProfile)
The instance profile that was modified.
|
CreateInstanceProfileResponse.Builder |
CreateInstanceProfileResponse.Builder.instanceProfile(InstanceProfile instanceProfile)
The instance profile that was created.
|
DeleteInstanceProfileResponse.Builder |
DeleteInstanceProfileResponse.Builder.instanceProfile(InstanceProfile instanceProfile)
The instance profile that was deleted.
|
DescribeInstanceProfilesResponse.Builder |
DescribeInstanceProfilesResponse.Builder.instanceProfiles(InstanceProfile... instanceProfiles)
A description of instance profiles.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceProfilesResponse.Builder |
DescribeInstanceProfilesResponse.Builder.instanceProfiles(Collection<InstanceProfile> instanceProfiles)
A description of instance profiles.
|
Copyright © 2023. All rights reserved.