Uses of Interface
software.amazon.awssdk.services.costexplorer.auth.scheme.CostExplorerAuthSchemeParams.Builder
-
Packages that use CostExplorerAuthSchemeParams.Builder Package Description software.amazon.awssdk.services.costexplorer.auth.scheme software.amazon.awssdk.services.costexplorer.auth.scheme.internal -
-
Uses of CostExplorerAuthSchemeParams.Builder in software.amazon.awssdk.services.costexplorer.auth.scheme
Methods in software.amazon.awssdk.services.costexplorer.auth.scheme that return CostExplorerAuthSchemeParams.Builder Modifier and Type Method Description static CostExplorerAuthSchemeParams.BuilderCostExplorerAuthSchemeParams. builder()Get a new builder for creating aCostExplorerAuthSchemeParams.CostExplorerAuthSchemeParams.BuilderCostExplorerAuthSchemeParams.Builder. operation(String operation)Set the operation for which to resolve the auth scheme.CostExplorerAuthSchemeParams.BuilderCostExplorerAuthSchemeParams.Builder. region(Region region)Set the region.CostExplorerAuthSchemeParams.BuilderCostExplorerAuthSchemeParams. toBuilder()Returns aCostExplorerAuthSchemeParams.Builderto customize the parameters.Method parameters in software.amazon.awssdk.services.costexplorer.auth.scheme with type arguments of type CostExplorerAuthSchemeParams.Builder Modifier and Type Method Description default List<AuthSchemeOption>CostExplorerAuthSchemeProvider. resolveAuthScheme(Consumer<CostExplorerAuthSchemeParams.Builder> consumer)Resolve the auth schemes based on the given set of parameters. -
Uses of CostExplorerAuthSchemeParams.Builder in software.amazon.awssdk.services.costexplorer.auth.scheme.internal
Methods in software.amazon.awssdk.services.costexplorer.auth.scheme.internal that return CostExplorerAuthSchemeParams.Builder Modifier and Type Method Description static CostExplorerAuthSchemeParams.BuilderDefaultCostExplorerAuthSchemeParams. builder()CostExplorerAuthSchemeParams.BuilderDefaultCostExplorerAuthSchemeParams. toBuilder()
-