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