Uses of Class
software.amazon.awssdk.services.mgn.model.SourceServer
-
Packages that use SourceServer Package Description software.amazon.awssdk.services.mgn.model software.amazon.awssdk.services.mgn.paginators -
-
Uses of SourceServer in software.amazon.awssdk.services.mgn.model
Methods in software.amazon.awssdk.services.mgn.model that return types with arguments of type SourceServer Modifier and Type Method Description List<SourceServer>DescribeSourceServersResponse. items()Request to filter Source Servers list by item.Methods in software.amazon.awssdk.services.mgn.model with parameters of type SourceServer Modifier and Type Method Description DescribeSourceServersResponse.BuilderDescribeSourceServersResponse.Builder. items(SourceServer... items)Request to filter Source Servers list by item.Method parameters in software.amazon.awssdk.services.mgn.model with type arguments of type SourceServer Modifier and Type Method Description DescribeSourceServersResponse.BuilderDescribeSourceServersResponse.Builder. items(Collection<SourceServer> items)Request to filter Source Servers list by item. -
Uses of SourceServer in software.amazon.awssdk.services.mgn.paginators
Methods in software.amazon.awssdk.services.mgn.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.
-