Uses of Class
com.google.cloud.gkemulticloud.v1.AwsServerConfigName
-
Packages that use AwsServerConfigName Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of AwsServerConfigName in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return AwsServerConfigName Modifier and Type Method Description AwsServerConfigName
AwsServerConfigName.Builder. build()
static AwsServerConfigName
AwsServerConfigName. of(String project, String location)
static AwsServerConfigName
AwsServerConfigName. parse(String formattedString)
Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type AwsServerConfigName Modifier and Type Method Description static List<AwsServerConfigName>
AwsServerConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type AwsServerConfigName Modifier and Type Method Description AwsServerConfig
AwsClustersClient. getAwsServerConfig(AwsServerConfigName name)
Returns information, such as supported AWS regions and Kubernetes versions, on a given Google Cloud location.Method parameters in com.google.cloud.gkemulticloud.v1 with type arguments of type AwsServerConfigName Modifier and Type Method Description static List<String>
AwsServerConfigName. toStringList(List<AwsServerConfigName> values)
-