Uses of Interface
software.amazon.awssdk.services.migrationhubconfig.model.MigrationHubConfigException.Builder
-
Packages that use MigrationHubConfigException.Builder Package Description software.amazon.awssdk.services.migrationhubconfig.model -
-
Uses of MigrationHubConfigException.Builder in software.amazon.awssdk.services.migrationhubconfig.model
Subinterfaces of MigrationHubConfigException.Builder in software.amazon.awssdk.services.migrationhubconfig.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceDryRunOperationException.Builderstatic interfaceInternalServerErrorException.Builderstatic interfaceInvalidInputException.Builderstatic interfaceServiceUnavailableException.Builderstatic interfaceThrottlingException.BuilderClasses in software.amazon.awssdk.services.migrationhubconfig.model that implement MigrationHubConfigException.Builder Modifier and Type Class Description protected static classMigrationHubConfigException.BuilderImplMethods in software.amazon.awssdk.services.migrationhubconfig.model that return MigrationHubConfigException.Builder Modifier and Type Method Description MigrationHubConfigException.BuilderMigrationHubConfigException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static MigrationHubConfigException.BuilderMigrationHubConfigException. builder()MigrationHubConfigException.BuilderMigrationHubConfigException.Builder. cause(Throwable cause)MigrationHubConfigException.BuilderMigrationHubConfigException.Builder. message(String message)MigrationHubConfigException.BuilderMigrationHubConfigException.Builder. requestId(String requestId)MigrationHubConfigException.BuilderMigrationHubConfigException.Builder. statusCode(int statusCode)MigrationHubConfigException.BuilderMigrationHubConfigException. toBuilder()MigrationHubConfigException.BuilderMigrationHubConfigException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.migrationhubconfig.model that return types with arguments of type MigrationHubConfigException.Builder Modifier and Type Method Description static Class<? extends MigrationHubConfigException.Builder>MigrationHubConfigException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.migrationhubconfig.model with parameters of type MigrationHubConfigException.Builder Constructor Description MigrationHubConfigException(MigrationHubConfigException.Builder builder)
-