Uses of Class
com.google.cloud.gkemulticloud.v1.AwsNodePoolName
-
Packages that use AwsNodePoolName Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of AwsNodePoolName in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return AwsNodePoolName Modifier and Type Method Description AwsNodePoolName
AwsNodePoolName.Builder. build()
static AwsNodePoolName
AwsNodePoolName. of(String project, String location, String awsCluster, String awsNodePool)
static AwsNodePoolName
AwsNodePoolName. parse(String formattedString)
Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type AwsNodePoolName Modifier and Type Method Description static List<AwsNodePoolName>
AwsNodePoolName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type AwsNodePoolName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
AwsClustersClient. deleteAwsNodePoolAsync(AwsNodePoolName name)
Deletes a specific [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] resource.AwsNodePool
AwsClustersClient. getAwsNodePool(AwsNodePoolName name)
Describes a specific [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] resource.Method parameters in com.google.cloud.gkemulticloud.v1 with type arguments of type AwsNodePoolName Modifier and Type Method Description static List<String>
AwsNodePoolName. toStringList(List<AwsNodePoolName> values)
-