Uses of Class
software.amazon.awssdk.services.dax.model.DeleteSubnetGroupResponse
-
Packages that use DeleteSubnetGroupResponse Package Description software.amazon.awssdk.services.dax DAX is a managed caching service engineered for Amazon DynamoDB. -
-
Uses of DeleteSubnetGroupResponse in software.amazon.awssdk.services.dax
Methods in software.amazon.awssdk.services.dax that return DeleteSubnetGroupResponse Modifier and Type Method Description default DeleteSubnetGroupResponseDaxClient. deleteSubnetGroup(Consumer<DeleteSubnetGroupRequest.Builder> deleteSubnetGroupRequest)Deletes a subnet group.default DeleteSubnetGroupResponseDaxClient. deleteSubnetGroup(DeleteSubnetGroupRequest deleteSubnetGroupRequest)Deletes a subnet group.Methods in software.amazon.awssdk.services.dax that return types with arguments of type DeleteSubnetGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteSubnetGroupResponse>DaxAsyncClient. deleteSubnetGroup(Consumer<DeleteSubnetGroupRequest.Builder> deleteSubnetGroupRequest)Deletes a subnet group.default CompletableFuture<DeleteSubnetGroupResponse>DaxAsyncClient. deleteSubnetGroup(DeleteSubnetGroupRequest deleteSubnetGroupRequest)Deletes a subnet group.
-