Uses of Class
software.amazon.awssdk.core.Response.Builder
Packages that use Response.Builder
-
Uses of Response.Builder in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return Response.BuilderModifier and TypeMethodDescriptionstatic <T> Response.Builder<T>Response.builder()Returns a newly initialized builder object for aResponseResponse.Builder.exception(SdkException exception) The modelled exception returned by the service.Response.Builder.httpResponse(SdkHttpFullResponse httpResponse) The HTTP response that was received by the SDK prior to determining the result.Indicates whether the result indicates success or failure of the original request.The modelled response object returned by the service.Response.toBuilder()Creates a new builder with initial values pulled from the current object.