Uses of Class
software.amazon.awssdk.services.drs.model.SourceServer
-
Packages that use SourceServer Package Description software.amazon.awssdk.services.drs.model software.amazon.awssdk.services.drs.paginators -
-
Uses of SourceServer in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return SourceServer Modifier and Type Method Description SourceServerCreateExtendedSourceServerResponse. sourceServer()Created extended source server.SourceServerStartReplicationResponse. sourceServer()The Source Server that this action was targeted on.SourceServerStopReplicationResponse. sourceServer()The Source Server that this action was targeted on.Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type SourceServer Modifier and Type Method Description List<SourceServer>DescribeSourceServersResponse. items()An array of Source Servers.Methods in software.amazon.awssdk.services.drs.model with parameters of type SourceServer Modifier and Type Method Description DescribeSourceServersResponse.BuilderDescribeSourceServersResponse.Builder. items(SourceServer... items)An array of Source Servers.CreateExtendedSourceServerResponse.BuilderCreateExtendedSourceServerResponse.Builder. sourceServer(SourceServer sourceServer)Created extended source server.StartReplicationResponse.BuilderStartReplicationResponse.Builder. sourceServer(SourceServer sourceServer)The Source Server that this action was targeted on.StopReplicationResponse.BuilderStopReplicationResponse.Builder. sourceServer(SourceServer sourceServer)The Source Server that this action was targeted on.Method parameters in software.amazon.awssdk.services.drs.model with type arguments of type SourceServer Modifier and Type Method Description DescribeSourceServersResponse.BuilderDescribeSourceServersResponse.Builder. items(Collection<SourceServer> items)An array of Source Servers. -
Uses of SourceServer in software.amazon.awssdk.services.drs.paginators
Methods in software.amazon.awssdk.services.drs.paginators that return types with arguments of type SourceServer Modifier and Type Method Description SdkIterable<SourceServer>DescribeSourceServersIterable. items()Returns an iterable to iterate through the paginatedDescribeSourceServersResponse.items()member.SdkPublisher<SourceServer>DescribeSourceServersPublisher. items()Returns a publisher that can be used to get a stream of data.
-