Uses of Interface
software.amazon.awssdk.services.billing.BillingServiceClientConfiguration.Builder
-
Packages that use BillingServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.billing You can use the Billing API to programatically list the billing views available to you for a given time period.software.amazon.awssdk.services.billing.internal -
-
Uses of BillingServiceClientConfiguration.Builder in software.amazon.awssdk.services.billing
Methods in software.amazon.awssdk.services.billing that return BillingServiceClientConfiguration.Builder Modifier and Type Method Description BillingServiceClientConfiguration.BuilderBillingServiceClientConfiguration.Builder. authSchemeProvider(BillingAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic BillingServiceClientConfiguration.BuilderBillingServiceClientConfiguration. builder()BillingServiceClientConfiguration.BuilderBillingServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerBillingServiceClientConfiguration.BuilderBillingServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideBillingServiceClientConfiguration.BuilderBillingServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerBillingServiceClientConfiguration.BuilderBillingServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationBillingServiceClientConfiguration.BuilderBillingServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)BillingServiceClientConfiguration.BuilderBillingServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.billing with parameters of type BillingServiceClientConfiguration.Builder Constructor Description BillingServiceClientConfiguration(BillingServiceClientConfiguration.Builder builder) -
Uses of BillingServiceClientConfiguration.Builder in software.amazon.awssdk.services.billing.internal
Classes in software.amazon.awssdk.services.billing.internal that implement BillingServiceClientConfiguration.Builder Modifier and Type Class Description classBillingServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.billing.internal that return BillingServiceClientConfiguration.Builder Modifier and Type Method Description BillingServiceClientConfiguration.BuilderBillingServiceClientConfigurationBuilder. authSchemeProvider(BillingAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerBillingServiceClientConfiguration.BuilderBillingServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerBillingServiceClientConfiguration.BuilderBillingServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideBillingServiceClientConfiguration.BuilderBillingServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerBillingServiceClientConfiguration.BuilderBillingServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationBillingServiceClientConfiguration.BuilderBillingServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)BillingServiceClientConfiguration.BuilderBillingServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-