Uses of Interface
software.amazon.awssdk.services.marketplacecatalog.model.MarketplaceCatalogException.Builder
-
Packages that use MarketplaceCatalogException.Builder Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of MarketplaceCatalogException.Builder in software.amazon.awssdk.services.marketplacecatalog.model
Subinterfaces of MarketplaceCatalogException.Builder in software.amazon.awssdk.services.marketplacecatalog.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceInternalServiceException.Builderstatic interfaceResourceInUseException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceResourceNotSupportedException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceThrottlingException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.marketplacecatalog.model that implement MarketplaceCatalogException.Builder Modifier and Type Class Description protected static classMarketplaceCatalogException.BuilderImplMethods in software.amazon.awssdk.services.marketplacecatalog.model that return MarketplaceCatalogException.Builder Modifier and Type Method Description MarketplaceCatalogException.BuilderMarketplaceCatalogException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static MarketplaceCatalogException.BuilderMarketplaceCatalogException. builder()MarketplaceCatalogException.BuilderMarketplaceCatalogException.Builder. cause(Throwable cause)MarketplaceCatalogException.BuilderMarketplaceCatalogException.Builder. message(String message)MarketplaceCatalogException.BuilderMarketplaceCatalogException.Builder. requestId(String requestId)MarketplaceCatalogException.BuilderMarketplaceCatalogException.Builder. statusCode(int statusCode)MarketplaceCatalogException.BuilderMarketplaceCatalogException. toBuilder()MarketplaceCatalogException.BuilderMarketplaceCatalogException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.marketplacecatalog.model that return types with arguments of type MarketplaceCatalogException.Builder Modifier and Type Method Description static Class<? extends MarketplaceCatalogException.Builder>MarketplaceCatalogException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type MarketplaceCatalogException.Builder Constructor Description MarketplaceCatalogException(MarketplaceCatalogException.Builder builder)
-