| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
PhysicalResource |
PhysicalResource.clone() |
PhysicalResource |
PhysicalResource.withAppComponents(AppComponent... appComponents)
The application components that belong to this resource.
|
PhysicalResource |
PhysicalResource.withAppComponents(Collection<AppComponent> appComponents)
The application components that belong to this resource.
|
PhysicalResource |
PhysicalResource.withLogicalResourceId(LogicalResourceId logicalResourceId)
The logical identifier of the resource.
|
PhysicalResource |
PhysicalResource.withPhysicalResourceId(PhysicalResourceId physicalResourceId)
The physical identifier of the resource.
|
PhysicalResource |
PhysicalResource.withResourceName(String resourceName)
The name of the resource.
|
PhysicalResource |
PhysicalResource.withResourceType(String resourceType)
The type of resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<PhysicalResource> |
ListAppVersionResourcesResult.getPhysicalResources()
The physical resources in the application version.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppVersionResourcesResult |
ListAppVersionResourcesResult.withPhysicalResources(PhysicalResource... physicalResources)
The physical resources in the application version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppVersionResourcesResult.setPhysicalResources(Collection<PhysicalResource> physicalResources)
The physical resources in the application version.
|
ListAppVersionResourcesResult |
ListAppVersionResourcesResult.withPhysicalResources(Collection<PhysicalResource> physicalResources)
The physical resources in the application version.
|
Copyright © 2023. All rights reserved.