Uses of Interface
software.amazon.awssdk.services.costexplorer.model.CostExplorerException.Builder
-
Packages that use CostExplorerException.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of CostExplorerException.Builder in software.amazon.awssdk.services.costexplorer.model
Subinterfaces of CostExplorerException.Builder in software.amazon.awssdk.services.costexplorer.model Modifier and Type Interface Description static interfaceBillExpirationException.Builderstatic interfaceDataUnavailableException.Builderstatic interfaceGenerationExistsException.Builderstatic interfaceInvalidNextTokenException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceRequestChangedException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceTooManyTagsException.Builderstatic interfaceUnknownMonitorException.Builderstatic interfaceUnknownSubscriptionException.Builderstatic interfaceUnresolvableUsageUnitException.BuilderClasses in software.amazon.awssdk.services.costexplorer.model that implement CostExplorerException.Builder Modifier and Type Class Description protected static classCostExplorerException.BuilderImplMethods in software.amazon.awssdk.services.costexplorer.model that return CostExplorerException.Builder Modifier and Type Method Description CostExplorerException.BuilderCostExplorerException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static CostExplorerException.BuilderCostExplorerException. builder()CostExplorerException.BuilderCostExplorerException.Builder. cause(Throwable cause)CostExplorerException.BuilderCostExplorerException.Builder. message(String message)CostExplorerException.BuilderCostExplorerException.Builder. requestId(String requestId)CostExplorerException.BuilderCostExplorerException.Builder. statusCode(int statusCode)CostExplorerException.BuilderCostExplorerException. toBuilder()CostExplorerException.BuilderCostExplorerException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type CostExplorerException.Builder Modifier and Type Method Description static Class<? extends CostExplorerException.Builder>CostExplorerException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.costexplorer.model with parameters of type CostExplorerException.Builder Constructor Description CostExplorerException(CostExplorerException.Builder builder)
-