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