Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.ResourceInfo
-
Packages that use ResourceInfo Package Description software.amazon.awssdk.services.servicecatalogappregistry.model software.amazon.awssdk.services.servicecatalogappregistry.paginators -
-
Uses of ResourceInfo in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type ResourceInfo Modifier and Type Method Description List<ResourceInfo>ListAssociatedResourcesResponse. resources()Information about the resources.Methods in software.amazon.awssdk.services.servicecatalogappregistry.model with parameters of type ResourceInfo Modifier and Type Method Description ListAssociatedResourcesResponse.BuilderListAssociatedResourcesResponse.Builder. resources(ResourceInfo... resources)Information about the resources.Method parameters in software.amazon.awssdk.services.servicecatalogappregistry.model with type arguments of type ResourceInfo Modifier and Type Method Description ListAssociatedResourcesResponse.BuilderListAssociatedResourcesResponse.Builder. resources(Collection<ResourceInfo> resources)Information about the resources. -
Uses of ResourceInfo in software.amazon.awssdk.services.servicecatalogappregistry.paginators
Methods in software.amazon.awssdk.services.servicecatalogappregistry.paginators that return types with arguments of type ResourceInfo Modifier and Type Method Description SdkIterable<ResourceInfo>ListAssociatedResourcesIterable. resources()Returns an iterable to iterate through the paginatedListAssociatedResourcesResponse.resources()member.SdkPublisher<ResourceInfo>ListAssociatedResourcesPublisher. resources()Returns a publisher that can be used to get a stream of data.
-