type github.com/aws/aws-sdk-go-v2/service/s3.HeadObjectOutput
12 uses
github.com/aws/aws-sdk-go-v2/service/s3 (current package)
api_op_HeadObject.go#L108: func (c *Client) HeadObject(ctx context.Context, params *HeadObjectInput, optFns ...func(*Options)) (*HeadObjectOutput, error) {
api_op_HeadObject.go#L118: out := result.(*HeadObjectOutput)
api_op_HeadObject.go#L218: type HeadObjectOutput struct {
api_op_HeadObject.go#L503: HeadObject(context.Context, *HeadObjectInput, ...func(*Options)) (*HeadObjectOutput, error)
api_op_HeadObject.go#L537: Retryable func(context.Context, *HeadObjectInput, *HeadObjectOutput, error) (bool, error)
api_op_HeadObject.go#L574: func (w *ObjectExistsWaiter) WaitForOutput(ctx context.Context, params *HeadObjectInput, maxWaitDur time.Duration, optFns ...func(*ObjectExistsWaiterOptions)) (*HeadObjectOutput, error) {
api_op_HeadObject.go#L645: func objectExistsStateRetryable(ctx context.Context, input *HeadObjectInput, output *HeadObjectOutput, err error) (bool, error) {
api_op_HeadObject.go#L695: Retryable func(context.Context, *HeadObjectInput, *HeadObjectOutput, error) (bool, error)
api_op_HeadObject.go#L733: func (w *ObjectNotExistsWaiter) WaitForOutput(ctx context.Context, params *HeadObjectInput, maxWaitDur time.Duration, optFns ...func(*ObjectNotExistsWaiterOptions)) (*HeadObjectOutput, error) {
api_op_HeadObject.go#L804: func objectNotExistsStateRetryable(ctx context.Context, input *HeadObjectInput, output *HeadObjectOutput, err error) (bool, error) {
deserializers.go#L6789: output := &HeadObjectOutput{}
deserializers.go#L6840: func awsRestxml_deserializeOpHttpBindingsHeadObjectOutput(v *HeadObjectOutput, response *smithyhttp.Response) error {