Uses of Class
software.amazon.awssdk.services.databasemigration.model.InstanceProfile
Packages that use InstanceProfile
-
Uses of InstanceProfile in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return InstanceProfileModifier and TypeMethodDescriptionfinal InstanceProfileCreateInstanceProfileResponse.instanceProfile()The instance profile that was created.final InstanceProfileDeleteInstanceProfileResponse.instanceProfile()The instance profile that was deleted.final InstanceProfileModifyInstanceProfileResponse.instanceProfile()The instance profile that was modified.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type InstanceProfileModifier and TypeMethodDescriptionfinal List<InstanceProfile>DescribeInstanceProfilesResponse.instanceProfiles()A description of instance profiles.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type InstanceProfileModifier and TypeMethodDescriptionCreateInstanceProfileResponse.Builder.instanceProfile(InstanceProfile instanceProfile) The instance profile that was created.DeleteInstanceProfileResponse.Builder.instanceProfile(InstanceProfile instanceProfile) The instance profile that was deleted.ModifyInstanceProfileResponse.Builder.instanceProfile(InstanceProfile instanceProfile) The instance profile that was modified.DescribeInstanceProfilesResponse.Builder.instanceProfiles(InstanceProfile... instanceProfiles) A description of instance profiles.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type InstanceProfileModifier and TypeMethodDescriptionDescribeInstanceProfilesResponse.Builder.instanceProfiles(Collection<InstanceProfile> instanceProfiles) A description of instance profiles.