Uses of Interface
software.amazon.awssdk.services.ram.model.RamException.Builder
-
Packages that use RamException.Builder Package Description software.amazon.awssdk.services.ram.model -
-
Uses of RamException.Builder in software.amazon.awssdk.services.ram.model
Classes in software.amazon.awssdk.services.ram.model that implement RamException.Builder Modifier and Type Class Description protected static classRamException.BuilderImplMethods in software.amazon.awssdk.services.ram.model that return RamException.Builder Modifier and Type Method Description RamException.BuilderRamException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static RamException.BuilderRamException. builder()RamException.BuilderRamException.Builder. cause(Throwable cause)RamException.BuilderRamException.Builder. message(String message)RamException.BuilderRamException.Builder. requestId(String requestId)RamException.BuilderRamException.Builder. statusCode(int statusCode)RamException.BuilderRamException. toBuilder()RamException.BuilderRamException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type RamException.Builder Modifier and Type Method Description static Class<? extends RamException.Builder>RamException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.ram.model with parameters of type RamException.Builder Constructor Description RamException(RamException.Builder builder)
-