Uses of Class
software.amazon.awssdk.services.databasemigration.model.ModifyInstanceProfileResponse
-
Packages that use ModifyInstanceProfileResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service -
-
Uses of ModifyInstanceProfileResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return ModifyInstanceProfileResponse Modifier and Type Method Description default ModifyInstanceProfileResponseDatabaseMigrationClient. modifyInstanceProfile(Consumer<ModifyInstanceProfileRequest.Builder> modifyInstanceProfileRequest)Modifies the specified instance profile using the provided parameters.default ModifyInstanceProfileResponseDatabaseMigrationClient. modifyInstanceProfile(ModifyInstanceProfileRequest modifyInstanceProfileRequest)Modifies the specified instance profile using the provided parameters.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type ModifyInstanceProfileResponse Modifier and Type Method Description default CompletableFuture<ModifyInstanceProfileResponse>DatabaseMigrationAsyncClient. modifyInstanceProfile(Consumer<ModifyInstanceProfileRequest.Builder> modifyInstanceProfileRequest)Modifies the specified instance profile using the provided parameters.default CompletableFuture<ModifyInstanceProfileResponse>DatabaseMigrationAsyncClient. modifyInstanceProfile(ModifyInstanceProfileRequest modifyInstanceProfileRequest)Modifies the specified instance profile using the provided parameters.
-