Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.Resource
-
Packages that use Resource Package Description software.amazon.awssdk.services.resourceexplorer2.model software.amazon.awssdk.services.resourceexplorer2.paginators -
-
Uses of Resource in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>SearchResponse. resources()The list of structures that describe the resources that match the query.Methods in software.amazon.awssdk.services.resourceexplorer2.model with parameters of type Resource Modifier and Type Method Description SearchResponse.BuilderSearchResponse.Builder. resources(Resource... resources)The list of structures that describe the resources that match the query.Method parameters in software.amazon.awssdk.services.resourceexplorer2.model with type arguments of type Resource Modifier and Type Method Description SearchResponse.BuilderSearchResponse.Builder. resources(Collection<Resource> resources)The list of structures that describe the resources that match the query. -
Uses of Resource in software.amazon.awssdk.services.resourceexplorer2.paginators
Methods in software.amazon.awssdk.services.resourceexplorer2.paginators that return types with arguments of type Resource Modifier and Type Method Description SdkIterable<Resource>SearchIterable. resources()Returns an iterable to iterate through the paginatedSearchResponse.resources()member.SdkPublisher<Resource>SearchPublisher. resources()Returns a publisher that can be used to get a stream of data.
-