Uses of Interface
software.amazon.awssdk.services.connect.model.DestinationNotAllowedException.Builder
-
Packages that use DestinationNotAllowedException.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of DestinationNotAllowedException.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return DestinationNotAllowedException.Builder Modifier and Type Method Description DestinationNotAllowedException.BuilderDestinationNotAllowedException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static DestinationNotAllowedException.BuilderDestinationNotAllowedException. builder()DestinationNotAllowedException.BuilderDestinationNotAllowedException.Builder. cause(Throwable cause)DestinationNotAllowedException.BuilderDestinationNotAllowedException.Builder. message(String message)DestinationNotAllowedException.BuilderDestinationNotAllowedException.Builder. requestId(String requestId)DestinationNotAllowedException.BuilderDestinationNotAllowedException.Builder. statusCode(int statusCode)DestinationNotAllowedException.BuilderDestinationNotAllowedException. toBuilder()DestinationNotAllowedException.BuilderDestinationNotAllowedException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type DestinationNotAllowedException.Builder Modifier and Type Method Description static Class<? extends DestinationNotAllowedException.Builder>DestinationNotAllowedException. serializableBuilderClass()
-