Uses of Class
software.amazon.awssdk.services.databasemigration.model.DeleteInstanceProfileResponse
Packages that use DeleteInstanceProfileResponse
-
Uses of DeleteInstanceProfileResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return DeleteInstanceProfileResponseModifier and TypeMethodDescriptiondefault 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 DeleteInstanceProfileResponseModifier and TypeMethodDescriptionDatabaseMigrationAsyncClient.deleteInstanceProfile(Consumer<DeleteInstanceProfileRequest.Builder> deleteInstanceProfileRequest) Deletes the specified instance profile.DatabaseMigrationAsyncClient.deleteInstanceProfile(DeleteInstanceProfileRequest deleteInstanceProfileRequest) Deletes the specified instance profile.