Uses of Interface
software.amazon.awssdk.services.memorydb.endpoints.MemoryDbEndpointProvider
-
Packages that use MemoryDbEndpointProvider Package Description software.amazon.awssdk.services.memorydb MemoryDB is a fully managed, Redis OSS-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures.software.amazon.awssdk.services.memorydb.endpoints software.amazon.awssdk.services.memorydb.endpoints.internal -
-
Uses of MemoryDbEndpointProvider in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb with parameters of type MemoryDbEndpointProvider Modifier and Type Method Description default BMemoryDbBaseClientBuilder. endpointProvider(MemoryDbEndpointProvider endpointProvider)Set theMemoryDbEndpointProviderimplementation that will be used by the client to determine the endpoint for each request. -
Uses of MemoryDbEndpointProvider in software.amazon.awssdk.services.memorydb.endpoints
Methods in software.amazon.awssdk.services.memorydb.endpoints that return MemoryDbEndpointProvider Modifier and Type Method Description static MemoryDbEndpointProviderMemoryDbEndpointProvider. defaultProvider() -
Uses of MemoryDbEndpointProvider in software.amazon.awssdk.services.memorydb.endpoints.internal
Classes in software.amazon.awssdk.services.memorydb.endpoints.internal that implement MemoryDbEndpointProvider Modifier and Type Class Description classDefaultMemoryDbEndpointProvider
-