Uses of Class
software.amazon.awssdk.services.cloudcontrol.model.ResourceDescription
Packages that use ResourceDescription
Package
Description
-
Uses of ResourceDescription in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return ResourceDescriptionModifier and TypeMethodDescriptionfinal 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 ResourceDescriptionModifier and TypeMethodDescriptionfinal 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 ResourceDescriptionModifier and TypeMethodDescriptionGetResourceResponse.Builder.resourceDescription(ResourceDescription resourceDescription) Sets the value of the ResourceDescription property for this object.ListResourcesResponse.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 ResourceDescriptionModifier and TypeMethodDescriptionListResourcesResponse.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 ResourceDescriptionModifier and TypeMethodDescriptionfinal SdkIterable<ResourceDescription>ListResourcesIterable.resourceDescriptions()Returns an iterable to iterate through the paginatedListResourcesResponse.resourceDescriptions()member.final SdkPublisher<ResourceDescription>ListResourcesPublisher.resourceDescriptions()Returns a publisher that can be used to get a stream of data.