Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.SoftwareSetSummary
-
Packages that use SoftwareSetSummary Package Description software.amazon.awssdk.services.workspacesthinclient.model software.amazon.awssdk.services.workspacesthinclient.paginators -
-
Uses of SoftwareSetSummary in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return types with arguments of type SoftwareSetSummary Modifier and Type Method Description List<SoftwareSetSummary>ListSoftwareSetsResponse. softwareSets()Describes software sets.Methods in software.amazon.awssdk.services.workspacesthinclient.model with parameters of type SoftwareSetSummary Modifier and Type Method Description ListSoftwareSetsResponse.BuilderListSoftwareSetsResponse.Builder. softwareSets(SoftwareSetSummary... softwareSets)Describes software sets.Method parameters in software.amazon.awssdk.services.workspacesthinclient.model with type arguments of type SoftwareSetSummary Modifier and Type Method Description ListSoftwareSetsResponse.BuilderListSoftwareSetsResponse.Builder. softwareSets(Collection<SoftwareSetSummary> softwareSets)Describes software sets. -
Uses of SoftwareSetSummary in software.amazon.awssdk.services.workspacesthinclient.paginators
Methods in software.amazon.awssdk.services.workspacesthinclient.paginators that return types with arguments of type SoftwareSetSummary Modifier and Type Method Description SdkIterable<SoftwareSetSummary>ListSoftwareSetsIterable. softwareSets()Returns an iterable to iterate through the paginatedListSoftwareSetsResponse.softwareSets()member.SdkPublisher<SoftwareSetSummary>ListSoftwareSetsPublisher. softwareSets()Returns a publisher that can be used to get a stream of data.
-