Uses of Class
software.amazon.awssdk.services.drs.model.SourceNetwork
-
Packages that use SourceNetwork Package Description software.amazon.awssdk.services.drs.model software.amazon.awssdk.services.drs.paginators -
-
Uses of SourceNetwork in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return SourceNetwork Modifier and Type Method Description SourceNetworkStartSourceNetworkReplicationResponse. sourceNetwork()Source Network which was requested for replication.SourceNetworkStopSourceNetworkReplicationResponse. sourceNetwork()Source Network which was requested to stop replication.Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type SourceNetwork Modifier and Type Method Description List<SourceNetwork>DescribeSourceNetworksResponse. items()An array of Source Networks.Methods in software.amazon.awssdk.services.drs.model with parameters of type SourceNetwork Modifier and Type Method Description DescribeSourceNetworksResponse.BuilderDescribeSourceNetworksResponse.Builder. items(SourceNetwork... items)An array of Source Networks.StartSourceNetworkReplicationResponse.BuilderStartSourceNetworkReplicationResponse.Builder. sourceNetwork(SourceNetwork sourceNetwork)Source Network which was requested for replication.StopSourceNetworkReplicationResponse.BuilderStopSourceNetworkReplicationResponse.Builder. sourceNetwork(SourceNetwork sourceNetwork)Source Network which was requested to stop replication.Method parameters in software.amazon.awssdk.services.drs.model with type arguments of type SourceNetwork Modifier and Type Method Description DescribeSourceNetworksResponse.BuilderDescribeSourceNetworksResponse.Builder. items(Collection<SourceNetwork> items)An array of Source Networks. -
Uses of SourceNetwork in software.amazon.awssdk.services.drs.paginators
Methods in software.amazon.awssdk.services.drs.paginators that return types with arguments of type SourceNetwork Modifier and Type Method Description SdkIterable<SourceNetwork>DescribeSourceNetworksIterable. items()Returns an iterable to iterate through the paginatedDescribeSourceNetworksResponse.items()member.SdkPublisher<SourceNetwork>DescribeSourceNetworksPublisher. items()Returns a publisher that can be used to get a stream of data.
-