Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.ServerDetail
-
Packages that use ServerDetail Package Description software.amazon.awssdk.services.migrationhubstrategy.model software.amazon.awssdk.services.migrationhubstrategy.paginators -
-
Uses of ServerDetail in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return ServerDetail Modifier and Type Method Description ServerDetailGetServerDetailsResponse. serverDetail()Detailed information about the server.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type ServerDetail Modifier and Type Method Description List<ServerDetail>ListServersResponse. serverInfos()The list of servers with detailed information about each server.Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type ServerDetail Modifier and Type Method Description GetServerDetailsResponse.BuilderGetServerDetailsResponse.Builder. serverDetail(ServerDetail serverDetail)Detailed information about the server.ListServersResponse.BuilderListServersResponse.Builder. serverInfos(ServerDetail... serverInfos)The list of servers with detailed information about each server.Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type ServerDetail Modifier and Type Method Description ListServersResponse.BuilderListServersResponse.Builder. serverInfos(Collection<ServerDetail> serverInfos)The list of servers with detailed information about each server. -
Uses of ServerDetail in software.amazon.awssdk.services.migrationhubstrategy.paginators
Methods in software.amazon.awssdk.services.migrationhubstrategy.paginators that return types with arguments of type ServerDetail Modifier and Type Method Description SdkIterable<ServerDetail>ListServersIterable. serverInfos()Returns an iterable to iterate through the paginatedListServersResponse.serverInfos()member.SdkPublisher<ServerDetail>ListServersPublisher. serverInfos()Returns a publisher that can be used to get a stream of data.
-