Uses of Interface
software.amazon.awssdk.services.elasticache.endpoints.ElastiCacheEndpointParams.Builder
-
Packages that use ElastiCacheEndpointParams.Builder Package Description software.amazon.awssdk.services.elasticache.endpoints -
-
Uses of ElastiCacheEndpointParams.Builder in software.amazon.awssdk.services.elasticache.endpoints
Methods in software.amazon.awssdk.services.elasticache.endpoints that return ElastiCacheEndpointParams.Builder Modifier and Type Method Description static ElastiCacheEndpointParams.BuilderElastiCacheEndpointParams. builder()ElastiCacheEndpointParams.BuilderElastiCacheEndpointParams.Builder. endpoint(String endpoint)ElastiCacheEndpointParams.BuilderElastiCacheEndpointParams.Builder. region(Region region)ElastiCacheEndpointParams.BuilderElastiCacheEndpointParams. toBuilder()ElastiCacheEndpointParams.BuilderElastiCacheEndpointParams.Builder. useDualStack(Boolean useDualStack)ElastiCacheEndpointParams.BuilderElastiCacheEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.elasticache.endpoints with type arguments of type ElastiCacheEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>ElastiCacheEndpointProvider. resolveEndpoint(Consumer<ElastiCacheEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-