Uses of Class
software.amazon.awssdk.services.databasemigration.model.DeleteReplicationSubnetGroupResponse
Packages that use DeleteReplicationSubnetGroupResponse
-
Uses of DeleteReplicationSubnetGroupResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return DeleteReplicationSubnetGroupResponseModifier and TypeMethodDescriptionDatabaseMigrationClient.deleteReplicationSubnetGroup(Consumer<DeleteReplicationSubnetGroupRequest.Builder> deleteReplicationSubnetGroupRequest) Deletes a subnet group.DatabaseMigrationClient.deleteReplicationSubnetGroup(DeleteReplicationSubnetGroupRequest deleteReplicationSubnetGroupRequest) Deletes a subnet group.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type DeleteReplicationSubnetGroupResponseModifier and TypeMethodDescriptionDatabaseMigrationAsyncClient.deleteReplicationSubnetGroup(Consumer<DeleteReplicationSubnetGroupRequest.Builder> deleteReplicationSubnetGroupRequest) Deletes a subnet group.DatabaseMigrationAsyncClient.deleteReplicationSubnetGroup(DeleteReplicationSubnetGroupRequest deleteReplicationSubnetGroupRequest) Deletes a subnet group.