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