Uses of Class
software.aws.awsprototypingsdk.openapigateway.ClientLanguage
-
-
Uses of ClientLanguage in software.aws.awsprototypingsdk.openapigateway
Methods in software.aws.awsprototypingsdk.openapigateway that return ClientLanguage Modifier and Type Method Description static ClientLanguageClientLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientLanguage[]ClientLanguage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.aws.awsprototypingsdk.openapigateway that return types with arguments of type ClientLanguage Modifier and Type Method Description List<ClientLanguage>OpenApiGatewayProjectOptions. getClientLanguages()(experimental) The list of languages for which clients will be generated.List<ClientLanguage>OpenApiGatewayProjectOptions.Jsii$Proxy. getClientLanguages()List<ClientLanguage>OpenApiGatewayTsProjectOptions.Jsii$Proxy. getClientLanguages()Method parameters in software.aws.awsprototypingsdk.openapigateway with type arguments of type ClientLanguage Modifier and Type Method Description OpenApiGatewayProjectOptions.BuilderOpenApiGatewayProjectOptions.Builder. clientLanguages(List<? extends ClientLanguage> clientLanguages)Sets the value ofOpenApiGatewayProjectOptions.getClientLanguages()OpenApiGatewayTsProject.BuilderOpenApiGatewayTsProject.Builder. clientLanguages(List<? extends ClientLanguage> clientLanguages)(experimental) The list of languages for which clients will be generated.OpenApiGatewayTsProjectOptions.BuilderOpenApiGatewayTsProjectOptions.Builder. clientLanguages(List<? extends ClientLanguage> clientLanguages)Sets the value ofOpenApiGatewayProjectOptions.getClientLanguages()
-