Uses of Class
software.amazon.awssdk.services.proton.model.ServiceInstance
-
Packages that use ServiceInstance Package Description software.amazon.awssdk.services.proton.model -
-
Uses of ServiceInstance in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return ServiceInstance Modifier and Type Method Description ServiceInstanceCancelServiceInstanceDeploymentResponse. serviceInstance()The service instance summary data that's returned by Proton.ServiceInstanceCreateServiceInstanceResponse. serviceInstance()The detailed data of the service instance being created.ServiceInstanceGetServiceInstanceResponse. serviceInstance()The detailed data of the requested service instance.ServiceInstanceUpdateServiceInstanceResponse. serviceInstance()The service instance summary data that's returned by Proton.Methods in software.amazon.awssdk.services.proton.model with parameters of type ServiceInstance Modifier and Type Method Description CancelServiceInstanceDeploymentResponse.BuilderCancelServiceInstanceDeploymentResponse.Builder. serviceInstance(ServiceInstance serviceInstance)The service instance summary data that's returned by Proton.CreateServiceInstanceResponse.BuilderCreateServiceInstanceResponse.Builder. serviceInstance(ServiceInstance serviceInstance)The detailed data of the service instance being created.GetServiceInstanceResponse.BuilderGetServiceInstanceResponse.Builder. serviceInstance(ServiceInstance serviceInstance)The detailed data of the requested service instance.UpdateServiceInstanceResponse.BuilderUpdateServiceInstanceResponse.Builder. serviceInstance(ServiceInstance serviceInstance)The service instance summary data that's returned by Proton.
-