Uses of Class
software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
-
Packages that use ReplicationConfigurationDescription Package Description software.amazon.awssdk.services.efs.model software.amazon.awssdk.services.efs.paginators -
-
Uses of ReplicationConfigurationDescription in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type ReplicationConfigurationDescription Modifier and Type Method Description List<ReplicationConfigurationDescription>DescribeReplicationConfigurationsResponse. replications()The collection of replication configurations that is returned.Methods in software.amazon.awssdk.services.efs.model with parameters of type ReplicationConfigurationDescription Modifier and Type Method Description DescribeReplicationConfigurationsResponse.BuilderDescribeReplicationConfigurationsResponse.Builder. replications(ReplicationConfigurationDescription... replications)The collection of replication configurations that is returned.Method parameters in software.amazon.awssdk.services.efs.model with type arguments of type ReplicationConfigurationDescription Modifier and Type Method Description DescribeReplicationConfigurationsResponse.BuilderDescribeReplicationConfigurationsResponse.Builder. replications(Collection<ReplicationConfigurationDescription> replications)The collection of replication configurations that is returned. -
Uses of ReplicationConfigurationDescription in software.amazon.awssdk.services.efs.paginators
Methods in software.amazon.awssdk.services.efs.paginators that return types with arguments of type ReplicationConfigurationDescription Modifier and Type Method Description SdkIterable<ReplicationConfigurationDescription>DescribeReplicationConfigurationsIterable. replications()Returns an iterable to iterate through the paginatedDescribeReplicationConfigurationsResponse.replications()member.SdkPublisher<ReplicationConfigurationDescription>DescribeReplicationConfigurationsPublisher. replications()Returns a publisher that can be used to get a stream of data.
-