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