Uses of Interface
software.amazon.awssdk.services.efs.model.IpAddressInUseException.Builder
-
Packages that use IpAddressInUseException.Builder Package Description software.amazon.awssdk.services.efs.model -
-
Uses of IpAddressInUseException.Builder in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return IpAddressInUseException.Builder Modifier and Type Method Description IpAddressInUseException.BuilderIpAddressInUseException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static IpAddressInUseException.BuilderIpAddressInUseException. builder()IpAddressInUseException.BuilderIpAddressInUseException.Builder. cause(Throwable cause)IpAddressInUseException.BuilderIpAddressInUseException.Builder. errorCode(String errorCode)Sets the value of the ErrorCode property for this object.IpAddressInUseException.BuilderIpAddressInUseException.Builder. message(String message)IpAddressInUseException.BuilderIpAddressInUseException.Builder. requestId(String requestId)IpAddressInUseException.BuilderIpAddressInUseException.Builder. statusCode(int statusCode)IpAddressInUseException.BuilderIpAddressInUseException. toBuilder()IpAddressInUseException.BuilderIpAddressInUseException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type IpAddressInUseException.Builder Modifier and Type Method Description static Class<? extends IpAddressInUseException.Builder>IpAddressInUseException. serializableBuilderClass()
-