| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
PhysicalResourceId |
PhysicalResourceId.clone() |
PhysicalResourceId |
UnsupportedResource.getPhysicalResourceId()
The physical resource identifier for the unsupported resource.
|
PhysicalResourceId |
ResourceMapping.getPhysicalResourceId()
The identifier of this resource.
|
PhysicalResourceId |
PhysicalResource.getPhysicalResourceId()
The physical identifier of the resource.
|
PhysicalResourceId |
PhysicalResourceId.withAwsAccountId(String awsAccountId)
The Amazon Web Services account that owns the physical resource.
|
PhysicalResourceId |
PhysicalResourceId.withAwsRegion(String awsRegion)
The Amazon Web Services Region that the physical resource is located in.
|
PhysicalResourceId |
PhysicalResourceId.withIdentifier(String identifier)
The identifier of the physical resource.
|
PhysicalResourceId |
PhysicalResourceId.withType(PhysicalIdentifierType type)
Specifies the type of physical resource identifier.
|
PhysicalResourceId |
PhysicalResourceId.withType(String type)
Specifies the type of physical resource identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnsupportedResource.setPhysicalResourceId(PhysicalResourceId physicalResourceId)
The physical resource identifier for the unsupported resource.
|
void |
ResourceMapping.setPhysicalResourceId(PhysicalResourceId physicalResourceId)
The identifier of this resource.
|
void |
PhysicalResource.setPhysicalResourceId(PhysicalResourceId physicalResourceId)
The physical identifier of the resource.
|
UnsupportedResource |
UnsupportedResource.withPhysicalResourceId(PhysicalResourceId physicalResourceId)
The physical resource identifier for the unsupported resource.
|
ResourceMapping |
ResourceMapping.withPhysicalResourceId(PhysicalResourceId physicalResourceId)
The identifier of this resource.
|
PhysicalResource |
PhysicalResource.withPhysicalResourceId(PhysicalResourceId physicalResourceId)
The physical identifier of the resource.
|
Copyright © 2022. All rights reserved.