| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Component |
CreateComponentResponse.component()
The detailed data of the created component.
|
Component |
UpdateComponentResponse.component()
The detailed data of the updated component.
|
Component |
CancelComponentDeploymentResponse.component()
The detailed data of the component with the deployment that is being canceled.
|
Component |
DeleteComponentResponse.component()
The detailed data of the component being deleted.
|
Component |
GetComponentResponse.component()
The detailed data of the requested component.
|
| Modifier and Type | Method and Description |
|---|---|
CreateComponentResponse.Builder |
CreateComponentResponse.Builder.component(Component component)
The detailed data of the created component.
|
UpdateComponentResponse.Builder |
UpdateComponentResponse.Builder.component(Component component)
The detailed data of the updated component.
|
CancelComponentDeploymentResponse.Builder |
CancelComponentDeploymentResponse.Builder.component(Component component)
The detailed data of the component with the deployment that is being canceled.
|
DeleteComponentResponse.Builder |
DeleteComponentResponse.Builder.component(Component component)
The detailed data of the component being deleted.
|
GetComponentResponse.Builder |
GetComponentResponse.Builder.component(Component component)
The detailed data of the requested component.
|
Copyright © 2023. All rights reserved.