Skip to content

Commit c1038b3

Browse files
author
aws-crypto-tools-ci-bot
committed
docs: updating javadocs
1 parent 6c7ce8b commit c1038b3

File tree

189 files changed

+2262
-881
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+2262
-881
lines changed

allclasses-index.html

Lines changed: 108 additions & 64 deletions
Large diffs are not rendered by default.

allclasses.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.18) on Wed Mar 01 14:55:52 UTC 2023 -->
6-
<title>All Classes (Amazon S3 Encryption Client 2.2.0 API)</title>
5+
<!-- Generated by javadoc (11.0.18) on Mon Mar 13 18:26:06 UTC 2023 -->
6+
<title>All Classes (Amazon S3 Encryption Client 2.3.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2023-03-01">
8+
<meta name="dc.created" content="2023-03-13">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@@ -33,6 +33,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
3333
<li><a href="software/amazon/encryption/s3/internal/AuthenticatedCipherInputStream.html" title="class in software.amazon.encryption.s3.internal">AuthenticatedCipherInputStream</a></li>
3434
<li><a href="software/amazon/encryption/s3/internal/BufferedAesGcmContentStrategy.html" title="class in software.amazon.encryption.s3.internal">BufferedAesGcmContentStrategy</a></li>
3535
<li><a href="software/amazon/encryption/s3/internal/BufferedAesGcmContentStrategy.Builder.html" title="class in software.amazon.encryption.s3.internal">BufferedAesGcmContentStrategy.Builder</a></li>
36+
<li><a href="software/amazon/encryption/s3/internal/BufferedCipherPublisher.html" title="class in software.amazon.encryption.s3.internal">BufferedCipherPublisher</a></li>
37+
<li><a href="software/amazon/encryption/s3/internal/BufferedCipherSubscriber.html" title="class in software.amazon.encryption.s3.internal">BufferedCipherSubscriber</a></li>
3638
<li><a href="software/amazon/encryption/s3/internal/CipherAsyncRequestBody.html" title="class in software.amazon.encryption.s3.internal">CipherAsyncRequestBody</a></li>
3739
<li><a href="software/amazon/encryption/s3/internal/CipherInputStream.html" title="class in software.amazon.encryption.s3.internal">CipherInputStream</a></li>
3840
<li><a href="software/amazon/encryption/s3/internal/CipherPublisher.html" title="class in software.amazon.encryption.s3.internal">CipherPublisher</a></li>
@@ -64,16 +66,22 @@ <h1 class="bar">All&nbsp;Classes</h1>
6466
<li><a href="software/amazon/encryption/s3/materials/EncryptionMaterials.Builder.html" title="class in software.amazon.encryption.s3.materials">EncryptionMaterials.Builder</a></li>
6567
<li><a href="software/amazon/encryption/s3/materials/EncryptionMaterialsRequest.html" title="class in software.amazon.encryption.s3.materials">EncryptionMaterialsRequest</a></li>
6668
<li><a href="software/amazon/encryption/s3/materials/EncryptionMaterialsRequest.Builder.html" title="class in software.amazon.encryption.s3.materials">EncryptionMaterialsRequest.Builder</a></li>
69+
<li><a href="software/amazon/encryption/s3/internal/FileDeletionEvent.html" title="class in software.amazon.encryption.s3.internal">FileDeletionEvent</a></li>
6770
<li><a href="software/amazon/encryption/s3/internal/GetEncryptedObjectPipeline.html" title="class in software.amazon.encryption.s3.internal">GetEncryptedObjectPipeline</a></li>
6871
<li><a href="software/amazon/encryption/s3/internal/GetEncryptedObjectPipeline.Builder.html" title="class in software.amazon.encryption.s3.internal">GetEncryptedObjectPipeline.Builder</a></li>
6972
<li><a href="software/amazon/encryption/s3/materials/Keyring.html" title="interface in software.amazon.encryption.s3.materials"><span class="interfaceName">Keyring</span></a></li>
7073
<li><a href="software/amazon/encryption/s3/materials/KmsKeyring.html" title="class in software.amazon.encryption.s3.materials">KmsKeyring</a></li>
7174
<li><a href="software/amazon/encryption/s3/materials/KmsKeyring.Builder.html" title="class in software.amazon.encryption.s3.materials">KmsKeyring.Builder</a></li>
7275
<li><a href="software/amazon/encryption/s3/internal/MetadataKeyConstants.html" title="class in software.amazon.encryption.s3.internal">MetadataKeyConstants</a></li>
76+
<li><a href="software/amazon/encryption/s3/internal/MultiFileOutputStream.html" title="class in software.amazon.encryption.s3.internal">MultiFileOutputStream</a></li>
77+
<li><a href="software/amazon/encryption/s3/materials/MultipartConfiguration.html" title="class in software.amazon.encryption.s3.materials">MultipartConfiguration</a></li>
78+
<li><a href="software/amazon/encryption/s3/materials/MultipartConfiguration.Builder.html" title="class in software.amazon.encryption.s3.materials">MultipartConfiguration.Builder</a></li>
7379
<li><a href="software/amazon/encryption/s3/internal/MultipartContentEncryptionStrategy.html" title="interface in software.amazon.encryption.s3.internal"><span class="interfaceName">MultipartContentEncryptionStrategy</span></a></li>
7480
<li><a href="software/amazon/encryption/s3/internal/MultipartUploadContext.html" title="class in software.amazon.encryption.s3.internal">MultipartUploadContext</a></li>
7581
<li><a href="software/amazon/encryption/s3/internal/MultipartUploadObjectPipeline.html" title="class in software.amazon.encryption.s3.internal">MultipartUploadObjectPipeline</a></li>
7682
<li><a href="software/amazon/encryption/s3/internal/MultipartUploadObjectPipeline.Builder.html" title="class in software.amazon.encryption.s3.internal">MultipartUploadObjectPipeline.Builder</a></li>
83+
<li><a href="software/amazon/encryption/s3/internal/OnFileDelete.html" title="interface in software.amazon.encryption.s3.internal"><span class="interfaceName">OnFileDelete</span></a></li>
84+
<li><a href="software/amazon/encryption/s3/internal/PartCreationEvent.html" title="class in software.amazon.encryption.s3.internal">PartCreationEvent</a></li>
7785
<li><a href="software/amazon/encryption/s3/materials/PartialKeyPair.html" title="interface in software.amazon.encryption.s3.materials"><span class="interfaceName">PartialKeyPair</span></a></li>
7886
<li><a href="software/amazon/encryption/s3/materials/PartialRsaKeyPair.html" title="class in software.amazon.encryption.s3.materials">PartialRsaKeyPair</a></li>
7987
<li><a href="software/amazon/encryption/s3/materials/PartialRsaKeyPair.Builder.html" title="class in software.amazon.encryption.s3.materials">PartialRsaKeyPair.Builder</a></li>
@@ -93,6 +101,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
93101
<li><a href="software/amazon/encryption/s3/materials/S3Keyring.Builder.html" title="class in software.amazon.encryption.s3.materials">S3Keyring.Builder</a></li>
94102
<li><a href="software/amazon/encryption/s3/internal/StreamingAesGcmContentStrategy.html" title="class in software.amazon.encryption.s3.internal">StreamingAesGcmContentStrategy</a></li>
95103
<li><a href="software/amazon/encryption/s3/internal/StreamingAesGcmContentStrategy.Builder.html" title="class in software.amazon.encryption.s3.internal">StreamingAesGcmContentStrategy.Builder</a></li>
104+
<li><a href="software/amazon/encryption/s3/internal/UploadObjectObserver.html" title="class in software.amazon.encryption.s3.internal">UploadObjectObserver</a></li>
96105
</ul>
97106
</div>
98107
</main>

allpackages-index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.18) on Wed Mar 01 14:55:52 UTC 2023 -->
6-
<title>All Packages (Amazon S3 Encryption Client 2.2.0 API)</title>
5+
<!-- Generated by javadoc (11.0.18) on Mon Mar 13 18:26:06 UTC 2023 -->
6+
<title>All Packages (Amazon S3 Encryption Client 2.3.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2023-03-01">
8+
<meta name="dc.created" content="2023-03-13">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="All Packages (Amazon S3 Encryption Client 2.2.0 API)";
25+
parent.document.title="All Packages (Amazon S3 Encryption Client 2.3.0 API)";
2626
}
2727
}
2828
catch(err) {

constant-values.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.18) on Wed Mar 01 14:55:52 UTC 2023 -->
6-
<title>Constant Field Values (Amazon S3 Encryption Client 2.2.0 API)</title>
5+
<!-- Generated by javadoc (11.0.18) on Mon Mar 13 18:26:06 UTC 2023 -->
6+
<title>Constant Field Values (Amazon S3 Encryption Client 2.3.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2023-03-01">
8+
<meta name="dc.created" content="2023-03-13">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="Constant Field Values (Amazon S3 Encryption Client 2.2.0 API)";
25+
parent.document.title="Constant Field Values (Amazon S3 Encryption Client 2.3.0 API)";
2626
}
2727
}
2828
catch(err) {

deprecated-list.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.18) on Wed Mar 01 14:55:52 UTC 2023 -->
6-
<title>Deprecated List (Amazon S3 Encryption Client 2.2.0 API)</title>
5+
<!-- Generated by javadoc (11.0.18) on Mon Mar 13 18:26:06 UTC 2023 -->
6+
<title>Deprecated List (Amazon S3 Encryption Client 2.3.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2023-03-01">
8+
<meta name="dc.created" content="2023-03-13">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="Deprecated List (Amazon S3 Encryption Client 2.2.0 API)";
25+
parent.document.title="Deprecated List (Amazon S3 Encryption Client 2.3.0 API)";
2626
}
2727
}
2828
catch(err) {

help-doc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.18) on Wed Mar 01 14:55:52 UTC 2023 -->
6-
<title>API Help (Amazon S3 Encryption Client 2.2.0 API)</title>
5+
<!-- Generated by javadoc (11.0.18) on Mon Mar 13 18:26:06 UTC 2023 -->
6+
<title>API Help (Amazon S3 Encryption Client 2.3.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2023-03-01">
8+
<meta name="dc.created" content="2023-03-13">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="API Help (Amazon S3 Encryption Client 2.2.0 API)";
25+
parent.document.title="API Help (Amazon S3 Encryption Client 2.3.0 API)";
2626
}
2727
}
2828
catch(err) {

0 commit comments

Comments
 (0)