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