Uses of Class
software.amazon.awssdk.services.migrationhubrefactorspaces.model.ServiceSummary
-
Packages that use ServiceSummary Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model software.amazon.awssdk.services.migrationhubrefactorspaces.paginators -
-
Uses of ServiceSummary in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type ServiceSummary Modifier and Type Method Description List<ServiceSummary>ListServicesResponse. serviceSummaryList()The list ofServiceSummaryobjects.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model with parameters of type ServiceSummary Modifier and Type Method Description ListServicesResponse.BuilderListServicesResponse.Builder. serviceSummaryList(ServiceSummary... serviceSummaryList)The list ofServiceSummaryobjects.Method parameters in software.amazon.awssdk.services.migrationhubrefactorspaces.model with type arguments of type ServiceSummary Modifier and Type Method Description ListServicesResponse.BuilderListServicesResponse.Builder. serviceSummaryList(Collection<ServiceSummary> serviceSummaryList)The list ofServiceSummaryobjects. -
Uses of ServiceSummary in software.amazon.awssdk.services.migrationhubrefactorspaces.paginators
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.paginators that return types with arguments of type ServiceSummary Modifier and Type Method Description SdkIterable<ServiceSummary>ListServicesIterable. serviceSummaryList()Returns an iterable to iterate through the paginatedListServicesResponse.serviceSummaryList()member.SdkPublisher<ServiceSummary>ListServicesPublisher. serviceSummaryList()Returns a publisher that can be used to get a stream of data.
-