Uses of Class
software.amazon.awssdk.services.dax.model.UpdateSubnetGroupResponse
-
Packages that use UpdateSubnetGroupResponse Package Description software.amazon.awssdk.services.dax DAX is a managed caching service engineered for Amazon DynamoDB. -
-
Uses of UpdateSubnetGroupResponse in software.amazon.awssdk.services.dax
Methods in software.amazon.awssdk.services.dax that return UpdateSubnetGroupResponse Modifier and Type Method Description default UpdateSubnetGroupResponseDaxClient. updateSubnetGroup(Consumer<UpdateSubnetGroupRequest.Builder> updateSubnetGroupRequest)Modifies an existing subnet group.default UpdateSubnetGroupResponseDaxClient. updateSubnetGroup(UpdateSubnetGroupRequest updateSubnetGroupRequest)Modifies an existing subnet group.Methods in software.amazon.awssdk.services.dax that return types with arguments of type UpdateSubnetGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateSubnetGroupResponse>DaxAsyncClient. updateSubnetGroup(Consumer<UpdateSubnetGroupRequest.Builder> updateSubnetGroupRequest)Modifies an existing subnet group.default CompletableFuture<UpdateSubnetGroupResponse>DaxAsyncClient. updateSubnetGroup(UpdateSubnetGroupRequest updateSubnetGroupRequest)Modifies an existing subnet group.
-