Uses of Class
software.amazon.awssdk.services.trustedadvisor.model.CheckSummary
-
Packages that use CheckSummary Package Description software.amazon.awssdk.services.trustedadvisor.model software.amazon.awssdk.services.trustedadvisor.paginators -
-
Uses of CheckSummary in software.amazon.awssdk.services.trustedadvisor.model
Methods in software.amazon.awssdk.services.trustedadvisor.model that return types with arguments of type CheckSummary Modifier and Type Method Description List<CheckSummary>ListChecksResponse. checkSummaries()The list of ChecksMethods in software.amazon.awssdk.services.trustedadvisor.model with parameters of type CheckSummary Modifier and Type Method Description ListChecksResponse.BuilderListChecksResponse.Builder. checkSummaries(CheckSummary... checkSummaries)The list of ChecksMethod parameters in software.amazon.awssdk.services.trustedadvisor.model with type arguments of type CheckSummary Modifier and Type Method Description ListChecksResponse.BuilderListChecksResponse.Builder. checkSummaries(Collection<CheckSummary> checkSummaries)The list of Checks -
Uses of CheckSummary in software.amazon.awssdk.services.trustedadvisor.paginators
Methods in software.amazon.awssdk.services.trustedadvisor.paginators that return types with arguments of type CheckSummary Modifier and Type Method Description SdkIterable<CheckSummary>ListChecksIterable. checkSummaries()Returns an iterable to iterate through the paginatedListChecksResponse.checkSummaries()member.SdkPublisher<CheckSummary>ListChecksPublisher. checkSummaries()Returns a publisher that can be used to get a stream of data.
-