Uses of Class
software.amazon.awssdk.services.resiliencehub.model.PhysicalResourceId
-
Packages that use PhysicalResourceId Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of PhysicalResourceId in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return PhysicalResourceId Modifier and Type Method Description PhysicalResourceIdGroupingResource. physicalResourceId()Indicates the physical identifier of the resource.PhysicalResourceIdPhysicalResource. physicalResourceId()Identifier of the physical resource.PhysicalResourceIdResourceMapping. physicalResourceId()Identifier of the physical resource.PhysicalResourceIdUnsupportedResource. physicalResourceId()Physical resource identifier for the unsupported resource.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type PhysicalResourceId Modifier and Type Method Description GroupingResource.BuilderGroupingResource.Builder. physicalResourceId(PhysicalResourceId physicalResourceId)Indicates the physical identifier of the resource.PhysicalResource.BuilderPhysicalResource.Builder. physicalResourceId(PhysicalResourceId physicalResourceId)Identifier of the physical resource.ResourceMapping.BuilderResourceMapping.Builder. physicalResourceId(PhysicalResourceId physicalResourceId)Identifier of the physical resource.UnsupportedResource.BuilderUnsupportedResource.Builder. physicalResourceId(PhysicalResourceId physicalResourceId)Physical resource identifier for the unsupported resource.
-