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