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