| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
AppComponent |
AppComponent.clone() |
AppComponent |
AppComponent.withName(String name)
The name of the application component.
|
AppComponent |
AppComponent.withType(String type)
The type of application component.
|
| Modifier and Type | Method and Description |
|---|---|
List<AppComponent> |
PhysicalResource.getAppComponents()
The application components that belong to this resource.
|
| Modifier and Type | Method and Description |
|---|---|
PhysicalResource |
PhysicalResource.withAppComponents(AppComponent... appComponents)
The application components that belong to this resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicalResource.setAppComponents(Collection<AppComponent> appComponents)
The application components that belong to this resource.
|
PhysicalResource |
PhysicalResource.withAppComponents(Collection<AppComponent> appComponents)
The application components that belong to this resource.
|
Copyright © 2023. All rights reserved.