Uses of Interface
software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogException.Builder
-
Packages that use ServiceCatalogException.Builder Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of ServiceCatalogException.Builder in software.amazon.awssdk.services.servicecatalog.model
Subinterfaces of ServiceCatalogException.Builder in software.amazon.awssdk.services.servicecatalog.model Modifier and Type Interface Description static interfaceDuplicateResourceException.Builderstatic interfaceInvalidParametersException.Builderstatic interfaceInvalidStateException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceOperationNotSupportedException.Builderstatic interfaceResourceInUseException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceTagOptionNotMigratedException.BuilderClasses in software.amazon.awssdk.services.servicecatalog.model that implement ServiceCatalogException.Builder Modifier and Type Class Description protected static classServiceCatalogException.BuilderImplMethods in software.amazon.awssdk.services.servicecatalog.model that return ServiceCatalogException.Builder Modifier and Type Method Description ServiceCatalogException.BuilderServiceCatalogException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ServiceCatalogException.BuilderServiceCatalogException. builder()ServiceCatalogException.BuilderServiceCatalogException.Builder. cause(Throwable cause)ServiceCatalogException.BuilderServiceCatalogException.Builder. message(String message)ServiceCatalogException.BuilderServiceCatalogException.Builder. requestId(String requestId)ServiceCatalogException.BuilderServiceCatalogException.Builder. statusCode(int statusCode)ServiceCatalogException.BuilderServiceCatalogException. toBuilder()ServiceCatalogException.BuilderServiceCatalogException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type ServiceCatalogException.Builder Modifier and Type Method Description static Class<? extends ServiceCatalogException.Builder>ServiceCatalogException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.servicecatalog.model with parameters of type ServiceCatalogException.Builder Constructor Description ServiceCatalogException(ServiceCatalogException.Builder builder)
-