Uses of Class
software.amazon.awssdk.services.mgn.model.ReplicationConfigurationTemplate
-
Packages that use ReplicationConfigurationTemplate Package Description software.amazon.awssdk.services.mgn.model software.amazon.awssdk.services.mgn.paginators -
-
Uses of ReplicationConfigurationTemplate in software.amazon.awssdk.services.mgn.model
Methods in software.amazon.awssdk.services.mgn.model that return types with arguments of type ReplicationConfigurationTemplate Modifier and Type Method Description List<ReplicationConfigurationTemplate>DescribeReplicationConfigurationTemplatesResponse. items()Request to describe Replication Configuration template by items.Methods in software.amazon.awssdk.services.mgn.model with parameters of type ReplicationConfigurationTemplate Modifier and Type Method Description DescribeReplicationConfigurationTemplatesResponse.BuilderDescribeReplicationConfigurationTemplatesResponse.Builder. items(ReplicationConfigurationTemplate... items)Request to describe Replication Configuration template by items.Method parameters in software.amazon.awssdk.services.mgn.model with type arguments of type ReplicationConfigurationTemplate Modifier and Type Method Description DescribeReplicationConfigurationTemplatesResponse.BuilderDescribeReplicationConfigurationTemplatesResponse.Builder. items(Collection<ReplicationConfigurationTemplate> items)Request to describe Replication Configuration template by items. -
Uses of ReplicationConfigurationTemplate in software.amazon.awssdk.services.mgn.paginators
Methods in software.amazon.awssdk.services.mgn.paginators that return types with arguments of type ReplicationConfigurationTemplate Modifier and Type Method Description SdkIterable<ReplicationConfigurationTemplate>DescribeReplicationConfigurationTemplatesIterable. items()Returns an iterable to iterate through the paginatedDescribeReplicationConfigurationTemplatesResponse.items()member.SdkPublisher<ReplicationConfigurationTemplate>DescribeReplicationConfigurationTemplatesPublisher. items()Returns a publisher that can be used to get a stream of data.
-