| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
AppComponent |
CreateAppVersionAppComponentResponse.appComponent()
The list of Application Components that belong to this resource.
|
AppComponent |
UpdateAppVersionAppComponentResponse.appComponent()
The list of Application Components that belong to this resource.
|
AppComponent |
DeleteAppVersionAppComponentResponse.appComponent()
The list of Application Components that belong to this resource.
|
AppComponent |
DescribeAppVersionAppComponentResponse.appComponent()
The list of Application Components that belong to this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<AppComponent> |
PhysicalResource.appComponents()
The application components that belong to this resource.
|
List<AppComponent> |
ListAppVersionAppComponentsResponse.appComponents()
Defines an Application Component.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAppVersionAppComponentResponse.Builder |
CreateAppVersionAppComponentResponse.Builder.appComponent(AppComponent appComponent)
The list of Application Components that belong to this resource.
|
UpdateAppVersionAppComponentResponse.Builder |
UpdateAppVersionAppComponentResponse.Builder.appComponent(AppComponent appComponent)
The list of Application Components that belong to this resource.
|
DeleteAppVersionAppComponentResponse.Builder |
DeleteAppVersionAppComponentResponse.Builder.appComponent(AppComponent appComponent)
The list of Application Components that belong to this resource.
|
DescribeAppVersionAppComponentResponse.Builder |
DescribeAppVersionAppComponentResponse.Builder.appComponent(AppComponent appComponent)
The list of Application Components that belong to this resource.
|
PhysicalResource.Builder |
PhysicalResource.Builder.appComponents(AppComponent... appComponents)
The application components that belong to this resource.
|
ListAppVersionAppComponentsResponse.Builder |
ListAppVersionAppComponentsResponse.Builder.appComponents(AppComponent... appComponents)
Defines an Application Component.
|
| Modifier and Type | Method and Description |
|---|---|
PhysicalResource.Builder |
PhysicalResource.Builder.appComponents(Collection<AppComponent> appComponents)
The application components that belong to this resource.
|
ListAppVersionAppComponentsResponse.Builder |
ListAppVersionAppComponentsResponse.Builder.appComponents(Collection<AppComponent> appComponents)
Defines an Application Component.
|
Copyright © 2023. All rights reserved.