Uses of Class
software.amazon.awssdk.services.elasticache.model.CustomerNodeEndpoint
-
Packages that use CustomerNodeEndpoint Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of CustomerNodeEndpoint in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type CustomerNodeEndpoint Modifier and Type Method Description List<CustomerNodeEndpoint>StartMigrationRequest. customerNodeEndpointList()List of endpoints from which data should be migrated.List<CustomerNodeEndpoint>TestMigrationRequest. customerNodeEndpointList()List of endpoints from which data should be migrated.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type CustomerNodeEndpoint Modifier and Type Method Description StartMigrationRequest.BuilderStartMigrationRequest.Builder. customerNodeEndpointList(CustomerNodeEndpoint... customerNodeEndpointList)List of endpoints from which data should be migrated.TestMigrationRequest.BuilderTestMigrationRequest.Builder. customerNodeEndpointList(CustomerNodeEndpoint... customerNodeEndpointList)List of endpoints from which data should be migrated.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type CustomerNodeEndpoint Modifier and Type Method Description StartMigrationRequest.BuilderStartMigrationRequest.Builder. customerNodeEndpointList(Collection<CustomerNodeEndpoint> customerNodeEndpointList)List of endpoints from which data should be migrated.TestMigrationRequest.BuilderTestMigrationRequest.Builder. customerNodeEndpointList(Collection<CustomerNodeEndpoint> customerNodeEndpointList)List of endpoints from which data should be migrated.
-