Uses of Class
software.amazon.awssdk.services.efs.model.DestinationToCreate
-
Packages that use DestinationToCreate Package Description software.amazon.awssdk.services.efs.model -
-
Uses of DestinationToCreate in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type DestinationToCreate Modifier and Type Method Description List<DestinationToCreate>CreateReplicationConfigurationRequest. destinations()An array of destination configuration objects.Methods in software.amazon.awssdk.services.efs.model with parameters of type DestinationToCreate Modifier and Type Method Description CreateReplicationConfigurationRequest.BuilderCreateReplicationConfigurationRequest.Builder. destinations(DestinationToCreate... destinations)An array of destination configuration objects.Method parameters in software.amazon.awssdk.services.efs.model with type arguments of type DestinationToCreate Modifier and Type Method Description CreateReplicationConfigurationRequest.BuilderCreateReplicationConfigurationRequest.Builder. destinations(Collection<DestinationToCreate> destinations)An array of destination configuration objects.
-