Uses of Interface
com.amazonaws.Request
Packages that use Request
Package
Description
Classes used to support the AWS SDK metrics API.
Synchronous client for accessing Amazon S3.
-
Uses of Request in com.amazonaws
Classes in com.amazonaws that implement RequestMethods in com.amazonaws that return RequestModifier and TypeMethodDescriptionDefaultRequest.withParameter
(String name, String value) Request.withParameter
(String name, String value) Adds the specified request parameter to this request, and returns the updated request object.DefaultRequest.withTimeOffset
(int timeOffset) Request.withTimeOffset
(int timeOffset) Sets the optional value for time offset for this request.Methods in com.amazonaws with parameters of type RequestModifier and TypeMethodDescriptionprotected final ExecutionContext
AmazonWebServiceClient.createExecutionContext
(Request<?> req) protected final void
AmazonWebServiceClient.endClientExecution
(AWSRequestMetrics awsRequestMetrics, Request<?> request, Response<?> response) Convenient method to end the client execution without logging the awsRequestMetrics.protected final void
AmazonWebServiceClient.endClientExecution
(AWSRequestMetrics awsRequestMetrics, Request<?> request, Response<?> response, boolean loggingAwsRequestMetrics) Common routine to end a client AWS request/response execution and collect the request metrics.protected final RequestMetricCollector
AmazonWebServiceClient.findRequestMetricCollector
(Request<?> req) Returns the most specific request metric collector, starting from the request level, then client level, then finally the AWS SDK level. -
Uses of Request in com.amazonaws.handlers
Methods in com.amazonaws.handlers with parameters of type RequestModifier and TypeMethodDescriptionvoid
AbstractRequestHandler.afterError
(Request<?> request, Exception e) Deprecated.void
IRequestHandler2.afterError
(Request<?> request, Response<?> response, Exception e) Runs any additional processing logic on a request after it has failed.void
RequestHandler.afterError
(Request<?> request, Exception e) Deprecated.Runs any additional processing logic on a request after it has failed.void
RequestHandler2.afterError
(Request<?> request, Response<?> response, Exception e) void
StackedRequestHandler.afterError
(Request<?> request, Response<?> response, Exception e) void
AbstractRequestHandler.afterResponse
(Request<?> request, Object response, TimingInfo timingInfo) Deprecated.void
IRequestHandler2.afterResponse
(Request<?> request, Response<?> response) Runs any additional processing logic on the specified request (after is has been executed by the client runtime).void
RequestHandler.afterResponse
(Request<?> request, Object response, TimingInfo timingInfo) Deprecated.Runs any additional processing logic on the specified request (after is has been executed by the client runtime).void
RequestHandler2.afterResponse
(Request<?> request, Response<?> response) void
StackedRequestHandler.afterResponse
(Request<?> request, Response<?> response) void
AbstractRequestHandler.beforeRequest
(Request<?> request) Deprecated.void
IRequestHandler2.beforeRequest
(Request<?> request) Runs any additional processing logic on the specified request (before it is executed by the client runtime).void
RequestHandler.beforeRequest
(Request<?> request) Deprecated.Runs any additional processing logic on the specified request (before it is executed by the client runtime).void
RequestHandler2.beforeRequest
(Request<?> request) void
StackedRequestHandler.beforeRequest
(Request<?> request) IRequestHandler2.beforeUnmarshalling
(Request<?> request, HttpResponse httpResponse) Runs any additional processing logic on the specified response before it's unmarshalled.RequestHandler2.beforeUnmarshalling
(Request<?> request, HttpResponse httpResponse) StackedRequestHandler.beforeUnmarshalling
(Request<?> request, HttpResponse origHttpResponse) -
Uses of Request in com.amazonaws.http
Methods in com.amazonaws.http that return RequestModifier and TypeMethodDescriptionRequest<?>
HttpResponse.getRequest()
Returns the original request associated with this response.Methods in com.amazonaws.http with parameters of type RequestModifier and TypeMethodDescription<T> Response<T>
AmazonHttpClient.execute
(Request<?> request, HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler, HttpResponseHandler<AmazonServiceException> errorResponseHandler, ExecutionContext executionContext) Executes the request and returns the result.<T> Response<T>
AmazonHttpClient.executeWithTimer
(Request<?> request, HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler, HttpResponseHandler<AmazonServiceException> errorResponseHandler, ExecutionContext executionContext) Start and end client execution timer around the execution of the request.Constructors in com.amazonaws.http with parameters of type RequestModifierConstructorDescriptionHttpResponse
(Request<?> request, org.apache.http.client.methods.HttpRequestBase httpRequest) Constructs a new HttpResponse associated with the specified request.RepeatableInputStreamRequestEntity
(Request<?> request) Creates a new RepeatableInputStreamRequestEntity using the information from the specified request. -
Uses of Request in com.amazonaws.http.apache.request.impl
Methods in com.amazonaws.http.apache.request.impl with parameters of type RequestModifier and TypeMethodDescriptionorg.apache.http.client.methods.HttpRequestBase
ApacheHttpRequestFactory.create
(Request<?> request, HttpClientSettings settings) -
Uses of Request in com.amazonaws.http.request
Methods in com.amazonaws.http.request with parameters of type RequestModifier and TypeMethodDescriptionHttpRequestFactory.create
(Request<?> request, HttpClientSettings settings) A factory method for creating http requests accepted by the underlying http client from the sdk request objects. -
Uses of Request in com.amazonaws.metrics
Methods in com.amazonaws.metrics with parameters of type RequestModifier and TypeMethodDescriptionabstract void
RequestMetricCollector.collectMetrics
(Request<?> request, Response<?> response) Used to collect the metric at the end of a request/response cycle. -
Uses of Request in com.amazonaws.metrics.internal.cloudwatch
Methods in com.amazonaws.metrics.internal.cloudwatch with parameters of type RequestModifier and TypeMethodDescriptionvoid
RequestMetricCollectorSupport.collectMetrics
(Request<?> request, Response<?> response) Collects the metrics at the end of a request/response cycle, transforms the metric data points into a cloud watch metric datum representation, and then adds it to a memory queue so it will get summarized into the necessary statistics and uploaded to Amazon CloudWatch.protected List<MetricDatum>
PredefinedMetricTransformer.counterMetricOf
(MetricType type, Request<?> req, Object resp, boolean includesRequestType) Returns a list of metric datum recorded for the specified counter metric type; or an empty list if there is none.protected List<MetricDatum>
PredefinedMetricTransformer.latencyMetricOf
(MetricType metricType, Request<?> req, Object response, boolean includesRequestType) Returns all the latency metric data recorded for the specified metric event type; or an empty list if there is none.protected List<MetricDatum>
PredefinedMetricTransformer.latencyOfClientExecuteTime
(Request<?> req, Object response) Returns a request type specific metrics forAWSRequestMetrics.Field.ClientExecuteTime
which is special in the sense that it makes a more accurate measurement by taking theTimingInfo
at the root into account.protected List<MetricDatum>
PredefinedMetricTransformer.metricOfCount
(AWSRequestMetrics.Field metricType, Request<?> req, Object resp) protected List<MetricDatum>
PredefinedMetricTransformer.metricOfRequestOrRetryCount
(AWSRequestMetrics.Field metricType, Request<?> req, Object resp) Returns a list with a single metric datum for the specified retry or request count predefined metric; or an empty list if there is none.PredefinedMetricTransformer.toMetricData
(MetricType metricType, Request<?> request, Response<?> response) Returns a non-null list of metric datum for the metrics collected for the given request/response. -
Uses of Request in com.amazonaws.metrics.internal.cloudwatch.spi
Methods in com.amazonaws.metrics.internal.cloudwatch.spi with parameters of type RequestModifier and TypeMethodDescriptionRequestMetricTransformer.toMetricData
(MetricType metricType, Request<?> request, Response<?> response) Returns a list of metric datum for the metrics collected for the given request/response, or null if this transformer does not recognize the specific input metric type. -
Uses of Request in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return RequestModifier and TypeMethodDescriptionAcceptVpcPeeringConnectionRequest.getDryRunRequest()
This method is intended for internal use only.AllocateAddressRequest.getDryRunRequest()
This method is intended for internal use only.AllocateHostsRequest.getDryRunRequest()
This method is intended for internal use only.AssignPrivateIpAddressesRequest.getDryRunRequest()
This method is intended for internal use only.AssociateAddressRequest.getDryRunRequest()
This method is intended for internal use only.AssociateDhcpOptionsRequest.getDryRunRequest()
This method is intended for internal use only.AssociateRouteTableRequest.getDryRunRequest()
This method is intended for internal use only.AttachClassicLinkVpcRequest.getDryRunRequest()
This method is intended for internal use only.AttachInternetGatewayRequest.getDryRunRequest()
This method is intended for internal use only.AttachNetworkInterfaceRequest.getDryRunRequest()
This method is intended for internal use only.AttachVolumeRequest.getDryRunRequest()
This method is intended for internal use only.AttachVpnGatewayRequest.getDryRunRequest()
This method is intended for internal use only.AuthorizeSecurityGroupEgressRequest.getDryRunRequest()
This method is intended for internal use only.AuthorizeSecurityGroupIngressRequest.getDryRunRequest()
This method is intended for internal use only.BundleInstanceRequest.getDryRunRequest()
This method is intended for internal use only.CancelBundleTaskRequest.getDryRunRequest()
This method is intended for internal use only.CancelConversionTaskRequest.getDryRunRequest()
This method is intended for internal use only.CancelExportTaskRequest.getDryRunRequest()
This method is intended for internal use only.CancelImportTaskRequest.getDryRunRequest()
This method is intended for internal use only.CancelReservedInstancesListingRequest.getDryRunRequest()
This method is intended for internal use only.CancelSpotFleetRequestsRequest.getDryRunRequest()
This method is intended for internal use only.CancelSpotInstanceRequestsRequest.getDryRunRequest()
This method is intended for internal use only.ConfirmProductInstanceRequest.getDryRunRequest()
This method is intended for internal use only.CopyImageRequest.getDryRunRequest()
This method is intended for internal use only.CopySnapshotRequest.getDryRunRequest()
This method is intended for internal use only.CreateCustomerGatewayRequest.getDryRunRequest()
This method is intended for internal use only.CreateDhcpOptionsRequest.getDryRunRequest()
This method is intended for internal use only.CreateFlowLogsRequest.getDryRunRequest()
This method is intended for internal use only.CreateImageRequest.getDryRunRequest()
This method is intended for internal use only.CreateInstanceExportTaskRequest.getDryRunRequest()
This method is intended for internal use only.CreateInternetGatewayRequest.getDryRunRequest()
This method is intended for internal use only.CreateKeyPairRequest.getDryRunRequest()
This method is intended for internal use only.CreateNatGatewayRequest.getDryRunRequest()
This method is intended for internal use only.CreateNetworkAclEntryRequest.getDryRunRequest()
This method is intended for internal use only.CreateNetworkAclRequest.getDryRunRequest()
This method is intended for internal use only.CreateNetworkInterfaceRequest.getDryRunRequest()
This method is intended for internal use only.CreatePlacementGroupRequest.getDryRunRequest()
This method is intended for internal use only.CreateReservedInstancesListingRequest.getDryRunRequest()
This method is intended for internal use only.CreateRouteRequest.getDryRunRequest()
This method is intended for internal use only.CreateRouteTableRequest.getDryRunRequest()
This method is intended for internal use only.CreateSecurityGroupRequest.getDryRunRequest()
This method is intended for internal use only.CreateSnapshotRequest.getDryRunRequest()
This method is intended for internal use only.CreateSpotDatafeedSubscriptionRequest.getDryRunRequest()
This method is intended for internal use only.CreateSubnetRequest.getDryRunRequest()
This method is intended for internal use only.CreateTagsRequest.getDryRunRequest()
This method is intended for internal use only.CreateVolumeRequest.getDryRunRequest()
This method is intended for internal use only.CreateVpcEndpointRequest.getDryRunRequest()
This method is intended for internal use only.CreateVpcPeeringConnectionRequest.getDryRunRequest()
This method is intended for internal use only.CreateVpcRequest.getDryRunRequest()
This method is intended for internal use only.CreateVpnConnectionRequest.getDryRunRequest()
This method is intended for internal use only.CreateVpnConnectionRouteRequest.getDryRunRequest()
This method is intended for internal use only.CreateVpnGatewayRequest.getDryRunRequest()
This method is intended for internal use only.DeleteCustomerGatewayRequest.getDryRunRequest()
This method is intended for internal use only.DeleteDhcpOptionsRequest.getDryRunRequest()
This method is intended for internal use only.DeleteFlowLogsRequest.getDryRunRequest()
This method is intended for internal use only.DeleteInternetGatewayRequest.getDryRunRequest()
This method is intended for internal use only.DeleteKeyPairRequest.getDryRunRequest()
This method is intended for internal use only.DeleteNatGatewayRequest.getDryRunRequest()
This method is intended for internal use only.DeleteNetworkAclEntryRequest.getDryRunRequest()
This method is intended for internal use only.DeleteNetworkAclRequest.getDryRunRequest()
This method is intended for internal use only.DeleteNetworkInterfaceRequest.getDryRunRequest()
This method is intended for internal use only.DeletePlacementGroupRequest.getDryRunRequest()
This method is intended for internal use only.DeleteRouteRequest.getDryRunRequest()
This method is intended for internal use only.DeleteRouteTableRequest.getDryRunRequest()
This method is intended for internal use only.DeleteSecurityGroupRequest.getDryRunRequest()
This method is intended for internal use only.DeleteSnapshotRequest.getDryRunRequest()
This method is intended for internal use only.DeleteSpotDatafeedSubscriptionRequest.getDryRunRequest()
This method is intended for internal use only.DeleteSubnetRequest.getDryRunRequest()
This method is intended for internal use only.DeleteTagsRequest.getDryRunRequest()
This method is intended for internal use only.DeleteVolumeRequest.getDryRunRequest()
This method is intended for internal use only.DeleteVpcEndpointsRequest.getDryRunRequest()
This method is intended for internal use only.DeleteVpcPeeringConnectionRequest.getDryRunRequest()
This method is intended for internal use only.DeleteVpcRequest.getDryRunRequest()
This method is intended for internal use only.DeleteVpnConnectionRequest.getDryRunRequest()
This method is intended for internal use only.DeleteVpnConnectionRouteRequest.getDryRunRequest()
This method is intended for internal use only.DeleteVpnGatewayRequest.getDryRunRequest()
This method is intended for internal use only.DeregisterImageRequest.getDryRunRequest()
This method is intended for internal use only.DescribeAccountAttributesRequest.getDryRunRequest()
This method is intended for internal use only.DescribeAddressesRequest.getDryRunRequest()
This method is intended for internal use only.DescribeAvailabilityZonesRequest.getDryRunRequest()
This method is intended for internal use only.DescribeBundleTasksRequest.getDryRunRequest()
This method is intended for internal use only.DescribeClassicLinkInstancesRequest.getDryRunRequest()
This method is intended for internal use only.DescribeConversionTasksRequest.getDryRunRequest()
This method is intended for internal use only.DescribeCustomerGatewaysRequest.getDryRunRequest()
This method is intended for internal use only.DescribeDhcpOptionsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeExportTasksRequest.getDryRunRequest()
This method is intended for internal use only.DescribeFlowLogsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeHostsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeIdFormatRequest.getDryRunRequest()
This method is intended for internal use only.DescribeImageAttributeRequest.getDryRunRequest()
This method is intended for internal use only.DescribeImagesRequest.getDryRunRequest()
This method is intended for internal use only.DescribeImportImageTasksRequest.getDryRunRequest()
This method is intended for internal use only.DescribeImportSnapshotTasksRequest.getDryRunRequest()
This method is intended for internal use only.DescribeInstanceAttributeRequest.getDryRunRequest()
This method is intended for internal use only.DescribeInstancesRequest.getDryRunRequest()
This method is intended for internal use only.DescribeInstanceStatusRequest.getDryRunRequest()
This method is intended for internal use only.DescribeInternetGatewaysRequest.getDryRunRequest()
This method is intended for internal use only.DescribeKeyPairsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeMovingAddressesRequest.getDryRunRequest()
This method is intended for internal use only.DescribeNatGatewaysRequest.getDryRunRequest()
This method is intended for internal use only.DescribeNetworkAclsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeNetworkInterfaceAttributeRequest.getDryRunRequest()
This method is intended for internal use only.DescribeNetworkInterfacesRequest.getDryRunRequest()
This method is intended for internal use only.DescribePlacementGroupsRequest.getDryRunRequest()
This method is intended for internal use only.DescribePrefixListsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeRegionsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeReservedInstancesListingsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeReservedInstancesModificationsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeReservedInstancesOfferingsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeReservedInstancesRequest.getDryRunRequest()
This method is intended for internal use only.DescribeRouteTablesRequest.getDryRunRequest()
This method is intended for internal use only.DescribeScheduledInstanceAvailabilityRequest.getDryRunRequest()
This method is intended for internal use only.DescribeScheduledInstancesRequest.getDryRunRequest()
This method is intended for internal use only.DescribeSecurityGroupReferencesRequest.getDryRunRequest()
This method is intended for internal use only.DescribeSecurityGroupsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeSnapshotAttributeRequest.getDryRunRequest()
This method is intended for internal use only.DescribeSnapshotsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeSpotDatafeedSubscriptionRequest.getDryRunRequest()
This method is intended for internal use only.DescribeSpotFleetInstancesRequest.getDryRunRequest()
This method is intended for internal use only.DescribeSpotFleetRequestHistoryRequest.getDryRunRequest()
This method is intended for internal use only.DescribeSpotFleetRequestsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeSpotInstanceRequestsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeSpotPriceHistoryRequest.getDryRunRequest()
This method is intended for internal use only.DescribeStaleSecurityGroupsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeSubnetsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeTagsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeVolumeAttributeRequest.getDryRunRequest()
This method is intended for internal use only.DescribeVolumesRequest.getDryRunRequest()
This method is intended for internal use only.DescribeVolumeStatusRequest.getDryRunRequest()
This method is intended for internal use only.DescribeVpcAttributeRequest.getDryRunRequest()
This method is intended for internal use only.DescribeVpcClassicLinkDnsSupportRequest.getDryRunRequest()
This method is intended for internal use only.DescribeVpcClassicLinkRequest.getDryRunRequest()
This method is intended for internal use only.DescribeVpcEndpointServicesRequest.getDryRunRequest()
This method is intended for internal use only.DescribeVpcEndpointsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeVpcPeeringConnectionsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeVpcsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeVpnConnectionsRequest.getDryRunRequest()
This method is intended for internal use only.DescribeVpnGatewaysRequest.getDryRunRequest()
This method is intended for internal use only.DetachClassicLinkVpcRequest.getDryRunRequest()
This method is intended for internal use only.DetachInternetGatewayRequest.getDryRunRequest()
This method is intended for internal use only.DetachNetworkInterfaceRequest.getDryRunRequest()
This method is intended for internal use only.DetachVolumeRequest.getDryRunRequest()
This method is intended for internal use only.DetachVpnGatewayRequest.getDryRunRequest()
This method is intended for internal use only.DisableVgwRoutePropagationRequest.getDryRunRequest()
This method is intended for internal use only.DisableVpcClassicLinkDnsSupportRequest.getDryRunRequest()
This method is intended for internal use only.DisableVpcClassicLinkRequest.getDryRunRequest()
This method is intended for internal use only.DisassociateAddressRequest.getDryRunRequest()
This method is intended for internal use only.DisassociateRouteTableRequest.getDryRunRequest()
This method is intended for internal use only.DryRunSupportedRequest.getDryRunRequest()
This method is intended for internal use only.EnableVgwRoutePropagationRequest.getDryRunRequest()
This method is intended for internal use only.EnableVolumeIORequest.getDryRunRequest()
This method is intended for internal use only.EnableVpcClassicLinkDnsSupportRequest.getDryRunRequest()
This method is intended for internal use only.EnableVpcClassicLinkRequest.getDryRunRequest()
This method is intended for internal use only.GetConsoleOutputRequest.getDryRunRequest()
This method is intended for internal use only.GetPasswordDataRequest.getDryRunRequest()
This method is intended for internal use only.ImportImageRequest.getDryRunRequest()
This method is intended for internal use only.ImportInstanceRequest.getDryRunRequest()
This method is intended for internal use only.ImportKeyPairRequest.getDryRunRequest()
This method is intended for internal use only.ImportSnapshotRequest.getDryRunRequest()
This method is intended for internal use only.ImportVolumeRequest.getDryRunRequest()
This method is intended for internal use only.ModifyHostsRequest.getDryRunRequest()
This method is intended for internal use only.ModifyIdFormatRequest.getDryRunRequest()
This method is intended for internal use only.ModifyImageAttributeRequest.getDryRunRequest()
This method is intended for internal use only.ModifyInstanceAttributeRequest.getDryRunRequest()
This method is intended for internal use only.ModifyInstancePlacementRequest.getDryRunRequest()
This method is intended for internal use only.ModifyNetworkInterfaceAttributeRequest.getDryRunRequest()
This method is intended for internal use only.ModifyReservedInstancesRequest.getDryRunRequest()
This method is intended for internal use only.ModifySnapshotAttributeRequest.getDryRunRequest()
This method is intended for internal use only.ModifySpotFleetRequestRequest.getDryRunRequest()
This method is intended for internal use only.ModifySubnetAttributeRequest.getDryRunRequest()
This method is intended for internal use only.ModifyVolumeAttributeRequest.getDryRunRequest()
This method is intended for internal use only.ModifyVpcAttributeRequest.getDryRunRequest()
This method is intended for internal use only.ModifyVpcEndpointRequest.getDryRunRequest()
This method is intended for internal use only.ModifyVpcPeeringConnectionOptionsRequest.getDryRunRequest()
This method is intended for internal use only.MonitorInstancesRequest.getDryRunRequest()
This method is intended for internal use only.MoveAddressToVpcRequest.getDryRunRequest()
This method is intended for internal use only.PurchaseReservedInstancesOfferingRequest.getDryRunRequest()
This method is intended for internal use only.PurchaseScheduledInstancesRequest.getDryRunRequest()
This method is intended for internal use only.RebootInstancesRequest.getDryRunRequest()
This method is intended for internal use only.RegisterImageRequest.getDryRunRequest()
This method is intended for internal use only.RejectVpcPeeringConnectionRequest.getDryRunRequest()
This method is intended for internal use only.ReleaseAddressRequest.getDryRunRequest()
This method is intended for internal use only.ReleaseHostsRequest.getDryRunRequest()
This method is intended for internal use only.ReplaceNetworkAclAssociationRequest.getDryRunRequest()
This method is intended for internal use only.ReplaceNetworkAclEntryRequest.getDryRunRequest()
This method is intended for internal use only.ReplaceRouteRequest.getDryRunRequest()
This method is intended for internal use only.ReplaceRouteTableAssociationRequest.getDryRunRequest()
This method is intended for internal use only.ReportInstanceStatusRequest.getDryRunRequest()
This method is intended for internal use only.RequestSpotFleetRequest.getDryRunRequest()
This method is intended for internal use only.RequestSpotInstancesRequest.getDryRunRequest()
This method is intended for internal use only.ResetImageAttributeRequest.getDryRunRequest()
This method is intended for internal use only.ResetInstanceAttributeRequest.getDryRunRequest()
This method is intended for internal use only.ResetNetworkInterfaceAttributeRequest.getDryRunRequest()
This method is intended for internal use only.ResetSnapshotAttributeRequest.getDryRunRequest()
This method is intended for internal use only.RestoreAddressToClassicRequest.getDryRunRequest()
This method is intended for internal use only.RevokeSecurityGroupEgressRequest.getDryRunRequest()
This method is intended for internal use only.RevokeSecurityGroupIngressRequest.getDryRunRequest()
This method is intended for internal use only.RunInstancesRequest.getDryRunRequest()
This method is intended for internal use only.RunScheduledInstancesRequest.getDryRunRequest()
This method is intended for internal use only.StartInstancesRequest.getDryRunRequest()
This method is intended for internal use only.StopInstancesRequest.getDryRunRequest()
This method is intended for internal use only.TerminateInstancesRequest.getDryRunRequest()
This method is intended for internal use only.UnassignPrivateIpAddressesRequest.getDryRunRequest()
This method is intended for internal use only.UnmonitorInstancesRequest.getDryRunRequest()
This method is intended for internal use only. -
Uses of Request in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return RequestModifier and TypeMethodDescriptionprotected <X extends AmazonWebServiceRequest>
Request<X>AmazonS3Client.createRequest
(String bucketName, String key, X originalRequest, HttpMethodName httpMethod) Creates and initializes a new request object for the specified S3 resource.protected <X extends AmazonWebServiceRequest>
Request<X>AmazonS3Client.createRequest
(String bucketName, String key, X originalRequest, HttpMethodName httpMethod, URI endpoint) Methods in com.amazonaws.services.s3 with parameters of type RequestModifier and TypeMethodDescriptionprotected Signer
AmazonS3Client.createSigner
(Request<?> request, String bucketName, String key) Returns a "complete" S3 specific signer, taking into the S3 bucket, key, and the current S3 client configuration into account.protected static void
AmazonS3Client.populateRequesterPaysHeader
(Request<?> request, boolean isRequesterPays) Populate the specified request withConstants.REQUESTER_PAYS
to headerHeaders.REQUESTER_PAYS_HEADER
, if isRequesterPays is true.protected static void
AmazonS3Client.populateRequestMetadata
(Request<?> request, ObjectMetadata metadata) Populates the specified request object with the appropriate headers from theObjectMetadata
object.protected <T> void
AmazonS3Client.presignRequest
(Request<T> request, HttpMethod methodName, String bucketName, String key, Date expiration, String subResource) Pre-signs the specified request, using a signature query-string parameter. -
Uses of Request in com.amazonaws.services.sqs
Methods in com.amazonaws.services.sqs with parameters of type RequestModifier and TypeMethodDescriptionvoid
MessageMD5ChecksumHandler.afterResponse
(Request<?> request, Object response, TimingInfo timingInfo) void
QueueUrlHandler.beforeRequest
(Request<?> request) -
Uses of Request in com.amazonaws.util
Methods in com.amazonaws.util with parameters of type RequestModifier and TypeMethodDescriptionstatic String
UriResourcePathUtils.addStaticQueryParamtersToRequest
(Request<?> request, String uriResourcePath) Identifies the static query parameters in Uri resource path for and adds it to request.