Uses of Class
software.amazon.awssdk.services.dax.model.CreateSubnetGroupResponse
-
Packages that use CreateSubnetGroupResponse Package Description software.amazon.awssdk.services.dax DAX is a managed caching service engineered for Amazon DynamoDB. -
-
Uses of CreateSubnetGroupResponse in software.amazon.awssdk.services.dax
Methods in software.amazon.awssdk.services.dax that return CreateSubnetGroupResponse Modifier and Type Method Description default CreateSubnetGroupResponseDaxClient. createSubnetGroup(Consumer<CreateSubnetGroupRequest.Builder> createSubnetGroupRequest)Creates a new subnet group.default CreateSubnetGroupResponseDaxClient. createSubnetGroup(CreateSubnetGroupRequest createSubnetGroupRequest)Creates a new subnet group.Methods in software.amazon.awssdk.services.dax that return types with arguments of type CreateSubnetGroupResponse Modifier and Type Method Description default CompletableFuture<CreateSubnetGroupResponse>DaxAsyncClient. createSubnetGroup(Consumer<CreateSubnetGroupRequest.Builder> createSubnetGroupRequest)Creates a new subnet group.default CompletableFuture<CreateSubnetGroupResponse>DaxAsyncClient. createSubnetGroup(CreateSubnetGroupRequest createSubnetGroupRequest)Creates a new subnet group.
-