Class AwsClustersGrpc.AwsClustersBlockingV2Stub (0.92.0)
0.92.0 (latest)
0.90.0
0.87.0
0.86.0
0.84.0
0.82.0
0.81.0
0.80.0
0.79.0
0.77.0
0.75.0
0.74.0
0.73.0
0.72.0
0.71.0
0.69.0
0.67.0
0.66.0
0.63.0
0.62.0
0.61.0
0.59.0
0.58.0
0.57.0
0.56.0
0.55.0
0.54.0
0.53.0
0.52.0
0.51.0
0.50.0
0.48.0
0.47.0
0.46.0
0.45.0
0.44.0
0.43.0
0.42.0
0.41.0
0.40.0
0.39.0
0.38.0
0.36.0
0.35.0
0.34.0
0.33.0
0.32.0
0.31.0
0.30.0
0.29.0
0.28.0
0.27.0
0.26.0
0.23.0
0.22.0
0.21.0
0.20.0
0.19.0
0.18.0
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.6
0.1.0
public static final class AwsClustersGrpc . AwsClustersBlockingV2Stub extends AbstractBlockingStub<AwsClustersGrpc . AwsClustersBlockingV2Stub >
A stub to allow clients to do synchronous rpc calls to service AwsClusters.
The AwsClusters API provides a single centrally managed service
to create and manage Anthos clusters that run on AWS infrastructure.
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractBlockingStub >
AwsClustersGrpc.AwsClustersBlockingV2Stub
Inherited Members
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(java.time.Duration)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withOnReadyThreshold(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
build(Channel channel, CallOptions callOptions) (deprecated)
protected AwsClustersGrpc . AwsClustersBlockingV2Stub build ( Channel channel , CallOptions callOptions )
Parameters
Name
Description
channel
io.grpc.Channel
callOptions
io.grpc.CallOptions
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
createAwsCluster(CreateAwsClusterRequest request) (deprecated)
public Operation createAwsCluster ( CreateAwsClusterRequest request )
Creates a new AwsCluster
resource on a given Google Cloud Platform project and region.
If successful, the response contains a newly created
Operation resource that can be
described to track the status of the operation.
Exceptions
Type
Description
io.grpc.StatusException
createAwsNodePool(CreateAwsNodePoolRequest request) (deprecated)
public Operation createAwsNodePool ( CreateAwsNodePoolRequest request )
Creates a new AwsNodePool ,
attached to a given AwsCluster .
If successful, the response contains a newly created
Operation resource that can be
described to track the status of the operation.
Exceptions
Type
Description
io.grpc.StatusException
deleteAwsCluster(DeleteAwsClusterRequest request) (deprecated)
public Operation deleteAwsCluster ( DeleteAwsClusterRequest request )
Deletes a specific AwsCluster
resource.
Fails if the cluster has one or more associated
AwsNodePool resources.
If successful, the response contains a newly created
Operation resource that can be
described to track the status of the operation.
Exceptions
Type
Description
io.grpc.StatusException
deleteAwsNodePool(DeleteAwsNodePoolRequest request) (deprecated)
public Operation deleteAwsNodePool ( DeleteAwsNodePoolRequest request )
Deletes a specific AwsNodePool
resource.
If successful, the response contains a newly created
Operation resource that can be
described to track the status of the operation.
Exceptions
Type
Description
io.grpc.StatusException
generateAwsAccessToken(GenerateAwsAccessTokenRequest request) (deprecated)
public GenerateAwsAccessTokenResponse generateAwsAccessToken ( GenerateAwsAccessTokenRequest request )
Generates a short-lived access token to authenticate to a given
AwsCluster resource.
Exceptions
Type
Description
io.grpc.StatusException
generateAwsClusterAgentToken(GenerateAwsClusterAgentTokenRequest request) (deprecated)
public GenerateAwsClusterAgentTokenResponse generateAwsClusterAgentToken ( GenerateAwsClusterAgentTokenRequest request )
Generates an access token for a cluster agent.
Exceptions
Type
Description
io.grpc.StatusException
getAwsCluster(GetAwsClusterRequest request) (deprecated)
public AwsCluster getAwsCluster ( GetAwsClusterRequest request )
Describes a specific AwsCluster
resource.
Exceptions
Type
Description
io.grpc.StatusException
getAwsJsonWebKeys(GetAwsJsonWebKeysRequest request) (deprecated)
public AwsJsonWebKeys getAwsJsonWebKeys ( GetAwsJsonWebKeysRequest request )
Gets the public component of the cluster signing keys in
JSON Web Key format.
Exceptions
Type
Description
io.grpc.StatusException
getAwsNodePool(GetAwsNodePoolRequest request) (deprecated)
public AwsNodePool getAwsNodePool ( GetAwsNodePoolRequest request )
Describes a specific
AwsNodePool resource.
Exceptions
Type
Description
io.grpc.StatusException
getAwsOpenIdConfig(GetAwsOpenIdConfigRequest request) (deprecated)
public AwsOpenIdConfig getAwsOpenIdConfig ( GetAwsOpenIdConfigRequest request )
Exceptions
Type
Description
io.grpc.StatusException
getAwsServerConfig(GetAwsServerConfigRequest request) (deprecated)
public AwsServerConfig getAwsServerConfig ( GetAwsServerConfigRequest request )
Returns information, such as supported AWS regions and Kubernetes
versions, on a given Google Cloud location.
Exceptions
Type
Description
io.grpc.StatusException
listAwsClusters(ListAwsClustersRequest request) (deprecated)
public ListAwsClustersResponse listAwsClusters ( ListAwsClustersRequest request )
Lists all AwsCluster resources
on a given Google Cloud project and region.
Exceptions
Type
Description
io.grpc.StatusException
listAwsNodePools(ListAwsNodePoolsRequest request) (deprecated)
public ListAwsNodePoolsResponse listAwsNodePools ( ListAwsNodePoolsRequest request )
Lists all AwsNodePool
resources on a given
AwsCluster .
Exceptions
Type
Description
io.grpc.StatusException
rollbackAwsNodePoolUpdate(RollbackAwsNodePoolUpdateRequest request) (deprecated)
public Operation rollbackAwsNodePoolUpdate ( RollbackAwsNodePoolUpdateRequest request )
Rolls back a previously aborted or failed
AwsNodePool update request.
Makes no changes if the last update request successfully finished.
If an update request is in progress, you cannot rollback the update.
You must first cancel or let it finish unsuccessfully before you can
rollback.
Exceptions
Type
Description
io.grpc.StatusException
updateAwsCluster(UpdateAwsClusterRequest request) (deprecated)
public Operation updateAwsCluster ( UpdateAwsClusterRequest request )
Exceptions
Type
Description
io.grpc.StatusException
updateAwsNodePool(UpdateAwsNodePoolRequest request) (deprecated)
public Operation updateAwsNodePool ( UpdateAwsNodePoolRequest request )
Exceptions
Type
Description
io.grpc.StatusException
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-18 UTC."],[],[]]