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