Uses of Class
software.amazon.awssdk.services.deadline.model.HostPropertiesResponse
-
Packages that use HostPropertiesResponse Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of HostPropertiesResponse in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return HostPropertiesResponse Modifier and Type Method Description HostPropertiesResponseGetSessionResponse. hostProperties()Provides the Amazon EC2 properties of the host.HostPropertiesResponseGetWorkerResponse. hostProperties()The host properties for the worker.HostPropertiesResponseWorkerSearchSummary. hostProperties()Provides the Amazon EC2 instance properties of the worker host.HostPropertiesResponseWorkerSummary. hostProperties()The host properties of the worker.Methods in software.amazon.awssdk.services.deadline.model with parameters of type HostPropertiesResponse Modifier and Type Method Description GetSessionResponse.BuilderGetSessionResponse.Builder. hostProperties(HostPropertiesResponse hostProperties)Provides the Amazon EC2 properties of the host.GetWorkerResponse.BuilderGetWorkerResponse.Builder. hostProperties(HostPropertiesResponse hostProperties)The host properties for the worker.WorkerSearchSummary.BuilderWorkerSearchSummary.Builder. hostProperties(HostPropertiesResponse hostProperties)Provides the Amazon EC2 instance properties of the worker host.WorkerSummary.BuilderWorkerSummary.Builder. hostProperties(HostPropertiesResponse hostProperties)The host properties of the worker.
-