Uses of Class
software.amazon.awssdk.services.databasemigration.model.InstanceProfile
-
Packages that use InstanceProfile Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of InstanceProfile in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return InstanceProfile Modifier and Type Method Description InstanceProfileCreateInstanceProfileResponse. instanceProfile()The instance profile that was created.InstanceProfileDeleteInstanceProfileResponse. instanceProfile()The instance profile that was deleted.InstanceProfileModifyInstanceProfileResponse. instanceProfile()The instance profile that was modified.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type InstanceProfile Modifier and Type Method Description List<InstanceProfile>DescribeInstanceProfilesResponse. instanceProfiles()A description of instance profiles.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type InstanceProfile Modifier and Type Method Description CreateInstanceProfileResponse.BuilderCreateInstanceProfileResponse.Builder. instanceProfile(InstanceProfile instanceProfile)The instance profile that was created.DeleteInstanceProfileResponse.BuilderDeleteInstanceProfileResponse.Builder. instanceProfile(InstanceProfile instanceProfile)The instance profile that was deleted.ModifyInstanceProfileResponse.BuilderModifyInstanceProfileResponse.Builder. instanceProfile(InstanceProfile instanceProfile)The instance profile that was modified.DescribeInstanceProfilesResponse.BuilderDescribeInstanceProfilesResponse.Builder. instanceProfiles(InstanceProfile... instanceProfiles)A description of instance profiles.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type InstanceProfile Modifier and Type Method Description DescribeInstanceProfilesResponse.BuilderDescribeInstanceProfilesResponse.Builder. instanceProfiles(Collection<InstanceProfile> instanceProfiles)A description of instance profiles.
-