Uses of Interface
software.amazon.awssdk.services.ec2.model.ResponseError.Builder
-
Packages that use ResponseError.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ResponseError.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ResponseError.Builder Modifier and Type Method Description static ResponseError.BuilderResponseError. builder()ResponseError.BuilderResponseError.Builder. code(String code)The error code.ResponseError.BuilderResponseError.Builder. code(LaunchTemplateErrorCode code)The error code.ResponseError.BuilderResponseError.Builder. message(String message)The error message, if applicable.ResponseError.BuilderResponseError. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ResponseError.Builder Modifier and Type Method Description static Class<? extends ResponseError.Builder>ResponseError. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ResponseError.Builder Modifier and Type Method Description default DeleteLaunchTemplateVersionsResponseErrorItem.BuilderDeleteLaunchTemplateVersionsResponseErrorItem.Builder. responseError(Consumer<ResponseError.Builder> responseError)Information about the error.
-