Uses of Class
software.amazon.awssdk.services.databasemigration.model.DeleteInstanceProfileResponse
-
Packages that use DeleteInstanceProfileResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service -
-
Uses of DeleteInstanceProfileResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return DeleteInstanceProfileResponse Modifier and Type Method Description default DeleteInstanceProfileResponseDatabaseMigrationClient. deleteInstanceProfile(Consumer<DeleteInstanceProfileRequest.Builder> deleteInstanceProfileRequest)Deletes the specified instance profile.default DeleteInstanceProfileResponseDatabaseMigrationClient. deleteInstanceProfile(DeleteInstanceProfileRequest deleteInstanceProfileRequest)Deletes the specified instance profile.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type DeleteInstanceProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteInstanceProfileResponse>DatabaseMigrationAsyncClient. deleteInstanceProfile(Consumer<DeleteInstanceProfileRequest.Builder> deleteInstanceProfileRequest)Deletes the specified instance profile.default CompletableFuture<DeleteInstanceProfileResponse>DatabaseMigrationAsyncClient. deleteInstanceProfile(DeleteInstanceProfileRequest deleteInstanceProfileRequest)Deletes the specified instance profile.
-