Uses of Class
software.amazon.awssdk.services.guardduty.model.CoverageResource
-
Packages that use CoverageResource Package Description software.amazon.awssdk.services.guardduty.model software.amazon.awssdk.services.guardduty.paginators -
-
Uses of CoverageResource in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type CoverageResource Modifier and Type Method Description List<CoverageResource>ListCoverageResponse. resources()A list of resources and their attributes providing cluster details.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type CoverageResource Modifier and Type Method Description ListCoverageResponse.BuilderListCoverageResponse.Builder. resources(CoverageResource... resources)A list of resources and their attributes providing cluster details.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type CoverageResource Modifier and Type Method Description ListCoverageResponse.BuilderListCoverageResponse.Builder. resources(Collection<CoverageResource> resources)A list of resources and their attributes providing cluster details. -
Uses of CoverageResource in software.amazon.awssdk.services.guardduty.paginators
Methods in software.amazon.awssdk.services.guardduty.paginators that return types with arguments of type CoverageResource Modifier and Type Method Description SdkIterable<CoverageResource>ListCoverageIterable. resources()Returns an iterable to iterate through the paginatedListCoverageResponse.resources()member.SdkPublisher<CoverageResource>ListCoveragePublisher. resources()Returns a publisher that can be used to get a stream of data.
-