Uses of Enum
software.amazon.awssdk.services.s3.model.RequestCharged
Packages that use RequestCharged
-
Uses of RequestCharged in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return RequestChargedModifier and TypeMethodDescriptionstatic RequestChargedUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RequestChargedAbortMultipartUploadResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedCompleteMultipartUploadResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedCopyObjectResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedCreateMultipartUploadResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedDeleteObjectResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedDeleteObjectsResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedGetBucketAccelerateConfigurationResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedGetObjectAclResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedGetObjectAttributesResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedGetObjectResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedGetObjectTorrentResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedHeadObjectResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedListMultipartUploadsResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedListObjectsResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedListObjectsV2Response.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedListObjectVersionsResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedListPartsResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedPutObjectAclResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedPutObjectLegalHoldResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedPutObjectLockConfigurationResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedPutObjectResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedPutObjectRetentionResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedRestoreObjectResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedUpdateObjectEncryptionResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedUploadPartCopyResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedUploadPartResponse.requestCharged()Returns the value of the RequestCharged property for this object.final RequestChargedWriteGetObjectResponseRequest.requestCharged()Returns the value of the RequestCharged property for this object.static RequestChargedReturns the enum constant of this type with the specified name.static RequestCharged[]RequestCharged.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type RequestChargedMethods in software.amazon.awssdk.services.s3.model with parameters of type RequestChargedModifier and TypeMethodDescriptionAbortMultipartUploadResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.CompleteMultipartUploadResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.CopyObjectResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.CreateMultipartUploadResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.DeleteObjectResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.DeleteObjectsResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.GetBucketAccelerateConfigurationResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.GetObjectAclResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.GetObjectAttributesResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.GetObjectResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.GetObjectTorrentResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.HeadObjectResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.ListMultipartUploadsResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.ListObjectsResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.ListObjectsV2Response.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.ListObjectVersionsResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.ListPartsResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.PutObjectAclResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.PutObjectLegalHoldResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.PutObjectLockConfigurationResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.PutObjectResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.PutObjectRetentionResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.RestoreObjectResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.UpdateObjectEncryptionResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.UploadPartCopyResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.UploadPartResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.WriteGetObjectResponseRequest.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.