Uses of Class
fish.payara.microprofile.config.extensions.aws.client.AwsRequestBuilder
-
Packages that use AwsRequestBuilder Package Description fish.payara.microprofile.config.extensions.aws.client -
-
Uses of AwsRequestBuilder in fish.payara.microprofile.config.extensions.aws.client
Methods in fish.payara.microprofile.config.extensions.aws.client that return AwsRequestBuilder Modifier and Type Method Description AwsRequestBuilderAwsRequestBuilder. action(String action)static AwsRequestBuilderAwsRequestBuilder. builder(String accessKey, String secretKey)AwsRequestBuilderAwsRequestBuilder. ContentType(String contentType)AwsRequestBuilderAwsRequestBuilder. data(jakarta.json.JsonObject data)AwsRequestBuilderAwsRequestBuilder. method(String method)AwsRequestBuilderAwsRequestBuilder. region(String region)AwsRequestBuilderAwsRequestBuilder. serviceName(String serviceName)AwsRequestBuilderAwsRequestBuilder. version(String version)
-