Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesException.Builder
-
Packages that use CustomerProfilesException.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of CustomerProfilesException.Builder in software.amazon.awssdk.services.customerprofiles.model
Subinterfaces of CustomerProfilesException.Builder in software.amazon.awssdk.services.customerprofiles.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceBadRequestException.Builderstatic interfaceInternalServerException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceThrottlingException.BuilderClasses in software.amazon.awssdk.services.customerprofiles.model that implement CustomerProfilesException.Builder Modifier and Type Class Description protected static classCustomerProfilesException.BuilderImplMethods in software.amazon.awssdk.services.customerprofiles.model that return CustomerProfilesException.Builder Modifier and Type Method Description CustomerProfilesException.BuilderCustomerProfilesException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static CustomerProfilesException.BuilderCustomerProfilesException. builder()CustomerProfilesException.BuilderCustomerProfilesException.Builder. cause(Throwable cause)CustomerProfilesException.BuilderCustomerProfilesException.Builder. message(String message)CustomerProfilesException.BuilderCustomerProfilesException.Builder. requestId(String requestId)CustomerProfilesException.BuilderCustomerProfilesException.Builder. statusCode(int statusCode)CustomerProfilesException.BuilderCustomerProfilesException. toBuilder()CustomerProfilesException.BuilderCustomerProfilesException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type CustomerProfilesException.Builder Modifier and Type Method Description static Class<? extends CustomerProfilesException.Builder>CustomerProfilesException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.customerprofiles.model with parameters of type CustomerProfilesException.Builder Constructor Description CustomerProfilesException(CustomerProfilesException.Builder builder)
-