Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.ResourceProperty
-
Packages that use ResourceProperty Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of ResourceProperty in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type ResourceProperty Modifier and Type Method Description List<ResourceProperty>Resource. properties()A structure with additional type-specific details about the resource.Methods in software.amazon.awssdk.services.resourceexplorer2.model with parameters of type ResourceProperty Modifier and Type Method Description Resource.BuilderResource.Builder. properties(ResourceProperty... properties)A structure with additional type-specific details about the resource.Method parameters in software.amazon.awssdk.services.resourceexplorer2.model with type arguments of type ResourceProperty Modifier and Type Method Description Resource.BuilderResource.Builder. properties(Collection<ResourceProperty> properties)A structure with additional type-specific details about the resource.
-