Uses of Class
com.google.cloud.gkemulticloud.v1.AwsClusterName
-
Packages that use AwsClusterName Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of AwsClusterName in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return AwsClusterName Modifier and Type Method Description AwsClusterName
AwsClusterName.Builder. build()
static AwsClusterName
AwsClusterName. of(String project, String location, String awsCluster)
static AwsClusterName
AwsClusterName. parse(String formattedString)
Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type AwsClusterName Modifier and Type Method Description static List<AwsClusterName>
AwsClusterName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type AwsClusterName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<AwsNodePool,OperationMetadata>
AwsClustersClient. createAwsNodePoolAsync(AwsClusterName parent, AwsNodePool awsNodePool, String awsNodePoolId)
Creates a new [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool], attached to a given [AwsCluster][google.cloud.gkemulticloud.v1.AwsCluster].com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
AwsClustersClient. deleteAwsClusterAsync(AwsClusterName name)
Deletes a specific [AwsCluster][google.cloud.gkemulticloud.v1.AwsCluster] resource.AwsCluster
AwsClustersClient. getAwsCluster(AwsClusterName name)
Describes a specific [AwsCluster][google.cloud.gkemulticloud.v1.AwsCluster] resource.AwsClustersClient.ListAwsNodePoolsPagedResponse
AwsClustersClient. listAwsNodePools(AwsClusterName parent)
Lists all [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] resources on a given [AwsCluster][google.cloud.gkemulticloud.v1.AwsCluster].Method parameters in com.google.cloud.gkemulticloud.v1 with type arguments of type AwsClusterName Modifier and Type Method Description static List<String>
AwsClusterName. toStringList(List<AwsClusterName> values)
-