Uses of Class
software.amazon.awssdk.services.cloudcontrol.model.ResourceDescription
-
Packages that use ResourceDescription Package Description software.amazon.awssdk.services.cloudcontrol.model software.amazon.awssdk.services.cloudcontrol.paginators -
-
Uses of ResourceDescription in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return ResourceDescription Modifier and Type Method Description ResourceDescriptionGetResourceResponse. resourceDescription()Returns the value of the ResourceDescription property for this object.Methods in software.amazon.awssdk.services.cloudcontrol.model that return types with arguments of type ResourceDescription Modifier and Type Method Description List<ResourceDescription>ListResourcesResponse. resourceDescriptions()Information about the specified resources, including primary identifier and resource model.Methods in software.amazon.awssdk.services.cloudcontrol.model with parameters of type ResourceDescription Modifier and Type Method Description GetResourceResponse.BuilderGetResourceResponse.Builder. resourceDescription(ResourceDescription resourceDescription)Sets the value of the ResourceDescription property for this object.ListResourcesResponse.BuilderListResourcesResponse.Builder. resourceDescriptions(ResourceDescription... resourceDescriptions)Information about the specified resources, including primary identifier and resource model.Method parameters in software.amazon.awssdk.services.cloudcontrol.model with type arguments of type ResourceDescription Modifier and Type Method Description ListResourcesResponse.BuilderListResourcesResponse.Builder. resourceDescriptions(Collection<ResourceDescription> resourceDescriptions)Information about the specified resources, including primary identifier and resource model. -
Uses of ResourceDescription in software.amazon.awssdk.services.cloudcontrol.paginators
Methods in software.amazon.awssdk.services.cloudcontrol.paginators that return types with arguments of type ResourceDescription Modifier and Type Method Description SdkIterable<ResourceDescription>ListResourcesIterable. resourceDescriptions()Returns an iterable to iterate through the paginatedListResourcesResponse.resourceDescriptions()member.SdkPublisher<ResourceDescription>ListResourcesPublisher. resourceDescriptions()Returns a publisher that can be used to get a stream of data.
-