| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceInstance |
UpdateServiceInstanceResponse.serviceInstance()
The service instance summary data that's returned by Proton.
|
ServiceInstance |
CancelServiceInstanceDeploymentResponse.serviceInstance()
The service instance summary data that's returned by Proton.
|
ServiceInstance |
GetServiceInstanceResponse.serviceInstance()
The detailed data of the requested service instance.
|
ServiceInstance |
CreateServiceInstanceResponse.serviceInstance()
The detailed data of the service instance being created.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.serviceInstance(ServiceInstance serviceInstance)
The service instance summary data that's returned by Proton.
|
CancelServiceInstanceDeploymentResponse.Builder |
CancelServiceInstanceDeploymentResponse.Builder.serviceInstance(ServiceInstance serviceInstance)
The service instance summary data that's returned by Proton.
|
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.serviceInstance(ServiceInstance serviceInstance)
The detailed data of the requested service instance.
|
CreateServiceInstanceResponse.Builder |
CreateServiceInstanceResponse.Builder.serviceInstance(ServiceInstance serviceInstance)
The detailed data of the service instance being created.
|
Copyright © 2023. All rights reserved.