Uses of Class
software.amazon.awssdk.services.pcs.model.Endpoint
-
Packages that use Endpoint Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of Endpoint in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>Cluster. endpoints()The list of endpoints available for interaction with the scheduler.List<Endpoint>RegisterComputeNodeGroupInstanceResponse. endpoints()The list of endpoints available for interaction with the scheduler.Methods in software.amazon.awssdk.services.pcs.model with parameters of type Endpoint Modifier and Type Method Description Cluster.BuilderCluster.Builder. endpoints(Endpoint... endpoints)The list of endpoints available for interaction with the scheduler.RegisterComputeNodeGroupInstanceResponse.BuilderRegisterComputeNodeGroupInstanceResponse.Builder. endpoints(Endpoint... endpoints)The list of endpoints available for interaction with the scheduler.Method parameters in software.amazon.awssdk.services.pcs.model with type arguments of type Endpoint Modifier and Type Method Description Cluster.BuilderCluster.Builder. endpoints(Collection<Endpoint> endpoints)The list of endpoints available for interaction with the scheduler.RegisterComputeNodeGroupInstanceResponse.BuilderRegisterComputeNodeGroupInstanceResponse.Builder. endpoints(Collection<Endpoint> endpoints)The list of endpoints available for interaction with the scheduler.
-