Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

abort() - Method in class com.ibm.cos.v2.core.internal.io.ChecksumValidatingInputStream
 
abort() - Method in class com.ibm.cos.v2.core.internal.metrics.BytesReadTrackingInputStream
 
abort() - Method in class com.ibm.cos.v2.core.io.SdkFilterInputStream
Can be used to provide abortion logic prior to throwing the AbortedException.
abort() - Method in class com.ibm.cos.v2.core.io.SdkInputStream
Can be used to provide abortion logic prior to throwing the AbortedException.
abort() - Method in class com.ibm.cos.v2.core.ResponseInputStream
Close the underlying connection, dropping all remaining data in the stream, and not leaving the connection open to be used for future requests.
abort() - Method in interface com.ibm.cos.v2.http.Abortable
Aborts the execution of the task.
abort() - Method in class com.ibm.cos.v2.http.AbortableInputStream
 
abort() - Method in class com.ibm.cos.v2.http.async.AbortableInputStreamSubscriber
 
abort() - Method in class com.ibm.cos.v2.services.s3.internal.checksums.S3ChecksumValidatingInputStream
 
abortable(Abortable) - Method in class com.ibm.cos.v2.core.internal.http.timers.ApiCallTimeoutTracker
 
abortable(Abortable) - Method in class com.ibm.cos.v2.core.internal.http.timers.NoOpTimeoutTracker
 
abortable(Abortable) - Method in class com.ibm.cos.v2.core.internal.http.timers.SyncTimeoutTask
 
abortable(Abortable) - Method in interface com.ibm.cos.v2.core.internal.http.timers.TimeoutTask
 
abortable(Abortable) - Method in interface com.ibm.cos.v2.core.internal.http.timers.TimeoutTracker
Sets the abortable task to be aborted by TimeoutTask
Abortable - Interface in com.ibm.cos.v2.http
An Abortable task.
AbortableInputStream - Class in com.ibm.cos.v2.http
Input stream that can be aborted.
AbortableInputStreamSubscriber - Class in com.ibm.cos.v2.http.async
Wrapper of InputStreamSubscriber that also implements Abortable.
AbortableInputStreamSubscriber.Builder - Class in com.ibm.cos.v2.http.async
 
abortDate() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
If the bucket has a lifecycle rule configured with an action to abort incomplete multipart uploads and the prefix in the lifecycle rule matches the object name in the request, the response includes this header.
abortDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
If the bucket has a lifecycle rule configured with an action to abort incomplete multipart uploads and the prefix in the lifecycle rule matches the object name in the request, the response includes this header.
abortDate() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
If the bucket has a lifecycle rule configured with an action to abort incomplete multipart uploads and the prefix in the lifecycle rule matches the object name in the request, then the response includes this header indicating when the initiated multipart upload will become eligible for abort operation.
abortDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
If the bucket has a lifecycle rule configured with an action to abort incomplete multipart uploads and the prefix in the lifecycle rule matches the object name in the request, then the response includes this header indicating when the initiated multipart upload will become eligible for abort operation.
AbortedException - Exception in com.ibm.cos.v2.core.exception
Extension of SdkClientException that is thrown whenever an operation has been aborted by the SDK.
AbortedException.Builder - Interface in com.ibm.cos.v2.core.exception
 
AbortedException.BuilderImpl - Class in com.ibm.cos.v2.core.exception
 
abortIfNeeded() - Method in class com.ibm.cos.v2.core.io.SdkFilterInputStream
Aborts with subclass specific abortion logic executed if needed.
abortIfNeeded() - Method in class com.ibm.cos.v2.core.io.SdkInputStream
Aborts with subclass specific abortion logic executed if needed.
AbortIncompleteMultipartUpload - Class in com.ibm.cos.v2.services.s3.model
Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload.
abortIncompleteMultipartUpload() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
Returns the value of the AbortIncompleteMultipartUpload property for this object.
abortIncompleteMultipartUpload(AbortIncompleteMultipartUpload) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
Sets the value of the AbortIncompleteMultipartUpload property for this object.
abortIncompleteMultipartUpload(Consumer<AbortIncompleteMultipartUpload.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
Sets the value of the AbortIncompleteMultipartUpload property for this object.
AbortIncompleteMultipartUpload.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
abortMultipartUpload(AbortMultipartUploadRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
This operation aborts a multipart upload.
abortMultipartUpload(AbortMultipartUploadRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
This operation aborts a multipart upload.
abortMultipartUpload(AbortMultipartUploadRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
This operation aborts a multipart upload.
abortMultipartUpload(Consumer<AbortMultipartUploadRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
This operation aborts a multipart upload.
abortMultipartUpload(AbortMultipartUploadRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This operation aborts a multipart upload.
abortMultipartUpload(Consumer<AbortMultipartUploadRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This operation aborts a multipart upload.
AbortMultipartUploadPresignRequest - Class in com.ibm.cos.v2.services.s3.presigner.model
A request to pre-sign a AbortMultipartUploadRequest so that it can be executed at a later time without requiring additional signing or authentication.
AbortMultipartUploadPresignRequest.Builder - Interface in com.ibm.cos.v2.services.s3.presigner.model
AbortMultipartUploadRequest - Class in com.ibm.cos.v2.services.s3.model
 
abortMultipartUploadRequest() - Method in class com.ibm.cos.v2.services.s3.presigner.model.AbortMultipartUploadPresignRequest
Retrieve the AbortMultipartUploadRequest that should be presigned.
abortMultipartUploadRequest(AbortMultipartUploadRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.AbortMultipartUploadPresignRequest.Builder
Configure the AbortMultipartUploadRequest that should be presigned.
abortMultipartUploadRequest(Consumer<AbortMultipartUploadRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.AbortMultipartUploadPresignRequest.Builder
Configure the AbortMultipartUploadRequest that should be presigned.
AbortMultipartUploadRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
AbortMultipartUploadRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
AbortMultipartUploadRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.AbortMultipartUploadRequestMarshaller
 
AbortMultipartUploadResponse - Class in com.ibm.cos.v2.services.s3.model
 
AbortMultipartUploadResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
abortRuleId() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
This header is returned along with the x-amz-abort-date header.
abortRuleId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
This header is returned along with the x-amz-abort-date header.
abortRuleId() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
This header is returned along with the x-amz-abort-date header.
abortRuleId(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
This header is returned along with the x-amz-abort-date header.
AbstractAws4Signer<T extends Aws4SignerParams,U extends Aws4PresignerParams> - Class in com.ibm.cos.v2.auth.signer.internal
Abstract base class for the AWS SigV4 signer implementations.
AbstractAws4Signer() - Constructor for class com.ibm.cos.v2.auth.signer.internal.AbstractAws4Signer
 
AbstractAwsS3V4Signer - Class in com.ibm.cos.v2.auth.signer.internal
AWS4 signer implementation for AWS S3
AbstractAwsS3V4Signer() - Constructor for class com.ibm.cos.v2.auth.signer.internal.AbstractAwsS3V4Signer
 
AbstractAwsSigner - Class in com.ibm.cos.v2.auth.signer.internal
Abstract base class for AWS signing protocol implementations.
AbstractAwsSigner() - Constructor for class com.ibm.cos.v2.auth.signer.internal.AbstractAwsSigner
 
AbstractFileStoreTlsKeyManagersProvider - Class in com.ibm.cos.v2.internal.http
Abstract TlsKeyManagersProvider that loads the key store from a a given file path.
AbstractFileStoreTlsKeyManagersProvider() - Constructor for class com.ibm.cos.v2.internal.http.AbstractFileStoreTlsKeyManagersProvider
 
AbstractMarshallingRegistry - Class in com.ibm.cos.v2.protocols.core
Base class for marshaller/unmarshaller registry implementations.
AbstractMarshallingRegistry(AbstractMarshallingRegistry.Builder) - Constructor for class com.ibm.cos.v2.protocols.core.AbstractMarshallingRegistry
 
AbstractMarshallingRegistry.Builder - Class in com.ibm.cos.v2.protocols.core
AbstractStreamingRequestMarshaller<T> - Class in com.ibm.cos.v2.core.internal.transform
 
AbstractStreamingRequestMarshaller(AbstractStreamingRequestMarshaller.Builder) - Constructor for class com.ibm.cos.v2.core.internal.transform.AbstractStreamingRequestMarshaller
 
AbstractStreamingRequestMarshaller.Builder<BuilderT extends AbstractStreamingRequestMarshaller.Builder> - Class in com.ibm.cos.v2.core.internal.transform
 
accelerate() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
accelerate() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
When true, use S3 Accelerate.
accelerate(Boolean) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
When true, use S3 Accelerate.
ACCELERATE - Static variable in class com.ibm.cos.v2.services.s3.endpoints.S3ClientContextParams
Enables this client to use S3 Transfer Acceleration endpoints.
accelerate() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
accelerate(Boolean) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
accelerate(Boolean) - Method in interface com.ibm.cos.v2.services.s3.S3BaseClientBuilder
Enables this client to use S3 Transfer Acceleration endpoints.
AccelerateConfiguration - Class in com.ibm.cos.v2.services.s3.model
Configures the transfer acceleration state for an Amazon S3 bucket.
accelerateConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest
Container for setting the transfer acceleration state.
accelerateConfiguration(AccelerateConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest.Builder
Container for setting the transfer acceleration state.
accelerateConfiguration(Consumer<AccelerateConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest.Builder
Container for setting the transfer acceleration state.
AccelerateConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
accelerateDualstackEndpoint(String, String) - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointUtils
 
accelerateEndpoint(String, String) - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointUtils
 
accelerateModeEnabled() - Method in class com.ibm.cos.v2.services.s3.S3Configuration
Returns whether the client has enabled accelerate mode for getting and putting objects.
accelerateModeEnabled() - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
 
accelerateModeEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
Option to enable using the accelerate endpoint when accessing S3.
accept(DocumentVisitor<? extends R>) - Method in interface com.ibm.cos.v2.core.document.Document
Accepts a visitor to the Document.
accept(VoidDocumentVisitor) - Method in interface com.ibm.cos.v2.core.document.Document
Accepts a visitor with the Document.
accept(DocumentVisitor<? extends R>) - Method in class com.ibm.cos.v2.core.document.internal.BooleanDocument
Accepts a visitor with the Document.
accept(VoidDocumentVisitor) - Method in class com.ibm.cos.v2.core.document.internal.BooleanDocument
Accepts a visitor with the Document.
accept(DocumentVisitor<? extends R>) - Method in class com.ibm.cos.v2.core.document.internal.ListDocument
Accepts a visitor with the Document.
accept(VoidDocumentVisitor) - Method in class com.ibm.cos.v2.core.document.internal.ListDocument
Accepts a visitor with the Document.
accept(DocumentVisitor<? extends R>) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument
Accepts a visitor with the Document.
accept(VoidDocumentVisitor) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument
Accepts a visitor with the Document.
accept(DocumentVisitor<? extends R>) - Method in class com.ibm.cos.v2.core.document.internal.NullDocument
Accepts a visitor with the Document.
accept(VoidDocumentVisitor) - Method in class com.ibm.cos.v2.core.document.internal.NullDocument
Accepts a visitor with the Document.
accept(DocumentVisitor<? extends R>) - Method in class com.ibm.cos.v2.core.document.internal.NumberDocument
Accepts a visitor with the Document.
accept(VoidDocumentVisitor) - Method in class com.ibm.cos.v2.core.document.internal.NumberDocument
Accepts a visitor with the Document.
accept(DocumentVisitor<? extends R>) - Method in class com.ibm.cos.v2.core.document.internal.StringDocument
Accepts a visitor with the Document.
accept(VoidDocumentVisitor) - Method in class com.ibm.cos.v2.core.document.internal.StringDocument
Accepts a visitor with the Document.
accept(IdentityProperty<T>, T) - Method in interface com.ibm.cos.v2.http.auth.spi.scheme.AuthSchemeOption.IdentityPropertyConsumer
A method to operate on an IdentityProperty and it's value.
accept(SignerProperty<T>, T) - Method in interface com.ibm.cos.v2.http.auth.spi.scheme.AuthSchemeOption.SignerPropertyConsumer
A method to operate on a SignerProperty and it's value.
ACCEPT - Static variable in class com.ibm.cos.v2.http.Header
 
accept(RuleValueVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRule
 
accept(RuleValueVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ErrorRule
 
accept(ExprVisitor<R>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Expr
 
accept(ExprVisitor<R>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Fn
 
accept(Literal.Visitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Literal
 
accept(ExprVisitor<R>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Literal
 
accept(ExprVisitor<R>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Ref
 
accept(RuleValueVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule
 
accept(TemplateVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template
 
accept(RuleValueVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.TreeRule
 
accept(SelectObjectContentResponseHandler.Visitor) - Method in class com.ibm.cos.v2.services.s3.model.ContinuationEvent
Calls the appropriate visit method depending on the subtype of ContinuationEvent.
accept(SelectObjectContentResponseHandler.Visitor) - Method in class com.ibm.cos.v2.services.s3.model.EndEvent
Calls the appropriate visit method depending on the subtype of EndEvent.
accept(SelectObjectContentResponseHandler.Visitor) - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent
Calls the appropriate visit method depending on the subtype of ProgressEvent.
accept(SelectObjectContentResponseHandler.Visitor) - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent
Calls the appropriate visit method depending on the subtype of RecordsEvent.
accept(SelectObjectContentResponseHandler.Visitor) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentEventStream
Calls the appropriate visit method depending on the subtype of SelectObjectContentEventStream.
accept(SelectObjectContentResponseHandler.Visitor) - Method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultCont
 
accept(SelectObjectContentResponseHandler.Visitor) - Method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultEnd
 
accept(SelectObjectContentResponseHandler.Visitor) - Method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultProgress
 
accept(SelectObjectContentResponseHandler.Visitor) - Method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultRecords
 
accept(SelectObjectContentResponseHandler.Visitor) - Method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultStats
 
accept(SelectObjectContentResponseHandler.Visitor) - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent
Calls the appropriate visit method depending on the subtype of StatsEvent.
accept(I) - Method in interface com.ibm.cos.v2.utils.FunctionalUtils.UnsafeConsumer
 
ACCEPTED - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
acceptFnVisitor(FnVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.BooleanEqualsFn
 
acceptFnVisitor(FnVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Fn
 
acceptFnVisitor(FnVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr
 
acceptFnVisitor(FnVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.IsSet
 
acceptFnVisitor(FnVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.IsValidHostLabel
 
acceptFnVisitor(FnVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.IsVirtualHostableS3Bucket
 
acceptFnVisitor(FnVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Not
 
acceptFnVisitor(FnVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseArn
 
acceptFnVisitor(FnVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseUrl
 
acceptFnVisitor(FnVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.PartitionFn
 
acceptFnVisitor(FnVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.StringEqualsFn
 
acceptFnVisitor(FnVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Substring
 
acceptFnVisitor(FnVisitor<T>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.UriEncodeFn
 
acceptInboundMessage(Object) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerPublisher
Returns true if the given message should be handled.
acceptors(List<WaiterAcceptor<? super T>>) - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultAsyncWaiter.DefaultBuilder
 
acceptors(List<WaiterAcceptor<? super T>>) - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiter.DefaultBuilder
 
acceptors(List<WaiterAcceptor<? super T>>) - Method in interface com.ibm.cos.v2.core.waiters.WaiterBuilder
Defines a list of WaiterAcceptors to check whether an expected state has met after executing an operation.
acceptRanges() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Indicates that a range of bytes was specified in the request.
acceptRanges(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Indicates that a range of bytes was specified in the request.
acceptRanges() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Indicates that a range of bytes was specified.
acceptRanges(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Indicates that a range of bytes was specified.
acceptRanges() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Indicates that a range of bytes was specified.
acceptRanges(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Indicates that a range of bytes was specified.
accessControlList() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
A list of grants that control access to the staged results.
accessControlList(Collection<Grant>) - Method in interface com.ibm.cos.v2.services.s3.model.S3Location.Builder
A list of grants that control access to the staged results.
accessControlList(Grant...) - Method in interface com.ibm.cos.v2.services.s3.model.S3Location.Builder
A list of grants that control access to the staged results.
accessControlList(Consumer<Grant.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.S3Location.Builder
A list of grants that control access to the staged results.
AccessControlPolicy - Class in com.ibm.cos.v2.services.s3.model
Contains the elements that set the ACL permissions for an object per grantee.
accessControlPolicy() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
Contains the elements that set the ACL permissions for an object per grantee.
accessControlPolicy(AccessControlPolicy) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAclRequest.Builder
Contains the elements that set the ACL permissions for an object per grantee.
accessControlPolicy(Consumer<AccessControlPolicy.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAclRequest.Builder
Contains the elements that set the ACL permissions for an object per grantee.
accessControlPolicy() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
Contains the elements that set the ACL permissions for an object per grantee.
accessControlPolicy(AccessControlPolicy) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
Contains the elements that set the ACL permissions for an object per grantee.
accessControlPolicy(Consumer<AccessControlPolicy.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
Contains the elements that set the ACL permissions for an object per grantee.
AccessControlPolicy.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
AccessControlTranslation - Class in com.ibm.cos.v2.services.s3.model
A container for information about access control for replicas.
accessControlTranslation() - Method in class com.ibm.cos.v2.services.s3.model.Destination
Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the Amazon Web Services account that owns the destination bucket.
accessControlTranslation(AccessControlTranslation) - Method in interface com.ibm.cos.v2.services.s3.model.Destination.Builder
Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the Amazon Web Services account that owns the destination bucket.
accessControlTranslation(Consumer<AccessControlTranslation.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.Destination.Builder
Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the Amazon Web Services account that owns the destination bucket.
AccessControlTranslation.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
accessKeyId() - Method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials
Retrieve the AWS access key, used to identify the user interacting with AWS.
accessKeyId(String) - Method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials.Builder
The AWS access key, used to identify the user interacting with services.
accessKeyId() - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials
Retrieve the AWS access key, used to identify the user interacting with AWS.
accessKeyId(String) - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials.Builder
The AWS access key, used to identify the user interacting with services.
accessKeyId() - Method in class com.ibm.cos.v2.auth.credentials.ibmOAuth.BasicIBMOAuthCredentials
 
accessKeyId() - Method in interface com.ibm.cos.v2.identity.spi.AwsCredentialsIdentity
Retrieve the AWS access key, used to identify the user interacting with services.
accessKeyId(String) - Method in interface com.ibm.cos.v2.identity.spi.AwsCredentialsIdentity.Builder
The AWS access key, used to identify the user interacting with services.
accessKeyId(String) - Method in interface com.ibm.cos.v2.identity.spi.AwsSessionCredentialsIdentity.Builder
 
accessKeyId() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsCredentialsIdentity
 
accessKeyId() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsSessionCredentialsIdentity
 
accessKeyId() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressSessionCredentials
 
accessKeyId() - Method in class com.ibm.cos.v2.services.s3.model.SessionCredentials
A unique identifier that's associated with a secret access key.
accessKeyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.SessionCredentials.Builder
A unique identifier that's associated with a secret access key.
accessPointAlias() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
Indicates whether the bucket name used in the request is an access point alias.
accessPointAlias(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.HeadBucketResponse.Builder
Indicates whether the bucket name used in the request is an access point alias.
accessPointArn() - Method in class com.ibm.cos.v2.services.s3.model.MetricsAndOperator
The access point ARN used when evaluating an AND predicate.
accessPointArn(String) - Method in interface com.ibm.cos.v2.services.s3.model.MetricsAndOperator.Builder
The access point ARN used when evaluating an AND predicate.
accessPointArn() - Method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
The access point ARN used when evaluating a metrics filter.
accessPointArn(String) - Method in interface com.ibm.cos.v2.services.s3.model.MetricsFilter.Builder
The access point ARN used when evaluating a metrics filter.
accessPointName(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointBuilder
The S3 Access Point name.
accessPointName() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource
Gets the name of the access point.
accessPointName(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource.Builder
The name of the S3 access point.
accessPointName(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaEndpointBuilder
 
accessPointName() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource
Gets the name of the access point.
accessPointName(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource.Builder
The name of the S3 access point.
accessPointName(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostAccessPointBuilder
 
accessTier() - Method in exception com.ibm.cos.v2.services.s3.model.InvalidObjectStateException
Returns the value of the AccessTier property for this object.
accessTier(String) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidObjectStateException.Builder
Sets the value of the AccessTier property for this object.
accessTier(IntelligentTieringAccessTier) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidObjectStateException.Builder
Sets the value of the AccessTier property for this object.
accessTier() - Method in class com.ibm.cos.v2.services.s3.model.Tiering
S3 Intelligent-Tiering access tier.
accessTier(String) - Method in interface com.ibm.cos.v2.services.s3.model.Tiering.Builder
S3 Intelligent-Tiering access tier.
accessTier(IntelligentTieringAccessTier) - Method in interface com.ibm.cos.v2.services.s3.model.Tiering.Builder
S3 Intelligent-Tiering access tier.
accessTierAsString() - Method in exception com.ibm.cos.v2.services.s3.model.InvalidObjectStateException
Returns the value of the AccessTier property for this object.
accessTierAsString() - Method in class com.ibm.cos.v2.services.s3.model.Tiering
S3 Intelligent-Tiering access tier.
account() - Method in class com.ibm.cos.v2.services.s3.model.Destination
Destination bucket owner account ID.
account(String) - Method in interface com.ibm.cos.v2.services.s3.model.Destination.Builder
Destination bucket owner account ID.
ACCOUNT_ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseArn
 
ACCOUNT_ID_ENDPOINT_MODE - Static variable in class com.ibm.cos.v2.awscore.client.config.AwsClientOption
Option used by the rest of the SDK to read the DefaultsMode.
ACCOUNT_ID_ENDPOINT_MODE - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
The "account id endpoint mode" to be used for clients created using the currently-configured profile.
accountId() - Method in class com.ibm.cos.v2.arns.Arn
 
accountId(String) - Method in interface com.ibm.cos.v2.arns.Arn.Builder
Define the ID of the AWS account that owns the resource, without the hyphens.
accountId() - Method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials
Retrieve the AWS account id associated with this credentials identity, if found.
accountId(String) - Method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials.Builder
The AWS account id associated with this credentials identity.
accountId() - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials
 
accountId(String) - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials.Builder
The AWS accountId
accountId() - Method in interface com.ibm.cos.v2.identity.spi.AwsCredentialsIdentity
Retrieve the AWS account id associated with this credentials identity, if found.
accountId(String) - Method in interface com.ibm.cos.v2.identity.spi.AwsCredentialsIdentity.Builder
The AWS account id associated with this credentials identity.
accountId(String) - Method in interface com.ibm.cos.v2.identity.spi.AwsSessionCredentialsIdentity.Builder
 
accountId() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsCredentialsIdentity
 
accountId() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsSessionCredentialsIdentity
 
accountId() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Arn
 
accountId() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleArn
 
accountId() - Method in interface com.ibm.cos.v2.services.s3.internal.resource.AwsResource
Gets the account ID associated with the AWS Resource if one has been specified.
accountId(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointBuilder
The ID of the AWS Account the Access Point is associated with.
accountId() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource
Gets the AWS account ID associated with this bucket.
accountId(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource.Builder
The AWS account ID associated with the access point.
accountId() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource
Gets the AWS account ID associated with this bucket if one has been specified.
accountId(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource.Builder
The AWS account ID associated with the bucket.
accountId(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaEndpointBuilder
 
accountId() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource
Gets the AWS account ID associated with this bucket.
accountId(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource.Builder
The AWS account ID associated with the access point.
accountId() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectResource
Gets the AWS account ID associated with the S3 object if it has been specified.
accountId(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostAccessPointBuilder
 
accountId() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostResource
Gets the AWS account ID associated with this bucket.
accountId(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostResource.Builder
The AWS account ID associated with the access point.
accountId() - Method in class com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination
The account ID that owns the destination S3 bucket.
accountId(String) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination.Builder
The account ID that owns the destination S3 bucket.
AccountIdEndpointMode - Enum in com.ibm.cos.v2.awscore.endpoints
Enum Class for AccountId Endpoint Mode.
AccountIdEndpointModeResolver - Class in com.ibm.cos.v2.awscore.endpoints
 
acl() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
The canned access control list (ACL) to apply to the object.
acl(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
The canned access control list (ACL) to apply to the object.
acl(ObjectCannedACL) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
The canned access control list (ACL) to apply to the object.
acl() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
The canned ACL to apply to the bucket.
acl(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
The canned ACL to apply to the bucket.
acl(BucketCannedACL) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
The canned ACL to apply to the bucket.
acl() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
The canned ACL to apply to the object.
acl(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
The canned ACL to apply to the object.
acl(ObjectCannedACL) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
The canned ACL to apply to the object.
acl() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
The canned ACL to apply to the bucket.
acl(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAclRequest.Builder
The canned ACL to apply to the bucket.
acl(BucketCannedACL) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAclRequest.Builder
The canned ACL to apply to the bucket.
acl() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
The canned ACL to apply to the object.
acl(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
The canned ACL to apply to the object.
acl(ObjectCannedACL) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
The canned ACL to apply to the object.
acl() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
The canned ACL to apply to the object.
acl(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
The canned ACL to apply to the object.
acl(ObjectCannedACL) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
The canned ACL to apply to the object.
aclAsString() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
The canned access control list (ACL) to apply to the object.
aclAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
The canned ACL to apply to the bucket.
aclAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
The canned ACL to apply to the object.
aclAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
The canned ACL to apply to the bucket.
aclAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
The canned ACL to apply to the object.
aclAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
The canned ACL to apply to the object.
acquire(double) - Method in class com.ibm.cos.v2.core.internal.retry.RateLimitingTokenBucket
Acquire tokens from the bucket.
acquire(double, boolean) - Method in class com.ibm.cos.v2.core.internal.retry.RateLimitingTokenBucket
Acquire tokens from the bucket.
acquire() - Method in class com.ibm.cos.v2.core.internal.util.CapacityManager
Attempts to acquire a single capacity unit.
acquire(int) - Method in class com.ibm.cos.v2.core.internal.util.CapacityManager
Attempts to acquire a given amount of capacity.
acquire() - Method in class com.ibm.cos.v2.http.nio.netty.internal.CancellableAcquireChannelPool
 
acquire(Promise<Channel>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.CancellableAcquireChannelPool
 
acquire() - Method in class com.ibm.cos.v2.http.nio.netty.internal.HealthCheckedChannelPool
 
acquire(Promise<Channel>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.HealthCheckedChannelPool
 
acquire() - Method in class com.ibm.cos.v2.http.nio.netty.internal.HonorCloseOnReleaseChannelPool
 
acquire(Promise<Channel>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.HonorCloseOnReleaseChannelPool
 
acquire() - Method in class com.ibm.cos.v2.http.nio.netty.internal.Http1TunnelConnectionPool
 
acquire(Promise<Channel>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.Http1TunnelConnectionPool
 
acquire() - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2MultiplexedChannelPool
 
acquire(Promise<Channel>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2MultiplexedChannelPool
 
acquire() - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.HttpOrHttp2ChannelPool
 
acquire(Promise<Channel>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.HttpOrHttp2ChannelPool
 
acquire() - Method in class com.ibm.cos.v2.http.nio.netty.internal.IdleConnectionCountingChannelPool
 
acquire(Promise<Channel>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.IdleConnectionCountingChannelPool
 
acquire() - Method in class com.ibm.cos.v2.http.nio.netty.internal.ListenerInvokingChannelPool
 
acquire(Promise<Channel>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ListenerInvokingChannelPool
 
acquire() - Method in class com.ibm.cos.v2.http.nio.netty.internal.ReleaseOnceChannelPool
 
acquire(Promise<Channel>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ReleaseOnceChannelPool
 
acquire() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.BetterFixedChannelPool
 
acquire(Promise<Channel>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.BetterFixedChannelPool
 
acquireInitialToken() - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.RetryableStageHelper
Invoke when starting the first attempt.
acquireInitialToken(AcquireInitialTokenRequest) - Method in class com.ibm.cos.v2.core.internal.retry.RetryPolicyAdapter
 
acquireInitialToken(AcquireInitialTokenRequest) - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy
Invoked before the first request attempt.
acquireInitialToken(AcquireInitialTokenRequest) - Method in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
AcquireInitialTokenRequest - Interface in com.ibm.cos.v2.retries.api
Encapsulates the abstract scope to start the attempts about to be executed using a retry strategy.
AcquireInitialTokenRequestImpl - Class in com.ibm.cos.v2.retries.api.internal
Implementation of the AcquireInitialTokenRequest interface.
AcquireInitialTokenResponse - Interface in com.ibm.cos.v2.retries.api
Encapsulates the response from the RetryStrategy to the request to start the attempts to be executed.
AcquireInitialTokenResponseImpl - Class in com.ibm.cos.v2.retries.api.internal
Implementation of the AcquireInitialTokenResponse interface.
acquireNonBlocking(double, boolean) - Method in class com.ibm.cos.v2.core.internal.retry.RateLimitingTokenBucket
Acquire capacity from the rate limiter without blocking the call.
AcquireResponse - Class in com.ibm.cos.v2.retries.internal.circuitbreaker
The number of tokens in the token bucket after a specific token acquisition succeeds.
AcquireResponse.Builder - Class in com.ibm.cos.v2.retries.internal.circuitbreaker
 
acquireTimeoutAction(BetterFixedChannelPool.AcquireTimeoutAction) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.BetterFixedChannelPool.Builder
 
acquireTimeoutMillis(long) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.BetterFixedChannelPool.Builder
 
acquisitionFailed() - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.AcquireResponse
Returns true if the requested capacity was not successfully acquired.
acquisitionFailed(Boolean) - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.AcquireResponse.Builder
 
Action - Class in com.ibm.cos.v2.core.auth.policy
An access control policy action identifies a specific action in a service that can be performed on a resource.
Action(String) - Constructor for class com.ibm.cos.v2.core.auth.policy.Action
 
ACTION - Static variable in class com.ibm.cos.v2.core.auth.policy.internal.JsonDocumentField
 
activeWriteFuture() - Method in class com.ibm.cos.v2.core.internal.async.InputStreamWithExecutorAsyncRequestBody
 
adapt(SourceT) - Method in interface com.ibm.cos.v2.core.adapter.TypeAdapter
 
adapt(Publisher<T>) - Static method in interface com.ibm.cos.v2.core.async.SdkPublisher
Adapts a Publisher to SdkPublisher.
adapt(SdkHttpRequest) - Method in class com.ibm.cos.v2.http.nio.netty.internal.RequestAdapter
 
adapt(Tagging) - Method in class com.ibm.cos.v2.services.s3.internal.TaggingAdapter
 
adaptee() - Method in class com.ibm.cos.v2.core.internal.waiters.LegacyToNonLegacyAdapter
 
adaptiveRetryStrategy() - Static method in class com.ibm.cos.v2.awscore.retry.AwsRetryStrategy
Returns an AdaptiveRetryStrategy with AWS-specific conditions added.
adaptiveRetryStrategy() - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetryStrategy
Returns an AdaptiveRetryStrategy with generic SDK retry conditions.
AdaptiveRetryStrategy - Interface in com.ibm.cos.v2.retries
The adaptive retry strategy is a RetryStrategy when executing against a very resource-constrained set of resources.
AdaptiveRetryStrategy.Builder - Interface in com.ibm.cos.v2.retries
 
adaptiveRetryStrategyBuilder() - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetryStrategy
Returns an AdaptiveRetryStrategy.Builder with preconfigured generic SDK retry conditions.
adaptiveStrategyBuilder() - Static method in class com.ibm.cos.v2.retries.DefaultRetryStrategy
Create a new builder for a AdaptiveRetryStrategy.
add(String, T) - Method in class com.ibm.cos.v2.auth.signer.internal.FifoCache
Adds an entry to the cache, evicting the earliest entry if necessary.
add(T) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
add(int, T) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
add(String, T) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.FifoCache
Adds an entry to the cache, evicting the earliest entry if necessary.
add(MultiplexedChannelRecord.Metrics) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.MultiplexedChannelRecord.Metrics
 
add(Marker) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.ShadedMarkerAdapter
 
add(Marker) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.UnshadedMarkerAdapter
 
add(String, Object) - Method in class com.ibm.cos.v2.utils.ToString
Add a field to the to-string result.
addAcceptor(WaiterAcceptor<? super T>) - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultAsyncWaiter.DefaultBuilder
 
addAcceptor(WaiterAcceptor<? super T>) - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiter.DefaultBuilder
 
addAcceptor(WaiterAcceptor<? super T>) - Method in interface com.ibm.cos.v2.core.waiters.WaiterBuilder
Adds a WaiterAcceptor to the end of the ordered waiterAcceptors list.
addAll(Collection<? extends T>) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
addAll(int, Collection<? extends T>) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
addApiName(ApiName) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Set the optional name of the higher level library that constructed the request.
addApiName(Consumer<ApiName.Builder>) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Set the optional name of the higher level library that constructed the request.
addApiName(ApiName) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
addApiName(Consumer<ApiName.Builder>) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
addBoolean(boolean) - Method in interface com.ibm.cos.v2.core.document.Document.ListBuilder
Adds a Document which is constructed from the given boolean.
addBoolean(boolean) - Method in class com.ibm.cos.v2.core.document.internal.ListDocument.ListBuilderInternal
addChildElement(XmlElement) - Method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlElement.Builder
 
addClassLoaderOverride(Class<?>, ClassLoader) - Static method in class com.ibm.cos.v2.utils.internal.ClassLoaderHelperTestBackdoor
 
addCompletedPart(int) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloadResumeContext
 
addCondition(Condition) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule.Builder
 
addCredentialsProvider(AwsCredentialsProvider) - Method in interface com.ibm.cos.v2.auth.credentials.AwsCredentialsProviderChain.Builder
Add a credential provider to the chain, after the credential providers that have already been configured.
addCredentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in interface com.ibm.cos.v2.auth.credentials.AwsCredentialsProviderChain.Builder
Add a credential provider to the chain, after the credential providers that have already been configured.
addCredentialsToExecutionAttributes(ExecutionAttributes) - Method in interface com.ibm.cos.v2.awscore.internal.authcontext.AuthorizationStrategy
Deprecated.
 
addCredentialsToExecutionAttributes(ExecutionAttributes) - Method in class com.ibm.cos.v2.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy
Deprecated.
Add credentials to be used by the signer in later stages.
addCredentialsToExecutionAttributes(ExecutionAttributes) - Method in class com.ibm.cos.v2.awscore.internal.authcontext.TokenAuthorizationStrategy
Deprecated.
Add credentials to be used by the signer in later stages.
addDateHeader(SdkHttpRequest.Builder, String) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerUtils
Add a date header using a datetime string
addDefaults(RetryStrategyDefaults) - Method in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
addDefaults(RetryStrategyDefaults) - Method in interface com.ibm.cos.v2.retries.internal.DefaultAwareRetryStrategy
Add the specified defaults to this retry strategy
addDocument(Document) - Method in interface com.ibm.cos.v2.core.document.Document.ListBuilder
Adds a Document to the constructed Document List.
addDocument(Document) - Method in class com.ibm.cos.v2.core.document.internal.ListDocument.ListBuilderInternal
addEnvironmentVariableOverride(String, String) - Static method in class com.ibm.cos.v2.utils.internal.SystemSettingUtilsTestBackdoor
 
addExecutionInterceptor(ExecutionInterceptor) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Add an execution interceptor that will have access to read and modify the request and response objects as they are processed by the SDK.
addExtension(ChunkExtensionProvider) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkedEncodedInputStream.Builder
 
addFailedTransfer(FailedFileDownload) - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryDownload.Builder
addFailedTransfer(FailedFileUpload) - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryUpload.Builder
addFailure(Throwable) - Method in class com.ibm.cos.v2.retries.internal.DefaultRetryToken.Builder
Adds a Throwable to the retry-token.
addFile(ProfileFile) - Method in class com.ibm.cos.v2.profiles.ProfileFile.Aggregator
Add a file to be aggregated.
addHandshakeCompletedListener(HandshakeCompletedListener) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
addHeader(String, List<Expr>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointResult.Builder
 
addHeader(String, String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Endpoint.Builder
 
addHeaders(SdkHttpFullRequest.Builder, Optional<Long>, boolean, boolean, boolean) - Method in class com.ibm.cos.v2.core.internal.transform.AbstractStreamingRequestMarshaller
This method will run certain validations for content-length and add additional headers (like Transfer-Encoding) if necessary.
addHeaderValue(String, Expr) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointResult.Builder
 
addHostHeader(SdkHttpRequest.Builder) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerUtils
Add the host header based on parameters of a request
addHostPrefix(Endpoint, String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.AwsEndpointProviderUtils
Apply the given endpoint prefix to the endpoint.
AddingTrailingDataSubscriber<T> - Class in com.ibm.cos.v2.utils.async
Allows to send trailing data before invoking onComplete on the downstream subscriber.
AddingTrailingDataSubscriber(Subscriber<? super T>, Supplier<Iterable<T>>) - Constructor for class com.ibm.cos.v2.utils.async.AddingTrailingDataSubscriber
 
ADDITIONAL_HTTP_HEADERS - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
 
additionalJvmLanguages() - Method in class com.ibm.cos.v2.core.internal.useragent.DefaultSystemUserAgent
 
additionalJvmLanguages() - Method in interface com.ibm.cos.v2.core.util.SystemUserAgent
 
additionalRetentionPeriod() - Method in class com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest
 
additionalRetentionPeriod(Long) - Method in interface com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest.Builder
 
additionalRetryConditionsAllowed() - Method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
Returns true if service-specific conditions are allowed on this policy (e.g.
additionalRetryConditionsAllowed(boolean) - Method in interface com.ibm.cos.v2.core.retry.RetryPolicy.Builder
Deprecated.
Configure whether further conditions can be added to this policy after it is created.
additionalRetryConditionsAllowed() - Method in interface com.ibm.cos.v2.core.retry.RetryPolicy.Builder
Deprecated.
 
addLegalHold(AddLegalHoldRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Adds a legal hold configuration to the specified object in a bucket.
addLegalHold(Consumer<AddLegalHoldRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
 
AddLegalHoldRequest - Class in com.ibm.cos.v2.services.s3.model
Request object representing the parameters required to add a legal hold on an object in IBM Cloud Object Storage.
AddLegalHoldRequest(AddLegalHoldRequest.BuilderImpl) - Constructor for class com.ibm.cos.v2.services.s3.model.AddLegalHoldRequest
Constructs an immutable request instance based on the builder.
AddLegalHoldRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
Builder for constructing AddLegalHoldRequest objects.
AddLegalHoldRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
 
AddLegalHoldRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.AddLegalHoldRequestMarshaller
 
addMap(Consumer<Document.MapBuilder>) - Method in interface com.ibm.cos.v2.core.document.Document.ListBuilder
Inserts a Document Value constructed from Consumer of Document.MapBuilder.
addMap(Consumer<Document.MapBuilder>) - Method in class com.ibm.cos.v2.core.document.internal.ListDocument.ListBuilderInternal
addMetric(String) - Method in class com.ibm.cos.v2.core.useragent.BusinessMetricCollection
 
addMetricPublisher(MetricPublisher) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Add a metric publisher to the existing list of previously set publishers to be used for publishing metrics for this client.
addMetricPublisher(MetricPublisher) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Add a metric publisher to the existing list of previously set publishers to be used for publishing metrics for this request.
addMetricPublisher(MetricPublisher) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
addNonProxyHost(String) - Method in interface com.ibm.cos.v2.crtcore.CrtProxyConfiguration.Builder
Add a host that the client is allowed to access without going through the proxy.
addNonProxyHost(String) - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration.DefaultBuilder
 
addNonProxyHost(String) - Method in interface com.ibm.cos.v2.http.apache.ProxyConfiguration.Builder
Add a host that the client is allowed to access without going through the proxy.
addNonProxyHost(String) - Method in interface com.ibm.cos.v2.http.crt.ProxyConfiguration.Builder
Add a host that the client is allowed to access without going through the proxy.
addNonProxyHost(String) - Method in interface com.ibm.cos.v2.http.urlconnection.ProxyConfiguration.Builder
Add a host that the client is allowed to access without going through the proxy.
addNull() - Method in interface com.ibm.cos.v2.core.document.Document.ListBuilder
Inserts a Null Document to the constructed Document List.
addNull() - Method in class com.ibm.cos.v2.core.document.internal.ListDocument.ListBuilderInternal
addNumber(SdkNumber) - Method in interface com.ibm.cos.v2.core.document.Document.ListBuilder
Adds a Document which is constructed from the given SdkNumber.
addNumber(int) - Method in interface com.ibm.cos.v2.core.document.Document.ListBuilder
Adds a Document which is constructed from the given integer.
addNumber(long) - Method in interface com.ibm.cos.v2.core.document.Document.ListBuilder
Adds a Document which is constructed from the given long.
addNumber(float) - Method in interface com.ibm.cos.v2.core.document.Document.ListBuilder
Adds a Document which is constructed from the given float.
addNumber(double) - Method in interface com.ibm.cos.v2.core.document.Document.ListBuilder
Adds a Document which is constructed from the given double.
addNumber(BigDecimal) - Method in interface com.ibm.cos.v2.core.document.Document.ListBuilder
Adds a Document which is constructed from the given BigDecimal.
addNumber(BigInteger) - Method in interface com.ibm.cos.v2.core.document.Document.ListBuilder
Adds a Document which is constructed from the given BigInteger.
addNumber(String) - Method in interface com.ibm.cos.v2.core.document.Document.ListBuilder
Adds a Document which is constructed from the given String.
addNumber(SdkNumber) - Method in class com.ibm.cos.v2.core.document.internal.ListDocument.ListBuilderInternal
addNumber(int) - Method in class com.ibm.cos.v2.core.document.internal.ListDocument.ListBuilderInternal
addNumber(long) - Method in class com.ibm.cos.v2.core.document.internal.ListDocument.ListBuilderInternal
addNumber(float) - Method in class com.ibm.cos.v2.core.document.internal.ListDocument.ListBuilderInternal
addNumber(double) - Method in class com.ibm.cos.v2.core.document.internal.ListDocument.ListBuilderInternal
addNumber(BigDecimal) - Method in class com.ibm.cos.v2.core.document.internal.ListDocument.ListBuilderInternal
addNumber(BigInteger) - Method in class com.ibm.cos.v2.core.document.internal.ListDocument.ListBuilderInternal
addNumber(String) - Method in class com.ibm.cos.v2.core.document.internal.ListDocument.ListBuilderInternal
addOperationConstraint(String) - Method in class com.ibm.cos.v2.services.s3.internal.plugins.S3OverrideAuthSchemePropertiesPlugin.Builder
Adds an operation constraint to use the configured properties.
addParameter(Parameter) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameters.Builder
 
addPartition(Partition) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partitions.Builder
 
addPlugin(SdkPlugin) - Method in interface com.ibm.cos.v2.core.client.builder.SdkClientBuilder
Adds a plugin to the client builder.
addPlugin(SdkPlugin) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
addPlugin(SdkPlugin) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Add a plugin used to update the configuration used by this request.
addPlugin(SdkPlugin) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
addProperty(Identifier, Expr) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointResult.Builder
 
addRetryConditions(RetryPolicy) - Static method in class com.ibm.cos.v2.awscore.retry.AwsRetryPolicy
Deprecated.
Update the provided RetryPolicy to add AWS-specific conditions.
addRetryConditions(RetryStrategy) - Static method in class com.ibm.cos.v2.awscore.retry.AwsRetryStrategy
Update the provided RetryStrategy to add AWS-specific conditions.
addRule(Rule) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRuleset.Builder
 
addSessionCredentials(SdkHttpFullRequest.Builder, AwsSessionCredentials) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAws4Signer
 
addSessionCredentials(SdkHttpFullRequest.Builder, AwsSessionCredentials) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsSigner
Adds session credentials to the request given.
addSigningRegion(String) - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4aAuthScheme.Builder
 
addString(String) - Method in interface com.ibm.cos.v2.core.document.Document.ListBuilder
Adds a Document which is constructed from the given stringValue..
addString(String) - Method in class com.ibm.cos.v2.core.document.internal.ListDocument.ListBuilderInternal
addtionalMetadata(OperationMetadataAttribute<T>) - Method in class com.ibm.cos.v2.protocols.core.OperationInfo
Gets an unmodeled piece of metadata.
addToBytesToLastCompletedParts(long) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloadResumeContext
 
addTrailer(TrailerProvider) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkedEncodedInputStream.Builder
 
addTrailingData(Supplier<Iterable<T>>) - Method in interface com.ibm.cos.v2.core.async.SdkPublisher
Creates a new publisher that emits trailing events provided by trailingDataSupplier in addition to the published events.
addTransferListener(TransferListener) - Method in interface com.ibm.cos.v2.transfer.s3.config.TransferRequestOverrideConfiguration.Builder
Add a TransferListener that will be notified as part of this request.
addTransferListener(TransferListener) - Method in interface com.ibm.cos.v2.transfer.s3.model.CopyRequest.Builder
Adds a TransferListener that will be notified as part of this request.
addTransferListener(TransferListener) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadFileRequest.Builder
Add a TransferListener that will be notified as part of this request.
addTransferListener(TransferListener) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadRequest.TypedBuilder
Add a TransferListener that will be notified as part of this request.
addTransferListener(TransferListener) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadRequest.UntypedBuilder
Adds a TransferListener that will be notified as part of this request.
addTransferListener(TransferListener) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadFileRequest.Builder
Add a TransferListener that will be notified as part of this request.
addTransferListener(TransferListener) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadRequest.Builder
Add a TransferListener that will be notified as part of this request.
adjustClockIfClockSkew(Response<?>) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.RetryableStageHelper
Adjust the client-side clock skew if the provided response indicates that there is a large skew between the client and service.
advancedOption(SdkAdvancedAsyncClientOption<T>) - Method in class com.ibm.cos.v2.core.client.config.ClientAsyncConfiguration
Load the requested advanced option that was configured on the client builder.
advancedOption(SdkAdvancedAsyncClientOption<T>, T) - Method in interface com.ibm.cos.v2.core.client.config.ClientAsyncConfiguration.Builder
Configure an advanced async option.
advancedOption(SdkAdvancedClientOption<T>) - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
Load the optional requested advanced option that was configured on the client builder.
advancedOption(ServiceMetadataAdvancedOption<T>) - Method in class com.ibm.cos.v2.regions.ServiceMetadataConfiguration
Load the optional requested advanced option that was configured on the service metadata builder.
advancedOptions(Map<SdkAdvancedAsyncClientOption<?>, ?>) - Method in interface com.ibm.cos.v2.core.client.config.ClientAsyncConfiguration.Builder
Configure the map of advanced override options.
advancedOptions(Map<SdkAdvancedClientOption<?>, ?>) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Configure the map of advanced override options.
advancedOptions() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
 
advancedOptions(Map<ServiceMetadataAdvancedOption<?>, ?>) - Method in class com.ibm.cos.v2.regions.ServiceMetadataConfiguration.Builder
Configure an advanced override option.
AF_SOUTH_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
AfSouth1 - Class in com.ibm.cos.v2.regions.regionmetadata
 
AfSouth1() - Constructor for class com.ibm.cos.v2.regions.regionmetadata.AfSouth1
 
after() - Method in class com.ibm.cos.v2.testutils.EnvironmentVariableHelper
 
afterExecution(Context.AfterExecution, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
Read the finalized SdkResponse as it will be returned by the client invocation.
afterExecution(Context.AfterExecution, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionInterceptorChain
 
AfterExecutionInterceptorsStage<OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
 
AfterExecutionInterceptorsStage() - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.AfterExecutionInterceptorsStage
 
afterMarshalling(Context.AfterMarshalling, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
Read the marshalled HTTP request, before it is modified by other interceptors.
afterMarshalling(Context.AfterMarshalling, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionInterceptorChain
 
afterTransmission(Context.AfterTransmission, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
Read the HTTP response as it was returned by the HTTP client, before it is modified by other interceptors.
afterTransmission(Context.AfterTransmission, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionInterceptorChain
 
afterTransmission(Context.AfterTransmission, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.GetObjectInterceptor
 
AfterTransmissionExecutionInterceptorsStage - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
 
AfterTransmissionExecutionInterceptorsStage() - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.AfterTransmissionExecutionInterceptorsStage
 
afterUnmarshalling(Context.AfterUnmarshalling, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
Read the SdkResponse as it was returned by the unmarshaller, before it is modified by other interceptors.
afterUnmarshalling(Context.AfterUnmarshalling, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionInterceptorChain
 
aggregate(ProfileFileSupplier...) - Static method in interface com.ibm.cos.v2.profiles.ProfileFileSupplier
Creates a ProfileFileSupplier by combining the ProfileFile objects from multiple ProfileFileSuppliers.
aggregateRetryCondition() - Method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
aggregator() - Static method in class com.ibm.cos.v2.profiles.ProfileFile
Create a builder that can merge multiple ProfileFiles together.
Aggregator() - Constructor for class com.ibm.cos.v2.profiles.ProfileFile.Aggregator
 
algorithm() - Method in class com.ibm.cos.v2.auth.signer.params.SignerChecksumParams
Deprecated.
 
algorithm(Algorithm) - Method in class com.ibm.cos.v2.auth.signer.params.SignerChecksumParams.Builder
Deprecated.
 
Algorithm - Enum in com.ibm.cos.v2.core.checksums
Deprecated.
this class is deprecated and will not be updated.
algorithm() - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs
Deprecated.
algorithm(Algorithm) - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs.Builder
algorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.core.internal.async.ChecksumCalculatingAsyncRequestBody.Builder
Sets the checksum algorithm.
algorithm(ChecksumAlgorithm) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.FlexibleChecksummer.Option.Builder
 
algorithmId() - Method in interface com.ibm.cos.v2.checksums.spi.ChecksumAlgorithm
The ID of the checksum algorithm.
algorithmId() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.ChecksumUtil.ConstantChecksumAlgorithm
 
algorithmV2() - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs
 
algorithmV2(ChecksumAlgorithm) - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs.Builder
 
ALL - Static variable in class com.ibm.cos.v2.core.auth.policy.Principal
Principal instance that includes all the AWS accounts, AWS web services and web identity providers.
ALL_SERVICES - Static variable in class com.ibm.cos.v2.core.auth.policy.Principal
Principal instance that includes all AWS web services.
ALL_USERS - Static variable in class com.ibm.cos.v2.core.auth.policy.Principal
Principal instance that includes all users, including anonymous users.
ALL_WEB_PROVIDERS - Static variable in class com.ibm.cos.v2.core.auth.policy.Principal
Principal instance that includes all the web identity providers.
allMatchingHeaders(Map<String, List<String>>, String) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Deprecated.
Use SdkHttpHeaders#matchingHeaders
allMatchingHeadersFromCollection(Map<String, List<String>>, Collection<String>) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Deprecated.
Use SdkHttpHeaders#matchingHeaders
allObjects() - Static method in interface com.ibm.cos.v2.transfer.s3.config.DownloadFilter
A DownloadFilter that downloads all non-folder objects.
alloc() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
allOfExceptionForwarded(CompletableFuture<?>[]) - Static method in class com.ibm.cos.v2.utils.CompletableFutureUtils
Similar to CompletableFuture.allOf(CompletableFuture[]), but when any future is completed exceptionally, forwards the exception to other futures.
allowDots() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.IsValidHostLabel
 
allowDots() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.IsVirtualHostableS3Bucket
 
allowedHeaders() - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
Headers that are specified in the Access-Control-Request-Headers header.
allowedHeaders(Collection<String>) - Method in interface com.ibm.cos.v2.services.s3.model.CORSRule.Builder
Headers that are specified in the Access-Control-Request-Headers header.
allowedHeaders(String...) - Method in interface com.ibm.cos.v2.services.s3.model.CORSRule.Builder
Headers that are specified in the Access-Control-Request-Headers header.
allowedMethods() - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
An HTTP method that you allow the origin to execute.
allowedMethods(Collection<String>) - Method in interface com.ibm.cos.v2.services.s3.model.CORSRule.Builder
An HTTP method that you allow the origin to execute.
allowedMethods(String...) - Method in interface com.ibm.cos.v2.services.s3.model.CORSRule.Builder
An HTTP method that you allow the origin to execute.
allowedOrigins() - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
One or more origins you want customers to be able to access the bucket from.
allowedOrigins(Collection<String>) - Method in interface com.ibm.cos.v2.services.s3.model.CORSRule.Builder
One or more origins you want customers to be able to access the bucket from.
allowedOrigins(String...) - Method in interface com.ibm.cos.v2.services.s3.model.CORSRule.Builder
One or more origins you want customers to be able to access the bucket from.
allowQuotedRecordDelimiter() - Method in class com.ibm.cos.v2.services.s3.model.CSVInput
Specifies that CSV field values may contain quoted record delimiters and such records should be allowed.
allowQuotedRecordDelimiter(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.CSVInput.Builder
Specifies that CSV field values may contain quoted record delimiters and such records should be allowed.
allUsers() - Static method in class com.ibm.cos.v2.services.s3.model.IBMAclGrantee
 
AmazonAsyncHttpClient - Class in com.ibm.cos.v2.core.internal.http
 
AmazonAsyncHttpClient(SdkClientConfiguration) - Constructor for class com.ibm.cos.v2.core.internal.http.AmazonAsyncHttpClient
 
AmazonAsyncHttpClient.RequestExecutionBuilder - Interface in com.ibm.cos.v2.core.internal.http
Interface to configure a request execution and execute the request.
AmazonSyncHttpClient - Class in com.ibm.cos.v2.core.internal.http
 
AmazonSyncHttpClient(SdkClientConfiguration) - Constructor for class com.ibm.cos.v2.core.internal.http.AmazonSyncHttpClient
 
AmazonSyncHttpClient.RequestExecutionBuilder - Interface in com.ibm.cos.v2.core.internal.http
Interface to configure a request execution and execute the request.
AMZ_BUCKET_REGION_HEADER - Static variable in class com.ibm.cos.v2.services.s3.internal.crossregion.utils.CrossRegionUtils
 
AnalyticsAndOperator - Class in com.ibm.cos.v2.services.s3.model
A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter.
AnalyticsAndOperator.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
AnalyticsConfiguration - Class in com.ibm.cos.v2.services.s3.model
Specifies the configuration and any analyses for the analytics filter of an Amazon S3 bucket.
analyticsConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationResponse
The configuration and any analyses for the analytics filter.
analyticsConfiguration(AnalyticsConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationResponse.Builder
The configuration and any analyses for the analytics filter.
analyticsConfiguration(Consumer<AnalyticsConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationResponse.Builder
The configuration and any analyses for the analytics filter.
analyticsConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest
The configuration and any analyses for the analytics filter.
analyticsConfiguration(AnalyticsConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest.Builder
The configuration and any analyses for the analytics filter.
analyticsConfiguration(Consumer<AnalyticsConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest.Builder
The configuration and any analyses for the analytics filter.
AnalyticsConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
analyticsConfigurationList() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse
The list of analytics configurations for a bucket.
analyticsConfigurationList(Collection<AnalyticsConfiguration>) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse.Builder
The list of analytics configurations for a bucket.
analyticsConfigurationList(AnalyticsConfiguration...) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse.Builder
The list of analytics configurations for a bucket.
analyticsConfigurationList(Consumer<AnalyticsConfiguration.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse.Builder
The list of analytics configurations for a bucket.
AnalyticsExportDestination - Class in com.ibm.cos.v2.services.s3.model
Where to publish the analytics results.
AnalyticsExportDestination.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
AnalyticsFilter - Class in com.ibm.cos.v2.services.s3.model
The filter used to describe a set of objects for analyses.
AnalyticsFilter.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
AnalyticsFilter.Type - Enum in com.ibm.cos.v2.services.s3.model
 
AnalyticsS3BucketDestination - Class in com.ibm.cos.v2.services.s3.model
Contains information about where to publish the analytics results.
AnalyticsS3BucketDestination.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
AnalyticsS3ExportFileFormat - Enum in com.ibm.cos.v2.services.s3.model
 
and(JmesPathRuntime.Value) - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Perform an AND comparison between this value and another one: https://jmespath.org/specification.html#or-expressions
and() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
A conjunction (logical AND) of predicates, which is used in evaluating an analytics filter.
and(AnalyticsAndOperator) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsFilter.Builder
A conjunction (logical AND) of predicates, which is used in evaluating an analytics filter.
and(Consumer<AnalyticsAndOperator.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsFilter.Builder
A conjunction (logical AND) of predicates, which is used in evaluating an analytics filter.
and() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter
A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter.
and(IntelligentTieringAndOperator) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter.Builder
A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter.
and(Consumer<IntelligentTieringAndOperator.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter.Builder
A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter.
and() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
Returns the value of the And property for this object.
and(LifecycleRuleAndOperator) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter.Builder
Sets the value of the And property for this object.
and(Consumer<LifecycleRuleAndOperator.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter.Builder
Sets the value of the And property for this object.
and() - Method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter.
and(MetricsAndOperator) - Method in interface com.ibm.cos.v2.services.s3.model.MetricsFilter.Builder
A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter.
and(Consumer<MetricsAndOperator.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.MetricsFilter.Builder
A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter.
and() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
A container for specifying rule filters.
and(ReplicationRuleAndOperator) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter.Builder
A container for specifying rule filters.
and(Consumer<ReplicationRuleAndOperator.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter.Builder
A container for specifying rule filters.
AndRetryCondition - Class in com.ibm.cos.v2.core.retry.conditions
Composite RetryCondition that evaluates to true when all contained retry conditions evaluate to true.
anonymous(V4Properties) - Static method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.V4RequestSigner
Retrieve an implementation of a V4RequestSigner to handle the anonymous credentials case, where the request is not sigend at all.
AnonymousCredentialsProvider - Class in com.ibm.cos.v2.auth.credentials
Credentials provider that always returns anonymous AwsCredentials.
anyMatchingHeader(Predicate<String>) - Method in interface com.ibm.cos.v2.http.SdkHttpHeaders
Returns whether any header key matches the provided predicate.
AP_EAST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
AP_NORTHEAST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
AP_NORTHEAST_2 - Static variable in class com.ibm.cos.v2.regions.Region
 
AP_NORTHEAST_3 - Static variable in class com.ibm.cos.v2.regions.Region
 
AP_SOUTH_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
AP_SOUTH_2 - Static variable in class com.ibm.cos.v2.regions.Region
 
AP_SOUTHEAST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
AP_SOUTHEAST_2 - Static variable in class com.ibm.cos.v2.regions.Region
 
AP_SOUTHEAST_3 - Static variable in class com.ibm.cos.v2.regions.Region
 
AP_SOUTHEAST_4 - Static variable in class com.ibm.cos.v2.regions.Region
 
AP_SOUTHEAST_5 - Static variable in class com.ibm.cos.v2.regions.Region
 
AP_SOUTHEAST_7 - Static variable in class com.ibm.cos.v2.regions.Region
 
ApacheHttpClient - Class in com.ibm.cos.v2.http.apache
An implementation of SdkHttpClient that uses Apache HTTP client to communicate with the service.
ApacheHttpClient.Builder - Interface in com.ibm.cos.v2.http.apache
Builder for creating an instance of SdkHttpClient.
ApacheHttpRequestConfig - Class in com.ibm.cos.v2.http.apache.internal
Configuration needed when building an Apache request.
ApacheHttpRequestConfig.Builder - Class in com.ibm.cos.v2.http.apache.internal
ApacheHttpRequestFactory - Class in com.ibm.cos.v2.http.apache.internal.impl
Responsible for creating Apache HttpClient 4 request objects.
ApacheHttpRequestFactory() - Constructor for class com.ibm.cos.v2.http.apache.internal.impl.ApacheHttpRequestFactory
 
ApacheSdkHttpClient - Class in com.ibm.cos.v2.http.apache.internal.impl
An instance of ConnectionManagerAwareHttpClient that delegates all the requests to the given http client.
ApacheSdkHttpClient(HttpClient, HttpClientConnectionManager) - Constructor for class com.ibm.cos.v2.http.apache.internal.impl.ApacheSdkHttpClient
 
ApacheSdkHttpService - Class in com.ibm.cos.v2.http.apache
Service binding for the Apache implementation.
ApacheSdkHttpService() - Constructor for class com.ibm.cos.v2.http.apache.ApacheSdkHttpService
 
ApacheUtils - Class in com.ibm.cos.v2.http.apache.internal.utils
 
API_CALL_ATTEMPT_METRIC_COLLECTOR - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
The MetricCollector associated with the current, ongoing API call attempt.
API_CALL_ATTEMPT_START_NANO_TIME - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The nano time that the current API call attempt began.
API_CALL_ATTEMPT_TIMEOUT - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
 
API_CALL_DURATION - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The duration of the API call.
API_CALL_METRIC_COLLECTOR - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
The MetricCollector associated with the overall API call.
API_CALL_SUCCESSFUL - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
True if the API call succeeded, false otherwise.
API_CALL_TIMEOUT - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
 
API_KEY - Static variable in class com.ibm.cos.v2.identity.spi.internal.IBMIamAuthProperties
 
API_METADATA - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
ApiCallAttemptMetricCollectionStage<OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Wrapper pipeline that initializes and tracks the API call attempt metric collection.
ApiCallAttemptMetricCollectionStage(RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.ApiCallAttemptMetricCollectionStage
 
apiCallAttemptResponseBytesRead(RequestExecutionContext) - Static method in class com.ibm.cos.v2.core.internal.util.MetricUtils
 
apiCallAttemptStartNanoTime(RequestExecutionContext) - Static method in class com.ibm.cos.v2.core.internal.util.MetricUtils
 
apiCallAttemptTimeout() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
The amount of time to wait for the http request to complete before giving up and timing out.
apiCallAttemptTimeout(Duration) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Configure the amount of time to wait for the http request to complete before giving up and timing out.
apiCallAttemptTimeout() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
 
apiCallAttemptTimeout() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration
The amount of time to wait for the http request to complete before giving up and timing out.
apiCallAttemptTimeout(Duration) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Configure the amount of time to wait for the http request to complete before giving up and timing out.
apiCallAttemptTimeout() - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
 
apiCallAttemptTimeout(Duration) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
apiCallAttemptTimeout() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
ApiCallAttemptTimeoutException - Exception in com.ibm.cos.v2.core.exception
Signals that an api call attempt could not complete within the specified timeout.
ApiCallAttemptTimeoutException.Builder - Interface in com.ibm.cos.v2.core.exception
 
ApiCallAttemptTimeoutException.BuilderImpl - Class in com.ibm.cos.v2.core.exception
 
apiCallAttemptTimeoutTracker() - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext
 
apiCallAttemptTimeoutTracker(TimeoutTracker) - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext
 
ApiCallAttemptTimeoutTrackingStage<OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Wrapper around a RequestPipeline to manage the api call attempt timeout feature.
ApiCallAttemptTimeoutTrackingStage(HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage
 
apiCallBufferSize() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartConfigurationResolver
 
apiCallBufferSizeInBytes() - Method in class com.ibm.cos.v2.services.s3.multipart.MultipartConfiguration
The maximum memory, in bytes, that the SDK will use to buffer requests content into memory.
apiCallBufferSizeInBytes(Long) - Method in interface com.ibm.cos.v2.services.s3.multipart.MultipartConfiguration.Builder
Configures the maximum amount of memory, in bytes, the SDK will use to buffer content of requests in memory.
apiCallBufferSizeInBytes() - Method in interface com.ibm.cos.v2.services.s3.multipart.MultipartConfiguration.Builder
Indicates the value of the maximum memory usage that the SDK will use.
ApiCallMetricCollectionStage<OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Wrapper pipeline that tracks the CoreMetric.API_CALL_DURATION metric.
ApiCallMetricCollectionStage(RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.ApiCallMetricCollectionStage
 
apiCallTimeout() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
The amount of time to allow the client to complete the execution of an API call.
apiCallTimeout(Duration) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Configure the amount of time to allow the client to complete the execution of an API call.
apiCallTimeout() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
 
apiCallTimeout() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration
The amount of time to allow the client to complete the execution of an API call.
apiCallTimeout(Duration) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Configure the amount of time to allow the client to complete the execution of an API call.
apiCallTimeout() - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
 
apiCallTimeout(Duration) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
apiCallTimeout() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
ApiCallTimeoutException - Exception in com.ibm.cos.v2.core.exception
Signals that an api call could not complete within the specified timeout.
ApiCallTimeoutException.Builder - Interface in com.ibm.cos.v2.core.exception
 
ApiCallTimeoutException.BuilderImpl - Class in com.ibm.cos.v2.core.exception
 
apiCallTimeoutTracker() - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext
 
apiCallTimeoutTracker(TimeoutTracker) - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext
Sets the tracker task for the .
ApiCallTimeoutTracker - Class in com.ibm.cos.v2.core.internal.http.timers
Api Call Timeout Tracker to track the TimeoutTask and the ScheduledFuture.
ApiCallTimeoutTracker(TimeoutTask, ScheduledFuture<?>) - Constructor for class com.ibm.cos.v2.core.internal.http.timers.ApiCallTimeoutTracker
 
ApiCallTimeoutTrackingStage<OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Wrapper around a RequestPipeline to manage the api call timeout feature.
ApiCallTimeoutTrackingStage(HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.ApiCallTimeoutTrackingStage
 
apiKey() - Method in class com.ibm.cos.v2.auth.credentials.ibmOAuth.BasicIBMOAuthCredentials
 
apiKey() - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultIBMIamAuthSchemeParams
 
apiKey() - Method in interface com.ibm.cos.v2.http.auth.spi.internal.scheme.IBMIamAuthSchemeParams
 
apiKey(String) - Method in interface com.ibm.cos.v2.http.auth.spi.internal.scheme.IBMIamAuthSchemeParams.Builder
Set the apiKey.
apiKey() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultIAMCredentialsIdentity
 
apiKey() - Method in interface com.ibm.cos.v2.identity.spi.internal.IBMOAuthIdentity
Retrieve the IBM api key
apiKey(String) - Method in interface com.ibm.cos.v2.identity.spi.internal.IBMOAuthIdentity.Builder
 
ApiName - Class in com.ibm.cos.v2.core
Encapsulates the API name and version of a library built using the AWS SDK.
ApiName.Builder - Interface in com.ibm.cos.v2.core
 
apiNames() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration
The optional names of the higher level libraries that constructed the request.
apiNames() - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
The optional names of the higher level libraries that constructed the request.
apiNames() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
apiVersion() - Method in class com.ibm.cos.v2.protocols.core.OperationInfo
 
apiVersion(String) - Method in class com.ibm.cos.v2.protocols.core.OperationInfo.Builder
 
APP_ID - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
append(LogEvent) - Method in class com.ibm.cos.v2.testutils.LogCaptor.DefaultLogCaptor
 
appendFieldAndSpace(StringBuilder, String, String) - Static method in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
Add a metadata field to the string builder, followed by space.
appendHeader(String, String) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Add a single header to be included in the created HTTP request.
appendHeader(String, String) - Method in interface com.ibm.cos.v2.http.SdkHttpFullResponse.Builder
Add a single header to be included in the created HTTP request.
appendHeader(String, String) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Add a single header to be included in the created HTTP request.
appendHeader(String, String) - Method in interface com.ibm.cos.v2.http.SdkHttpResponse.Builder
Add a single header to be included in the created HTTP request.
appendNonEmptyField(StringBuilder, String, String) - Static method in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
Add a metadata field to the string builder only if 'value' is non-empty.
appendRawQueryParameter(String, String) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Add a single un-encoded query parameter to be included in the created HTTP request.
appendRawQueryParameter(String, String) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Add a single un-encoded query parameter to be included in the created HTTP request.
appendSpaceAndField(StringBuilder, String, String) - Static method in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
Add a metadata field to the string builder, preceded by space.
appendUri(String, String) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Append the given path to the given baseUri, separating them with a slash, if required.
appId() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
An optional user specified identification value to be appended to the user agent header.
appId(String) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Sets the appId for this client.
appId() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
The appId for this client.
AppIdResolver - Class in com.ibm.cos.v2.core.internal.useragent
 
apply(SdkHttpFullResponse) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamTaggedUnionPojoSupplier
 
apply(SdkException) - Method in class com.ibm.cos.v2.core.internal.retry.DefaultTokenBucketExceptionCostFunction
 
apply(JsonFactory, String) - Method in interface com.ibm.cos.v2.protocols.cbor.internal.SdkStructuredCborFactory.CborGeneratorSupplier
 
apply(AwsXmlUnmarshallingContext) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlErrorTransformer
 
apply(AwsXmlUnmarshallingContext) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlResponseTransformer
 
apply(AwsXmlUnmarshallingContext) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.DecorateErrorFromResponseBodyUnmarshaller
 
apply(Statement, Description) - Method in class com.ibm.cos.v2.testutils.retry.RetryRule
 
apply(Consumer<? super L>, Consumer<? super R>) - Method in class com.ibm.cos.v2.utils.Either
Apply the consumers to the left or the right value depending on which is present.
apply(T) - Method in interface com.ibm.cos.v2.utils.FunctionalUtils.UnsafeFunction
 
apply(BiFunction<LeftT, RightT, ReturnT>) - Method in class com.ibm.cos.v2.utils.Pair
Apply the function to both the left and right values and return the transformed result.
applyDefaults(RetryStrategy.Builder<?, ?>) - Method in interface com.ibm.cos.v2.retries.internal.RetryStrategyDefaults
Apply this set of defaults to the provided retry strategy builder.
applyEndpointConfiguration(S3EndpointResolverContext) - Method in interface com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolver
 
applyMutation(Consumer<SdkHttpRequest.Builder>) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
 
applyMutation(Consumer<B>) - Method in interface com.ibm.cos.v2.utils.builder.SdkBuilder
A convenience operator that takes something that will mutate the builder in some way and allows inclusion of it in chaining operations.
applyPaginatorUserAgent(T) - Static method in class com.ibm.cos.v2.services.s3.internal.UserAgentUtils
 
applyServerSideEncryptionByDefault() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionRule
Specifies the default server-side encryption to apply to new objects in the bucket.
applyServerSideEncryptionByDefault(ServerSideEncryptionByDefault) - Method in interface com.ibm.cos.v2.services.s3.model.ServerSideEncryptionRule.Builder
Specifies the default server-side encryption to apply to new objects in the bucket.
applyServerSideEncryptionByDefault(Consumer<ServerSideEncryptionByDefault.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ServerSideEncryptionRule.Builder
Specifies the default server-side encryption to apply to new objects in the bucket.
ApplyTransactionIdStage - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Generates a unique identifier for the request that is consistent across retries.
ApplyTransactionIdStage() - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.ApplyTransactionIdStage
 
applyUserAgentInfo(T, Consumer<AwsRequestOverrideConfiguration.Builder>) - Static method in class com.ibm.cos.v2.services.s3.internal.UserAgentUtils
 
ApplyUserAgentInterceptor - Class in com.ibm.cos.v2.transfer.s3.internal
Apply TM specific user agent to the request
ApplyUserAgentInterceptor() - Constructor for class com.ibm.cos.v2.transfer.s3.internal.ApplyUserAgentInterceptor
 
ApplyUserAgentStage - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
A stage for adding the user agent header to the request, after retrieving the current string from execution attributes and adding any additional information.
ApplyUserAgentStage(HttpClientDependencies) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.ApplyUserAgentStage
 
ArchiveStatus - Enum in com.ibm.cos.v2.services.s3.model
 
archiveStatus() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The archive state of the head object.
archiveStatus(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The archive state of the head object.
archiveStatus(ArchiveStatus) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The archive state of the head object.
archiveStatusAsString() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The archive state of the head object.
argv(List<Expr>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.FnNode.Builder
 
Arn - Class in com.ibm.cos.v2.arns
The Arns generated and recognized by this code are the Arns described here: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
Arn - Class in com.ibm.cos.v2.services.s3.endpoints.internal
An AWS Arn.
Arn(String, String, String, String, List<String>) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Arn
 
Arn.Builder - Interface in com.ibm.cos.v2.arns
A builder for a Arn.
ArnCondition - Class in com.ibm.cos.v2.core.auth.policy.conditions
AWS access control policy condition that allows an access control statement to be conditionally applied based on the comparison of an Amazon Resource Name (ARN).
ArnCondition(ArnCondition.ArnComparisonType, String, String) - Constructor for class com.ibm.cos.v2.core.auth.policy.conditions.ArnCondition
Constructs a new access control policy condition that compares ARNs (Amazon Resource Names).
ArnCondition.ArnComparisonType - Enum in com.ibm.cos.v2.core.auth.policy.conditions
Enumeration of the supported ways an ARN comparison can be evaluated.
ArnConverter<T extends AwsResource> - Interface in com.ibm.cos.v2.services.s3.internal.resource
An interface for converting an AWS ARN into a service specific AwsResource.
ArnResource - Class in com.ibm.cos.v2.arns
An additional model within Arn that provides the Resource Type, Resource, and Resource Qualifier of an AWS Arn when those values are present and correctly formatted within an Arn.
ArnResource.Builder - Interface in com.ibm.cos.v2.arns
 
ArnResource.DefaultBuilder - Class in com.ibm.cos.v2.arns
 
ArrayJsonNode - Class in com.ibm.cos.v2.protocols.jsoncore.internal
An array JsonNode.
ArrayJsonNode(List<JsonNode>) - Constructor for class com.ibm.cos.v2.protocols.jsoncore.internal.ArrayJsonNode
 
asArray() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ArrayJsonNode
 
asArray() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.BooleanJsonNode
 
asArray() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.EmbeddedObjectJsonNode
 
asArray() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NullJsonNode
 
asArray() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NumberJsonNode
 
asArray() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ObjectJsonNode
 
asArray() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.StringJsonNode
 
asArray() - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
When JsonNode.isArray() is true, this returns the array associated with this node.
asBoolean() - Method in interface com.ibm.cos.v2.core.document.Document
Gets the document as a boolean if it is a boolean.
asBoolean() - Method in class com.ibm.cos.v2.core.document.internal.BooleanDocument
Gets the boolean value of the Document.
asBoolean() - Method in class com.ibm.cos.v2.core.document.internal.ListDocument
asBoolean() - Method in class com.ibm.cos.v2.core.document.internal.MapDocument
 
asBoolean() - Method in class com.ibm.cos.v2.core.document.internal.NullDocument
asBoolean() - Method in class com.ibm.cos.v2.core.document.internal.NumberDocument
asBoolean() - Method in class com.ibm.cos.v2.core.document.internal.StringDocument
asBoolean() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ArrayJsonNode
 
asBoolean() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.BooleanJsonNode
 
asBoolean() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.EmbeddedObjectJsonNode
 
asBoolean() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NullJsonNode
 
asBoolean() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NumberJsonNode
 
asBoolean() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ObjectJsonNode
 
asBoolean() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.StringJsonNode
 
asBoolean() - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
When JsonNode.isBoolean() is true, this returns the boolean associated with this node.
asBoundedString() - Method in class com.ibm.cos.v2.core.useragent.BusinessMetricCollection
Constructs a string representation of a collection of business metrics strings in Base64 formats.
asByteArray() - Method in class com.ibm.cos.v2.core.BytesWrapper
 
asByteArrayUnsafe() - Method in class com.ibm.cos.v2.core.BytesWrapper
 
asByteBuffer() - Method in class com.ibm.cos.v2.core.BytesWrapper
 
asContentStreamProvider() - Method in class com.ibm.cos.v2.core.BytesWrapper
 
asEmbeddedObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ArrayJsonNode
 
asEmbeddedObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.BooleanJsonNode
 
asEmbeddedObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.EmbeddedObjectJsonNode
 
asEmbeddedObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NullJsonNode
 
asEmbeddedObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NumberJsonNode
 
asEmbeddedObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ObjectJsonNode
 
asEmbeddedObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.StringJsonNode
 
asEmbeddedObject() - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
When JsonNode.isEmbeddedObject() is true, this returns the embedded object associated with this node.
asInputStream() - Method in class com.ibm.cos.v2.core.BytesWrapper
 
asList() - Method in interface com.ibm.cos.v2.core.document.Document
Gets the document as a List if it is a document type array.
asList() - Method in class com.ibm.cos.v2.core.document.internal.BooleanDocument
asList() - Method in class com.ibm.cos.v2.core.document.internal.ListDocument
 
asList() - Method in class com.ibm.cos.v2.core.document.internal.MapDocument
 
asList() - Method in class com.ibm.cos.v2.core.document.internal.NullDocument
asList() - Method in class com.ibm.cos.v2.core.document.internal.NumberDocument
asList() - Method in class com.ibm.cos.v2.core.document.internal.StringDocument
 
asMap() - Method in interface com.ibm.cos.v2.core.document.Document
Gets the document as a Map.
asMap() - Method in class com.ibm.cos.v2.core.document.internal.BooleanDocument
asMap() - Method in class com.ibm.cos.v2.core.document.internal.ListDocument
asMap() - Method in class com.ibm.cos.v2.core.document.internal.MapDocument
 
asMap() - Method in class com.ibm.cos.v2.core.document.internal.NullDocument
asMap() - Method in class com.ibm.cos.v2.core.document.internal.NumberDocument
 
asMap() - Method in class com.ibm.cos.v2.core.document.internal.StringDocument
 
asNumber() - Method in interface com.ibm.cos.v2.core.document.Document
Gets the document as a SdkNumber if it is a SdkNumber.
asNumber() - Method in class com.ibm.cos.v2.core.document.internal.BooleanDocument
asNumber() - Method in class com.ibm.cos.v2.core.document.internal.ListDocument
asNumber() - Method in class com.ibm.cos.v2.core.document.internal.MapDocument
 
asNumber() - Method in class com.ibm.cos.v2.core.document.internal.NullDocument
asNumber() - Method in class com.ibm.cos.v2.core.document.internal.NumberDocument
Returned as {SdkNumber}.
asNumber() - Method in class com.ibm.cos.v2.core.document.internal.StringDocument
 
asNumber() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ArrayJsonNode
 
asNumber() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.BooleanJsonNode
 
asNumber() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.EmbeddedObjectJsonNode
 
asNumber() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NullJsonNode
 
asNumber() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NumberJsonNode
 
asNumber() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ObjectJsonNode
 
asNumber() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.StringJsonNode
 
asNumber() - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
When JsonNode.isNumber() is true, this returns the number associated with this node.
asObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ArrayJsonNode
 
asObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.BooleanJsonNode
 
asObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.EmbeddedObjectJsonNode
 
asObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NullJsonNode
 
asObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NumberJsonNode
 
asObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ObjectJsonNode
 
asObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.StringJsonNode
 
asObject() - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
When JsonNode.isObject() is true, this returns the object associated with this node.
asOverrideConfiguration() - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration
Create a ClientOverrideConfiguration using the values currently in this configuration.
asOverrideConfigurationBuilder() - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration.Builder
Create a ClientOverrideConfiguration.Builder using the values currently in this builder.
asSdkException(Throwable) - Static method in class com.ibm.cos.v2.core.internal.util.ThrowableUtils
Wraps the given Throwable in SdkException if necessary.
AssertCallable - Class in com.ibm.cos.v2.testutils.retry
Base class for assertion logic, used by RetryableAssertion.
AssertCallable() - Constructor for class com.ibm.cos.v2.testutils.retry.AssertCallable
 
assertFileEqualsFile(File, File) - Static method in class com.ibm.cos.v2.testutils.SdkAsserts
Asserts that the contents of the two files are same.
assertFileEqualsStream(File, InputStream) - Static method in class com.ibm.cos.v2.testutils.SdkAsserts
Asserts that the contents in the specified file are exactly equal to the contents read from the specified input stream.
assertFileEqualsStream(String, File, InputStream) - Static method in class com.ibm.cos.v2.testutils.SdkAsserts
Asserts that the contents in the specified file are exactly equal to the contents read from the specified input stream.
assertNotEmpty(String) - Static method in class com.ibm.cos.v2.testutils.SdkAsserts
Deprecated.
Use Hamcrest Matchers instead
assertStreamEqualsStream(InputStream, InputStream) - Static method in class com.ibm.cos.v2.testutils.SdkAsserts
Asserts that the contents in the specified input streams are same.
assertStreamEqualsStream(String, InputStream, InputStream) - Static method in class com.ibm.cos.v2.testutils.SdkAsserts
Asserts that the contents in the specified input streams are same.
assertStringEqualsStream(String, InputStream) - Static method in class com.ibm.cos.v2.testutils.SdkAsserts
Asserts that the contents in the specified string are exactly equal to the contents read from the specified input stream.
asSet() - Method in class com.ibm.cos.v2.http.auth.aws.signer.RegionSet
Gets the set of strings that represent this RegionSet.
asShaded(Marker) - Static method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.MarkerUtils
 
ASSIGN - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Condition
 
asString(Charset) - Method in class com.ibm.cos.v2.core.BytesWrapper
Retrieve the output as a string.
asString() - Method in interface com.ibm.cos.v2.core.document.Document
Gets the document as a String.
asString() - Method in class com.ibm.cos.v2.core.document.internal.BooleanDocument
asString() - Method in class com.ibm.cos.v2.core.document.internal.ListDocument
asString() - Method in class com.ibm.cos.v2.core.document.internal.MapDocument
 
asString() - Method in class com.ibm.cos.v2.core.document.internal.NullDocument
asString() - Method in class com.ibm.cos.v2.core.document.internal.NumberDocument
asString() - Method in class com.ibm.cos.v2.core.document.internal.StringDocument
Gets the String value of the Document.
asString() - Method in class com.ibm.cos.v2.http.auth.aws.signer.RegionSet
Gets the string representation of this RegionSet.
asString() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ArrayJsonNode
 
asString() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.BooleanJsonNode
 
asString() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.EmbeddedObjectJsonNode
 
asString() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NullJsonNode
 
asString() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NumberJsonNode
 
asString() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ObjectJsonNode
 
asString() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.StringJsonNode
 
asString() - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
When JsonNode.isString(), is true, this returns the string associated with this node.
asString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Identifier
 
asUnshaded(Marker) - Static method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.MarkerUtils
 
asUtf8String() - Method in class com.ibm.cos.v2.core.BytesWrapper
 
async(Function<HttpClientDependencies, RequestPipeline<InputT, OutputT>>) - Static method in class com.ibm.cos.v2.core.internal.http.pipeline.RequestPipelineBuilder
Convert a synchronous RequestPipeline factory into a factory that produces a version of the RequestPipeline that accepts a CompletableFuture and returns a CompletableFuture.
async(Supplier<RequestPipeline<InputT, OutputT>>) - Static method in class com.ibm.cos.v2.core.internal.http.pipeline.RequestPipelineBuilder
ASYNC_HTTP_CLIENT - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The asynchronous HTTP client implementation to make HTTP requests with.
AsyncAfterTransmissionInterceptorCallingResponseHandler<T> - Class in com.ibm.cos.v2.core.internal.http.async
Async response handler decorator to run interceptors after response is received.
AsyncAfterTransmissionInterceptorCallingResponseHandler(TransformingAsyncResponseHandler<T>, ExecutionContext) - Constructor for class com.ibm.cos.v2.core.internal.http.async.AsyncAfterTransmissionInterceptorCallingResponseHandler
 
AsyncApiCallAttemptMetricCollectionStage<OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Wrapper pipeline that initializes and tracks the API call attempt metric collection.
AsyncApiCallAttemptMetricCollectionStage(RequestPipeline<SdkHttpFullRequest, CompletableFuture<Response<OutputT>>>) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.AsyncApiCallAttemptMetricCollectionStage
 
AsyncApiCallMetricCollectionStage<OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Wrapper pipeline that tracks the CoreMetric.API_CALL_DURATION metric.
AsyncApiCallMetricCollectionStage(RequestPipeline<SdkHttpFullRequest, CompletableFuture<OutputT>>) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.AsyncApiCallMetricCollectionStage
 
AsyncApiCallTimeoutTrackingStage<OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
 
AsyncApiCallTimeoutTrackingStage(HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, CompletableFuture<OutputT>>) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.AsyncApiCallTimeoutTrackingStage
 
AsyncBeforeTransmissionExecutionInterceptorsStage - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
 
AsyncBeforeTransmissionExecutionInterceptorsStage() - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.AsyncBeforeTransmissionExecutionInterceptorsStage
 
AsyncBufferingSubscriber<T> - Class in com.ibm.cos.v2.transfer.s3.internal
An implementation of Subscriber that execute the provided function for every event and limits the number of concurrent function execution to the given maxConcurrentRequests
AsyncBufferingSubscriber(Function<T, CompletableFuture<?>>, CompletableFuture<Void>, int) - Constructor for class com.ibm.cos.v2.transfer.s3.internal.AsyncBufferingSubscriber
 
AsyncChecksumValidationInterceptor - Class in com.ibm.cos.v2.services.s3.internal.handlers
 
AsyncChecksumValidationInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.internal.handlers.AsyncChecksumValidationInterceptor
 
asyncClientConfiguration() - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
Return a client configuration object, populated with the following chain of priorities.
AsyncClientHandler - Interface in com.ibm.cos.v2.core.client.handler
Client interface to invoke an API.
asyncConfiguration(ClientAsyncConfiguration) - Method in interface com.ibm.cos.v2.core.client.builder.SdkAsyncClientBuilder
Specify overrides to the default SDK async configuration that should be used for clients created by this builder.
asyncConfiguration(Consumer<ClientAsyncConfiguration.Builder>) - Method in interface com.ibm.cos.v2.core.client.builder.SdkAsyncClientBuilder
Similar to SdkAsyncClientBuilder.asyncConfiguration(ClientAsyncConfiguration), but takes a lambda to configure a new ClientAsyncConfiguration.Builder.
asyncConfiguration(ClientAsyncConfiguration) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
asyncCredentialUpdateEnabled(Boolean) - Method in class com.ibm.cos.v2.auth.credentials.DefaultCredentialsProvider.Builder
Configure whether this provider should fetch credentials asynchronously in the background.
asyncCredentialUpdateEnabled(Boolean) - Method in interface com.ibm.cos.v2.auth.credentials.HttpCredentialsProvider.Builder
Configure whether the provider should fetch credentials asynchronously in the background.
asyncCredentialUpdateEnabled() - Method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties
 
asyncCredentialUpdateEnabled(Boolean) - Method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties.Builder
 
asyncCredentialUpdateEnabled(Boolean) - Method in class com.ibm.cos.v2.auth.credentials.ProcessCredentialsProvider.Builder
Configure whether the provider should fetch credentials asynchronously in the background.
asyncCredentialUpdateEnabled(Boolean) - Method in interface com.ibm.cos.v2.auth.credentials.WebIdentityTokenFileCredentialsProvider.Builder
Define whether the provider should fetch credentials asynchronously in the background.
AsyncExecuteRequest - Class in com.ibm.cos.v2.http.async
Request object containing the parameters necessary to make an asynchronous HTTP request.
AsyncExecuteRequest.Builder - Interface in com.ibm.cos.v2.http.async
 
AsyncExecutionFailureExceptionReportingStage<OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
 
AsyncExecutionFailureExceptionReportingStage(RequestPipeline<SdkHttpFullRequest, CompletableFuture<OutputT>>) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.AsyncExecutionFailureExceptionReportingStage
 
AsyncPageFetcher<ResponseT> - Interface in com.ibm.cos.v2.core.pagination.async
Interface to deal with async paginated responses.
asyncPromiseNotifyingBiConsumer(BiConsumer<SuccessT, Promise<PromiseT>>, Promise<PromiseT>) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
Creates a BiConsumer that notifies the promise of any failures either via the throwable passed into the BiConsumer or as a result of running the successConsumer.
asyncRefreshEnabled(Boolean) - Method in class com.ibm.cos.v2.awscore.internal.token.CachedTokenRefresher.Builder
Configure whether this refresher should fetch tokens asynchronously in the background.
AsyncRequestBody - Interface in com.ibm.cos.v2.core.async
Interface to allow non-blocking streaming of request content.
asyncRequestBody() - Method in interface com.ibm.cos.v2.core.interceptor.Context.AfterMarshalling
The AsyncRequestBody that allows non-blocking streaming of request content.
asyncRequestBody() - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext
 
asyncRequestBody(AsyncRequestBody) - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext.Builder
 
asyncRequestBody(AsyncRequestBody) - Method in interface com.ibm.cos.v2.core.internal.async.ChecksumCalculatingAsyncRequestBody.Builder
Sets the AsyncRequestBody that will be wrapped.
asyncRequestBody(AsyncRequestBody) - Method in interface com.ibm.cos.v2.core.internal.async.CompressionAsyncRequestBody.Builder
Sets the AsyncRequestBody that will be wrapped.
asyncRequestBody(AsyncRequestBody) - Method in class com.ibm.cos.v2.core.runtime.transform.AsyncStreamingRequestMarshaller.Builder
 
AsyncRequestBodyFromInputStreamConfiguration - Class in com.ibm.cos.v2.core.async
Configuration options for AsyncRequestBody.fromInputStream(AsyncRequestBodyFromInputStreamConfiguration) to configure how the SDK should create an AsyncRequestBody from an InputStream.
AsyncRequestBodyFromInputStreamConfiguration.Builder - Interface in com.ibm.cos.v2.core.async
 
AsyncRequestBodyListener - Interface in com.ibm.cos.v2.core.async.listener
Listener interface that invokes callbacks associated with a AsyncRequestBody and any resulting Subscriber.
AsyncRequestBodyListener.NotifyingAsyncRequestBody - Class in com.ibm.cos.v2.core.async.listener
 
AsyncRequestBodySigner - Interface in com.ibm.cos.v2.core.signer
Deprecated.
Replaced by com.ibm.cos.v2.http.auth.spi.signer.HttpSigner in 'http-auth-spi'.
AsyncRequestBodySplitConfiguration - Class in com.ibm.cos.v2.core.async
Configuration options for AsyncRequestBody.split(com.ibm.cos.v2.core.async.AsyncRequestBodySplitConfiguration) to configure how the SDK should split an SdkPublisher.
AsyncRequestBodySplitConfiguration.Builder - Interface in com.ibm.cos.v2.core.async
 
AsyncResponseHandler<T> - Class in com.ibm.cos.v2.core.internal.http.async
Response handler for asynchronous non-streaming operations.
AsyncResponseHandler(HttpResponseHandler<T>, Function<SdkHttpFullResponse, SdkHttpFullResponse>, ExecutionAttributes) - Constructor for class com.ibm.cos.v2.core.internal.http.async.AsyncResponseHandler
 
AsyncResponseTransformer<ResponseT,ResultT> - Interface in com.ibm.cos.v2.core.async
Callback interface to handle a streaming asynchronous response.
AsyncResponseTransformer.SplitResult<ResponseT,ResultT> - Interface in com.ibm.cos.v2.core.async
Helper interface containing the result of splitting an AsyncResponseTransformer.
AsyncResponseTransformer.SplitResult.Builder<ResponseT,ResultT> - Interface in com.ibm.cos.v2.core.async
 
AsyncResponseTransformerListener<ResponseT> - Interface in com.ibm.cos.v2.core.async.listener
Listener interface that invokes callbacks associated with a AsyncResponseTransformer and any resulting SdkPublisher and Subscriber.
AsyncResponseTransformerListener.NotifyingAsyncResponseTransformer<ResponseT,ResultT> - Class in com.ibm.cos.v2.core.async.listener
 
AsyncResponseTransformerUtils - Class in com.ibm.cos.v2.core.async
 
AsyncRetryableStage<OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Wrapper around the pipeline for a single request to provide retry, clockskew and request throttling functionality.
AsyncRetryableStage(TransformingAsyncResponseHandler<Response<OutputT>>, HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, CompletableFuture<Response<OutputT>>>) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.AsyncRetryableStage
 
AsyncSignedRequest - Interface in com.ibm.cos.v2.http.auth.spi.signer
Represents a request with async payload that has been signed by HttpSigner.
AsyncSignedRequest.Builder - Interface in com.ibm.cos.v2.http.auth.spi.signer
A builder for a AsyncSignedRequest.
AsyncSigner - Interface in com.ibm.cos.v2.core.signer
Deprecated.
Replaced by com.ibm.cos.v2.http.auth.spi.signer.HttpSigner in 'http-auth-spi'.
AsyncSigningStage - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
 
AsyncSigningStage(HttpClientDependencies) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.AsyncSigningStage
 
AsyncSignRequest<IdentityT extends Identity> - Interface in com.ibm.cos.v2.http.auth.spi.signer
Input parameters to sign a request with async payload, using HttpSigner.
AsyncSignRequest.Builder<IdentityT extends Identity> - Interface in com.ibm.cos.v2.http.auth.spi.signer
A builder for a AsyncSignRequest.
AsyncStreamingRequestMarshaller<T> - Class in com.ibm.cos.v2.core.runtime.transform
Augments a Marshaller to add contents for an async streamed request.
AsyncStreamingRequestMarshaller.Builder - Class in com.ibm.cos.v2.core.runtime.transform
Builder class to build AsyncStreamingRequestMarshaller object.
AsyncStreamingResponseHandler<OutputT extends SdkResponse,ReturnT> - Class in com.ibm.cos.v2.core.internal.http.async
Response handler for asynchronous streaming operations.
AsyncStreamingResponseHandler(AsyncResponseTransformer<OutputT, ReturnT>) - Constructor for class com.ibm.cos.v2.core.internal.http.async.AsyncStreamingResponseHandler
 
AsyncStreamPrepender<T> - Class in com.ibm.cos.v2.core.internal.async
 
AsyncStreamPrepender(Publisher<T>, T) - Constructor for class com.ibm.cos.v2.core.internal.async.AsyncStreamPrepender
 
asyncThreadName(String) - Method in interface com.ibm.cos.v2.auth.credentials.HttpCredentialsProvider.Builder
When HttpCredentialsProvider.Builder.asyncCredentialUpdateEnabled(Boolean) is true, this configures the name of the threads used for credential refreshing.
AsyncTimeoutTask - Class in com.ibm.cos.v2.core.internal.http.timers
Implementation of TimeoutTask for asynchronous operations to be scheduled to fail the CompletableFuture and abort the asynchronous requests.
AsyncTimeoutTask(CompletableFuture<?>, Supplier<SdkClientException>) - Constructor for class com.ibm.cos.v2.core.internal.http.timers.AsyncTimeoutTask
Constructs a new AsyncTimeoutTask.
AsyncWaiter<T> - Interface in com.ibm.cos.v2.core.waiters
Waiter utility class that waits for a resource to transition to the desired state asynchronously
AsyncWaiter.Builder<T> - Interface in com.ibm.cos.v2.core.waiters
The Waiter Builder
AsyncWaiterExecutor<T> - Class in com.ibm.cos.v2.core.internal.waiters
Executes async waiter operations
AsyncWaiterExecutor(WaiterConfiguration, List<WaiterAcceptor<? super T>>, ScheduledExecutorService) - Constructor for class com.ibm.cos.v2.core.internal.waiters.AsyncWaiterExecutor
 
AttachHttpMetadataResponseHandler<T extends SdkResponse> - Class in com.ibm.cos.v2.core.client.handler
Decorate HttpResponseHandler to attach SdkHttpResponse to the response object.
AttachHttpMetadataResponseHandler(HttpResponseHandler<T>) - Constructor for class com.ibm.cos.v2.core.client.handler.AttachHttpMetadataResponseHandler
 
attempt() - Method in class com.ibm.cos.v2.retries.internal.DefaultRetryToken
Returns the latest attempt count.
attemptMetricCollector() - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext
 
attemptMetricCollector(MetricCollector) - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext
 
attemptsExecuted() - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiterResponse
 
attemptsExecuted(Integer) - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiterResponse.Builder
Defines the number of attempts executed in the waiter operation
attemptsExecuted() - Method in interface com.ibm.cos.v2.core.waiters.WaiterResponse
 
attr(AttributeKey<T>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
attribute(EndpointAttributeKey<T>) - Method in class com.ibm.cos.v2.endpoints.Endpoint
 
attribute(AttributeMap.Key<T>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
attributeGetter() - Method in class com.ibm.cos.v2.core.traits.XmlAttributesTrait.AttributeAccessors
 
attributeGetter(Function<Object, String>) - Method in class com.ibm.cos.v2.core.traits.XmlAttributesTrait.AttributeAccessors.Builder
 
attributeKey() - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.EndpointAttributeProvider
 
AttributeMap - Class in com.ibm.cos.v2.utils
A map from AttributeMap.Key<T> to T that ensures the values stored with a key matches the type associated with the key.
AttributeMap.Builder - Class in com.ibm.cos.v2.utils
 
AttributeMap.Key<T> - Class in com.ibm.cos.v2.utils
An abstract class extended by pseudo-enums defining the key for data that is stored in the AttributeMap.
AttributeMap.Key.UnsafeValueType - Class in com.ibm.cos.v2.utils
Useful for parameterized types.
AttributeMap.LazyValue<T> - Interface in com.ibm.cos.v2.utils
A value that is evaluated lazily.
AttributeMap.LazyValueSource - Interface in com.ibm.cos.v2.utils
A source for other values, provided to a AttributeMap.LazyValue when the value is resolved.
attributes() - Method in class com.ibm.cos.v2.core.traits.XmlAttributesTrait
 
attributes() - Method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlElement
Retrieves the attributes associated with the element
attributes(Map<String, String>) - Method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlElement.Builder
 
attributeValue(Value) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.EndpointAttributeProvider
 
AUTH_LOCATION - Static variable in interface com.ibm.cos.v2.http.auth.aws.signer.AwsV4FamilyHttpSigner
The location where auth-related data is inserted, as a result of signing.
AUTH_SCHEME_PROVIDER - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The AuthSchemeProvider configured on the client.
AUTH_SCHEME_RESOLVER - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The auth scheme provider used to resolve the auth scheme for a request.
AUTH_SCHEMES - Static variable in class com.ibm.cos.v2.awscore.endpoints.AwsEndpointAttribute
The auth schemes supported by the endpoint.
AUTH_SCHEMES - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The AuthSchemes configured on the client.
AUTH_SCHEMES - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The auth schemes available for a request.
AUTH_SOURCE - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
authenticatedUsers() - Static method in class com.ibm.cos.v2.services.s3.model.IBMAclGrantee
 
AUTHORITY - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseUrl
 
authority() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleUrl
 
AUTHORIZATION - Static variable in class com.ibm.cos.v2.auth.signer.internal.SignerConstant
 
AUTHORIZATION - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
AuthorizationStrategy - Interface in com.ibm.cos.v2.awscore.internal.authcontext
Deprecated.
This is only used for compatibility with pre-SRA authorization logic. After we are comfortable that the new code paths are working, we should migrate old clients to the new code paths (where possible) and delete this code.
AuthorizationStrategyFactory - Class in com.ibm.cos.v2.awscore.internal.authcontext
Deprecated.
This is only used for compatibility with pre-SRA authorization logic. After we are comfortable that the new code paths are working, we should migrate old clients to the new code paths (where possible) and delete this code.
AuthorizationStrategyFactory(SdkRequest, MetricCollector, SdkClientConfiguration) - Constructor for class com.ibm.cos.v2.awscore.internal.authcontext.AuthorizationStrategyFactory
Deprecated.
 
AuthScheme<T extends Identity> - Interface in com.ibm.cos.v2.http.auth.spi.scheme
An authentication scheme, composed of: A scheme ID - A unique identifier for the authentication scheme. An identity provider - An API that can be queried to acquire the customer's identity. A signer - An API that can be used to sign HTTP requests. See example auth schemes defined here.
authSchemeOption() - Method in class com.ibm.cos.v2.core.SelectedAuthScheme
 
AuthSchemeOption - Interface in com.ibm.cos.v2.http.auth.spi.scheme
An authentication scheme option, composed of the scheme ID and properties for use when resolving the identity and signing the request.
AuthSchemeOption.Builder - Interface in com.ibm.cos.v2.http.auth.spi.scheme
A builder for a AuthSchemeOption.
AuthSchemeOption.IdentityPropertyConsumer - Interface in com.ibm.cos.v2.http.auth.spi.scheme
Interface for operating on an IdentityProperty value.
AuthSchemeOption.SignerPropertyConsumer - Interface in com.ibm.cos.v2.http.auth.spi.scheme
Interface for operating on an SignerProperty value.
AuthSchemeProvider - Interface in com.ibm.cos.v2.http.auth.spi.scheme
A marker interface for an auth scheme provider.
authSchemeProvider(S3AuthSchemeProvider) - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Sets the value for auth scheme provider
authSchemeProvider() - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Gets the value for auth scheme provider
authSchemeProvider(S3AuthSchemeProvider) - Method in interface com.ibm.cos.v2.services.s3.S3BaseClientBuilder
Set the S3AuthSchemeProvider implementation that will be used by the client to resolve the auth scheme for each request.
authSchemeProvider() - Method in class com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration
Gets the value for auth scheme provider
authSchemeProvider(S3AuthSchemeProvider) - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Sets the value for auth scheme provider
authSchemeProvider() - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Gets the value for auth scheme provider
authSchemeProviderRegistry(Registry<AuthSchemeProvider>) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
Configure the authentication scheme registry that can be used to obtain the corresponding authentication scheme implementation for a given type of authorization challenge.
authSchemes - Variable in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.BuilderImpl
 
authSchemes() - Method in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.BuilderImpl
 
authSchemes() - Method in class com.ibm.cos.v2.core.SdkServiceClientConfiguration
 
authSchemes() - Method in interface com.ibm.cos.v2.core.SdkServiceClientConfiguration.Builder
Returns the configured map of auth schemes.
authSchemes() - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Gets the value for auth schemes
authSchemes() - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Gets the value for auth schemes
AutoDefaultsModeDiscovery - Class in com.ibm.cos.v2.awscore.internal.defaultsmode
This class attempts to discover the appropriate DefaultsMode by inspecting the environment.
AutoDefaultsModeDiscovery() - Constructor for class com.ibm.cos.v2.awscore.internal.defaultsmode.AutoDefaultsModeDiscovery
 
AutoReadDisableChannelPoolListener - Class in com.ibm.cos.v2.http.nio.netty.internal
Disables auto read on in-use channels to allow upper layers to take care of flow control.
AutoReadEnableChannelPoolListener - Class in com.ibm.cos.v2.http.nio.netty.internal
Enables auto read on idle channels so that any data that a service sends while it's idling can be handled.
available() - Method in class com.ibm.cos.v2.core.internal.io.SdkLengthAwareInputStream
 
available() - Method in class com.ibm.cos.v2.core.io.ResettableInputStream
 
available() - Method in class com.ibm.cos.v2.core.io.SdkFilterInputStream
 
available() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.io.SdkLengthAwareInputStream
 
available() - Method in class com.ibm.cos.v2.utils.LookaheadInputStream
 
AVAILABLE_CONCURRENCY - Static variable in class com.ibm.cos.v2.http.HttpMetric
The number of additional concurrent requests that can be supported by the HTTP client without needing to establish additional connections to the target server.
availableCapacity() - Method in class com.ibm.cos.v2.core.internal.util.CapacityManager
Returns the currently available capacity.
AwaitCloseChannelPoolMap - Class in com.ibm.cos.v2.http.nio.netty.internal
Implementation of SdkChannelPoolMap that awaits channel pools to be closed upon closing.
AwaitCloseChannelPoolMap.Builder - Class in com.ibm.cos.v2.http.nio.netty.internal
 
awaitTermination(long, TimeUnit) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
awaitTermination(long, TimeUnit) - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
AWS4_SIGNING_ALGORITHM - Static variable in class com.ibm.cos.v2.auth.signer.internal.SignerConstant
 
AWS4_SIGNING_ALGORITHM - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
AWS4_TERMINATOR - Static variable in class com.ibm.cos.v2.auth.signer.internal.SignerConstant
 
AWS4_TERMINATOR - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
Aws4PresignerParams - Class in com.ibm.cos.v2.auth.signer.params
 
Aws4PresignerParams.Builder - Interface in com.ibm.cos.v2.auth.signer.params
 
Aws4Signer - Class in com.ibm.cos.v2.auth.signer
Deprecated.
Use com.ibm.cos.v2.http.auth.aws.signer.AwsV4HttpSigner from the 'http-auth-aws' module.
Aws4SignerParams - Class in com.ibm.cos.v2.auth.signer.params
Parameters that are used during signing.
Aws4SignerParams.Builder<B extends Aws4SignerParams.Builder<B>> - Interface in com.ibm.cos.v2.auth.signer.params
 
Aws4SignerParams.BuilderImpl<B extends Aws4SignerParams.Builder<B>> - Class in com.ibm.cos.v2.auth.signer.params
 
Aws4SignerRequestParams - Class in com.ibm.cos.v2.auth.signer.internal
Parameters that are used for computing a AWS 4 signature for a request.
Aws4SignerRequestParams(Aws4SignerParams) - Constructor for class com.ibm.cos.v2.auth.signer.internal.Aws4SignerRequestParams
Generates an instance of AWS4signerRequestParams that holds the parameters used for computing a AWS 4 signature for a request based on the given Aws4SignerParams for that request.
Aws4SignerUtils - Class in com.ibm.cos.v2.auth.signer.internal
Utility methods that is used by the different AWS Signer implementations.
Aws4UnsignedPayloadSigner - Class in com.ibm.cos.v2.auth.signer
 
AWS_ACCESS_KEY_ID - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Property name for specifying the Amazon AWS Access Key
AWS_ACCOUNT_ID - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Property name for specifying the Amazon AWS Account ID associated with credentials
AWS_AUTH_ACCOUNT_ID - Static variable in class com.ibm.cos.v2.awscore.AwsExecutionAttribute
The AWS account ID associated with the identity resolved for this request.
AWS_AUTH_ACCOUNT_ID_ENDPOINT_MODE - Static variable in class com.ibm.cos.v2.awscore.AwsExecutionAttribute
The mode for an AWS account ID that's resolved for this request.
AWS_CBOR_DISABLE_ENV_VAR - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
Environment variable to disable CBOR protocol.
AWS_CBOR_DISABLE_SYSTEM_PROPERTY - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
System property to disable CBOR protocol.
AWS_CHUNKED - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
AWS_CHUNKED_HEADER - Static variable in class com.ibm.cos.v2.core.HttpChecksumConstant
 
AWS_CN_GLOBAL - Static variable in class com.ibm.cos.v2.regions.Region
 
AWS_CREDENTIALS - Static variable in class com.ibm.cos.v2.auth.signer.AwsSignerExecutionAttribute
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it from execution interceptors, you should instead be overriding the credential provider via the SdkRequest's overrideConfiguration.credentialsProvider. If you're using it to call the SDK's signers, you should migrate to a subtype of HttpSigner.
AWS_CSM_CLIENT_ID_ENV_VAR - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
Environment variable to set the client ID to use for client side monitoring events.
AWS_CSM_ENABLED_ENV_VAR - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
Environment variable to enable/disable client side monitoring.
AWS_CSM_HOST_ENV_VAR - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
Environment variable to set the host to send client side monitor events to.
AWS_CSM_PORT_ENV_VAR - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
Environment varaible to set the port of the out of process client side monitoring agent.
AWS_EC2_METADATA_DISABLED_ENV_VAR - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
Environment variable to disable loading credentials or regions from EC2 Metadata instance service.
AWS_EXTENDED_REQUEST_ID - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The extended request ID of the service request.
AWS_GLOBAL - Static variable in class com.ibm.cos.v2.regions.Region
 
AWS_ION_BINARY_DISABLE_ENV_VAR - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
Environment variable to disable Ion binary protocol.
AWS_ION_BINARY_DISABLE_SYSTEM_PROPERTY - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
System property to disable Ion binary protocol.
AWS_ISO_B_GLOBAL - Static variable in class com.ibm.cos.v2.regions.Region
 
AWS_ISO_GLOBAL - Static variable in class com.ibm.cos.v2.regions.Region
 
AWS_JSON - Static variable in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory
Content type resolver implementation for plain text AWS_JSON services.
AWS_JSON - Static variable in interface com.ibm.cos.v2.protocols.json.internal.ProtocolFact
Overrides for AWS JSON.
AWS_MAX_ATTEMPTS_ENV_VAR - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
Environment variable to set the retry max attempts
AWS_MAX_ATTEMPTS_SYSTEM_PROPERTY - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
System properties to set the retry max attempts
AWS_REGION - Static variable in class com.ibm.cos.v2.awscore.AwsExecutionAttribute
The AWS Region the client was configured with.
AWS_REGION - Static variable in class com.ibm.cos.v2.awscore.client.config.AwsClientOption
AWS Region the client was configured with.
AWS_REQUEST_ID - Static variable in class com.ibm.cos.v2.awscore.util.AwsHeader
 
AWS_REQUEST_ID - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The request ID of the service request.
AWS_RETRY_MODE_ENV_VAR - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
Environment variable to set the retry mode to use.
AWS_RETRY_MODE_SYSTEM_PROPERTY - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
System properties to set the retry mode to use.
AWS_SECRET_ACCESS_KEY - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Property name for specifying the Amazon AWS Secret Access Key
AWS_SESSION_TOKEN - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Property name for specifying the Amazon AWS Session Token
AWS_SIGV4A_SIGNING_REGION_SET - Static variable in class com.ibm.cos.v2.awscore.AwsExecutionAttribute
AWS Sigv4a signing region set used for computing multi-region request signatures.
AWS_SIGV4A_SIGNING_REGION_SET - Static variable in class com.ibm.cos.v2.awscore.client.config.AwsClientOption
AWS Sigv4a signing region set used for computing multi-region request signatures.
AWS_US_GOV_GLOBAL - Static variable in class com.ibm.cos.v2.regions.Region
 
AwsAdvancedClientOption<T> - Class in com.ibm.cos.v2.awscore.client.config
A collection of advanced options that can be configured on an AWS client via ClientOverrideConfiguration.Builder.putAdvancedOption(SdkAdvancedClientOption, Object).
AwsAsyncClientBuilder<B extends AwsAsyncClientBuilder<B,C>,C> - Interface in com.ibm.cos.v2.awscore.client.builder
This includes required and optional override configuration required by every AWS async client builder.
AwsAsyncClientHandler - Class in com.ibm.cos.v2.awscore.client.handler
Async client handler for AWS SDK clients.
AwsAsyncClientHandler(SdkClientConfiguration) - Constructor for class com.ibm.cos.v2.awscore.client.handler.AwsAsyncClientHandler
 
AwsBasicCredentials - Class in com.ibm.cos.v2.auth.credentials
Provides access to the AWS credentials used for accessing services: AWS access key ID and secret access key.
AwsBasicCredentials(String, String) - Constructor for class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials
Constructs a new credentials object, with the specified AWS access key and AWS secret key.
AwsBasicCredentials.Builder - Class in com.ibm.cos.v2.auth.credentials
A builder for creating an instance of AwsBasicCredentials.
AwsCborProtocolFactory - Class in com.ibm.cos.v2.protocols.cbor
Protocol factory for AWS/CBOR protocols.
AwsCborProtocolFactory.Builder - Class in com.ibm.cos.v2.protocols.cbor
AwsChunkedEncodingConfig - Class in com.ibm.cos.v2.core.internal.chunked
 
awsChunkedEncodingConfig - Variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream.Builder
 
awsChunkedEncodingConfig(AwsChunkedEncodingConfig) - Method in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream.Builder
 
AwsChunkedEncodingConfig.Builder - Interface in com.ibm.cos.v2.core.internal.chunked
 
AwsChunkedEncodingInputStream - Class in com.ibm.cos.v2.core.internal.io
A wrapper of InputStream that implements pseudo-chunked-encoding.
AwsChunkedEncodingInputStream(InputStream, SdkChecksum, String, AwsChunkedEncodingConfig) - Constructor for class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream
Creates a chunked encoding input stream initialized with the originating stream.
AwsChunkedEncodingInputStream.Builder<T extends AwsChunkedEncodingInputStream.Builder> - Class in com.ibm.cos.v2.core.internal.io
 
AwsChunkedInputStream - Class in com.ibm.cos.v2.core.internal.io
A wrapper of InputStream that implements streaming in chunks.
AwsChunkedInputStream() - Constructor for class com.ibm.cos.v2.core.internal.io.AwsChunkedInputStream
 
AwsChunkedV4aPayloadSigner - Class in com.ibm.cos.v2.http.auth.aws.crt.internal.signer
An implementation of a V4aPayloadSigner which chunk-encodes a payload, optionally adding a chunk-signature chunk-extension, and/or trailers representing trailing headers with their signature at the end.
AwsChunkedV4PayloadSigner - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
An implementation of a V4PayloadSigner which chunk-encodes a payload, optionally adding a chunk-signature chunk-extension, and/or trailers representing trailing headers with their signature at the end.
AwsChunkSigner - Interface in com.ibm.cos.v2.auth.signer.internal.chunkedencoding
Represents a signer for a chunk of data, that returns a new signature based on the data and the previous signature.
awsChunkSigner(AwsChunkSigner) - Method in class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsSignedChunkedEncodingInputStream.Builder
 
AwsClient - Interface in com.ibm.cos.v2.awscore
Interface for an AWS Client that extends SdkClient.
AwsClientBuilder<BuilderT extends AwsClientBuilder<BuilderT,ClientT>,ClientT> - Interface in com.ibm.cos.v2.awscore.client.builder
This includes required and optional override configuration required by every client builder.
AwsClientEndpointProvider - Class in com.ibm.cos.v2.awscore.endpoint
An implementation of ClientEndpointProvider that loads the default client endpoint from: The client-level endpoint override The service-specific endpoint override system property (e.g.
AwsClientEndpointProvider.Builder - Class in com.ibm.cos.v2.awscore.endpoint
 
AwsClientHandlerUtils - Class in com.ibm.cos.v2.awscore.client.handler
 
AwsClientOption<T> - Class in com.ibm.cos.v2.awscore.client.config
 
AwsClientOptionValidation - Class in com.ibm.cos.v2.awscore.internal.client.config
A set of static methods used to validate that a SdkClientConfiguration contains all of the values required for the AWS client handlers to function.
AwsCnPartitionMetadata - Class in com.ibm.cos.v2.regions.partitionmetadata
 
AwsCnPartitionMetadata() - Constructor for class com.ibm.cos.v2.regions.partitionmetadata.AwsCnPartitionMetadata
 
AwsCompressionInputStream - Class in com.ibm.cos.v2.core.internal.io
A wrapper class of InputStream that implements compression in chunks.
AwsCompressionInputStream.Builder - Class in com.ibm.cos.v2.core.internal.io
 
AwsCredentials - Interface in com.ibm.cos.v2.auth.credentials
Provides access to the AWS credentials used for accessing services: AWS access key ID and secret access key.
awsCredentials() - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams
 
awsCredentials(AwsCredentials) - Method in interface com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.Builder
Sets the aws credentials to use for computing the signature.
awsCredentials(AwsCredentials) - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
AwsCredentialsAuthorizationStrategy - Class in com.ibm.cos.v2.awscore.internal.authcontext
Deprecated.
This is only used for compatibility with pre-SRA authorization logic. After we are comfortable that the new code paths are working, we should migrate old clients to the new code paths (where possible) and delete this code.
AwsCredentialsAuthorizationStrategy(AwsCredentialsAuthorizationStrategy.Builder) - Constructor for class com.ibm.cos.v2.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy
Deprecated.
 
AwsCredentialsAuthorizationStrategy.Builder - Class in com.ibm.cos.v2.awscore.internal.authcontext
Deprecated.
 
AwsCredentialsIdentity - Interface in com.ibm.cos.v2.identity.spi
Provides access to the AWS credentials used for accessing services: AWS access key ID and secret access key.
AwsCredentialsIdentity.Builder - Interface in com.ibm.cos.v2.identity.spi
 
AwsCredentialsProvider - Interface in com.ibm.cos.v2.auth.credentials
Interface for loading AwsCredentials that are used for authentication.
AwsCredentialsProviderChain - Class in com.ibm.cos.v2.auth.credentials
AwsCredentialsProvider implementation that chains together multiple credentials providers.
AwsCredentialsProviderChain.Builder - Interface in com.ibm.cos.v2.auth.credentials
A builder for a AwsCredentialsProviderChain that allows controlling its behavior.
AwsCrt4aSigningAdapter - Class in com.ibm.cos.v2.authcrt.signer.internal
This class mirrors the publicly available API of the AwsSigner class in CRT.
AwsCrt4aSigningAdapter() - Constructor for class com.ibm.cos.v2.authcrt.signer.internal.AwsCrt4aSigningAdapter
 
AwsCrtAsyncHttpClient - Class in com.ibm.cos.v2.http.crt
An implementation of SdkAsyncHttpClient that uses the AWS Common Runtime (CRT) Http Client to communicate with Http Web Services.
AwsCrtAsyncHttpClient.Builder - Interface in com.ibm.cos.v2.http.crt
Builder that allows configuration of the AWS CRT HTTP implementation.
AwsCrtClientBuilderBase<BuilderT> - Class in com.ibm.cos.v2.http.crt.internal
 
AwsCrtClientBuilderBase() - Constructor for class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
AwsCrtConfigurationUtils - Class in com.ibm.cos.v2.http.crt.internal
 
AwsCrtHttpClient - Class in com.ibm.cos.v2.http.crt
An implementation of SdkHttpClient that uses the AWS Common Runtime (CRT) Http Client to communicate with Http Web Services.
AwsCrtHttpClient.Builder - Interface in com.ibm.cos.v2.http.crt
Builder that allows configuration of the AWS CRT HTTP implementation.
AwsCrtS3V4aSigner - Interface in com.ibm.cos.v2.authcrt.signer
Deprecated.
Use com.ibm.cos.v2.http.auth.aws.signer.AwsV4aHttpSigner from the 'http-auth-aws' module.
AwsCrtS3V4aSigner.Builder - Interface in com.ibm.cos.v2.authcrt.signer
Deprecated.
 
AwsCrtSdkHttpService - Class in com.ibm.cos.v2.http.crt
Service binding for the AWS common runtime HTTP client implementation.
AwsCrtSdkHttpService() - Constructor for class com.ibm.cos.v2.http.crt.AwsCrtSdkHttpService
 
AwsCrtV4aSigner - Interface in com.ibm.cos.v2.authcrt.signer
Deprecated.
Use com.ibm.cos.v2.http.auth.aws.signer.AwsV4aHttpSigner from the 'http-auth-aws' module.
AwsCrtV4aSigner.Builder - Interface in com.ibm.cos.v2.authcrt.signer
Deprecated.
 
AwsDefaultClientBuilder<BuilderT extends AwsClientBuilder<BuilderT,ClientT>,ClientT> - Class in com.ibm.cos.v2.awscore.client.builder
An SDK-internal implementation of the methods in AwsClientBuilder, AwsAsyncClientBuilder and AwsSyncClientBuilder.
AwsDefaultClientBuilder() - Constructor for class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
 
AwsEc2ProtocolFactory - Class in com.ibm.cos.v2.protocols.query
Protocol factory for the AWS/EC2 protocol.
AwsEc2ProtocolFactory.Builder - Class in com.ibm.cos.v2.protocols.query
AwsEndpointAttribute - Class in com.ibm.cos.v2.awscore.endpoints
Known endpoint attributes added by endpoint rule sets for AWS services.
AwsEndpointProviderUtils - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
AwsErrorCode - Class in com.ibm.cos.v2.awscore.internal
Contains AWS error codes.
AwsErrorDetails - Class in com.ibm.cos.v2.awscore.exception
 
AwsErrorDetails(AwsErrorDetails.Builder) - Constructor for class com.ibm.cos.v2.awscore.exception.AwsErrorDetails
 
awsErrorDetails() - Method in exception com.ibm.cos.v2.awscore.exception.AwsServiceException
Additional details pertaining to an exception thrown by an AWS service.
awsErrorDetails(AwsErrorDetails) - Method in interface com.ibm.cos.v2.awscore.exception.AwsServiceException.Builder
Specifies the additional awsErrorDetails from the service response.
awsErrorDetails() - Method in interface com.ibm.cos.v2.awscore.exception.AwsServiceException.Builder
The AwsErrorDetails from the service response.
awsErrorDetails - Variable in class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
awsErrorDetails(AwsErrorDetails) - Method in class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
awsErrorDetails() - Method in class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
awsErrorDetails(AwsErrorDetails) - Method in interface com.ibm.cos.v2.services.s3.model.BucketAlreadyExistsException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface com.ibm.cos.v2.services.s3.model.BucketAlreadyOwnedByYouException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface com.ibm.cos.v2.services.s3.model.EncryptionTypeMismatchException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidObjectStateException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidRequestException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidWriteOffsetException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchBucketException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchKeyException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchUploadException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectAlreadyInActiveTierErrorException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectNotInActiveTierErrorException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface com.ibm.cos.v2.services.s3.model.S3Exception.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in class com.ibm.cos.v2.services.s3.model.S3Exception.BuilderImpl
 
awsErrorDetails(AwsErrorDetails) - Method in interface com.ibm.cos.v2.services.s3.model.TooManyPartsException.Builder
 
AwsErrorDetails.Builder - Interface in com.ibm.cos.v2.awscore.exception
 
AwsErrorDetails.BuilderImpl - Class in com.ibm.cos.v2.awscore.exception
 
AwsEuscPartitionMetadata - Class in com.ibm.cos.v2.regions.partitionmetadata
 
AwsEuscPartitionMetadata() - Constructor for class com.ibm.cos.v2.regions.partitionmetadata.AwsEuscPartitionMetadata
 
AwsExecutionAttribute - Class in com.ibm.cos.v2.awscore
AWS-specific attributes attached to the execution.
AwsExecutionContextBuilder - Class in com.ibm.cos.v2.awscore.internal
 
AwsHeader - Class in com.ibm.cos.v2.awscore.util
Constants for commonly used Aws headers.
AwsHostNameUtils - Class in com.ibm.cos.v2.awscore.util
 
AwsIsoBPartitionMetadata - Class in com.ibm.cos.v2.regions.partitionmetadata
 
AwsIsoBPartitionMetadata() - Constructor for class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoBPartitionMetadata
 
AwsIsoEPartitionMetadata - Class in com.ibm.cos.v2.regions.partitionmetadata
 
AwsIsoEPartitionMetadata() - Constructor for class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoEPartitionMetadata
 
AwsIsoFPartitionMetadata - Class in com.ibm.cos.v2.regions.partitionmetadata
 
AwsIsoFPartitionMetadata() - Constructor for class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoFPartitionMetadata
 
AwsIsoPartitionMetadata - Class in com.ibm.cos.v2.regions.partitionmetadata
 
AwsIsoPartitionMetadata() - Constructor for class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoPartitionMetadata
 
awsIsVirtualHostableS3Bucket(String, boolean) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulesFunctions
 
AwsJsonErrorMessageParser - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall
 
AwsJsonErrorMessageParser(SdkJsonErrorMessageParser) - Constructor for class com.ibm.cos.v2.protocols.json.internal.unmarshall.AwsJsonErrorMessageParser
 
AwsJsonProtocol - Enum in com.ibm.cos.v2.protocols.json
Supported protocols for the new marshalling style.
AwsJsonProtocolErrorUnmarshaller - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall
Unmarshaller for AWS specific error responses.
AwsJsonProtocolErrorUnmarshaller.Builder - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall
AwsJsonProtocolFactory - Class in com.ibm.cos.v2.protocols.json
Factory to generate the various JSON protocol handlers and generators to be used for communicating with the service.
AwsJsonProtocolFactory(AwsJsonProtocolFactory.Builder) - Constructor for class com.ibm.cos.v2.protocols.json.AwsJsonProtocolFactory
 
AwsJsonProtocolFactory.Builder - Class in com.ibm.cos.v2.protocols.json
AwsJsonProtocolMetadata - Class in com.ibm.cos.v2.protocols.json
Provides additional metadata about AWS Json protocol.
AwsJsonProtocolMetadata.Builder - Class in com.ibm.cos.v2.protocols.json
 
AwsJsonResponseHandler<T> - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall
 
AwsJsonResponseHandler(HttpResponseHandler<T>) - Constructor for class com.ibm.cos.v2.protocols.json.internal.unmarshall.AwsJsonResponseHandler
 
awsParseArn(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulesFunctions
 
awsPartition(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulesFunctions
 
AwsPartitionMetadata - Class in com.ibm.cos.v2.regions.partitionmetadata
 
AwsPartitionMetadata() - Constructor for class com.ibm.cos.v2.regions.partitionmetadata.AwsPartitionMetadata
 
AwsProfileRegionProvider - Class in com.ibm.cos.v2.regions.providers
Loads region information from the ProfileFile.defaultProfileFile() using the default profile name.
AwsProfileRegionProvider() - Constructor for class com.ibm.cos.v2.regions.providers.AwsProfileRegionProvider
 
AwsProfileRegionProvider(Supplier<ProfileFile>, String) - Constructor for class com.ibm.cos.v2.regions.providers.AwsProfileRegionProvider
 
AwsProtocolMetadata - Class in com.ibm.cos.v2.awscore.internal
Contains AWS-specific protocol metadata.
AwsProtocolMetadata.Builder - Class in com.ibm.cos.v2.awscore.internal
 
awsQuery() - Static method in class com.ibm.cos.v2.protocols.query.internal.marshall.ListQueryMarshaller
Wires up the ListQueryMarshaller with a PathResolver that respects the flattened trait.
AwsQueryProtocolFactory - Class in com.ibm.cos.v2.protocols.query
Protocol factory for the AWS/Query protocol.
AwsQueryProtocolFactory.Builder<SubclassT extends AwsQueryProtocolFactory.Builder> - Class in com.ibm.cos.v2.protocols.query
AwsQueryResponseHandler<T extends AwsResponse> - Class in com.ibm.cos.v2.protocols.query.internal.unmarshall
Response handler for AWS/Query services and Amazon EC2 which is a dialect of the Query protocol.
AwsQueryResponseHandler(QueryProtocolUnmarshaller, Function<SdkHttpFullResponse, SdkPojo>) - Constructor for class com.ibm.cos.v2.protocols.query.internal.unmarshall.AwsQueryResponseHandler
 
AwsRegionProvider - Interface in com.ibm.cos.v2.regions.providers
Interface for providing AWS region information.
AwsRegionProviderChain - Class in com.ibm.cos.v2.regions.providers
Composite AwsRegionProvider that sequentially delegates to a chain of providers looking for region information.
AwsRegionProviderChain(AwsRegionProvider...) - Constructor for class com.ibm.cos.v2.regions.providers.AwsRegionProviderChain
 
AwsRequest - Class in com.ibm.cos.v2.awscore
Base class for all AWS Service requests.
AwsRequest(AwsRequest.Builder) - Constructor for class com.ibm.cos.v2.awscore.AwsRequest
 
AwsRequest.Builder - Interface in com.ibm.cos.v2.awscore
 
AwsRequest.BuilderImpl - Class in com.ibm.cos.v2.awscore
 
AwsRequestOverrideConfiguration - Class in com.ibm.cos.v2.awscore
Request-specific configuration overrides for AWS service clients.
AwsRequestOverrideConfiguration.Builder - Interface in com.ibm.cos.v2.awscore
 
AwsResource - Interface in com.ibm.cos.v2.services.s3.internal.resource
An abstract representation of an AWS Resource.
AwsResponse - Class in com.ibm.cos.v2.awscore
Base class for all AWS Service responses.
AwsResponse(AwsResponse.Builder) - Constructor for class com.ibm.cos.v2.awscore.AwsResponse
 
AwsResponse.Builder - Interface in com.ibm.cos.v2.awscore
 
AwsResponse.BuilderImpl - Class in com.ibm.cos.v2.awscore
 
AwsResponseMetadata - Class in com.ibm.cos.v2.awscore
Represents additional metadata included with a response from a service.
AwsResponseMetadata(Map<String, String>) - Constructor for class com.ibm.cos.v2.awscore.AwsResponseMetadata
Creates a new ResponseMetadata object from a specified map of raw metadata information.
AwsResponseMetadata(AwsResponseMetadata) - Constructor for class com.ibm.cos.v2.awscore.AwsResponseMetadata
 
AwsRetryPolicy - Class in com.ibm.cos.v2.awscore.retry
Deprecated.
Use instead AwsRetryStrategy
AwsRetryStrategy - Class in com.ibm.cos.v2.awscore.retry
Retry strategies used by clients when communicating with AWS services.
AwsS3ProtocolFactory - Class in com.ibm.cos.v2.protocols.xml
Factory to generate the various protocol handlers and generators to be used for communicating with Amazon S3.
AwsS3ProtocolFactory.Builder - Class in com.ibm.cos.v2.protocols.xml
AwsS3V4aChunkSigner - Class in com.ibm.cos.v2.authcrt.signer.internal.chunkedencoding
An implementation of AwsChunkSigner that can calculate a Sigv4a compatible chunk signature.
AwsS3V4aChunkSigner(AwsCrt4aSigningAdapter, AwsSigningConfig) - Constructor for class com.ibm.cos.v2.authcrt.signer.internal.chunkedencoding.AwsS3V4aChunkSigner
 
AwsS3V4ChunkSigner - Class in com.ibm.cos.v2.auth.signer.internal.chunkedencoding
An implementation of AwsChunkSigner that can calculate a Sigv4 compatible chunk signature.
AwsS3V4ChunkSigner(byte[], String, String) - Constructor for class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsS3V4ChunkSigner
 
AwsS3V4Signer - Class in com.ibm.cos.v2.auth.signer
Deprecated.
Use com.ibm.cos.v2.http.auth.aws.signer.AwsV4HttpSigner from the 'http-auth-aws' module.
AwsS3V4SignerParams - Class in com.ibm.cos.v2.auth.signer.params
 
AwsS3V4SignerParams.Builder - Interface in com.ibm.cos.v2.auth.signer.params
 
AwsServiceClientConfiguration - Class in com.ibm.cos.v2.awscore
Class to expose AWS service client settings to the user, e.g., region
AwsServiceClientConfiguration(AwsServiceClientConfiguration.Builder) - Constructor for class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration
 
AwsServiceClientConfiguration.Builder - Interface in com.ibm.cos.v2.awscore
The base interface for all AWS service client configuration builders
AwsServiceClientConfiguration.BuilderImpl - Class in com.ibm.cos.v2.awscore
 
AwsServiceException - Exception in com.ibm.cos.v2.awscore.exception
Extension of SdkServiceException that represents an error response returned by an Amazon web service.
AwsServiceException(AwsServiceException.Builder) - Constructor for exception com.ibm.cos.v2.awscore.exception.AwsServiceException
 
AwsServiceException.Builder - Interface in com.ibm.cos.v2.awscore.exception
 
AwsServiceException.BuilderImpl - Class in com.ibm.cos.v2.awscore.exception
 
AwsServiceProtocol - Enum in com.ibm.cos.v2.awscore.internal
Implementation notes: this class should've been outside internal package, but we can't fix it due to backwards compatibility reasons.
AwsSessionCredentials - Class in com.ibm.cos.v2.auth.credentials
A special type of AwsCredentials that provides a session token to be used in service authentication.
AwsSessionCredentials.Builder - Class in com.ibm.cos.v2.auth.credentials
A builder for creating an instance of AwsSessionCredentials.
AwsSessionCredentialsIdentity - Interface in com.ibm.cos.v2.identity.spi
A special type of AwsCredentialsIdentity that provides a session token to be used in service authentication.
AwsSessionCredentialsIdentity.Builder - Interface in com.ibm.cos.v2.identity.spi
 
AwsSignedChunkedEncodingInputStream - Class in com.ibm.cos.v2.auth.signer.internal.chunkedencoding
A wrapper of InputStream that implements chunked encoding.
AwsSignedChunkedEncodingInputStream.Builder - Class in com.ibm.cos.v2.auth.signer.internal.chunkedencoding
 
AwsSignerExecutionAttribute - Class in com.ibm.cos.v2.auth.signer
Deprecated.
Signer execution attributes have been deprecated in favor of signer properties, set on the auth scheme's signer option.
AwsStatusCode - Class in com.ibm.cos.v2.awscore.internal
Contains AWS-specific meanings behind status codes.
AwsStructuredCborFactory - Class in com.ibm.cos.v2.protocols.cbor.internal
Creates generators and protocol handlers for CBOR wire format.
AwsStructuredCborFactory() - Constructor for class com.ibm.cos.v2.protocols.cbor.internal.AwsStructuredCborFactory
 
AwsStructuredPlainJsonFactory - Class in com.ibm.cos.v2.protocols.json.internal
Creates generators and protocol handlers for plain text JSON wire format.
AwsStructuredPlainJsonFactory() - Constructor for class com.ibm.cos.v2.protocols.json.internal.AwsStructuredPlainJsonFactory
 
AwsSyncClientBuilder<B extends AwsSyncClientBuilder<B,C>,C> - Interface in com.ibm.cos.v2.awscore.client.builder
This includes required and optional override configuration required by every sync client builder.
AwsSyncClientHandler - Class in com.ibm.cos.v2.awscore.client.handler
Client handler for AWS SDK clients.
AwsSyncClientHandler(SdkClientConfiguration) - Constructor for class com.ibm.cos.v2.awscore.client.handler.AwsSyncClientHandler
 
AwsUnsignedChunkedEncodingInputStream - Class in com.ibm.cos.v2.core.internal.io
A wrapper class of InputStream that implements chunked-encoding.
AwsUnsignedChunkedEncodingInputStream.Builder - Class in com.ibm.cos.v2.core.internal.io
 
AwsUsGovPartitionMetadata - Class in com.ibm.cos.v2.regions.partitionmetadata
 
AwsUsGovPartitionMetadata() - Constructor for class com.ibm.cos.v2.regions.partitionmetadata.AwsUsGovPartitionMetadata
 
AwsV4aHttpSigner - Interface in com.ibm.cos.v2.http.auth.aws.signer
An HttpSigner that will use the AWS V4a signing algorithm to sign a request using an AwsCredentialsIdentity).
AwsV4AuthScheme - Interface in com.ibm.cos.v2.http.auth.aws.scheme
The aws.auth#sigv4 auth scheme, which uses a AwsCredentialsIdentity and AwsV4HttpSigner.
AwsV4FamilyHttpSigner<T extends Identity> - Interface in com.ibm.cos.v2.http.auth.aws.signer
An interface shared by AwsV4HttpSigner for defining signer properties that are common across both signers.
AwsV4FamilyHttpSigner.AuthLocation - Enum in com.ibm.cos.v2.http.auth.aws.signer
This enum represents where auth-related data is inserted, as a result of signing.
AwsV4HttpSigner - Interface in com.ibm.cos.v2.http.auth.aws.signer
An HttpSigner that will use the AWS V4 signing algorithm to sign a request using an AwsCredentialsIdentity).
AwsXmlErrorProtocolUnmarshaller - Class in com.ibm.cos.v2.protocols.query.unmarshall
Error unmarshaller for Query/EC2/XML based protocols.
AwsXmlErrorProtocolUnmarshaller.Builder - Class in com.ibm.cos.v2.protocols.query.unmarshall
AwsXmlErrorTransformer - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
A transformer function that takes a parsed XML response and converts it into an AwsServiceException.
AwsXmlErrorTransformer.Builder - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
AwsXmlErrorUnmarshaller - Class in com.ibm.cos.v2.protocols.query.internal.unmarshall
Unmarshalls an AWS XML exception from parsed XML.
AwsXmlErrorUnmarshaller.Builder - Class in com.ibm.cos.v2.protocols.query.internal.unmarshall
AwsXmlPredicatedResponseHandler<OutputT> - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
Unmarshalls an HTTP response into either a successful response POJO, or into a (possibly modeled) exception based on a predicate that the unmarshalled response can be tested against.
AwsXmlPredicatedResponseHandler(Function<SdkHttpFullResponse, SdkPojo>, Function<AwsXmlUnmarshallingContext, OutputT>, Function<AwsXmlUnmarshallingContext, ? extends SdkException>, Function<AwsXmlUnmarshallingContext, AwsXmlUnmarshallingContext>, boolean) - Constructor for class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlPredicatedResponseHandler
Standard constructor
AwsXmlProtocolFactory - Class in com.ibm.cos.v2.protocols.xml
Factory to generate the various protocol handlers and generators to be used for communicating with REST/XML services.
AwsXmlProtocolFactory.Builder<SubclassT extends AwsXmlProtocolFactory.Builder> - Class in com.ibm.cos.v2.protocols.xml
AwsXmlResponseHandler<T> - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
Response handler that adds AwsResponseMetadata to the response.
AwsXmlResponseHandler(HttpResponseHandler<T>) - Constructor for class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlResponseHandler
 
AwsXmlResponseTransformer<T extends AwsResponse> - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
A transformer function that takes a parsed XML response and converts it into an AwsResponse.
AwsXmlResponseTransformer(XmlProtocolUnmarshaller, Function<SdkHttpFullResponse, SdkPojo>) - Constructor for class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlResponseTransformer
 
AwsXmlUnmarshallingContext - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
A data class to hold all the context of an unmarshalling stage for the AWS XML protocol as orchestrated by AwsXmlPredicatedResponseHandler.
AwsXmlUnmarshallingContext.Builder - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
 

B

BACKEND - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.KnownS3ExpressEndpointProperty
An attribute to represent a service component
BACKOFF_DELAY_DURATION - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The duration of time that the SDK has waited before this API call attempt, based on the RetryPolicy.backoffStrategy().
backoffStrategy(BackoffStrategy) - Method in class com.ibm.cos.v2.core.internal.retry.RetryPolicyAdapter.Builder
 
backoffStrategy() - Method in class com.ibm.cos.v2.core.internal.waiters.WaiterConfiguration
 
BackoffStrategy - Interface in com.ibm.cos.v2.core.retry.backoff
Deprecated.
Use instead BackoffStrategy
backoffStrategy() - Method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
Retrieve the RetryPolicy.Builder.backoffStrategy(BackoffStrategy) configured on the builder.
backoffStrategy(BackoffStrategy) - Method in interface com.ibm.cos.v2.core.retry.RetryPolicy.Builder
Deprecated.
Configure the backoff strategy that should be used for waiting in between retry attempts.
backoffStrategy() - Method in interface com.ibm.cos.v2.core.retry.RetryPolicy.Builder
Deprecated.
 
backoffStrategy() - Method in class com.ibm.cos.v2.core.waiters.WaiterOverrideConfiguration
backoffStrategy(BackoffStrategy) - Method in class com.ibm.cos.v2.core.waiters.WaiterOverrideConfiguration.Builder
BackoffStrategy - Interface in com.ibm.cos.v2.retries.api
Determines how long to wait before each execution attempt.
backoffStrategy(BackoffStrategy) - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy.Builder
Configure the backoff strategy used by the retry strategy.
backoffStrategy - Variable in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
backoffStrategy(BackoffStrategy) - Method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy.Builder
 
backoffStrategy(BackoffStrategy) - Method in class com.ibm.cos.v2.retries.internal.DefaultLegacyRetryStrategy.Builder
 
backoffStrategy(BackoffStrategy) - Method in class com.ibm.cos.v2.retries.internal.DefaultStandardRetryStrategy.Builder
 
backoffStrategyV2() - Method in class com.ibm.cos.v2.core.waiters.WaiterOverrideConfiguration
 
backoffStrategyV2(BackoffStrategy) - Method in class com.ibm.cos.v2.core.waiters.WaiterOverrideConfiguration.Builder
Define the BackoffStrategy that computes the delay between resource polling.
BAD_GATEWAY - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
BAD_REQUEST - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
Base16 - Class in com.ibm.cos.v2.utils.internal
A Base 16 codec API, which encodes into hex string in upper case.
Base16Codec - Class in com.ibm.cos.v2.utils.internal
A Base 16 codec implementation.
Base16Lower - Class in com.ibm.cos.v2.utils.internal
A Base 16 codec API, which encodes into hex string in lower case.
base64EncodedLength() - Method in enum com.ibm.cos.v2.core.checksums.Algorithm
Deprecated.
Length corresponds to Base64Encoded length for a given Checksum.
BaseAsyncClientHandler - Class in com.ibm.cos.v2.core.internal.handler
 
BaseAsyncClientHandler(SdkClientConfiguration, AmazonAsyncHttpClient) - Constructor for class com.ibm.cos.v2.core.internal.handler.BaseAsyncClientHandler
 
BaseAws4Signer - Class in com.ibm.cos.v2.auth.signer.internal
Deprecated.
BaseAws4Signer() - Constructor for class com.ibm.cos.v2.auth.signer.internal.BaseAws4Signer
Deprecated.
 
BaseAwsJsonProtocolFactory - Class in com.ibm.cos.v2.protocols.json
 
BaseAwsJsonProtocolFactory(BaseAwsJsonProtocolFactory.Builder<?>) - Constructor for class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory
 
BaseAwsJsonProtocolFactory.Builder<SubclassT extends BaseAwsJsonProtocolFactory.Builder> - Class in com.ibm.cos.v2.protocols.json
BaseAwsStructuredJsonFactory - Class in com.ibm.cos.v2.protocols.json
Generic implementation of a structured JSON factory that is pluggable for different variants of JSON.
BaseAwsStructuredJsonFactory(JsonFactory) - Constructor for class com.ibm.cos.v2.protocols.json.BaseAwsStructuredJsonFactory
 
BaseClientHandler - Class in com.ibm.cos.v2.core.internal.handler
 
BaseClientHandler(SdkClientConfiguration) - Constructor for class com.ibm.cos.v2.core.internal.handler.BaseClientHandler
 
BaseCrcChecksum - Class in com.ibm.cos.v2.checksums.internal
Base class for CRC related checksums
BaseCrcChecksum(Checksum) - Constructor for class com.ibm.cos.v2.checksums.internal.BaseCrcChecksum
 
baseDelay(RetryMode) - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetrySetting
 
baseDelay(Duration) - Method in interface com.ibm.cos.v2.core.retry.backoff.EqualJitterBackoffStrategy.Builder
Deprecated.
 
baseDelay() - Method in interface com.ibm.cos.v2.core.retry.backoff.EqualJitterBackoffStrategy.Builder
Deprecated.
 
baseDelay(Duration) - Method in interface com.ibm.cos.v2.core.retry.backoff.FullJitterBackoffStrategy.Builder
Deprecated.
 
baseDelay() - Method in interface com.ibm.cos.v2.core.retry.backoff.FullJitterBackoffStrategy.Builder
Deprecated.
 
BaseRetryStrategy - Class in com.ibm.cos.v2.retries.internal
Generic class that implements that common logic for all the retries strategies with extension points for specific strategies to tailor the behavior to its needs.
BaseRetryStrategy.Builder - Class in com.ibm.cos.v2.retries.internal
 
BaseSignedRequest<PayloadT> - Interface in com.ibm.cos.v2.http.auth.spi.signer
/** Base interface to a request that has been signed by HttpSigner, independent of payload type.
BaseSignedRequest.Builder<B extends BaseSignedRequest.Builder<B,PayloadT>,PayloadT> - Interface in com.ibm.cos.v2.http.auth.spi.signer
A builder for a BaseSignedRequest.
BaseSignRequest<PayloadT,IdentityT extends Identity> - Interface in com.ibm.cos.v2.http.auth.spi.signer
Base interface to represent input parameters to sign a request using HttpSigner, independent of payload type.
BaseSignRequest.Builder<B extends BaseSignRequest.Builder<B,PayloadT,IdentityT>,PayloadT,IdentityT extends Identity> - Interface in com.ibm.cos.v2.http.auth.spi.signer
A builder for a BaseSignRequest.
BaseSubscriberAdapter<T,U> - Class in com.ibm.cos.v2.utils.async
Base of subscribers that can adapt one type to another.
BaseSubscriberAdapter(Subscriber<? super U>) - Constructor for class com.ibm.cos.v2.utils.async.BaseSubscriberAdapter
 
BaseSyncClientHandler - Class in com.ibm.cos.v2.core.internal.handler
 
BaseSyncClientHandler(SdkClientConfiguration, AmazonSyncHttpClient) - Constructor for class com.ibm.cos.v2.core.internal.handler.BaseSyncClientHandler
 
BasicIBMOAuthCredentials - Class in com.ibm.cos.v2.auth.credentials.ibmOAuth
Basic implementation of the IBMOAuthCredentials interface that allows callers to pass in the IBM api key and service instance id in the constructor.
BasicIBMOAuthCredentials(String, String) - Constructor for class com.ibm.cos.v2.auth.credentials.ibmOAuth.BasicIBMOAuthCredentials
Constructs a new BasicIBMOAuthCredentials object, with the specified IBM api key service instance id.
BearerAuthScheme - Interface in com.ibm.cos.v2.http.auth.scheme
The smithy.api#httpBearerAuth auth scheme, which uses a TokenIdentity and BearerHttpSigner.
BearerHttpSigner - Interface in com.ibm.cos.v2.http.auth.signer
An HttpSigner that will sign a request with a bearer-token (TokenIdentity).
beforeExecution(Context.BeforeExecution, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
Read a request that has been given to a service client before it is modified by other interceptors.
beforeExecution(Context.BeforeExecution, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionInterceptorChain
 
beforeExecution(Context.BeforeExecution, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.S3AuthSchemeInterceptor
 
beforeExecution(Context.BeforeExecution, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.ConfigureSignerInterceptor
 
beforeExecution(Context.BeforeExecution, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.DisablePayloadSigningInterceptor
 
beforeMarshalling(Context.BeforeMarshalling, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
Read the finalized request as it will be given to the marshaller to be converted into an SdkHttpFullRequest.
beforeMarshalling(Context.BeforeMarshalling, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionInterceptorChain
 
beforeSigning(SdkHttpRequest.Builder, ContentStreamProvider, String) - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.AwsChunkedV4aPayloadSigner
 
beforeSigning(SdkHttpRequest.Builder, ContentStreamProvider, String) - Method in interface com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aPayloadSigner
Modify a request before it is signed, such as changing headers or query-parameters.
beforeSigning(SdkHttpRequest.Builder, ContentStreamProvider) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.AwsChunkedV4PayloadSigner
 
beforeSigning(SdkHttpRequest.Builder, ContentStreamProvider) - Method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.V4PayloadSigner
Modify a request before it is signed, such as changing headers or query-parameters.
beforeTransmission(Context.BeforeTransmission, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
Read the finalized HTTP request as it will be sent to the HTTP client.
beforeTransmission(Context.BeforeTransmission, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionInterceptorChain
 
BeforeTransmissionExecutionInterceptorsStage - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
 
BeforeTransmissionExecutionInterceptorsStage() - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.BeforeTransmissionExecutionInterceptorsStage
 
beforeUnmarshalling(Context.BeforeUnmarshalling, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
Read the finalized HTTP response as it will be given to the unmarshaller to be converted into an SdkResponse.
beforeUnmarshalling(Context.BeforeUnmarshalling, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionInterceptorChain
 
BeforeUnmarshallingExecutionInterceptorsStage - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
BeforeUnmarshallingExecutionInterceptorsStage() - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.BeforeUnmarshallingExecutionInterceptorsStage
 
BetterFixedChannelPool - Class in com.ibm.cos.v2.http.nio.netty.internal.utils
ChannelPool implementation that takes another ChannelPool implementation and enforce a maximum number of concurrent connections.
BetterFixedChannelPool.AcquireTimeoutAction - Enum in com.ibm.cos.v2.http.nio.netty.internal.utils
 
BetterFixedChannelPool.Builder - Class in com.ibm.cos.v2.http.nio.netty.internal.utils
 
BetterSimpleChannelPool - Class in com.ibm.cos.v2.http.nio.netty.internal
Extension of SimpleChannelPool to add an asynchronous close method
BIG_DECIMAL - Static variable in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
BIG_DECIMAL - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
 
BIG_DECIMAL - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlPayloadMarshaller
 
BIG_DECIMAL - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlPayloadUnmarshaller
 
BIG_DECIMAL - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonMarshaller
 
BIG_DECIMAL - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonUnmarshaller
 
bigDecimalValue() - Method in class com.ibm.cos.v2.core.SdkNumber
Gets the bigDecimalValue of the SdkNumber.
BinaryUtils - Class in com.ibm.cos.v2.utils
Utilities for encoding and decoding binary data to and from different forms.
bind(SocketAddress) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
bind(SocketAddress) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
bind(SocketAddress) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
bind(SocketAddress, ChannelPromise) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
BlockingInputStreamAsyncRequestBody - Class in com.ibm.cos.v2.core.async
An implementation of AsyncRequestBody that allows performing a blocking write of an input stream to a downstream service.
BlockingInputStreamAsyncRequestBody.Builder - Class in com.ibm.cos.v2.core.async
 
BlockingOutputStreamAsyncRequestBody - Class in com.ibm.cos.v2.core.async
An implementation of AsyncRequestBody that allows performing a blocking write of an output stream to a downstream service.
BlockingOutputStreamAsyncRequestBody.Builder - Class in com.ibm.cos.v2.core.async
 
blockingTransferTo(ByteBuffer) - Method in class com.ibm.cos.v2.utils.async.ByteBufferStoringSubscriber
Like ByteBufferStoringSubscriber.transferTo(ByteBuffer), but blocks until some data has been written.
blockPublicAcls() - Method in class com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration
Specifies whether Amazon S3 should block public access control lists (ACLs) for this bucket and objects in this bucket.
blockPublicAcls(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration.Builder
Specifies whether Amazon S3 should block public access control lists (ACLs) for this bucket and objects in this bucket.
blockPublicPolicy() - Method in class com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration
Specifies whether Amazon S3 should block public bucket policies for this bucket.
blockPublicPolicy(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration.Builder
Specifies whether Amazon S3 should block public bucket policies for this bucket.
BOOLEAN - Static variable in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
BOOLEAN - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.HeaderMarshaller
 
BOOLEAN - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.QueryParamMarshaller
 
BOOLEAN - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
 
BOOLEAN - Static variable in class com.ibm.cos.v2.protocols.query.internal.marshall.SimpleTypeQueryMarshaller
 
BOOLEAN - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.HeaderMarshaller
 
BOOLEAN - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.QueryParamMarshaller
 
BOOLEAN - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlPayloadMarshaller
 
BOOLEAN - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.HeaderUnmarshaller
 
BOOLEAN - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlPayloadUnmarshaller
 
BOOLEAN - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonMarshaller
 
BOOLEAN - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonUnmarshaller
 
BooleanDocument - Class in com.ibm.cos.v2.core.document.internal
Represents a Boolean Document.
BooleanDocument(boolean) - Constructor for class com.ibm.cos.v2.core.document.internal.BooleanDocument
Create a New BooleanDocument with boolean value as passed in constructor
BooleanEqualsFn - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
BooleanEqualsFn(FnNode) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.BooleanEqualsFn
 
BooleanJsonNode - Class in com.ibm.cos.v2.protocols.jsoncore.internal
A boolean JsonNode.
BooleanJsonNode(boolean) - Constructor for class com.ibm.cos.v2.protocols.jsoncore.internal.BooleanJsonNode
 
booleanProperty(String) - Method in class com.ibm.cos.v2.profiles.Profile
Retrieve a specific property from this profile, and convert it to a boolean using the same algorithm as SystemSetting.getBooleanValue().
booleanValue() - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Retrieve the actual value that this represents, as a Boolean.
BootstrapProvider - Class in com.ibm.cos.v2.http.nio.netty.internal
The primary purpose of this Bootstrap provider is to ensure that all Bootstraps created by it are 'unresolved' InetSocketAddress.
bucket() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
bucket() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
The S3 bucket used to send the request.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
The S3 bucket used to send the request.
bucket() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
BUCKET - Static variable in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressAuthSchemeProvider
 
bucket() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressIdentityKey
 
bucket(String) - Method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressIdentityKey.Builder
 
bucket() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
The bucket name to which the upload was taking place.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest.Builder
The bucket name to which the upload was taking place.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.AddLegalHoldRequest
 
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.AddLegalHoldRequest.Builder
 
bucket() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination
The Amazon Resource Name (ARN) of the bucket to which data is exported.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination.Builder
The Amazon Resource Name (ARN) of the bucket to which data is exported.
Bucket - Class in com.ibm.cos.v2.services.s3.model
In terms of implementation, a Bucket is a resource.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
Name of the bucket to which the multipart upload was initiated.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
Name of the bucket to which the multipart upload was initiated.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
The name of the bucket that contains the newly created object.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
The name of the bucket that contains the newly created object.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
bucket() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration
Specifies the information about the bucket that will be created.
bucket(BucketInfo) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration.Builder
Specifies the information about the bucket that will be created.
bucket(Consumer<BucketInfo.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration.Builder
Specifies the information about the bucket that will be created.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest
The general purpose bucket that you want to create the metadata table configuration in.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest.Builder
The general purpose bucket that you want to create the metadata table configuration in.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
The name of the bucket to create.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
The name of the bucket to create.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
The name of the bucket where the multipart upload is initiated and where the object is uploaded.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
The name of the bucket where the multipart upload is initiated and where the object is uploaded.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
The name of the bucket to which the multipart upload was initiated.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
The name of the bucket to which the multipart upload was initiated.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
The name of the bucket that you create a session for.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionRequest.Builder
The name of the bucket that you create a session for.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest
The name of the bucket from which an analytics configuration is deleted.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest.Builder
The name of the bucket from which an analytics configuration is deleted.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsRequest
Specifies the bucket whose cors configuration is being deleted.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketCorsRequest.Builder
Specifies the bucket whose cors configuration is being deleted.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionRequest
The name of the bucket containing the server-side encryption configuration to delete.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionRequest.Builder
The name of the bucket containing the server-side encryption configuration to delete.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationRequest
The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationRequest.Builder
The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest
The name of the bucket containing the inventory configuration to delete.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest.Builder
The name of the bucket containing the inventory configuration to delete.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleRequest
The bucket name of the lifecycle to delete.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleRequest.Builder
The bucket name of the lifecycle to delete.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationRequest
The general purpose bucket that you want to remove the metadata table configuration from.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationRequest.Builder
The general purpose bucket that you want to remove the metadata table configuration from.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest
The name of the bucket containing the metrics configuration to delete.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest.Builder
The name of the bucket containing the metrics configuration to delete.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsRequest
The Amazon S3 bucket whose OwnershipControls you want to delete.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsRequest.Builder
The Amazon S3 bucket whose OwnershipControls you want to delete.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyRequest
The bucket name.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyRequest.Builder
The bucket name.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationRequest
The bucket name.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationRequest.Builder
The bucket name.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketRequest
Specifies the bucket being deleted.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketRequest.Builder
Specifies the bucket being deleted.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingRequest
The bucket that has the tag set to be removed.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingRequest.Builder
The bucket that has the tag set to be removed.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteRequest
The bucket name for which you want to remove the website configuration.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteRequest.Builder
The bucket name for which you want to remove the website configuration.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteLegalHoldRequest
Returns the name of the bucket containing the reference to the object to delete a legal hold from.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteLegalHoldRequest.Builder
Sets the name of the bucket containing the reference to the object to delete a legal hold from.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
The bucket name of the bucket containing the object.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectRequest.Builder
The bucket name of the bucket containing the object.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
The bucket name containing the objects to delete.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest.Builder
The bucket name containing the objects to delete.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest
The bucket name containing the objects from which to remove the tags.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest.Builder
The bucket name containing the objects from which to remove the tags.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockRequest
The Amazon S3 bucket whose PublicAccessBlock configuration you want to delete.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockRequest.Builder
The Amazon S3 bucket whose PublicAccessBlock configuration you want to delete.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.Destination
The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.Destination.Builder
The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest
Returns the name of the bucket containing the reference to the object to add a legal hold to.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest.Builder
Sets the name of the bucket containing the reference to the object to add a legal hold to.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest
The name of the bucket for which the accelerate configuration is retrieved.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest.Builder
The name of the bucket for which the accelerate configuration is retrieved.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclRequest
Specifies the S3 bucket whose ACL is being requested.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAclRequest.Builder
Specifies the S3 bucket whose ACL is being requested.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest
The name of the bucket from which an analytics configuration is retrieved.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest.Builder
The name of the bucket from which an analytics configuration is retrieved.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsRequest
The bucket name for which to get the cors configuration.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketCorsRequest.Builder
The bucket name for which to get the cors configuration.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionRequest
The name of the bucket from which the server-side encryption configuration is retrieved.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketEncryptionRequest.Builder
The name of the bucket from which the server-side encryption configuration is retrieved.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationRequest
The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationRequest.Builder
The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest
The name of the bucket containing the inventory configuration to retrieve.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest.Builder
The name of the bucket containing the inventory configuration to retrieve.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationRequest
The name of the bucket for which to get the lifecycle information.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationRequest.Builder
The name of the bucket for which to get the lifecycle information.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationRequest
The name of the bucket for which to get the location.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLocationRequest.Builder
The name of the bucket for which to get the location.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingRequest
The bucket name for which to get the logging information.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLoggingRequest.Builder
The bucket name for which to get the logging information.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationRequest
The general purpose bucket that contains the metadata table configuration that you want to retrieve.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationRequest.Builder
The general purpose bucket that contains the metadata table configuration that you want to retrieve.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest
The name of the bucket containing the metrics configuration to retrieve.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest.Builder
The name of the bucket containing the metrics configuration to retrieve.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationRequest
The name of the bucket for which to get the notification configuration.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationRequest.Builder
The name of the bucket for which to get the notification configuration.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsRequest
The name of the Amazon S3 bucket whose OwnershipControls you want to retrieve.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsRequest.Builder
The name of the Amazon S3 bucket whose OwnershipControls you want to retrieve.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyRequest
The bucket name to get the bucket policy for.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketPolicyRequest.Builder
The bucket name to get the bucket policy for.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusRequest
The name of the Amazon S3 bucket whose policy status you want to retrieve.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusRequest.Builder
The name of the Amazon S3 bucket whose policy status you want to retrieve.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationRequest
 
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationRequest.Builder
 
bucket() - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationRequest.Builder
 
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationRequest
The bucket name for which to get the replication information.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketReplicationRequest.Builder
The bucket name for which to get the replication information.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentRequest
The name of the bucket for which to get the payment request configuration
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentRequest.Builder
The name of the bucket for which to get the payment request configuration
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingRequest
The name of the bucket for which to get the tagging information.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketTaggingRequest.Builder
The name of the bucket for which to get the tagging information.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningRequest
The name of the bucket for which to get the versioning information.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketVersioningRequest.Builder
The name of the bucket for which to get the versioning information.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteRequest
The bucket name for which to get the website configuration.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketWebsiteRequest.Builder
The bucket name for which to get the website configuration.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclRequest
The bucket name that contains the object for which to get the ACL information.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAclRequest.Builder
The bucket name that contains the object for which to get the ACL information.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
The name of the bucket that contains the object.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
The name of the bucket that contains the object.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest
The bucket name containing the object whose legal hold status you want to retrieve.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest.Builder
The bucket name containing the object whose legal hold status you want to retrieve.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationRequest
The bucket whose Object Lock configuration you want to retrieve.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationRequest.Builder
The bucket whose Object Lock configuration you want to retrieve.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
The bucket name containing the object.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
The bucket name containing the object.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest
The bucket name containing the object whose retention settings you want to retrieve.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest.Builder
The bucket name containing the object whose retention settings you want to retrieve.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest
The bucket name containing the object for which to get the tagging information.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest.Builder
The bucket name containing the object for which to get the tagging information.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest
The name of the bucket containing the object for which to get the torrent files.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest.Builder
The name of the bucket containing the object for which to get the torrent files.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockRequest
The name of the Amazon S3 bucket whose PublicAccessBlock configuration you want to retrieve.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockRequest.Builder
The name of the Amazon S3 bucket whose PublicAccessBlock configuration you want to retrieve.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.GetUrlRequest
 
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetUrlRequest.Builder
Sets the value of the Bucket property for this object.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketRequest
The bucket name.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadBucketRequest.Builder
The bucket name.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
The name of the bucket that contains the object.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
The name of the bucket that contains the object.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination
The Amazon Resource Name (ARN) of the bucket where inventory results will be published.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination.Builder
The Amazon Resource Name (ARN) of the bucket where inventory results will be published.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest
The name of the bucket from which analytics configurations are retrieved.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest.Builder
The name of the bucket from which analytics configurations are retrieved.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsRequest
The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsRequest.Builder
The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest
The name of the bucket containing the inventory configurations to retrieve.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest.Builder
The name of the bucket containing the inventory configurations to retrieve.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest
The name of the bucket containing the metrics configurations to retrieve.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest.Builder
The name of the bucket containing the metrics configurations to retrieve.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest
 
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest.Builder
Sets the name of Amazon S3 bucket for replication configuration.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
 
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse.Builder
Sets the name of Amazon S3 bucket for replication configuration.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsRequest
Returns the name of the bucket which contains the specified object.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListLegalHoldsRequest.Builder
Sets the name of the bucket which contains the specified object and returns the updated ListLegalHoldsRequest.Builder so that additional method calls may be chained together.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
The name of the bucket to which the multipart upload was initiated.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest.Builder
The name of the bucket to which the multipart upload was initiated.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
The name of the bucket to which the multipart upload was initiated.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
The name of the bucket to which the multipart upload was initiated.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
The name of the bucket containing the objects.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsRequest.Builder
The name of the bucket containing the objects.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
Directory buckets - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format Bucket-name.s3express-zone-id.region-code.amazonaws.com .
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
Directory buckets - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format Bucket-name.s3express-zone-id.region-code.amazonaws.com.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
The bucket name that contains the objects.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
The bucket name that contains the objects.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
The name of the bucket to which the parts are being uploaded.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsRequest.Builder
The name of the bucket to which the parts are being uploaded.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
The name of the bucket to which the multipart upload was initiated.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
The name of the bucket to which the multipart upload was initiated.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest
The name of the bucket for which the accelerate configuration is set.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest.Builder
The name of the bucket for which the accelerate configuration is set.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
The bucket to which to apply the ACL.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAclRequest.Builder
The bucket to which to apply the ACL.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest
The name of the bucket to which an analytics configuration is stored.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest.Builder
The name of the bucket to which an analytics configuration is stored.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest
Specifies the bucket impacted by the corsconfiguration.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest.Builder
Specifies the bucket impacted by the corsconfiguration.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest
Specifies default encryption for a bucket using server-side encryption with different key options.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest.Builder
Specifies default encryption for a bucket using server-side encryption with different key options.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest
The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest.Builder
The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest
The name of the bucket where the inventory configuration will be stored.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest.Builder
The name of the bucket where the inventory configuration will be stored.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
The name of the bucket for which to set the configuration.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest.Builder
The name of the bucket for which to set the configuration.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest
The name of the bucket for which to set the logging parameters.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest.Builder
The name of the bucket for which to set the logging parameters.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest
The name of the bucket for which the metrics configuration is set.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest.Builder
The name of the bucket for which the metrics configuration is set.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest
The name of the bucket.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest.Builder
The name of the bucket.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest
The name of the Amazon S3 bucket whose OwnershipControls you want to set.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest.Builder
The name of the Amazon S3 bucket whose OwnershipControls you want to set.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
The name of the bucket.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest.Builder
The name of the bucket.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketProtectionConfigurationRequest
 
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketProtectionConfigurationRequest.Builder
Sets the bucket name for which to set protection configuration.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationReattemptRequest
 
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketReplicationReattemptRequest.Builder
Sets the name of Amazon S3 bucket for replication reattempt.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
The name of the bucket
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest.Builder
The name of the bucket
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest
The bucket name.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest.Builder
The bucket name.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest
The bucket name.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest.Builder
The bucket name.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
The bucket name.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest.Builder
The bucket name.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest
The bucket name.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest.Builder
The bucket name.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
The bucket name that contains the object to which you want to attach the ACL.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
The bucket name that contains the object to which you want to attach the ACL.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
The bucket name containing the object that you want to place a legal hold on.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest.Builder
The bucket name containing the object that you want to place a legal hold on.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
The bucket whose Object Lock configuration you want to create or replace.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest.Builder
The bucket whose Object Lock configuration you want to create or replace.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
The bucket name to which the PUT action was initiated.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
The bucket name to which the PUT action was initiated.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
The bucket name that contains the object you want to apply this Object Retention configuration to.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest.Builder
The bucket name that contains the object you want to apply this Object Retention configuration to.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
The bucket name containing the object.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest.Builder
The bucket name containing the object.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest
The name of the Amazon S3 bucket whose PublicAccessBlock configuration you want to set.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest.Builder
The name of the Amazon S3 bucket whose PublicAccessBlock configuration you want to set.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
The bucket name containing the object to restore.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreObjectRequest.Builder
The bucket name containing the object to restore.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
The S3 bucket.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
The S3 bucket.
bucket() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
bucket() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
The name of the bucket to which the multipart upload was initiated.
bucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
The name of the bucket to which the multipart upload was initiated.
bucket() - Method in class com.ibm.cos.v2.services.s3.S3Uri
Returns the bucket specified in the URI.
bucket(String) - Method in class com.ibm.cos.v2.services.s3.S3Uri.Builder
Configure the bucket
bucket() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest
The name of the bucket
bucket(String) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest.Builder
The name of the bucket to download objects from.
bucket() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest
The name of the bucket to upload objects to.
bucket(String) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest.Builder
The name of the bucket to upload objects to.
Bucket.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
BucketAccelerateStatus - Enum in com.ibm.cos.v2.services.s3.model
 
bucketAccountId() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination
The account ID that owns the destination S3 bucket.
bucketAccountId(String) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination.Builder
The account ID that owns the destination S3 bucket.
BucketAlreadyExistsException - Exception in com.ibm.cos.v2.services.s3.model
The requested bucket name is not available.
BucketAlreadyExistsException.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
BucketAlreadyOwnedByYouException - Exception in com.ibm.cos.v2.services.s3.model
The bucket you tried to create already exists, and you own it.
BucketAlreadyOwnedByYouException.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
BucketCannedACL - Enum in com.ibm.cos.v2.services.s3.model
 
BucketEndpointProvider - Class in com.ibm.cos.v2.services.s3.internal.crossregion.endpointprovider
Decorator S3EndpointProvider which updates the region with the one that is supplied during its instantiation.
BucketInfo - Class in com.ibm.cos.v2.services.s3.model
Specifies the information about the bucket that will be created.
BucketInfo.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
bucketKeyEnabled() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
Indicates whether the copied object uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResponse.Builder
Indicates whether the copied object uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using KMS keys (SSE-KMS).
bucketKeyEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionRequest.Builder
Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using KMS keys (SSE-KMS).
bucketKeyEnabled() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionResponse
Indicates whether to use an S3 Bucket Key for server-side encryption with KMS keys (SSE-KMS).
bucketKeyEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionResponse.Builder
Indicates whether to use an S3 Bucket Key for server-side encryption with KMS keys (SSE-KMS).
bucketKeyEnabled() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Indicates whether the object uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Indicates whether the object uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Indicates whether the object uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Indicates whether the object uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
Indicates whether the uploaded object uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
Indicates whether the uploaded object uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionRule
Specifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket.
bucketKeyEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.ServerSideEncryptionRule.Builder
Specifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket.
bucketKeyEnabled() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse.Builder
Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartResponse.Builder
Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
bucketKeyEnabled() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Indicates whether the object stored in Amazon S3 uses an S3 bucket key for server-side encryption with Amazon Web Services KMS (SSE-KMS).
bucketKeyEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Indicates whether the object stored in Amazon S3 uses an S3 bucket key for server-side encryption with Amazon Web Services KMS (SSE-KMS).
BucketLifecycleConfiguration - Class in com.ibm.cos.v2.services.s3.model
Specifies the lifecycle configuration for objects in an Amazon S3 bucket.
BucketLifecycleConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
BucketLocationConstraint - Enum in com.ibm.cos.v2.services.s3.model
 
bucketLocationName() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
The name of the location where the bucket will be created.
bucketLocationName(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadBucketResponse.Builder
The name of the location where the bucket will be created.
bucketLocationType() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
The type of location where the bucket is created.
bucketLocationType(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadBucketResponse.Builder
The type of location where the bucket is created.
bucketLocationType(LocationType) - Method in interface com.ibm.cos.v2.services.s3.model.HeadBucketResponse.Builder
The type of location where the bucket is created.
bucketLocationTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
The type of location where the bucket is created.
BucketLoggingStatus - Class in com.ibm.cos.v2.services.s3.model
Container for logging status information.
bucketLoggingStatus() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest
Container for logging status information.
bucketLoggingStatus(BucketLoggingStatus) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest.Builder
Container for logging status information.
bucketLoggingStatus(Consumer<BucketLoggingStatus.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest.Builder
Container for logging status information.
BucketLoggingStatus.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
BucketLogsPermission - Enum in com.ibm.cos.v2.services.s3.model
 
bucketName() - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverFactoryContext
 
bucketName(String) - Method in interface com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverFactoryContext.Builder
 
bucketName() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource
Gets the name of the bucket.
bucketName(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource.Builder
The name of the S3 bucket.
bucketName() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
The name of the bucket where the restore results will be placed.
bucketName(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3Location.Builder
The name of the bucket where the restore results will be placed.
BucketProtectionConfiguration - Class in com.ibm.cos.v2.services.s3.model
Represents the protection configuration for a bucket.
BucketProtectionConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
BucketProtectionResponse - Class in com.ibm.cos.v2.services.s3.model
 
BucketProtectionResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
BucketProtectionStatus - Enum in com.ibm.cos.v2.services.s3.model
Represents the current protection status for a bucket.
bucketRegion() - Method in class com.ibm.cos.v2.services.s3.model.Bucket
BucketRegion indicates the Amazon Web Services region where the bucket is located.
bucketRegion(String) - Method in interface com.ibm.cos.v2.services.s3.model.Bucket.Builder
BucketRegion indicates the Amazon Web Services region where the bucket is located.
bucketRegion() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
The Region that the bucket is located.
bucketRegion(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadBucketResponse.Builder
The Region that the bucket is located.
bucketRegion() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsRequest
Limits the response to buckets that are located in the specified Amazon Web Services Region.
bucketRegion(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsRequest.Builder
Limits the response to buckets that are located in the specified Amazon Web Services Region.
buckets() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse
 
buckets(List<Bucket>) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse.Builder
For internal use only.
buckets() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsResponse
The list of buckets owned by the requester.
buckets(Collection<Bucket>) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsResponse.Builder
The list of buckets owned by the requester.
buckets(Bucket...) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsResponse.Builder
The list of buckets owned by the requester.
buckets(Consumer<Bucket.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsResponse.Builder
The list of buckets owned by the requester.
buckets() - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse
The list of buckets owned by the requester.
buckets(Collection<Bucket>) - Method in interface com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse.Builder
The list of buckets owned by the requester.
buckets(Bucket...) - Method in interface com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse.Builder
The list of buckets owned by the requester.
buckets(Consumer<Bucket.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse.Builder
The list of buckets owned by the requester.
buckets() - Method in class com.ibm.cos.v2.services.s3.paginators.ListBucketsIterable
Returns an iterable to iterate through the paginated ListBucketsResponse.buckets() member.
buckets() - Method in class com.ibm.cos.v2.services.s3.paginators.ListBucketsPublisher
Returns a publisher that can be used to get a stream of data.
buckets() - Method in class com.ibm.cos.v2.services.s3.paginators.ListDirectoryBucketsIterable
Returns an iterable to iterate through the paginated ListDirectoryBucketsResponse.buckets() member.
buckets() - Method in class com.ibm.cos.v2.services.s3.paginators.ListDirectoryBucketsPublisher
Returns a publisher that can be used to get a stream of data.
BucketType - Enum in com.ibm.cos.v2.services.s3.model
 
BucketUtils - Class in com.ibm.cos.v2.services.s3.internal
Utilities for working with Amazon S3 bucket names, such as validation and checked to see if they are compatible with DNS addressing.
BucketVersioningStatus - Enum in com.ibm.cos.v2.services.s3.model
 
buffer(int) - Method in interface com.ibm.cos.v2.core.async.SdkPublisher
Buffers the events into lists of the given buffer size.
BufferingContentStreamProvider - Class in com.ibm.cos.v2.core.internal.sync
ContentStreamProvider implementation that buffers the data stream data to memory as it's read.
BufferingContentStreamProvider(ContentStreamProvider, Long) - Constructor for class com.ibm.cos.v2.core.internal.sync.BufferingContentStreamProvider
 
BufferingSubscriber<T> - Class in com.ibm.cos.v2.utils.async
 
BufferingSubscriber(Subscriber<? super List<T>>, int) - Constructor for class com.ibm.cos.v2.utils.async.BufferingSubscriber
 
bufferSize(int) - Method in interface com.ibm.cos.v2.core.internal.async.ChunkBuffer.Builder
 
bufferSize() - Method in class com.ibm.cos.v2.core.internal.chunked.AwsChunkedEncodingConfig
 
bufferSize(int) - Method in interface com.ibm.cos.v2.core.internal.chunked.AwsChunkedEncodingConfig.Builder
 
bufferSizeInBytes() - Method in class com.ibm.cos.v2.core.async.AsyncRequestBodySplitConfiguration
The configured maximum buffer size the SDK will use to buffer the content from the source SdkPublisher.
bufferSizeInBytes(Long) - Method in interface com.ibm.cos.v2.core.async.AsyncRequestBodySplitConfiguration.Builder
The maximum buffer size the SDK will use to buffer the content from the source SdkPublisher.
bufferSizeInBytes() - Method in class com.ibm.cos.v2.core.SplittingTransformerConfiguration
 
bufferSizeInBytes(Long) - Method in interface com.ibm.cos.v2.core.SplittingTransformerConfiguration.Builder
Configures the maximum amount of memory in bytes buffered by the SplittingTransformer.
build() - Method in interface com.ibm.cos.v2.arns.Arn.Builder
 
build() - Method in interface com.ibm.cos.v2.arns.ArnResource.Builder
 
build() - Method in class com.ibm.cos.v2.arns.ArnResource.DefaultBuilder
 
build() - Method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials.Builder
 
build() - Method in interface com.ibm.cos.v2.auth.credentials.AwsCredentialsProviderChain.Builder
 
build() - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials.Builder
 
build() - Method in class com.ibm.cos.v2.auth.credentials.DefaultCredentialsProvider.Builder
Create a DefaultCredentialsProvider using the configuration defined in this builder.
build() - Method in interface com.ibm.cos.v2.auth.credentials.HttpCredentialsProvider.Builder
Build the credentials provider based on the configuration on this builder.
build() - Method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties.Builder
 
build() - Method in class com.ibm.cos.v2.auth.credentials.ProcessCredentialsProvider.Builder
 
build() - Method in interface com.ibm.cos.v2.auth.credentials.ProfileCredentialsProvider.Builder
Create a ProfileCredentialsProvider using the configuration applied to this builder.
build() - Method in class com.ibm.cos.v2.auth.credentials.ProfileProviderCredentialsContext.Builder
 
build() - Method in interface com.ibm.cos.v2.auth.credentials.WebIdentityTokenFileCredentialsProvider.Builder
Create a WebIdentityTokenFileCredentialsProvider using the configuration applied to this builder.
build() - Method in class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsSignedChunkedEncodingInputStream.Builder
 
build() - Method in interface com.ibm.cos.v2.auth.signer.params.Aws4PresignerParams.Builder
 
build() - Method in interface com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.Builder
 
build() - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.auth.signer.params.AwsS3V4SignerParams.Builder
 
build() - Method in class com.ibm.cos.v2.auth.signer.params.SignerChecksumParams.Builder
Deprecated.
Builds an instance of SignerChecksumParams.
build() - Method in interface com.ibm.cos.v2.auth.signer.params.TokenSignerParams.Builder
 
build() - Method in class com.ibm.cos.v2.auth.signer.params.TokenSignerParams.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.auth.token.credentials.SdkTokenProviderFactoryProperties.Builder
 
build() - Method in interface com.ibm.cos.v2.authcrt.signer.AwsCrtS3V4aSigner.Builder
Deprecated.
 
build() - Method in interface com.ibm.cos.v2.authcrt.signer.AwsCrtV4aSigner.Builder
Deprecated.
 
build() - Method in interface com.ibm.cos.v2.awscore.AwsRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.awscore.AwsRequestOverrideConfiguration.Builder
 
build() - Method in interface com.ibm.cos.v2.awscore.AwsResponse.Builder
 
build() - Method in interface com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.Builder
 
build() - Method in class com.ibm.cos.v2.awscore.endpoint.AwsClientEndpointProvider.Builder
 
build() - Method in class com.ibm.cos.v2.awscore.endpoint.DualstackEnabledProvider.Builder
 
build() - Method in class com.ibm.cos.v2.awscore.endpoint.FipsEnabledProvider.Builder
 
build() - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4aAuthScheme.Builder
 
build() - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4AuthScheme.Builder
 
build() - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
 
build() - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamTaggedUnionJsonMarshaller.Builder
 
build() - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamTaggedUnionPojoSupplier.Builder
 
build() - Method in class com.ibm.cos.v2.awscore.eventstream.RestEventStreamAsyncResponseTransformer.Builder
 
build() - Method in interface com.ibm.cos.v2.awscore.exception.AwsErrorDetails.Builder
Creates a new AwsErrorDetails with the properties set on this builder.
build() - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.awscore.exception.AwsServiceException.Builder
 
build() - Method in class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
build() - Method in class com.ibm.cos.v2.awscore.internal.auth.Sigv4aSigningRegionSetProvider.Builder
 
build() - Method in class com.ibm.cos.v2.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
Deprecated.
 
build() - Method in class com.ibm.cos.v2.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
Deprecated.
 
build() - Method in class com.ibm.cos.v2.awscore.internal.AwsProtocolMetadata.Builder
 
build() - Method in class com.ibm.cos.v2.awscore.internal.token.CachedTokenRefresher.Builder
 
build() - Method in interface com.ibm.cos.v2.awscore.presigner.PresignedRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.awscore.presigner.PresignRequest.Builder
Build the presigned request, based on the configuration on this builder.
build() - Method in interface com.ibm.cos.v2.awscore.presigner.SdkPresigner.Builder
Build the presigner using the configuration on this builder.
build() - Method in interface com.ibm.cos.v2.core.ApiName.Builder
 
build() - Method in class com.ibm.cos.v2.core.async.BlockingInputStreamAsyncRequestBody.Builder
 
build() - Method in class com.ibm.cos.v2.core.async.BlockingOutputStreamAsyncRequestBody.Builder
 
build() - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs.Builder
 
build() - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
Build a client using the current state of this builder.
build() - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration.Builder
 
build() - Method in interface com.ibm.cos.v2.core.document.Document.ListBuilder
Creates a new Document with the List members as added with add method.
build() - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Creates a new Document with the key value pair pair inserted using put method.
build() - Method in class com.ibm.cos.v2.core.document.internal.ListDocument.ListBuilderInternal
build() - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
build() - Method in interface com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryEndpoint.Builder
 
build() - Method in interface com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryFailedException.Builder
 
build() - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryFailedException.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.core.exception.AbortedException.Builder
 
build() - Method in class com.ibm.cos.v2.core.exception.AbortedException.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.core.exception.ApiCallAttemptTimeoutException.Builder
 
build() - Method in class com.ibm.cos.v2.core.exception.ApiCallAttemptTimeoutException.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.core.exception.ApiCallTimeoutException.Builder
 
build() - Method in class com.ibm.cos.v2.core.exception.ApiCallTimeoutException.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.core.exception.Crc32MismatchException.Builder
 
build() - Method in class com.ibm.cos.v2.core.exception.Crc32MismatchException.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.core.exception.NonRetryableException.Builder
 
build() - Method in class com.ibm.cos.v2.core.exception.NonRetryableException.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.core.exception.RetryableException.Builder
 
build() - Method in class com.ibm.cos.v2.core.exception.RetryableException.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.core.exception.SdkClientException.Builder
 
build() - Method in class com.ibm.cos.v2.core.exception.SdkClientException.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.core.exception.SdkDiagnostics.Builder
Builds the SdkDiagnostics instance.
build() - Method in interface com.ibm.cos.v2.core.exception.SdkException.Builder
Creates a new SdkException with the specified properties.
build() - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.core.exception.SdkServiceException.Builder
Creates a new SdkServiceException with the specified properties.
build() - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
build() - Method in class com.ibm.cos.v2.core.http.ExecutionContext.Builder
 
build() - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttribute.DerivedAttributeBuilder
 
build() - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttribute.MappedAttributeBuilder
 
build() - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes.Builder
 
build() - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext.Builder
 
build() - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum.Builder
 
build() - Method in class com.ibm.cos.v2.core.internal.async.DefaultAsyncResponseTransformerSplitResult.DefaultBuilder
 
build() - Method in class com.ibm.cos.v2.core.internal.async.SplittingTransformer.Builder
 
build() - Method in interface com.ibm.cos.v2.core.internal.chunked.AwsChunkedEncodingConfig.Builder
 
build() - Method in class com.ibm.cos.v2.core.internal.http.HttpClientDependencies.Builder
 
build(HttpClientDependencies) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.RequestPipelineBuilder
Construct the RequestPipeline with the currently configured stages.
build() - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext.Builder
 
build() - Method in class com.ibm.cos.v2.core.internal.interceptor.DefaultFailedExecutionContext.Builder
 
build() - Method in class com.ibm.cos.v2.core.internal.interceptor.trait.RequestCompression.Builder
 
build() - Method in class com.ibm.cos.v2.core.internal.io.AwsCompressionInputStream.Builder
 
build() - Method in class com.ibm.cos.v2.core.internal.io.AwsUnsignedChunkedEncodingInputStream.Builder
 
build() - Method in interface com.ibm.cos.v2.core.internal.pagination.async.ItemsSubscription.Builder
 
build() - Method in class com.ibm.cos.v2.core.internal.retry.DefaultTokenBucketExceptionCostFunction.Builder
 
build() - Method in class com.ibm.cos.v2.core.internal.retry.RetryPolicyAdapter.Builder
 
build() - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultAsyncWaiter.DefaultBuilder
 
build() - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiter.DefaultBuilder
 
build() - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiterResponse.Builder
 
build() - Method in interface com.ibm.cos.v2.core.pagination.async.PaginatedItemsPublisher.Builder
 
build() - Method in interface com.ibm.cos.v2.core.pagination.async.PaginationSubscription.Builder
 
build() - Method in interface com.ibm.cos.v2.core.pagination.async.ResponsesSubscription.Builder
 
build() - Method in interface com.ibm.cos.v2.core.pagination.sync.PaginatedItemsIterable.Builder
 
build() - Method in interface com.ibm.cos.v2.core.pagination.sync.PaginatedResponsesIterator.Builder
 
build() - Method in class com.ibm.cos.v2.core.protocol.VoidSdkResponse.Builder
 
build() - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Create a new SdkRequestOverrideConfiguration with the properties set on this builder.
build() - Method in class com.ibm.cos.v2.core.Response.Builder
Builds a Response object based on the values held by this builder.
build() - Method in interface com.ibm.cos.v2.core.retry.backoff.EqualJitterBackoffStrategy.Builder
Deprecated.
 
build() - Method in interface com.ibm.cos.v2.core.retry.backoff.FullJitterBackoffStrategy.Builder
Deprecated.
 
build() - Method in interface com.ibm.cos.v2.core.retry.conditions.TokenBucketExceptionCostFunction.Builder
Create a TokenBucketExceptionCostFunction using the values configured on this builder.
build() - Method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition.Builder
Build a TokenBucketRetryCondition using the provided configuration.
build() - Method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition.Capacity.Builder
 
build() - Method in interface com.ibm.cos.v2.core.retry.RetryPolicy.Builder
Deprecated.
 
build() - Method in class com.ibm.cos.v2.core.retry.RetryPolicyContext.Builder
 
build() - Method in class com.ibm.cos.v2.core.runtime.transform.AsyncStreamingRequestMarshaller.Builder
 
build() - Method in class com.ibm.cos.v2.core.runtime.transform.StreamingRequestMarshaller.Builder
 
build() - Method in class com.ibm.cos.v2.core.SdkField.Builder
 
build() - Method in class com.ibm.cos.v2.core.SdkPojoBuilder
 
build() - Method in interface com.ibm.cos.v2.core.SdkRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.core.SdkRequestOverrideConfiguration.Builder
 
build() - Method in interface com.ibm.cos.v2.core.SdkResponse.Builder
 
build() - Method in interface com.ibm.cos.v2.core.SdkServiceClientConfiguration.Builder
Build the service client configuration using the configuration on this builder
build() - Method in class com.ibm.cos.v2.core.traits.ListTrait.Builder
 
build() - Method in class com.ibm.cos.v2.core.traits.LocationTrait.Builder
 
build() - Method in class com.ibm.cos.v2.core.traits.MapTrait.Builder
 
build() - Method in class com.ibm.cos.v2.core.traits.XmlAttributesTrait.AttributeAccessors.Builder
 
build() - Method in interface com.ibm.cos.v2.core.waiters.AsyncWaiter.Builder
An immutable object that is created from the properties that have been set on the builder.
build() - Method in interface com.ibm.cos.v2.core.waiters.Waiter.Builder
An immutable object that is created from the properties that have been set on the builder.
build() - Method in class com.ibm.cos.v2.core.waiters.WaiterOverrideConfiguration.Builder
 
build() - Method in interface com.ibm.cos.v2.crtcore.CrtConnectionHealthConfiguration.Builder
 
build() - Method in interface com.ibm.cos.v2.crtcore.CrtProxyConfiguration.Builder
 
build() - Method in interface com.ibm.cos.v2.endpoints.Endpoint.Builder
 
build() - Method in class com.ibm.cos.v2.http.apache.internal.ApacheHttpRequestConfig.Builder
 
build() - Method in class com.ibm.cos.v2.http.async.AbortableInputStreamSubscriber.Builder
 
build() - Method in interface com.ibm.cos.v2.http.async.AsyncExecuteRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.http.async.SdkAsyncHttpClient.Builder
Create a SdkAsyncHttpClient with global defaults applied.
build() - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aProperties.Builder
 
build() - Method in class com.ibm.cos.v2.http.auth.aws.eventstream.internal.io.SigV4DataFramePublisher.Builder
 
build() - Method in class com.ibm.cos.v2.http.auth.aws.eventstream.internal.signer.EventStreamV4PayloadSigner.Builder
 
build() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkedEncodedInputStream.Builder
 
build() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.FlexibleChecksummer.Option.Builder
 
build() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4Properties.Builder
 
build() - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultAuthSchemeOption.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.http.auth.spi.internal.scheme.IBMIamAuthSchemeParams.Builder
Returns a IBMIamAuthSchemeParams object that is created from the properties that have been set on the builder.
build() - Method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultAsyncSignedRequest.BuilderImpl
 
build() - Method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultAsyncSignRequest.BuilderImpl
 
build() - Method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultSignedRequest.BuilderImpl
 
build() - Method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultSignRequest.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.http.crt.ConnectionHealthConfiguration.Builder
 
build() - Method in class com.ibm.cos.v2.http.crt.internal.CrtAsyncRequestContext.Builder
 
build() - Method in class com.ibm.cos.v2.http.crt.internal.CrtRequestContext.Builder
 
build() - Method in interface com.ibm.cos.v2.http.crt.ProxyConfiguration.Builder
 
build() - Method in interface com.ibm.cos.v2.http.crt.TcpKeepAliveConfiguration.Builder
 
build() - Method in interface com.ibm.cos.v2.http.HttpExecuteRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.http.HttpExecuteResponse.Builder
 
build() - Method in class com.ibm.cos.v2.http.nio.netty.internal.AwaitCloseChannelPoolMap.Builder
 
build() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.BetterFixedChannelPool.Builder
 
build() - Method in interface com.ibm.cos.v2.http.nio.netty.SdkEventLoopGroup.Builder
 
build() - Method in interface com.ibm.cos.v2.http.SdkHttpClient.Builder
Create a SdkHttpClient with global defaults applied.
build() - Method in class com.ibm.cos.v2.http.SdkHttpExecutionAttributes.Builder
 
build() - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.http.SdkHttpFullResponse.Builder
 
build() - Method in class com.ibm.cos.v2.http.SdkRequestContext.Builder
 
build() - Method in interface com.ibm.cos.v2.identity.spi.AwsCredentialsIdentity.Builder
 
build() - Method in interface com.ibm.cos.v2.identity.spi.AwsSessionCredentialsIdentity.Builder
 
build() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultResolveIdentityRequest.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.identity.spi.internal.IBMOAuthIdentity.Builder
 
build() - Method in class com.ibm.cos.v2.profiles.internal.ProfileFileRefresher.Builder
 
build() - Method in interface com.ibm.cos.v2.profiles.Profile.Builder
Create a profile using the current state of this builder.
build() - Method in class com.ibm.cos.v2.profiles.ProfileFile.Aggregator
 
build() - Method in interface com.ibm.cos.v2.profiles.ProfileFile.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.cbor.AwsCborProtocolFactory.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.core.ExceptionMetadata.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.core.OperationInfo.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.json.AwsJsonProtocolFactory.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.json.AwsJsonProtocolMetadata.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerContext.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerRegistry.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
 
build() - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultJsonUnmarshallerRegistry.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonUnmarshallerContext.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.json.JsonOperationMetadata.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonNodeParser.Builder
Build a JsonNodeParser based on the current configuration of this builder.
build() - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter.Builder
Build a JsonNodeParser based on the current configuration of this builder.
build() - Method in class com.ibm.cos.v2.protocols.query.AwsEc2ProtocolFactory.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.query.AwsQueryProtocolFactory.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryMarshallerContext.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryMarshallerRegistry.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryProtocolMarshaller.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.AwsXmlErrorUnmarshaller.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.QueryProtocolUnmarshaller.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.QueryUnmarshallerContext.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.QueryUnmarshallerRegistry.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.query.unmarshall.AwsXmlErrorProtocolUnmarshaller.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlElement.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.xml.AwsS3ProtocolFactory.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.xml.AwsXmlProtocolFactory.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerContext.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerRegistry.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlProtocolMarshaller.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlErrorTransformer.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlUnmarshallerContext.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlUnmarshallerRegistry.Builder
 
build() - Method in class com.ibm.cos.v2.protocols.xml.XmlOperationMetadata.Builder
 
build() - Method in interface com.ibm.cos.v2.regions.PartitionEndpointKey.Builder
Create a PartitionEndpointKey from the configuration on this builder.
build() - Method in class com.ibm.cos.v2.regions.providers.DefaultAwsRegionProviderChain.Builder
 
build() - Method in interface com.ibm.cos.v2.regions.ServiceEndpointKey.Builder
Build a ServiceEndpointKey using the configuration on this builder.
build() - Method in class com.ibm.cos.v2.regions.ServiceMetadataConfiguration.Builder
Build the ServiceMetadata instance with the updated configuration.
build() - Method in class com.ibm.cos.v2.regions.util.ResourcesEndpointRetryParameters.Builder
 
build() - Method in interface com.ibm.cos.v2.retries.AdaptiveRetryStrategy.Builder
 
build() - Method in class com.ibm.cos.v2.retries.api.internal.RefreshRetryTokenRequestImpl.Builder
 
build() - Method in interface com.ibm.cos.v2.retries.api.RefreshRetryTokenRequest.Builder
Builds and returns a new instance of .
build() - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy.Builder
Build a new RetryStrategy with the current configuration on this builder.
build() - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.AcquireResponse.Builder
 
build() - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.ReleaseResponse.Builder
 
build() - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.TokenBucketStore.Builder
 
build() - Method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy.Builder
 
build() - Method in class com.ibm.cos.v2.retries.internal.DefaultLegacyRetryStrategy.Builder
 
build() - Method in class com.ibm.cos.v2.retries.internal.DefaultRetryToken.Builder
Creates a new DefaultRetryToken with the configured values.
build() - Method in class com.ibm.cos.v2.retries.internal.DefaultStandardRetryStrategy.Builder
 
build() - Method in class com.ibm.cos.v2.retries.internal.ratelimiter.RateLimiterTokenBucketStore.Builder
 
build() - Method in interface com.ibm.cos.v2.retries.LegacyRetryStrategy.Builder
 
build() - Method in interface com.ibm.cos.v2.retries.StandardRetryStrategy.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
Returns a S3AuthSchemeParams object that is created from the properties that have been set on the builder.
build() - Method in class com.ibm.cos.v2.services.s3.endpoints.authscheme.S3ExpressEndpointAuthScheme.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Condition.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointResult.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRuleset.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.FnNode.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParameterReference.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameters.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partition.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partitions.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RegionOverride.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.RuleError.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.SourceException.BuilderImpl
 
build() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Endpoint.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.internal.ConfiguredS3SdkHttpRequest.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverFactoryContext.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.internal.plugins.S3OverrideAuthSchemePropertiesPlugin.Builder
Builds and returns a new plugin.
build() - Method in class com.ibm.cos.v2.services.s3.internal.resource.IntermediateOutpostResource.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource.Builder
Builds an instance of S3AccessPointResource.
build() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource.Builder
Builds an instance of S3BucketResource.
build() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource.Builder
Builds an instance of S3ObjectLambdaResource.
build() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectResource.Builder
Builds an instance of S3BucketResource.
build() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostResource.Builder
Builds an instance of S3OutpostResource.
build() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.CachedS3ExpressCredentials.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressIdentityKey.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
 
build() - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultS3Presigner.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.model.ContinuationEvent.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.services.s3.model.EncryptionType.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.model.EndEvent.BuilderImpl
 
build() - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent.BuilderImpl
 
build() - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent.BuilderImpl
 
build() - Method in class com.ibm.cos.v2.services.s3.model.S3Exception.BuilderImpl
 
build() - Method in interface com.ibm.cos.v2.services.s3.model.S3Request.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.model.S3Response.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultCont.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultEnd.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultProgress.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultRecords.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultStats.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler.Visitor.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent.BuilderImpl
 
build() - Method in class com.ibm.cos.v2.services.s3.multipart.S3ResumeToken.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.presigner.model.AbortMultipartUploadPresignRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.presigner.model.CompleteMultipartUploadPresignRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.presigner.model.CreateMultipartUploadPresignRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.presigner.model.DeleteObjectPresignRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.presigner.model.GetObjectPresignRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedAbortMultipartUploadRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedCompleteMultipartUploadRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedCreateMultipartUploadRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedDeleteObjectRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedGetObjectRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedPutObjectRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedUploadPartRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PutObjectPresignRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.presigner.model.UploadPartPresignRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner.Builder
 
build() - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.S3Uri.Builder
 
build() - Method in class com.ibm.cos.v2.services.s3.S3Utilities.Builder
Construct a S3Utilities object.
build() - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter.Builder
Builds an instance of S3AsyncWaiter based on the configurations supplied to this builder
build() - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter.Builder
Builds an instance of S3Waiter based on the configurations supplied to this builder
build() - Method in interface com.ibm.cos.v2.transfer.s3.config.TransferRequestOverrideConfiguration.Builder
 
build() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgressSnapshot.Builder
 
build() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerContext.Builder
 
build() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerFailedContext.Builder
 
build() - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerConfiguration.Builder
 
build() - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerFactory.DefaultBuilder
 
build() - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedCopy.Builder
Builds a CompletedCopy based on the properties supplied to this builder
build() - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryDownload.Builder
Builds a CompletedDirectoryDownload based on the properties supplied to this builder
build() - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryUpload.Builder
Builds a CompletedDirectoryUpload based on the properties supplied to this builder
build() - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedFileDownload.Builder
Builds a CompletedFileUpload based on the properties supplied to this builder
build() - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedFileUpload.Builder
Builds a CompletedFileUpload based on the properties supplied to this builder
build() - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedUpload.Builder
Builds a CompletedUpload based on the properties supplied to this builder
build() - Method in interface com.ibm.cos.v2.transfer.s3.model.CopyRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadRequest.Builder
 
build() - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager.Builder
Builds an instance of S3TransferManager based on the settings supplied to this builder
build() - Method in class com.ibm.cos.v2.utils.async.DelegatingBufferingSubscriber.Builder
 
build() - Method in class com.ibm.cos.v2.utils.AttributeMap.Builder
 
build() - Method in interface com.ibm.cos.v2.utils.builder.Buildable
 
build() - Method in interface com.ibm.cos.v2.utils.builder.SdkBuilder
An immutable object that is created from the properties that have been set on the builder.
build() - Method in class com.ibm.cos.v2.utils.cache.CachedSupplier.Builder
Create a CachedSupplier using the current configuration of this builder.
build() - Method in class com.ibm.cos.v2.utils.cache.lru.LruCache.Builder
 
build() - Method in class com.ibm.cos.v2.utils.cache.RefreshResult.Builder
Build a RefreshResult using the values currently configured in this builder.
build() - Method in class com.ibm.cos.v2.utils.ImmutableMap.Builder
Generates and returns a new ImmutableMap instance which contains all the entries added into the Builder by put() method.
build() - Method in class com.ibm.cos.v2.utils.internal.DefaultConditionalDecorator.Builder
 
build() - Method in class com.ibm.cos.v2.utils.ThreadFactoryBuilder
Create the ThreadFactory with the configuration currently applied to this builder.
build() - Method in class com.ibm.cos.v2.utils.ToString
Convert this result to a string.
Buildable - Interface in com.ibm.cos.v2.utils.builder
 
buildClient() - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
Implemented by child classes to create a client using the provided immutable configuration objects.
buildClientUserAgentString(SystemUserAgent, SdkClientUserAgentProperties) - Static method in class com.ibm.cos.v2.core.internal.useragent.SdkUserAgentBuilder
Constructs a string representation of an SDK client user agent string, based on system and client data.
buildCredentials(ExecutionAttributes) - Static method in class com.ibm.cos.v2.authcrt.signer.internal.SigningUtils
 
builder() - Static method in class com.ibm.cos.v2.arns.Arn
 
builder() - Static method in class com.ibm.cos.v2.arns.ArnResource
 
builder() - Static method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials
 
builder() - Static method in class com.ibm.cos.v2.auth.credentials.AwsCredentialsProviderChain
Get a new builder for creating a AwsCredentialsProviderChain.
builder() - Static method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials
Returns a builder for this object.
Builder() - Constructor for class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials.Builder
 
builder() - Static method in class com.ibm.cos.v2.auth.credentials.DefaultCredentialsProvider
Get a builder for defining a DefaultCredentialsProvider with custom configuration.
builder() - Static method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties
 
Builder() - Constructor for class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties.Builder
 
builder() - Static method in class com.ibm.cos.v2.auth.credentials.ProcessCredentialsProvider
Retrieve a new builder that can be used to create and configure a ProcessCredentialsProvider.
builder() - Static method in class com.ibm.cos.v2.auth.credentials.ProfileCredentialsProvider
Get a builder for creating a custom ProfileCredentialsProvider.
builder() - Static method in class com.ibm.cos.v2.auth.credentials.ProfileProviderCredentialsContext
 
builder() - Static method in class com.ibm.cos.v2.auth.credentials.WebIdentityTokenFileCredentialsProvider
 
builder() - Static method in class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsSignedChunkedEncodingInputStream
 
Builder() - Constructor for class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsSignedChunkedEncodingInputStream.Builder
 
builder() - Static method in class com.ibm.cos.v2.auth.signer.params.Aws4PresignerParams
 
builder() - Static method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams
 
builder() - Static method in class com.ibm.cos.v2.auth.signer.params.AwsS3V4SignerParams
 
builder() - Static method in class com.ibm.cos.v2.auth.signer.params.SignerChecksumParams
Deprecated.
 
builder() - Static method in class com.ibm.cos.v2.auth.signer.params.TokenSignerParams
 
builder() - Static method in class com.ibm.cos.v2.auth.token.credentials.SdkTokenProviderFactoryProperties
 
builder() - Static method in interface com.ibm.cos.v2.authcrt.signer.AwsCrtS3V4aSigner
Deprecated.
 
builder() - Static method in interface com.ibm.cos.v2.authcrt.signer.AwsCrtV4aSigner
Deprecated.
 
builder() - Static method in class com.ibm.cos.v2.authcrt.signer.internal.DefaultAwsCrtS3V4aSigner
 
builder() - Static method in class com.ibm.cos.v2.authcrt.signer.internal.DefaultAwsCrtV4aSigner
 
builder() - Static method in class com.ibm.cos.v2.awscore.AwsRequestOverrideConfiguration
 
builder() - Static method in class com.ibm.cos.v2.awscore.endpoint.AwsClientEndpointProvider
 
builder() - Static method in class com.ibm.cos.v2.awscore.endpoint.DualstackEnabledProvider
 
builder() - Static method in class com.ibm.cos.v2.awscore.endpoint.FipsEnabledProvider
 
builder() - Static method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4aAuthScheme
 
Builder() - Constructor for class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4aAuthScheme.Builder
 
builder() - Static method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4AuthScheme
 
Builder() - Constructor for class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4AuthScheme.Builder
 
builder() - Static method in class com.ibm.cos.v2.awscore.eventstream.EventStreamAsyncResponseTransformer
builder() - Static method in class com.ibm.cos.v2.awscore.eventstream.EventStreamTaggedUnionJsonMarshaller
 
builder() - Static method in class com.ibm.cos.v2.awscore.eventstream.EventStreamTaggedUnionPojoSupplier
 
builder() - Static method in class com.ibm.cos.v2.awscore.eventstream.RestEventStreamAsyncResponseTransformer
 
builder() - Static method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails
 
builder() - Static method in exception com.ibm.cos.v2.awscore.exception.AwsServiceException
 
builder() - Static method in class com.ibm.cos.v2.awscore.internal.auth.Sigv4aSigningRegionSetProvider
 
builder() - Static method in class com.ibm.cos.v2.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy
Deprecated.
 
builder() - Static method in class com.ibm.cos.v2.awscore.internal.authcontext.TokenAuthorizationStrategy
Deprecated.
 
builder() - Static method in class com.ibm.cos.v2.awscore.internal.AwsProtocolMetadata
 
builder() - Static method in class com.ibm.cos.v2.awscore.internal.token.CachedTokenRefresher
Builder method to construct instance of CachedTokenRefresher.
Builder() - Constructor for class com.ibm.cos.v2.awscore.internal.token.CachedTokenRefresher.Builder
 
builder() - Static method in class com.ibm.cos.v2.core.ApiName
 
builder() - Static method in class com.ibm.cos.v2.core.async.AsyncRequestBodyFromInputStreamConfiguration
builder() - Static method in class com.ibm.cos.v2.core.async.AsyncRequestBodySplitConfiguration
builder() - Static method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer.SplitResult
 
builder() - Static method in class com.ibm.cos.v2.core.async.BlockingInputStreamAsyncRequestBody
Creates a default builder for BlockingInputStreamAsyncRequestBody.
builder() - Static method in class com.ibm.cos.v2.core.async.BlockingOutputStreamAsyncRequestBody
Creates a default builder for BlockingOutputStreamAsyncRequestBody.
builder() - Static method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs
 
builder() - Static method in class com.ibm.cos.v2.core.client.config.ClientAsyncConfiguration
 
builder() - Static method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
builder() - Static method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration
Create a builder for a SdkClientConfiguration.
builder() - Static method in class com.ibm.cos.v2.core.CompressionConfiguration
builder() - Static method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryEndpoint
 
builder() - Static method in exception com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryFailedException
 
builder() - Static method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRequest
 
builder() - Static method in exception com.ibm.cos.v2.core.exception.AbortedException
 
builder() - Static method in exception com.ibm.cos.v2.core.exception.ApiCallAttemptTimeoutException
 
builder() - Static method in exception com.ibm.cos.v2.core.exception.ApiCallTimeoutException
 
builder() - Static method in exception com.ibm.cos.v2.core.exception.Crc32MismatchException
 
builder() - Static method in exception com.ibm.cos.v2.core.exception.NonRetryableException
 
builder() - Static method in exception com.ibm.cos.v2.core.exception.RetryableException
 
builder() - Static method in exception com.ibm.cos.v2.core.exception.SdkClientException
 
builder() - Static method in class com.ibm.cos.v2.core.exception.SdkDiagnostics
 
builder() - Static method in exception com.ibm.cos.v2.core.exception.SdkException
 
builder() - Static method in exception com.ibm.cos.v2.core.exception.SdkServiceException
 
builder() - Static method in class com.ibm.cos.v2.core.FileRequestBodyConfiguration
builder() - Static method in class com.ibm.cos.v2.core.FileTransformerConfiguration
builder() - Static method in class com.ibm.cos.v2.core.http.ExecutionContext
 
builder() - Static method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes
 
builder() - Static method in class com.ibm.cos.v2.core.interceptor.InterceptorContext
 
builder() - Static method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum
 
Builder() - Constructor for class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum.Builder
 
builder() - Static method in class com.ibm.cos.v2.core.internal.async.ChecksumCalculatingAsyncRequestBody
 
builder() - Static method in class com.ibm.cos.v2.core.internal.async.ChunkBuffer
 
builder() - Static method in class com.ibm.cos.v2.core.internal.async.CompressionAsyncRequestBody
 
builder() - Static method in class com.ibm.cos.v2.core.internal.async.DefaultAsyncResponseTransformerSplitResult
 
builder() - Static method in class com.ibm.cos.v2.core.internal.async.FileAsyncRequestBody
 
builder() - Static method in class com.ibm.cos.v2.core.internal.async.SplittingTransformer
 
builder() - Static method in class com.ibm.cos.v2.core.internal.chunked.AwsChunkedEncodingConfig
 
builder() - Static method in class com.ibm.cos.v2.core.internal.http.HttpClientDependencies
 
builder() - Static method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext
Builder() - Constructor for class com.ibm.cos.v2.core.internal.http.RequestExecutionContext.Builder
 
builder() - Static method in class com.ibm.cos.v2.core.internal.interceptor.DefaultFailedExecutionContext
 
builder() - Static method in class com.ibm.cos.v2.core.internal.interceptor.trait.RequestCompression
 
Builder() - Constructor for class com.ibm.cos.v2.core.internal.interceptor.trait.RequestCompression.Builder
 
Builder() - Constructor for class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream.Builder
 
builder() - Static method in class com.ibm.cos.v2.core.internal.io.AwsCompressionInputStream
 
Builder() - Constructor for class com.ibm.cos.v2.core.internal.io.AwsCompressionInputStream.Builder
 
builder() - Static method in class com.ibm.cos.v2.core.internal.io.AwsUnsignedChunkedEncodingInputStream
 
Builder() - Constructor for class com.ibm.cos.v2.core.internal.io.AwsUnsignedChunkedEncodingInputStream.Builder
 
builder() - Static method in class com.ibm.cos.v2.core.internal.pagination.async.ItemsSubscription
Create a builder for creating a ItemsSubscription.
Builder() - Constructor for class com.ibm.cos.v2.core.internal.retry.DefaultTokenBucketExceptionCostFunction.Builder
 
builder() - Static method in class com.ibm.cos.v2.core.internal.retry.RetryPolicyAdapter
 
Builder() - Constructor for class com.ibm.cos.v2.core.internal.transform.AbstractStreamingRequestMarshaller.Builder
 
builder() - Static method in class com.ibm.cos.v2.core.internal.waiters.DefaultAsyncWaiter
 
builder() - Static method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiter
 
builder() - Static method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiterResponse
 
builder() - Static method in class com.ibm.cos.v2.core.pagination.async.PaginatedItemsPublisher
 
builder() - Static method in class com.ibm.cos.v2.core.pagination.async.ResponsesSubscription
Create a builder for creating a ResponsesSubscription.
builder() - Static method in class com.ibm.cos.v2.core.pagination.sync.PaginatedItemsIterable
 
builder() - Static method in class com.ibm.cos.v2.core.pagination.sync.PaginatedResponsesIterator
 
builder() - Static method in class com.ibm.cos.v2.core.protocol.VoidSdkResponse
 
builder() - Static method in class com.ibm.cos.v2.core.Response
Returns a newly initialized builder object for a Response
builder() - Static method in class com.ibm.cos.v2.core.retry.backoff.EqualJitterBackoffStrategy
Deprecated.
 
builder() - Static method in class com.ibm.cos.v2.core.retry.backoff.FullJitterBackoffStrategy
Deprecated.
 
builder() - Static method in interface com.ibm.cos.v2.core.retry.conditions.TokenBucketExceptionCostFunction
Create an exception cost function using exception type matchers built into the SDK.
builder() - Static method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition
Create a builder that allows fine-grained control over the token policy of this condition.
builder() - Static method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition.Capacity
 
builder() - Static method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
Create a RetryPolicy.Builder populated with the defaults from the RetryMode.defaultRetryMode().
builder(RetryMode) - Static method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
Create a RetryPolicy.Builder populated with the defaults from the provided RetryMode.
builder() - Static method in class com.ibm.cos.v2.core.retry.RetryPolicyContext
 
builder() - Static method in class com.ibm.cos.v2.core.runtime.transform.AsyncStreamingRequestMarshaller
 
Builder() - Constructor for class com.ibm.cos.v2.core.runtime.transform.AsyncStreamingRequestMarshaller.Builder
 
builder() - Static method in class com.ibm.cos.v2.core.runtime.transform.StreamingRequestMarshaller
 
Builder() - Constructor for class com.ibm.cos.v2.core.runtime.transform.StreamingRequestMarshaller.Builder
 
builder(MarshallingType<? super TypeT>) - Static method in class com.ibm.cos.v2.core.SdkField
Creates a new instance of SdkField.Builder bound to the specified type.
builder() - Static method in class com.ibm.cos.v2.core.SdkRequestOverrideConfiguration
 
builder() - Static method in class com.ibm.cos.v2.core.SplittingTransformerConfiguration
builder() - Static method in class com.ibm.cos.v2.core.traits.ListTrait
 
builder() - Static method in class com.ibm.cos.v2.core.traits.LocationTrait
 
builder() - Static method in class com.ibm.cos.v2.core.traits.MapTrait
 
builder() - Static method in class com.ibm.cos.v2.core.traits.XmlAttributesTrait.AttributeAccessors
 
builder(Class<? extends T>) - Static method in interface com.ibm.cos.v2.core.waiters.AsyncWaiter
Creates a newly initialized builder for the waiter object.
builder(Class<? extends T>) - Static method in interface com.ibm.cos.v2.core.waiters.Waiter
Creates a newly initialized builder for the waiter object.
builder() - Static method in class com.ibm.cos.v2.core.waiters.WaiterOverrideConfiguration
 
builder() - Static method in class com.ibm.cos.v2.endpoints.Endpoint
 
builder() - Static method in class com.ibm.cos.v2.http.apache.ApacheHttpClient
 
builder() - Static method in class com.ibm.cos.v2.http.apache.internal.ApacheHttpRequestConfig
 
builder() - Static method in class com.ibm.cos.v2.http.apache.ProxyConfiguration
builder() - Static method in class com.ibm.cos.v2.http.async.AbortableInputStreamSubscriber
 
Builder() - Constructor for class com.ibm.cos.v2.http.async.AbortableInputStreamSubscriber.Builder
 
builder() - Static method in class com.ibm.cos.v2.http.async.AsyncExecuteRequest
 
builder() - Static method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.AwsChunkedV4aPayloadSigner
 
builder() - Static method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aProperties
 
Builder() - Constructor for class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aProperties.Builder
 
builder() - Static method in class com.ibm.cos.v2.http.auth.aws.eventstream.internal.io.SigV4DataFramePublisher
 
Builder() - Constructor for class com.ibm.cos.v2.http.auth.aws.eventstream.internal.io.SigV4DataFramePublisher.Builder
 
builder() - Static method in class com.ibm.cos.v2.http.auth.aws.eventstream.internal.signer.EventStreamV4PayloadSigner
 
Builder() - Constructor for class com.ibm.cos.v2.http.auth.aws.eventstream.internal.signer.EventStreamV4PayloadSigner.Builder
 
builder() - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.AwsChunkedV4PayloadSigner
 
builder() - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkedEncodedInputStream
 
Builder() - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkedEncodedInputStream.Builder
 
builder() - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.FlexibleChecksummer.Option
 
Builder() - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.FlexibleChecksummer.Option.Builder
 
builder() - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4Properties
 
Builder() - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.V4Properties.Builder
 
builder() - Static method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultAuthSchemeOption
 
builder() - Static method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultIBMIamAuthSchemeParams
 
builder() - Static method in interface com.ibm.cos.v2.http.auth.spi.internal.scheme.IBMIamAuthSchemeParams
 
builder() - Static method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultAsyncSignedRequest
 
builder() - Static method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultAsyncSignRequest
 
builder(IdentityT) - Static method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultAsyncSignRequest
 
builder() - Static method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultSignedRequest
 
builder() - Static method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultSignRequest
 
builder(IdentityT) - Static method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultSignRequest
 
builder() - Static method in interface com.ibm.cos.v2.http.auth.spi.scheme.AuthSchemeOption
Get a new builder for creating a AuthSchemeOption.
builder() - Static method in interface com.ibm.cos.v2.http.auth.spi.signer.AsyncSignedRequest
Get a new builder for creating a AsyncSignedRequest.
builder(IdentityT) - Static method in interface com.ibm.cos.v2.http.auth.spi.signer.AsyncSignRequest
Get a new builder for creating a AsyncSignRequest.
builder() - Static method in interface com.ibm.cos.v2.http.auth.spi.signer.SignedRequest
Get a new builder for creating a SignedRequest.
builder(IdentityT) - Static method in interface com.ibm.cos.v2.http.auth.spi.signer.SignRequest
Get a new builder for creating a SignRequest.
builder() - Static method in class com.ibm.cos.v2.http.crt.AwsCrtAsyncHttpClient
 
builder() - Static method in class com.ibm.cos.v2.http.crt.AwsCrtHttpClient
 
builder() - Static method in class com.ibm.cos.v2.http.crt.ConnectionHealthConfiguration
 
builder() - Static method in class com.ibm.cos.v2.http.crt.internal.CrtAsyncRequestContext
 
builder() - Static method in class com.ibm.cos.v2.http.crt.internal.CrtRequestContext
 
builder() - Static method in class com.ibm.cos.v2.http.crt.ProxyConfiguration
 
builder() - Static method in class com.ibm.cos.v2.http.crt.TcpKeepAliveConfiguration
 
builder() - Static method in class com.ibm.cos.v2.http.HttpExecuteRequest
 
builder() - Static method in class com.ibm.cos.v2.http.HttpExecuteResponse
 
builder() - Static method in class com.ibm.cos.v2.http.nio.netty.Http2Configuration
 
builder() - Static method in class com.ibm.cos.v2.http.nio.netty.internal.AwaitCloseChannelPoolMap
 
builder() - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.BetterFixedChannelPool
 
builder() - Static method in class com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient
 
builder() - Static method in class com.ibm.cos.v2.http.nio.netty.ProxyConfiguration
 
builder() - Static method in class com.ibm.cos.v2.http.nio.netty.SdkEventLoopGroup
 
builder() - Static method in class com.ibm.cos.v2.http.SdkHttpExecutionAttributes
 
builder() - Static method in interface com.ibm.cos.v2.http.SdkHttpFullRequest
 
builder() - Static method in interface com.ibm.cos.v2.http.SdkHttpFullResponse
 
builder() - Static method in interface com.ibm.cos.v2.http.SdkHttpRequest
 
builder() - Static method in interface com.ibm.cos.v2.http.SdkHttpResponse
 
builder() - Static method in class com.ibm.cos.v2.http.SdkRequestContext
 
builder() - Static method in class com.ibm.cos.v2.http.urlconnection.ProxyConfiguration
builder() - Static method in class com.ibm.cos.v2.http.urlconnection.UrlConnectionHttpClient
 
builder() - Static method in interface com.ibm.cos.v2.identity.spi.AwsCredentialsIdentity
 
builder() - Static method in interface com.ibm.cos.v2.identity.spi.AwsSessionCredentialsIdentity
 
builder() - Static method in interface com.ibm.cos.v2.identity.spi.IdentityProviders
Get a new builder for creating a IdentityProviders.
builder() - Static method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsCredentialsIdentity
 
builder() - Static method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsSessionCredentialsIdentity
 
builder() - Static method in class com.ibm.cos.v2.identity.spi.internal.DefaultIAMCredentialsIdentity
 
builder() - Static method in class com.ibm.cos.v2.identity.spi.internal.DefaultIdentityProviders
 
builder() - Static method in class com.ibm.cos.v2.identity.spi.internal.DefaultResolveIdentityRequest
 
builder() - Static method in interface com.ibm.cos.v2.identity.spi.internal.IBMOAuthIdentity
 
builder() - Static method in interface com.ibm.cos.v2.identity.spi.ResolveIdentityRequest
Get a new builder for creating a ResolveIdentityRequest.
builder() - Static method in class com.ibm.cos.v2.profiles.internal.ProfileFileRefresher
Builder method to construct instance of ProfileFileRefresher.
builder() - Static method in class com.ibm.cos.v2.profiles.Profile
Create a builder for defining a profile with specific attributes.
builder() - Static method in class com.ibm.cos.v2.profiles.ProfileFile
Create a builder for a ProfileFile.
builder() - Static method in class com.ibm.cos.v2.protocols.cbor.AwsCborProtocolFactory
 
Builder() - Constructor for class com.ibm.cos.v2.protocols.core.AbstractMarshallingRegistry.Builder
 
Builder(AbstractMarshallingRegistry) - Constructor for class com.ibm.cos.v2.protocols.core.AbstractMarshallingRegistry.Builder
 
builder() - Static method in class com.ibm.cos.v2.protocols.core.ExceptionMetadata
 
builder() - Static method in class com.ibm.cos.v2.protocols.core.OperationInfo
 
builder() - Static method in class com.ibm.cos.v2.protocols.json.AwsJsonProtocolFactory
 
builder() - Static method in class com.ibm.cos.v2.protocols.json.AwsJsonProtocolMetadata
 
Builder() - Constructor for class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory.Builder
 
builder() - Static method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerContext
 
builder() - Static method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerRegistry
 
builder() - Static method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller
 
builder() - Static method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultJsonUnmarshallerRegistry
 
builder() - Static method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies
 
Builder() - Constructor for class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies.Builder
 
builder() - Static method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller
 
builder() - Static method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonUnmarshallerContext
 
builder() - Static method in class com.ibm.cos.v2.protocols.json.JsonOperationMetadata
 
builder() - Static method in class com.ibm.cos.v2.protocols.jsoncore.JsonNodeParser
Create a parser using custom configuration.
builder() - Static method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
builder() - Static method in class com.ibm.cos.v2.protocols.query.AwsEc2ProtocolFactory
 
builder() - Static method in class com.ibm.cos.v2.protocols.query.AwsQueryProtocolFactory
 
builder() - Static method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryMarshallerContext
 
builder() - Static method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryMarshallerRegistry
 
builder() - Static method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryProtocolMarshaller
 
Builder() - Constructor for class com.ibm.cos.v2.protocols.query.internal.marshall.QueryProtocolMarshaller.Builder
 
builder() - Static method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.AwsXmlErrorUnmarshaller
 
builder() - Static method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.QueryProtocolUnmarshaller
 
builder() - Static method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.QueryUnmarshallerContext
 
builder() - Static method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.QueryUnmarshallerRegistry
 
builder() - Static method in class com.ibm.cos.v2.protocols.query.unmarshall.AwsXmlErrorProtocolUnmarshaller
 
builder() - Static method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlElement
 
builder() - Static method in class com.ibm.cos.v2.protocols.xml.AwsS3ProtocolFactory
 
builder() - Static method in class com.ibm.cos.v2.protocols.xml.AwsXmlProtocolFactory
 
builder() - Static method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerContext
 
builder() - Static method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerRegistry
 
builder() - Static method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlProtocolMarshaller
 
builder() - Static method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlErrorTransformer
 
builder() - Static method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext
 
builder() - Static method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlUnmarshallerContext
 
builder() - Static method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlUnmarshallerRegistry
 
builder() - Static method in class com.ibm.cos.v2.protocols.xml.XmlOperationMetadata
 
Builder() - Constructor for class com.ibm.cos.v2.protocols.xml.XmlOperationMetadata.Builder
 
builder() - Static method in class com.ibm.cos.v2.regions.PartitionEndpointKey
Create a builder for a PartitionEndpointKey.
builder() - Static method in class com.ibm.cos.v2.regions.providers.DefaultAwsRegionProviderChain
 
builder() - Static method in class com.ibm.cos.v2.regions.ServiceEndpointKey
Create a builder for ServiceEndpointKeys.
builder() - Static method in class com.ibm.cos.v2.regions.ServiceMetadataConfiguration
Create a ServiceMetadataConfiguration.Builder that can be used to create ServiceMetadataConfiguration instances.
builder() - Static method in class com.ibm.cos.v2.regions.util.ResourcesEndpointRetryParameters
 
builder() - Static method in interface com.ibm.cos.v2.retries.AdaptiveRetryStrategy
builder() - Static method in class com.ibm.cos.v2.retries.api.internal.RefreshRetryTokenRequestImpl
Returns a new builder to create a new instance of RefreshRetryTokenRequest
builder() - Static method in interface com.ibm.cos.v2.retries.api.RefreshRetryTokenRequest
Returns a new builder to configure the RefreshRetryTokenRequest instance.
builder() - Static method in class com.ibm.cos.v2.retries.internal.circuitbreaker.AcquireResponse
 
builder() - Static method in class com.ibm.cos.v2.retries.internal.circuitbreaker.ReleaseResponse
Creates a new builder to build a ReleaseResponse instance.
builder() - Static method in class com.ibm.cos.v2.retries.internal.circuitbreaker.TokenBucketStore
Returns a new builder to create a new store.
builder() - Static method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy
 
builder() - Static method in class com.ibm.cos.v2.retries.internal.DefaultLegacyRetryStrategy
 
builder() - Static method in class com.ibm.cos.v2.retries.internal.DefaultRetryToken
Returns a new builder to create new instances of the DefaultRetryToken class.
builder() - Static method in class com.ibm.cos.v2.retries.internal.DefaultStandardRetryStrategy
 
builder() - Static method in class com.ibm.cos.v2.retries.internal.ratelimiter.RateLimiterTokenBucketStore
 
builder() - Static method in class com.ibm.cos.v2.retries.internal.ratelimiter.RateLimiterUpdateResponse
 
builder() - Static method in interface com.ibm.cos.v2.retries.LegacyRetryStrategy
builder() - Static method in interface com.ibm.cos.v2.retries.StandardRetryStrategy
builder() - Static method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
builder() - Static method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
Get a new builder for creating a S3AuthSchemeParams.
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.authscheme.S3ExpressEndpointAuthScheme
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.authscheme.S3ExpressEndpointAuthScheme.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Condition
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Condition.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointResult
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointResult.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRuleset
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRuleset.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.FnNode
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.FnNode.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParameterReference
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.ParameterReference.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameters
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Parameters.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partition
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Partition.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partitions
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Partitions.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RegionOverride
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.RegionOverride.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Rule.Builder
 
builder() - Static method in exception com.ibm.cos.v2.services.s3.endpoints.internal.RuleError
 
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition.Builder
 
builder() - Static method in exception com.ibm.cos.v2.services.s3.endpoints.internal.SourceException
 
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Endpoint
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Endpoint.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
builder() - Static method in class com.ibm.cos.v2.services.s3.internal.ConfiguredS3SdkHttpRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext
 
builder() - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverFactoryContext
 
builder() - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext
 
builder() - Static method in class com.ibm.cos.v2.services.s3.internal.plugins.S3OverrideAuthSchemePropertiesPlugin
Creates a new builder to configure the plugin.
Builder() - Constructor for class com.ibm.cos.v2.services.s3.internal.plugins.S3OverrideAuthSchemePropertiesPlugin.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.internal.resource.IntermediateOutpostResource
 
builder() - Static method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource
Get a new builder for this class.
builder() - Static method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource
Get a new builder for this class.
builder() - Static method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource
Get a new builder for this class.
builder() - Static method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectResource
Get a new builder for this class.
builder() - Static method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostResource
Get a new builder for this class.
builder(Function<S3ExpressIdentityKey, SessionCredentials>) - Static method in class com.ibm.cos.v2.services.s3.internal.s3express.CachedS3ExpressCredentials
 
builder() - Static method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressIdentityKey
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressIdentityKey.Builder
 
Builder(S3ExpressIdentityKey) - Constructor for class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressIdentityKey.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultS3Presigner
 
Builder() - Constructor for class com.ibm.cos.v2.services.s3.internal.signing.DefaultSdkPresigner.Builder
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.AbortIncompleteMultipartUpload
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.AccelerateConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.AccessControlPolicy
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.AccessControlTranslation
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.AddLegalHoldRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.AnalyticsExportDestination
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Bucket
 
builder() - Static method in exception com.ibm.cos.v2.services.s3.model.BucketAlreadyExistsException
 
builder() - Static method in exception com.ibm.cos.v2.services.s3.model.BucketAlreadyOwnedByYouException
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.BucketInfo
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.BucketLifecycleConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.BucketLoggingStatus
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.BucketProtectionResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Checksum
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CommonPrefix
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CompletedMultipartUpload
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CompletedPart
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Condition
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ContentList
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ContinuationEvent
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CORSConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CORSRule
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CreateBucketResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CreateSessionResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CSVInput
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.CSVOutput
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DefaultRetention
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Delete
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeletedObject
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteLegalHoldRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerReplication
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteObjectResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Destination
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Encryption
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.EncryptionConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.EncryptionType
 
builder() - Static method in exception com.ibm.cos.v2.services.s3.model.EncryptionTypeMismatchException
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.EndEvent
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ErrorDetails
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ErrorDocument
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.EventBridgeConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ExistingObjectReplication
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.FilterRule
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketAclRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketAclResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectAclRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectAclResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GetUrlRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.GlacierJobParameters
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Grant
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Grantee
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.HeadBucketRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.IndexDocument
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Initiator
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.InputSerialization
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter
 
builder() - Static method in exception com.ibm.cos.v2.services.s3.model.InvalidObjectStateException
 
builder() - Static method in exception com.ibm.cos.v2.services.s3.model.InvalidRequestException
 
builder() - Static method in exception com.ibm.cos.v2.services.s3.model.InvalidWriteOffsetException
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.InventoryDestination
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.InventoryEncryption
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.InventoryFilter
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.InventorySchedule
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.JSONInput
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.JSONOutput
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.LegalHold
 
Builder() - Static method in class com.ibm.cos.v2.services.s3.model.LegalHold
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.LifecycleExpiration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.LocationInfo
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.LoggingEnabled
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.MetadataEntry
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfigurationResult
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Metrics
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.MetricsAndOperator
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.MetricsConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionExpiration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition
 
builder() - Static method in exception com.ibm.cos.v2.services.s3.model.NoSuchBucketException
 
builder() - Static method in exception com.ibm.cos.v2.services.s3.model.NoSuchKeyException
 
builder() - Static method in exception com.ibm.cos.v2.services.s3.model.NoSuchUploadException
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.NotificationConfigurationFilter
 
builder() - Static method in exception com.ibm.cos.v2.services.s3.model.ObjectAlreadyInActiveTierErrorException
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ObjectIdentifier
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ObjectLockLegalHold
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ObjectLockRetention
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ObjectLockRule
 
builder() - Static method in exception com.ibm.cos.v2.services.s3.model.ObjectNotInActiveTierErrorException
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ObjectPart
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.OutputLocation
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.OutputSerialization
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Owner
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.OwnershipControls
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.OwnershipControlsRule
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ParquetInput
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Part
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PartitionedPrefix
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PolicyStatus
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Progress
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ProgressEvent
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketAclResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketProtectionConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationReattemptRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectAclResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.QueueConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.RecordsEvent
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Redirect
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.RedirectAllRequestsTo
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ReplicaModifications
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationTime
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationTimeValue
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.RequestPaymentConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.RequestProgress
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.RestoreObjectResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.RestoreStatus
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Retention
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.RoutingRule
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.S3Error
 
builder() - Static method in exception com.ibm.cos.v2.services.s3.model.S3Exception
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.S3KeyFilter
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.S3Location
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.S3Object
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.S3TablesDestination
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ScanRange
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultCont
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultEnd
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultProgress
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultRecords
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultStats
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentResponse
 
builder() - Static method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler
builder() - Static method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler.Visitor
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.SelectParameters
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionByDefault
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionRule
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.SessionCredentials
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.SimplePrefix
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.SourceSelectionCriteria
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.SSEKMS
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjects
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.SSES3
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Stats
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.StatsEvent
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysis
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Tag
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Tagging
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.TargetGrant
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.TargetObjectKeyFormat
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Tiering
 
builder() - Static method in exception com.ibm.cos.v2.services.s3.model.TooManyPartsException
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.TopicConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.Transition
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.VersioningConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.VoidHttpResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.WebsiteConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
 
builder() - Static method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseResponse
 
builder() - Static method in class com.ibm.cos.v2.services.s3.multipart.MultipartConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.multipart.S3ResumeToken
 
builder() - Static method in class com.ibm.cos.v2.services.s3.presigner.model.AbortMultipartUploadPresignRequest
Create a builder that can be used to create a AbortMultipartUploadPresignRequest.
builder() - Static method in class com.ibm.cos.v2.services.s3.presigner.model.CompleteMultipartUploadPresignRequest
Create a builder that can be used to create a CompleteMultipartUploadPresignRequest.
builder() - Static method in class com.ibm.cos.v2.services.s3.presigner.model.CreateMultipartUploadPresignRequest
Create a builder that can be used to create a CreateMultipartUploadPresignRequest.
builder() - Static method in class com.ibm.cos.v2.services.s3.presigner.model.DeleteObjectPresignRequest
Create a builder that can be used to create a DeleteObjectPresignRequest.
builder() - Static method in class com.ibm.cos.v2.services.s3.presigner.model.GetObjectPresignRequest
Create a builder that can be used to create a GetObjectPresignRequest.
builder() - Static method in class com.ibm.cos.v2.services.s3.presigner.model.PresignedAbortMultipartUploadRequest
Create a builder that can be used to create a PresignedAbortMultipartUploadRequest.
builder() - Static method in class com.ibm.cos.v2.services.s3.presigner.model.PresignedCompleteMultipartUploadRequest
Create a builder that can be used to create a PresignedCompleteMultipartUploadRequest.
builder() - Static method in class com.ibm.cos.v2.services.s3.presigner.model.PresignedCreateMultipartUploadRequest
Create a builder that can be used to create a PresignedCreateMultipartUploadRequest.
builder() - Static method in class com.ibm.cos.v2.services.s3.presigner.model.PresignedDeleteObjectRequest
Create a builder that can be used to create a PresignedDeleteObjectRequest.
builder() - Static method in class com.ibm.cos.v2.services.s3.presigner.model.PresignedGetObjectRequest
Create a builder that can be used to create a PresignedGetObjectRequest.
builder() - Static method in class com.ibm.cos.v2.services.s3.presigner.model.PresignedPutObjectRequest
Create a builder that can be used to create a PresignedPutObjectRequest.
builder() - Static method in class com.ibm.cos.v2.services.s3.presigner.model.PresignedUploadPartRequest
Create a builder that can be used to create a PresignedUploadPartRequest.
builder() - Static method in class com.ibm.cos.v2.services.s3.presigner.model.PutObjectPresignRequest
Create a builder that can be used to create a PutObjectPresignRequest.
builder() - Static method in class com.ibm.cos.v2.services.s3.presigner.model.UploadPartPresignRequest
Create a builder that can be used to create a UploadPartPresignRequest.
builder() - Static method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner
Create an S3Presigner.Builder that can be used to configure and create a S3Presigner.
builder() - Static method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Create a builder that can be used to configure and create a S3AsyncClient.
builder() - Static method in interface com.ibm.cos.v2.services.s3.S3Client
Create a builder that can be used to configure and create a S3Client.
builder() - Static method in class com.ibm.cos.v2.services.s3.S3Configuration
Create a S3Configuration.Builder, used to create a S3Configuration.
builder() - Static method in class com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration
 
builder() - Static method in class com.ibm.cos.v2.services.s3.S3Uri
 
builder() - Static method in class com.ibm.cos.v2.services.s3.S3Utilities
Creates a builder for S3Utilities.
builder() - Static method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Create a builder that can be used to configure and create a S3AsyncWaiter.
builder() - Static method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Create a builder that can be used to configure and create a S3Waiter.
builder() - Static method in class com.ibm.cos.v2.transfer.s3.config.TransferRequestOverrideConfiguration
 
builder() - Static method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgressSnapshot
 
builder() - Static method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerContext
 
builder() - Static method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerFailedContext
 
builder() - Static method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerConfiguration
 
Builder() - Constructor for class com.ibm.cos.v2.transfer.s3.internal.TransferManagerConfiguration.Builder
 
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.CompletedCopy
Creates a default builder for CompletedCopy.
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryDownload
Creates a default builder for CompletedDirectoryDownload.
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryUpload
Creates a default builder for CompletedDirectoryUpload.
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.CompletedDownload
Creates a builder that can be used to create a CompletedDownload.
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.CompletedFileDownload
 
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.CompletedFileUpload
Creates a default builder for CompletedFileUpload.
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.CompletedUpload
Creates a default builder for CompletedUpload.
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.CopyRequest
Creates a builder that can be used to create a CopyRequest.
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest
 
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.DownloadFileRequest
Creates a builder that can be used to create a DownloadFileRequest.
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.DownloadRequest
Creates a builder that can be used to create a DownloadRequest.
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.FailedFileDownload
 
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.FailedFileUpload
 
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
 
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
 
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest
 
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.UploadFileRequest
Creates a builder that can be used to create a UploadFileRequest.
builder() - Static method in class com.ibm.cos.v2.transfer.s3.model.UploadRequest
Creates a builder that can be used to create a UploadRequest.
builder() - Static method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
Creates a default builder for S3TransferManager.
builder() - Static method in class com.ibm.cos.v2.utils.async.DelegatingBufferingSubscriber
 
Builder() - Constructor for class com.ibm.cos.v2.utils.async.DelegatingBufferingSubscriber.Builder
 
builder() - Static method in class com.ibm.cos.v2.utils.AttributeMap
 
builder(Supplier<RefreshResult<T>>) - Static method in class com.ibm.cos.v2.utils.cache.CachedSupplier
Retrieve a builder that can be used for creating a CachedSupplier.
builder(Function<K, V>) - Static method in class com.ibm.cos.v2.utils.cache.lru.LruCache
 
builder() - Static method in class com.ibm.cos.v2.utils.cache.lru.LruCache
 
builder(T) - Static method in class com.ibm.cos.v2.utils.cache.RefreshResult
Get a builder for creating a RefreshResult.
builder() - Static method in class com.ibm.cos.v2.utils.ImmutableMap
Returns a new MapParameterBuilder instance.
Builder() - Constructor for class com.ibm.cos.v2.utils.ImmutableMap.Builder
 
builder() - Static method in class com.ibm.cos.v2.utils.internal.DefaultConditionalDecorator
 
Builder() - Constructor for class com.ibm.cos.v2.utils.internal.DefaultConditionalDecorator.Builder
 
builder(String) - Static method in class com.ibm.cos.v2.utils.ToString
Create a to-string result builder for the given class name.
BuilderImpl() - Constructor for class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
BuilderImpl(Aws4SignerParams) - Constructor for class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.auth.signer.params.TokenSignerParams.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.awscore.AwsRequest.BuilderImpl
 
BuilderImpl(AwsRequest) - Constructor for class com.ibm.cos.v2.awscore.AwsRequest.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.awscore.AwsResponse.BuilderImpl
 
BuilderImpl(AwsResponse) - Constructor for class com.ibm.cos.v2.awscore.AwsResponse.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.BuilderImpl
 
BuilderImpl(AwsServiceClientConfiguration) - Constructor for class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
BuilderImpl(AwsServiceException) - Constructor for class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryFailedException.BuilderImpl
 
BuilderImpl(EndpointDiscoveryFailedException) - Constructor for class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryFailedException.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.core.exception.AbortedException.BuilderImpl
 
BuilderImpl(AbortedException) - Constructor for class com.ibm.cos.v2.core.exception.AbortedException.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.core.exception.ApiCallAttemptTimeoutException.BuilderImpl
 
BuilderImpl(ApiCallAttemptTimeoutException) - Constructor for class com.ibm.cos.v2.core.exception.ApiCallAttemptTimeoutException.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.core.exception.ApiCallTimeoutException.BuilderImpl
 
BuilderImpl(ApiCallTimeoutException) - Constructor for class com.ibm.cos.v2.core.exception.ApiCallTimeoutException.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.core.exception.Crc32MismatchException.BuilderImpl
 
BuilderImpl(Crc32MismatchException) - Constructor for class com.ibm.cos.v2.core.exception.Crc32MismatchException.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.core.exception.NonRetryableException.BuilderImpl
 
BuilderImpl(NonRetryableException) - Constructor for class com.ibm.cos.v2.core.exception.NonRetryableException.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.core.exception.RetryableException.BuilderImpl
 
BuilderImpl(RetryableException) - Constructor for class com.ibm.cos.v2.core.exception.RetryableException.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.core.exception.SdkClientException.BuilderImpl
 
BuilderImpl(SdkClientException) - Constructor for class com.ibm.cos.v2.core.exception.SdkClientException.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
BuilderImpl(SdkException) - Constructor for class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
BuilderImpl(SdkServiceException) - Constructor for class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.core.pagination.async.PaginationSubscription.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
BuilderImpl(RequestOverrideConfiguration) - Constructor for class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.core.SdkResponse.BuilderImpl
 
BuilderImpl(SdkResponse) - Constructor for class com.ibm.cos.v2.core.SdkResponse.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.SourceException.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.services.s3.model.ContinuationEvent.BuilderImpl
 
BuilderImpl(ContinuationEvent) - Constructor for class com.ibm.cos.v2.services.s3.model.ContinuationEvent.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.services.s3.model.EndEvent.BuilderImpl
 
BuilderImpl(EndEvent) - Constructor for class com.ibm.cos.v2.services.s3.model.EndEvent.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.services.s3.model.ProgressEvent.BuilderImpl
 
BuilderImpl(ProgressEvent) - Constructor for class com.ibm.cos.v2.services.s3.model.ProgressEvent.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.services.s3.model.RecordsEvent.BuilderImpl
 
BuilderImpl(RecordsEvent) - Constructor for class com.ibm.cos.v2.services.s3.model.RecordsEvent.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.services.s3.model.S3Exception.BuilderImpl
 
BuilderImpl(S3Exception) - Constructor for class com.ibm.cos.v2.services.s3.model.S3Exception.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.services.s3.model.S3Request.BuilderImpl
 
BuilderImpl(S3Request) - Constructor for class com.ibm.cos.v2.services.s3.model.S3Request.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.services.s3.model.S3Response.BuilderImpl
 
BuilderImpl(S3Response) - Constructor for class com.ibm.cos.v2.services.s3.model.S3Response.BuilderImpl
 
BuilderImpl() - Constructor for class com.ibm.cos.v2.services.s3.model.StatsEvent.BuilderImpl
 
BuilderImpl(StatsEvent) - Constructor for class com.ibm.cos.v2.services.s3.model.StatsEvent.BuilderImpl
 
buildSocketOptions(TcpKeepAliveConfiguration, Duration) - Static method in class com.ibm.cos.v2.http.crt.internal.AwsCrtConfigurationUtils
 
buildSystemUserAgentString(SystemUserAgent) - Static method in class com.ibm.cos.v2.core.internal.useragent.SdkUserAgentBuilder
Constructs a string representation of system user agent values only, that can be used for any backend calls.
buildWithDefaults(AttributeMap) - Method in class com.ibm.cos.v2.core.internal.http.loader.DefaultSdkAsyncHttpClientBuilder
 
buildWithDefaults(AttributeMap) - Method in class com.ibm.cos.v2.core.internal.http.loader.DefaultSdkHttpClientBuilder
 
buildWithDefaults(AttributeMap) - Method in interface com.ibm.cos.v2.http.async.SdkAsyncHttpClient.Builder
Create an SdkAsyncHttpClient with service specific defaults applied.
buildWithDefaults(AttributeMap) - Method in interface com.ibm.cos.v2.http.SdkHttpClient.Builder
Create an SdkHttpClient with service specific defaults and defaults from DefaultsMode applied.
builtIn(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Builder
 
BUSINESS_METADATA - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
BUSINESS_METRICS - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
A user agent prefix that is specific to the client (agnostic of the request).
BUSINESS_METRICS - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
A collection of business metrics feature ids.
BusinessMetricCollection - Class in com.ibm.cos.v2.core.useragent
 
BusinessMetricCollection() - Constructor for class com.ibm.cos.v2.core.useragent.BusinessMetricCollection
 
BusinessMetricCollection(int) - Constructor for class com.ibm.cos.v2.core.useragent.BusinessMetricCollection
 
BusinessMetricFeatureId - Enum in com.ibm.cos.v2.core.useragent
An enum class representing a short form of identity providers to record in the UA string.
BusinessMetricsUtils - Class in com.ibm.cos.v2.awscore.internal.useragent
Implementation notes: this class should've been outside internal package, but we can't fix it due to backwards compatibility reasons.
BusinessMetricsUtils - Class in com.ibm.cos.v2.core.internal.useragent
 
bypassGovernanceRetention(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectRequest.Builder
Indicates whether S3 Object Lock should bypass Governance-mode restrictions to process this operation.
bypassGovernanceRetention() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
Indicates whether S3 Object Lock should bypass Governance-mode restrictions to process this operation.
bypassGovernanceRetention(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest.Builder
Specifies whether you want to delete this object even if it has a Governance-type Object Lock in place.
bypassGovernanceRetention() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
Specifies whether you want to delete this object even if it has a Governance-type Object Lock in place.
bypassGovernanceRetention(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest.Builder
Indicates whether this action should bypass Governance-mode restrictions.
bypassGovernanceRetention() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
Indicates whether this action should bypass Governance-mode restrictions.
BYTE - Static variable in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
BYTE - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.HeaderMarshaller
 
BYTE - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.QueryParamMarshaller
 
BYTE - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
 
BYTE - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypePathMarshaller
 
ByteArrayAsyncResponseTransformer<ResponseT> - Class in com.ibm.cos.v2.core.internal.async
Implementation of AsyncResponseTransformer that dumps content into a byte array and supports further conversions into types, like strings.
ByteArrayAsyncResponseTransformer() - Constructor for class com.ibm.cos.v2.core.internal.async.ByteArrayAsyncResponseTransformer
 
ByteBuffersAsyncRequestBody - Class in com.ibm.cos.v2.core.internal.async
An implementation of AsyncRequestBody for providing data from the supplied ByteBuffer array.
ByteBufferStoringSubscriber - Class in com.ibm.cos.v2.utils.async
An implementation of Subscriber that stores ByteBuffer events it receives for retrieval.
ByteBufferStoringSubscriber(long) - Constructor for class com.ibm.cos.v2.utils.async.ByteBufferStoringSubscriber
Create a subscriber that stores at least minimumBytesBuffered in memory for retrieval.
ByteBufferStoringSubscriber.TransferResult - Enum in com.ibm.cos.v2.utils.async
bytesPerSec(long, long, long) - Static method in class com.ibm.cos.v2.core.internal.util.MetricUtils
 
bytesProcessed(Long) - Method in interface com.ibm.cos.v2.services.s3.model.Progress.Builder
The current number of uncompressed object bytes processed.
bytesProcessed() - Method in class com.ibm.cos.v2.services.s3.model.Progress
The current number of uncompressed object bytes processed.
bytesProcessed(Long) - Method in interface com.ibm.cos.v2.services.s3.model.Stats.Builder
The total number of uncompressed object bytes processed.
bytesProcessed() - Method in class com.ibm.cos.v2.services.s3.model.Stats
The total number of uncompressed object bytes processed.
bytesRead() - Method in class com.ibm.cos.v2.core.internal.metrics.BytesReadTrackingInputStream
 
bytesRead() - Method in class com.ibm.cos.v2.core.internal.metrics.BytesReadTrackingPublisher
 
BytesReadTrackingInputStream - Class in com.ibm.cos.v2.core.internal.metrics
 
BytesReadTrackingInputStream(AbortableInputStream, AtomicLong) - Constructor for class com.ibm.cos.v2.core.internal.metrics.BytesReadTrackingInputStream
 
BytesReadTrackingPublisher - Class in com.ibm.cos.v2.core.internal.metrics
Publisher that tracks how many bytes are published from the wrapped publisher to the downstream subscriber.
BytesReadTrackingPublisher(Publisher<ByteBuffer>, AtomicLong) - Constructor for class com.ibm.cos.v2.core.internal.metrics.BytesReadTrackingPublisher
 
bytesReturned(Long) - Method in interface com.ibm.cos.v2.services.s3.model.Progress.Builder
The current number of bytes of records payload data returned.
bytesReturned() - Method in class com.ibm.cos.v2.services.s3.model.Progress
The current number of bytes of records payload data returned.
bytesReturned(Long) - Method in interface com.ibm.cos.v2.services.s3.model.Stats.Builder
The total number of bytes of records payload data returned.
bytesReturned() - Method in class com.ibm.cos.v2.services.s3.model.Stats
The total number of bytes of records payload data returned.
bytesScanned(Long) - Method in interface com.ibm.cos.v2.services.s3.model.Progress.Builder
The current number of object bytes scanned.
bytesScanned() - Method in class com.ibm.cos.v2.services.s3.model.Progress
The current number of object bytes scanned.
bytesScanned(Long) - Method in interface com.ibm.cos.v2.services.s3.model.Stats.Builder
The total number of object bytes scanned.
bytesScanned() - Method in class com.ibm.cos.v2.services.s3.model.Stats
The total number of object bytes scanned.
bytesToLastCompletedParts() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloadResumeContext
 
bytesTransferred(TransferListener.Context.BytesTransferred) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerInvoker
 
bytesTransferred(Long) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload.Builder
Sets the number of bytes transferred
bytesTransferred() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
Retrieve the number of bytes that have been transferred.
bytesTransferred(TransferListener.Context.BytesTransferred) - Method in class com.ibm.cos.v2.transfer.s3.progress.LoggingTransferListener
 
bytesTransferred(TransferListener.Context.BytesTransferred) - Method in interface com.ibm.cos.v2.transfer.s3.progress.TransferListener
Additional bytes have been submitted or received.
BytesWrapper - Class in com.ibm.cos.v2.core
A base class for SdkBytes and ResponseBytes that enables retrieving an underlying byte array as multiple different types, like a byte buffer (via BytesWrapper.asByteBuffer(), or a string (via BytesWrapper.asUtf8String().

C

CA_CENTRAL_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
CA_WEST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
cacheControl(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies the caching behavior along the request/reply chain.
cacheControl() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies the caching behavior along the request/reply chain.
cacheControl(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specifies caching behavior along the request/reply chain.
cacheControl() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specifies caching behavior along the request/reply chain.
cacheControl(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Specifies caching behavior along the request/reply chain.
cacheControl() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Specifies caching behavior along the request/reply chain.
cacheControl(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Specifies caching behavior along the request/reply chain.
cacheControl() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Specifies caching behavior along the request/reply chain.
cacheControl(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Can be used to specify caching behavior along the request/reply chain.
cacheControl() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Can be used to specify caching behavior along the request/reply chain.
cacheControl(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Specifies caching behavior along the request/reply chain.
cacheControl() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Specifies caching behavior along the request/reply chain.
cachedGetHandle(AtomicReference<MethodHandle>, Supplier<MethodHandle>) - Static method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.InvocationHelper
 
CachedS3ExpressCredentials - Class in com.ibm.cos.v2.services.s3.internal.s3express
This class represents a single cached S3Express credential.
CachedS3ExpressCredentials.Builder - Class in com.ibm.cos.v2.services.s3.internal.s3express
 
CachedSupplier<T> - Class in com.ibm.cos.v2.utils.cache
A wrapper for a Supplier that applies certain caching rules to the retrieval of its value, including customizable pre-fetching behaviors for updating values as they get close to expiring so that not all threads have to block to update the value.
CachedSupplier.Builder<T> - Class in com.ibm.cos.v2.utils.cache
CachedSupplier.PrefetchStrategy - Interface in com.ibm.cos.v2.utils.cache
The way in which the cache should be pre-fetched when the data's RefreshResult.prefetchTime() arrives.
CachedSupplier.StaleValueBehavior - Enum in com.ibm.cos.v2.utils.cache
How the cached supplier should behave when a stale value is retrieved from the underlying supplier or the underlying supplier fails while the cached value is stale.
CachedTokenRefresher<TokenT extends SdkToken> - Class in com.ibm.cos.v2.awscore.internal.token
Class to cache Tokens which are supplied by the Suppliers while constructing this class.
CachedTokenRefresher.Builder<TokenT extends SdkToken> - Class in com.ibm.cos.v2.awscore.internal.token
 
cachedValueName(String) - Method in class com.ibm.cos.v2.utils.cache.CachedSupplier.Builder
Configures a name for the cached value.
cacheKey(String) - Method in interface com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRequest.Builder
The cache key to use for a given cache entry.
cacheKey() - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRequest
 
calculateChecksumContentLength(Algorithm, String, int) - Static method in class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsSignedChunkedEncodingInputStream
 
calculateChecksumTrailerLength(Algorithm, String) - Static method in class com.ibm.cos.v2.core.internal.util.ChunkContentUtils
Calculates the content length for a given algorithm and header name.
calculateChunkLength(long) - Static method in class com.ibm.cos.v2.core.internal.util.ChunkContentUtils
The chunk format is: chunk-size CRLF chunk-data CRLF.
calculateContentHash(SdkHttpFullRequest.Builder, Aws4SignerParams, SdkChecksum) - Method in class com.ibm.cos.v2.auth.signer.Aws4UnsignedPayloadSigner
 
calculateContentHash(SdkHttpFullRequest.Builder, T) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAws4Signer
Calculate the hash of the request's payload.
calculateContentHash(SdkHttpFullRequest.Builder, T, SdkChecksum) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAws4Signer
This method overloads calculateContentHash with contentFlexibleChecksum.
calculateContentHash(SdkHttpFullRequest.Builder, AwsS3V4SignerParams) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsS3V4Signer
Returns the pre-defined header value and set other necessary headers if the request needs to be chunk-encoded.
calculateContentHash(SdkHttpFullRequest.Builder, AwsS3V4SignerParams, SdkChecksum) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsS3V4Signer
This method overloads calculateContentHash with contentFlexibleChecksum.
calculateContentHashPresign(SdkHttpFullRequest.Builder, U) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAws4Signer
 
calculateContentHashPresign(SdkHttpFullRequest.Builder, Aws4PresignerParams) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsS3V4Signer
 
calculateContentHashPresign(SdkHttpFullRequest.Builder, Aws4PresignerParams) - Method in class com.ibm.cos.v2.auth.signer.internal.BaseAws4Signer
Deprecated.
Calculate the hash of the request's payload.
calculatedChecksum - Variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream
 
calculateExponentialDelay(int, Duration, Duration) - Method in interface com.ibm.cos.v2.core.retry.backoff.BackoffStrategy
Deprecated.
 
calculateMD5Digest(InputStream) - Static method in class com.ibm.cos.v2.testutils.InputStreamUtils
Calculates the MD5 digest for the given input stream and returns it.
calculateOptimalPartSizeFor(long, long) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.GenericMultipartHelper
 
calculateRequestContentLength(SdkHttpFullRequest.Builder) - Static method in class com.ibm.cos.v2.auth.signer.internal.Aws4SignerUtils
Calculates the content length of a request.
calculateStreamContentLength(long, int, AwsChunkedEncodingConfig) - Static method in class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsSignedChunkedEncodingInputStream
 
calculateStreamContentLength(long, int, AwsChunkedEncodingConfig, boolean) - Static method in class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsSignedChunkedEncodingInputStream
Calculates the expected total length of signed payload chunked stream.
calculateStreamContentLength(long, long) - Static method in class com.ibm.cos.v2.core.internal.util.ChunkContentUtils
Calculates the content length for data that is divided into chunks.
call() - Method in interface com.ibm.cos.v2.http.ExecutableHttpRequest
 
call() - Method in class com.ibm.cos.v2.testutils.retry.AssertCallable
 
cancel() - Method in class com.ibm.cos.v2.core.async.BlockingInputStreamAsyncRequestBody
Cancel any running write (and mark the stream as failed).
cancel() - Method in class com.ibm.cos.v2.core.internal.http.timers.ApiCallTimeoutTracker
 
cancel() - Method in class com.ibm.cos.v2.core.internal.http.timers.NoOpTimeoutTracker
 
cancel() - Method in class com.ibm.cos.v2.core.internal.http.timers.SyncTimeoutTask
Cancels this task.
cancel() - Method in interface com.ibm.cos.v2.core.internal.http.timers.TimeoutTask
 
cancel() - Method in interface com.ibm.cos.v2.core.internal.http.timers.TimeoutTracker
cancel the ScheduledFuture
cancel() - Method in class com.ibm.cos.v2.core.internal.util.NoopSubscription
 
cancel() - Method in class com.ibm.cos.v2.core.pagination.async.EmptySubscription
 
cancel() - Method in class com.ibm.cos.v2.core.pagination.async.PaginationSubscription
 
cancel() - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2ResetSendingSubscription
 
cancel() - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.PingTracker
 
cancel() - Method in class com.ibm.cos.v2.utils.async.DelegatingSubscription
 
cancel() - Method in class com.ibm.cos.v2.utils.async.DemandIgnoringSubscription
 
cancel() - Method in class com.ibm.cos.v2.utils.async.InputStreamConsumingPublisher
cancel() - Method in class com.ibm.cos.v2.utils.async.OutputStreamPublisher
 
cancel() - Method in class com.ibm.cos.v2.utils.CancellableOutputStream
Cancel writing to the stream.
cancel() - Method in class com.ibm.cos.v2.utils.internal.async.EmptySubscription
 
CancellableAcquireChannelPool - Class in com.ibm.cos.v2.http.nio.netty.internal
Simple decorator ChannelPool that attempts to complete the promise given to CancellableAcquireChannelPool.acquire(Promise) with the channel acquired from the underlying pool.
CancellableAcquireChannelPool(EventExecutor, SdkChannelPool) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.CancellableAcquireChannelPool
 
CancellableOutputStream - Class in com.ibm.cos.v2.utils
An implementation of OutputStream to which writing can be CancellableOutputStream.cancel()ed.
CancellableOutputStream() - Constructor for class com.ibm.cos.v2.utils.CancellableOutputStream
 
cancelled() - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerPublisher
Override to handle when a subscriber cancels the subscription.
CancelledSubscriber<T> - Class in com.ibm.cos.v2.http.nio.netty.internal.nrs
A cancelled subscriber.
CancelledSubscriber() - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.nrs.CancelledSubscriber
 
CancelledSubscriber<T> - Class in com.ibm.cos.v2.services.s3.internal.multipart
 
CancelledSubscriber() - Constructor for class com.ibm.cos.v2.services.s3.internal.multipart.CancelledSubscriber
 
canContinue() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleResult
 
cannedACL(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3Location.Builder
The canned ACL to apply to the restore results.
cannedACL(ObjectCannedACL) - Method in interface com.ibm.cos.v2.services.s3.model.S3Location.Builder
The canned ACL to apply to the restore results.
cannedACL() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
The canned ACL to apply to the restore results.
cannedACLAsString() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
The canned ACL to apply to the restore results.
canonicalizeSigningHeaders(Map<String, List<String>>) - Static method in class com.ibm.cos.v2.auth.signer.internal.util.HeaderTransformsHelper
 
capacityAcquired(Integer) - Method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition.Capacity.Builder
 
capacityAcquired() - Method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition.Capacity
The number of tokens acquired by the last token acquisition.
capacityAcquired(Integer) - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.AcquireResponse.Builder
 
capacityAcquired() - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.AcquireResponse
The number of tokens acquired by the last token acquisition.
capacityAcquired(int) - Method in class com.ibm.cos.v2.retries.internal.DefaultRetryToken.Builder
Sets the capacity acquired from the token bucket.
capacityAcquired() - Method in class com.ibm.cos.v2.retries.internal.DefaultRetryToken
Returns the latest capacity acquired from the token bucket.
CapacityManager - Class in com.ibm.cos.v2.core.internal.util
Manages capacity of a finite resource.
CapacityManager(int) - Constructor for class com.ibm.cos.v2.core.internal.util.CapacityManager
Creates a CapacityManager.
capacityReleased(Integer) - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.ReleaseResponse.Builder
 
capacityReleased() - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.ReleaseResponse
Returns the capacity released from the request.
capacityRemaining(Integer) - Method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition.Capacity.Builder
 
capacityRemaining() - Method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition.Capacity
The number of tokens in the token bucket.
capacityRemaining(Integer) - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.AcquireResponse.Builder
 
capacityRemaining() - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.AcquireResponse
The number of tokens in the token bucket.
capacityRemaining(int) - Method in class com.ibm.cos.v2.retries.internal.DefaultRetryToken.Builder
Sets the capacity remaining in the token bucket after the last acquire.
capacityRemaining() - Method in class com.ibm.cos.v2.retries.internal.DefaultRetryToken
Returns the capacity remaining in the token bucket when the last acquire request was done.
capacityRequested(Integer) - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.AcquireResponse.Builder
 
capacityRequested() - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.AcquireResponse
The numbers of token requested by the last token acquisition.
capitalize(String) - Static method in class com.ibm.cos.v2.utils.StringUtils
Capitalizes a String changing the first character to title case as per Character.toTitleCase(int).
carryOn() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleResult
 
categories() - Method in class com.ibm.cos.v2.metrics.internal.DefaultSdkMetric
 
categories() - Method in interface com.ibm.cos.v2.metrics.SdkMetric
 
cause(Throwable) - Method in interface com.ibm.cos.v2.awscore.exception.AwsServiceException.Builder
 
cause(Throwable) - Method in class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
cause(Throwable) - Method in interface com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryFailedException.Builder
 
cause(Throwable) - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryFailedException.BuilderImpl
 
cause(Throwable) - Method in interface com.ibm.cos.v2.core.exception.AbortedException.Builder
 
cause(Throwable) - Method in class com.ibm.cos.v2.core.exception.AbortedException.BuilderImpl
 
cause(Throwable) - Method in interface com.ibm.cos.v2.core.exception.ApiCallAttemptTimeoutException.Builder
 
cause(Throwable) - Method in class com.ibm.cos.v2.core.exception.ApiCallAttemptTimeoutException.BuilderImpl
 
cause(Throwable) - Method in interface com.ibm.cos.v2.core.exception.ApiCallTimeoutException.Builder
 
cause(Throwable) - Method in class com.ibm.cos.v2.core.exception.ApiCallTimeoutException.BuilderImpl
 
cause(Throwable) - Method in interface com.ibm.cos.v2.core.exception.Crc32MismatchException.Builder
 
cause(Throwable) - Method in class com.ibm.cos.v2.core.exception.Crc32MismatchException.BuilderImpl
 
cause(Throwable) - Method in interface com.ibm.cos.v2.core.exception.NonRetryableException.Builder
 
cause() - Method in class com.ibm.cos.v2.core.exception.NonRetryableException.BuilderImpl
 
cause(Throwable) - Method in class com.ibm.cos.v2.core.exception.NonRetryableException.BuilderImpl
 
cause(Throwable) - Method in interface com.ibm.cos.v2.core.exception.RetryableException.Builder
 
cause(Throwable) - Method in class com.ibm.cos.v2.core.exception.RetryableException.BuilderImpl
 
cause(Throwable) - Method in interface com.ibm.cos.v2.core.exception.SdkClientException.Builder
 
cause(Throwable) - Method in class com.ibm.cos.v2.core.exception.SdkClientException.BuilderImpl
 
cause(Throwable) - Method in interface com.ibm.cos.v2.core.exception.SdkException.Builder
Specifies the exception that caused this exception to occur.
cause() - Method in interface com.ibm.cos.v2.core.exception.SdkException.Builder
The exception that caused this exception to occur.
cause - Variable in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
cause(Throwable) - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
cause() - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
cause(Throwable) - Method in interface com.ibm.cos.v2.core.exception.SdkServiceException.Builder
 
cause(Throwable) - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
cause(Throwable) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.SourceException.BuilderImpl
 
cause(Throwable) - Method in interface com.ibm.cos.v2.services.s3.model.BucketAlreadyExistsException.Builder
 
cause(Throwable) - Method in interface com.ibm.cos.v2.services.s3.model.BucketAlreadyOwnedByYouException.Builder
 
cause(Throwable) - Method in interface com.ibm.cos.v2.services.s3.model.EncryptionTypeMismatchException.Builder
 
cause(Throwable) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidObjectStateException.Builder
 
cause(Throwable) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidRequestException.Builder
 
cause(Throwable) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidWriteOffsetException.Builder
 
cause(Throwable) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchBucketException.Builder
 
cause(Throwable) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchKeyException.Builder
 
cause(Throwable) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchUploadException.Builder
 
cause(Throwable) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectAlreadyInActiveTierErrorException.Builder
 
cause(Throwable) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectNotInActiveTierErrorException.Builder
 
cause(Throwable) - Method in interface com.ibm.cos.v2.services.s3.model.S3Exception.Builder
 
cause(Throwable) - Method in class com.ibm.cos.v2.services.s3.model.S3Exception.BuilderImpl
 
cause(Throwable) - Method in interface com.ibm.cos.v2.services.s3.model.TooManyPartsException.Builder
 
CBOR_FACTORY - Static variable in class com.ibm.cos.v2.protocols.cbor.internal.SdkStructuredCborFactory
 
CBOR_GENERATOR_SUPPLIER - Static variable in class com.ibm.cos.v2.protocols.cbor.internal.SdkStructuredCborFactory
 
changeToDnsEndpoint(SdkHttpRequest.Builder, String) - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointUtils
Changes from path style addressing (which the marshallers produce by default, to DNS style or virtual style addressing where the bucket name is prepended to the host.
channel() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
CHANNEL_DIAGNOSTICS - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.ChannelAttributeKey
 
CHANNEL_POOL_CLOSE_TIMEOUT_SECONDS - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
channelAcquired(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.AutoReadDisableChannelPoolListener
 
channelAcquired(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.InUseTrackingChannelPoolListener
 
channelAcquired(Channel) - Method in interface com.ibm.cos.v2.http.nio.netty.internal.ListenerInvokingChannelPool.ChannelPoolListener
Called after a Channel was acquired by calling ChannelPool.acquire() or ChannelPool.acquire(Promise).
channelActive(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerPublisher
 
channelActive(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerSubscriber
 
channelActive(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.OldConnectionReaperHandler
 
ChannelAttributeKey - Class in com.ibm.cos.v2.http.nio.netty.internal
Keys for attributes attached via AttributeMap.attr(AttributeKey).
channelCreated(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ChannelPipelineInitializer
 
ChannelDiagnostics - Class in com.ibm.cos.v2.http.nio.netty.internal
Diagnostic information that may be useful to help with debugging during error scenarios.
ChannelDiagnostics(Channel) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.ChannelDiagnostics
 
channelFactory(ChannelFactory<? extends Channel>) - Method in interface com.ibm.cos.v2.http.nio.netty.SdkEventLoopGroup.Builder
ChannelFactory to create socket channels used by the EventLoopGroup.
channelFactory() - Method in class com.ibm.cos.v2.http.nio.netty.SdkEventLoopGroup
 
channelIdle(ChannelHandlerContext, IdleStateEvent) - Method in class com.ibm.cos.v2.http.nio.netty.internal.IdleConnectionReaperHandler
 
channelInactive(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2PingHandler
 
channelInactive(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerPublisher
 
channelInactive(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerSubscriber
 
channelInactive(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ProxyTunnelInitHandler
 
channelInactive(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ResponseHandler
 
channelOptions() - Method in class com.ibm.cos.v2.http.nio.netty.internal.SdkChannelOptions
 
ChannelPipelineInitializer - Class in com.ibm.cos.v2.http.nio.netty.internal
ChannelPoolHandler to configure the client pipeline.
ChannelPipelineInitializer(Protocol, ProtocolNegotiation, SslContext, SslProvider, long, int, Duration, AtomicReference<ChannelPool>, NettyConfiguration, URI) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.ChannelPipelineInitializer
 
channelPool() - Method in class com.ibm.cos.v2.http.nio.netty.internal.RequestContext
 
channelPool(SdkChannelPool) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.BetterFixedChannelPool.Builder
 
channelRead(ChannelHandlerContext, Object) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerPublisher
 
channelRead(ChannelHandlerContext, Object) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HttpStreamsClientHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class com.ibm.cos.v2.http.nio.netty.internal.OneTimeReadTimeoutHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ProxyTunnelInitHandler
 
channelRead0(ChannelHandlerContext, Http2PingFrame) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2PingHandler
 
channelRead0(ChannelHandlerContext, Http2SettingsFrame) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2SettingsFrameHandler
 
channelRead0(ChannelHandlerContext, Http2Frame) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2ToHttpInboundAdapter
 
channelRead0(ChannelHandlerContext, HttpObject) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ResponseHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerPublisher
 
channelRegistered(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerPublisher
 
channelRegistered(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerSubscriber
 
channelRegistered(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.OldConnectionReaperHandler
 
channelReleased(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.AutoReadEnableChannelPoolListener
 
channelReleased(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.HandlerRemovingChannelPoolListener
 
channelReleased(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.InUseTrackingChannelPoolListener
 
channelReleased(Channel) - Method in interface com.ibm.cos.v2.http.nio.netty.internal.ListenerInvokingChannelPool.ChannelPoolListener
Called before a Channel is released by calling ChannelPool.release(Channel) or ChannelPool.release(Channel, Promise).
ChannelResolver - Class in com.ibm.cos.v2.http.nio.netty.internal.utils
 
channelUnregistered(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2SettingsFrameHandler
 
ChannelUtils - Class in com.ibm.cos.v2.http.nio.netty.internal.utils
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerSubscriber
 
checkInterrupted() - Static method in class com.ibm.cos.v2.core.internal.http.InterruptMonitor
Check if the thread has been interrupted.
checkInterrupted(SdkHttpFullResponse) - Static method in class com.ibm.cos.v2.core.internal.http.InterruptMonitor
Check if the thread has been interrupted.
checksum(ContentStreamProvider, SdkHttpRequest.Builder) - Method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.Checksummer
Given a payload, calculate a checksum and add it to the request.
checksum(Publisher<ByteBuffer>, SdkHttpRequest.Builder) - Method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.Checksummer
Given a payload, asynchronously calculate a checksum and promise to add it to the request.
checksum(ContentStreamProvider, SdkHttpRequest.Builder) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.FlexibleChecksummer
 
checksum(Publisher<ByteBuffer>, SdkHttpRequest.Builder) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.FlexibleChecksummer
 
checksum(ContentStreamProvider, SdkHttpRequest.Builder) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.PrecomputedSha256Checksummer
 
checksum(Publisher<ByteBuffer>, SdkHttpRequest.Builder) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.PrecomputedSha256Checksummer
 
CHECKSUM - Static variable in class com.ibm.cos.v2.services.s3.internal.checksums.ChecksumsEnabledValidator
 
Checksum - Class in com.ibm.cos.v2.services.s3.model
Contains all the possible checksum or digest values for an object.
checksum(Checksum) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse.Builder
The checksum or digest of the object.
checksum(Consumer<Checksum.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse.Builder
The checksum or digest of the object.
checksum() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
The checksum or digest of the object.
Checksum.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
CHECKSUM_ALGORITHM - Static variable in interface com.ibm.cos.v2.http.auth.aws.signer.AwsV4FamilyHttpSigner
The algorithm to use for calculating a "flexible" checksum.
CHECKSUM_ENABLED_RESPONSE_HEADER - Static variable in class com.ibm.cos.v2.services.s3.internal.checksums.ChecksumConstant
Header name for specifying if trailing checksums were sent on an object.
ChecksumAlgorithm - Interface in com.ibm.cos.v2.checksums.spi
An interface for declaring the implementation of a checksum.
ChecksumAlgorithm - Enum in com.ibm.cos.v2.services.s3.model
 
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Indicates the algorithm that you want Amazon S3 to use to create the checksum for the object.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Indicates the algorithm that you want Amazon S3 to use to create the checksum for the object.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Indicates the algorithm that you want Amazon S3 to use to create the checksum for the object.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest.Builder
The checksum algorithm to use with your metadata table configuration.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest.Builder
The checksum algorithm to use with your metadata table configuration.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest
The checksum algorithm to use with your metadata table configuration.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Indicates the algorithm that you want Amazon S3 to use to create the checksum for the object.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Indicates the algorithm that you want Amazon S3 to use to create the checksum for the object.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Indicates the algorithm that you want Amazon S3 to use to create the checksum for the object.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
The algorithm that was used to create a checksum of the object.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
The algorithm that was used to create a checksum of the object.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
The algorithm that was used to create a checksum of the object.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
The algorithm that was used to create a checksum of the object.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
The algorithm that was used to create a checksum of the object.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
The algorithm that was used to create a checksum of the object.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.MultipartUpload.Builder
The algorithm that was used to create a checksum of the object.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.MultipartUpload.Builder
The algorithm that was used to create a checksum of the object.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
The algorithm that was used to create a checksum of the object.
checksumAlgorithm(Collection<ChecksumAlgorithm>) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
The algorithm that was used to create a checksum of the object.
checksumAlgorithm(ChecksumAlgorithm...) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
The algorithm that was used to create a checksum of the object.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
The algorithm that was used to create a checksum of the object.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAclRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAclRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest.Builder
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreObjectRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreObjectRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(Collection<ChecksumAlgorithm>) - Method in interface com.ibm.cos.v2.services.s3.model.S3Object.Builder
The algorithm that was used to create a checksum of the object.
checksumAlgorithm(ChecksumAlgorithm...) - Method in interface com.ibm.cos.v2.services.s3.model.S3Object.Builder
The algorithm that was used to create a checksum of the object.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
The algorithm that was used to create a checksum of the object.
checksumAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm(ChecksumAlgorithm) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Indicates the algorithm that you want Amazon S3 to use to create the checksum for the object.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest
The checksum algorithm to use with your metadata table configuration.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Indicates the algorithm that you want Amazon S3 to use to create the checksum for the object.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
The algorithm that was used to create a checksum of the object.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
The algorithm that was used to create a checksum of the object.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
The algorithm that was used to create a checksum of the object.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest
Indicates the algorithm used to create the checksum for the request when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
Indicates the algorithm used to create the checksum for the object when you use the SDK.
checksumAlgorithmAsStrings() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
The algorithm that was used to create a checksum of the object.
checksumAlgorithmAsStrings() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
The algorithm that was used to create a checksum of the object.
checksumAlgorithmFromPutObjectRequest(PutObjectRequest) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.S3ChecksumUtils
 
checksumAlgorithmWithStrings(Collection<String>) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
The algorithm that was used to create a checksum of the object.
checksumAlgorithmWithStrings(String...) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
The algorithm that was used to create a checksum of the object.
checksumAlgorithmWithStrings(Collection<String>) - Method in interface com.ibm.cos.v2.services.s3.model.S3Object.Builder
The algorithm that was used to create a checksum of the object.
checksumAlgorithmWithStrings(String...) - Method in interface com.ibm.cos.v2.services.s3.model.S3Object.Builder
The algorithm that was used to create a checksum of the object.
ChecksumCalculatingAsyncRequestBody - Class in com.ibm.cos.v2.core.internal.async
Wrapper class to wrap an AsyncRequestBody.
ChecksumCalculatingAsyncRequestBody.Builder - Interface in com.ibm.cos.v2.core.internal.async
 
ChecksumCalculatingAsyncRequestBody.OnNextGuaranteedSubscriber - Class in com.ibm.cos.v2.core.internal.async
 
ChecksumConstant - Class in com.ibm.cos.v2.services.s3.internal.checksums
 
checksumCRC32(String) - Method in interface com.ibm.cos.v2.services.s3.model.Checksum.Builder
The Base64 encoded, 32-bit CRC32 checksum of the object.
checksumCRC32() - Method in class com.ibm.cos.v2.services.s3.model.Checksum
The Base64 encoded, 32-bit CRC32 checksum of the object.
checksumCRC32(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompletedPart.Builder
The Base64 encoded, 32-bit CRC32 checksum of the part.
checksumCRC32() - Method in class com.ibm.cos.v2.services.s3.model.CompletedPart
The Base64 encoded, 32-bit CRC32 checksum of the part.
checksumCRC32(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
The Base64 encoded, 32-bit CRC32 checksum of the object.
checksumCRC32() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
The Base64 encoded, 32-bit CRC32 checksum of the object.
checksumCRC32(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResult.Builder
The Base64 encoded, 32-bit CRC32 checksum of the object.
checksumCRC32() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
The Base64 encoded, 32-bit CRC32 checksum of the object.
checksumCRC32(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyPartResult.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32() - Method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The Base64 encoded, 32-bit CRC32 checksum of the object.
checksumCRC32() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The Base64 encoded, 32-bit CRC32 checksum of the object.
checksumCRC32(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The Base64 encoded, 32-bit CRC32 checksum of the object.
checksumCRC32() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The Base64 encoded, 32-bit CRC32 checksum of the object.
checksumCRC32(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectPart.Builder
The Base64 encoded, 32-bit CRC32 checksum of the part.
checksumCRC32() - Method in class com.ibm.cos.v2.services.s3.model.ObjectPart
The Base64 encoded, 32-bit CRC32 checksum of the part.
checksumCRC32(String) - Method in interface com.ibm.cos.v2.services.s3.model.Part.Builder
The Base64 encoded, 32-bit CRC32 checksum of the part.
checksumCRC32() - Method in class com.ibm.cos.v2.services.s3.model.Part
The Base64 encoded, 32-bit CRC32 checksum of the part.
checksumCRC32(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
The Base64 encoded, 32-bit CRC32 checksum of the object.
checksumCRC32() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
The Base64 encoded, 32-bit CRC32 checksum of the object.
checksumCRC32(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartResponse.Builder
The Base64 encoded, 32-bit CRC32 checksum of the object.
checksumCRC32() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
The Base64 encoded, 32-bit CRC32 checksum of the object.
checksumCRC32(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32C(String) - Method in interface com.ibm.cos.v2.services.s3.model.Checksum.Builder
The Base64 encoded, 32-bit CRC32C checksum of the object.
checksumCRC32C() - Method in class com.ibm.cos.v2.services.s3.model.Checksum
The Base64 encoded, 32-bit CRC32C checksum of the object.
checksumCRC32C(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompletedPart.Builder
The Base64 encoded, 32-bit CRC32C checksum of the part.
checksumCRC32C() - Method in class com.ibm.cos.v2.services.s3.model.CompletedPart
The Base64 encoded, 32-bit CRC32C checksum of the part.
checksumCRC32C(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32C() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32C(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
The Base64 encoded, 32-bit CRC32C checksum of the object.
checksumCRC32C() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
The Base64 encoded, 32-bit CRC32C checksum of the object.
checksumCRC32C(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResult.Builder
The Base64 encoded, 32-bit CRC32C checksum of the object.
checksumCRC32C() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
The Base64 encoded, 32-bit CRC32C checksum of the object.
checksumCRC32C(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyPartResult.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32C() - Method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32C(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The Base64 encoded, 32-bit CRC32C checksum of the object.
checksumCRC32C() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The Base64 encoded, 32-bit CRC32C checksum of the object.
checksumCRC32C(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The Base64 encoded, 32-bit CRC32C checksum of the object.
checksumCRC32C() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The Base64 encoded, 32-bit CRC32C checksum of the object.
checksumCRC32C(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectPart.Builder
The Base64 encoded, 32-bit CRC32C checksum of the part.
checksumCRC32C() - Method in class com.ibm.cos.v2.services.s3.model.ObjectPart
The Base64 encoded, 32-bit CRC32C checksum of the part.
checksumCRC32C(String) - Method in interface com.ibm.cos.v2.services.s3.model.Part.Builder
The Base64 encoded, 32-bit CRC32C checksum of the part.
checksumCRC32C() - Method in class com.ibm.cos.v2.services.s3.model.Part
The Base64 encoded, 32-bit CRC32C checksum of the part.
checksumCRC32C(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32C() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32C(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
The Base64 encoded, 32-bit CRC32C checksum of the object.
checksumCRC32C() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
The Base64 encoded, 32-bit CRC32C checksum of the object.
checksumCRC32C(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32C() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32C(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartResponse.Builder
The Base64 encoded, 32-bit CRC32C checksum of the object.
checksumCRC32C() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
The Base64 encoded, 32-bit CRC32C checksum of the object.
checksumCRC32C(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC32C() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC64NVME(String) - Method in interface com.ibm.cos.v2.services.s3.model.Checksum.Builder
The Base64 encoded, 64-bit CRC64NVME checksum of the object.
checksumCRC64NVME() - Method in class com.ibm.cos.v2.services.s3.model.Checksum
The Base64 encoded, 64-bit CRC64NVME checksum of the object.
checksumCRC64NVME(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompletedPart.Builder
The Base64 encoded, 64-bit CRC64NVME checksum of the part.
checksumCRC64NVME() - Method in class com.ibm.cos.v2.services.s3.model.CompletedPart
The Base64 encoded, 64-bit CRC64NVME checksum of the part.
checksumCRC64NVME(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC64NVME() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC64NVME(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC64NVME() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC64NVME(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResult.Builder
The Base64 encoded, 64-bit CRC64NVME checksum of the object.
checksumCRC64NVME() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
The Base64 encoded, 64-bit CRC64NVME checksum of the object.
checksumCRC64NVME(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyPartResult.Builder
The Base64 encoded, 64-bit CRC64NVME checksum of the part.
checksumCRC64NVME() - Method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
The Base64 encoded, 64-bit CRC64NVME checksum of the part.
checksumCRC64NVME(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The Base64 encoded, 64-bit CRC64NVME checksum of the object.
checksumCRC64NVME() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The Base64 encoded, 64-bit CRC64NVME checksum of the object.
checksumCRC64NVME(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The Base64 encoded, 64-bit CRC64NVME checksum of the object.
checksumCRC64NVME() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The Base64 encoded, 64-bit CRC64NVME checksum of the object.
checksumCRC64NVME(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectPart.Builder
The Base64 encoded, 64-bit CRC64NVME checksum of the part.
checksumCRC64NVME() - Method in class com.ibm.cos.v2.services.s3.model.ObjectPart
The Base64 encoded, 64-bit CRC64NVME checksum of the part.
checksumCRC64NVME(String) - Method in interface com.ibm.cos.v2.services.s3.model.Part.Builder
The Base64 encoded, 64-bit CRC64NVME checksum of the part.
checksumCRC64NVME() - Method in class com.ibm.cos.v2.services.s3.model.Part
The Base64 encoded, 64-bit CRC64NVME checksum of the part.
checksumCRC64NVME(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC64NVME() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC64NVME(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
The Base64 encoded, 64-bit CRC64NVME checksum of the object.
checksumCRC64NVME() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
The Base64 encoded, 64-bit CRC64NVME checksum of the object.
checksumCRC64NVME(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC64NVME() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC64NVME(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartResponse.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC64NVME() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC64NVME(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumCRC64NVME() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumHeaderForTrailer - Variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream.Builder
 
checksumHeaderForTrailer(String) - Method in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream.Builder
 
checksumHeaderForTrailer - Variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream
 
checksumHeaderName(String) - Method in class com.ibm.cos.v2.auth.signer.params.SignerChecksumParams.Builder
Deprecated.
 
checksumHeaderName() - Method in class com.ibm.cos.v2.auth.signer.params.SignerChecksumParams
Deprecated.
 
checksumHeaderName(ChecksumAlgorithm) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.ChecksumUtil
Get the correct checksum header name based on the checksum-algorithm.
ChecksumInputStream - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.io
An input-stream that takes a collection of checksums, and updates each checksum when it reads data.
ChecksumInputStream(InputStream, Collection<? extends Checksum>) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.io.ChecksumInputStream
 
Checksummer - Interface in com.ibm.cos.v2.http.auth.aws.internal.signer
An interface for defining how a checksum is formed from a payload synchronously and asynchronously.
checksummer(BaseSignRequest<?, ? extends Identity>, Boolean) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.ChecksumUtil
 
ChecksumMode - Enum in com.ibm.cos.v2.services.s3.model
 
checksumMode(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
To retrieve the checksum, this mode must be enabled.
checksumMode(ChecksumMode) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
To retrieve the checksum, this mode must be enabled.
checksumMode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
To retrieve the checksum, this mode must be enabled.
checksumMode(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
To retrieve the checksum, this parameter must be enabled.
checksumMode(ChecksumMode) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
To retrieve the checksum, this parameter must be enabled.
checksumMode() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
To retrieve the checksum, this parameter must be enabled.
checksumModeAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
To retrieve the checksum, this mode must be enabled.
checksumModeAsString() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
To retrieve the checksum, this parameter must be enabled.
checksumParams(SignerChecksumParams) - Method in interface com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.Builder
Checksum params required to compute the Checksum while data is read for signing the Checksum.
checksumParams(SignerChecksumParams) - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
checksumParams() - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams
 
ChecksumsEnabledValidator - Class in com.ibm.cos.v2.services.s3.internal.checksums
Class used by SyncChecksumValidationInterceptor and AsyncChecksumValidationInterceptor to determine if trailing checksums should be enabled for a given request.
checksumSHA1(String) - Method in interface com.ibm.cos.v2.services.s3.model.Checksum.Builder
The Base64 encoded, 160-bit SHA1 digest of the object.
checksumSHA1() - Method in class com.ibm.cos.v2.services.s3.model.Checksum
The Base64 encoded, 160-bit SHA1 digest of the object.
checksumSHA1(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompletedPart.Builder
The Base64 encoded, 160-bit SHA1 checksum of the part.
checksumSHA1() - Method in class com.ibm.cos.v2.services.s3.model.CompletedPart
The Base64 encoded, 160-bit SHA1 checksum of the part.
checksumSHA1(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA1() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA1(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
The Base64 encoded, 160-bit SHA1 digest of the object.
checksumSHA1() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
The Base64 encoded, 160-bit SHA1 digest of the object.
checksumSHA1(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResult.Builder
The Base64 encoded, 160-bit SHA1 digest of the object.
checksumSHA1() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
The Base64 encoded, 160-bit SHA1 digest of the object.
checksumSHA1(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyPartResult.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA1() - Method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA1(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The Base64 encoded, 160-bit SHA1 digest of the object.
checksumSHA1() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The Base64 encoded, 160-bit SHA1 digest of the object.
checksumSHA1(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The Base64 encoded, 160-bit SHA1 digest of the object.
checksumSHA1() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The Base64 encoded, 160-bit SHA1 digest of the object.
checksumSHA1(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectPart.Builder
The Base64 encoded, 160-bit SHA1 checksum of the part.
checksumSHA1() - Method in class com.ibm.cos.v2.services.s3.model.ObjectPart
The Base64 encoded, 160-bit SHA1 checksum of the part.
checksumSHA1(String) - Method in interface com.ibm.cos.v2.services.s3.model.Part.Builder
The Base64 encoded, 160-bit SHA1 checksum of the part.
checksumSHA1() - Method in class com.ibm.cos.v2.services.s3.model.Part
The Base64 encoded, 160-bit SHA1 checksum of the part.
checksumSHA1(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA1() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA1(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
The Base64 encoded, 160-bit SHA1 digest of the object.
checksumSHA1() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
The Base64 encoded, 160-bit SHA1 digest of the object.
checksumSHA1(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA1() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA1(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartResponse.Builder
The Base64 encoded, 160-bit SHA1 digest of the object.
checksumSHA1() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
The Base64 encoded, 160-bit SHA1 digest of the object.
checksumSHA1(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA1() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA256(String) - Method in interface com.ibm.cos.v2.services.s3.model.Checksum.Builder
The Base64 encoded, 256-bit SHA256 digest of the object.
checksumSHA256() - Method in class com.ibm.cos.v2.services.s3.model.Checksum
The Base64 encoded, 256-bit SHA256 digest of the object.
checksumSHA256(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompletedPart.Builder
The Base64 encoded, 256-bit SHA256 checksum of the part.
checksumSHA256() - Method in class com.ibm.cos.v2.services.s3.model.CompletedPart
The Base64 encoded, 256-bit SHA256 checksum of the part.
checksumSHA256(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA256() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA256(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
The Base64 encoded, 256-bit SHA256 digest of the object.
checksumSHA256() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
The Base64 encoded, 256-bit SHA256 digest of the object.
checksumSHA256(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResult.Builder
The Base64 encoded, 256-bit SHA256 digest of the object.
checksumSHA256() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
The Base64 encoded, 256-bit SHA256 digest of the object.
checksumSHA256(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyPartResult.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA256() - Method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA256(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The Base64 encoded, 256-bit SHA256 digest of the object.
checksumSHA256() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The Base64 encoded, 256-bit SHA256 digest of the object.
checksumSHA256(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The Base64 encoded, 256-bit SHA256 digest of the object.
checksumSHA256() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The Base64 encoded, 256-bit SHA256 digest of the object.
checksumSHA256(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectPart.Builder
The Base64 encoded, 256-bit SHA256 checksum of the part.
checksumSHA256() - Method in class com.ibm.cos.v2.services.s3.model.ObjectPart
The Base64 encoded, 256-bit SHA256 checksum of the part.
checksumSHA256(String) - Method in interface com.ibm.cos.v2.services.s3.model.Part.Builder
The Base64 encoded, 256-bit SHA256 checksum of the part.
checksumSHA256() - Method in class com.ibm.cos.v2.services.s3.model.Part
The Base64 encoded, 256-bit SHA256 checksum of the part.
checksumSHA256(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA256() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA256(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
The Base64 encoded, 256-bit SHA256 digest of the object.
checksumSHA256() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
The Base64 encoded, 256-bit SHA256 digest of the object.
checksumSHA256(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA256() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA256(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartResponse.Builder
The Base64 encoded, 256-bit SHA256 digest of the object.
checksumSHA256() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
The Base64 encoded, 256-bit SHA256 digest of the object.
checksumSHA256(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
checksumSHA256() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
ChecksumSpecs - Class in com.ibm.cos.v2.core.checksums
Defines all the Specifications that are required while adding HttpChecksum to a request and validating HttpChecksum of a response.
ChecksumSpecs.Builder - Class in com.ibm.cos.v2.core.checksums
 
checksumSpecWithRequestAlgorithm(ExecutionAttributes) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
 
ChecksumSubscriber - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.io
A subscriber that takes a collection of checksums, and updates each checksum when it receives data.
ChecksumSubscriber(Collection<? extends Checksum>) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.io.ChecksumSubscriber
 
ChecksumTrailerProvider - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding
 
ChecksumTrailerProvider(SdkChecksum, String) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChecksumTrailerProvider
 
checksumType(String) - Method in interface com.ibm.cos.v2.services.s3.model.Checksum.Builder
The checksum type that is used to calculate the object’s checksum value.
checksumType(ChecksumType) - Method in interface com.ibm.cos.v2.services.s3.model.Checksum.Builder
The checksum type that is used to calculate the object’s checksum value.
checksumType() - Method in class com.ibm.cos.v2.services.s3.model.Checksum
The checksum type that is used to calculate the object’s checksum value.
ChecksumType - Enum in com.ibm.cos.v2.services.s3.model
 
checksumType(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
This header specifies the checksum type of the object, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType(ChecksumType) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
This header specifies the checksum type of the object, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
This header specifies the checksum type of the object, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType(ChecksumType) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResult.Builder
The checksum type that is used to calculate the object’s checksum value.
checksumType(ChecksumType) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResult.Builder
The checksum type that is used to calculate the object’s checksum value.
checksumType() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
The checksum type that is used to calculate the object’s checksum value.
checksumType(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value.
checksumType(ChecksumType) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value.
checksumType() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value.
checksumType(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value.
checksumType(ChecksumType) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value.
checksumType() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value.
checksumType(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType(ChecksumType) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType(ChecksumType) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType(ChecksumType) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType(String) - Method in interface com.ibm.cos.v2.services.s3.model.MultipartUpload.Builder
The checksum type that is used to calculate the object’s checksum value.
checksumType(ChecksumType) - Method in interface com.ibm.cos.v2.services.s3.model.MultipartUpload.Builder
The checksum type that is used to calculate the object’s checksum value.
checksumType() - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
The checksum type that is used to calculate the object’s checksum value.
checksumType(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
The checksum type that is used to calculate the object’s checksum value.
checksumType(ChecksumType) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
The checksum type that is used to calculate the object’s checksum value.
checksumType() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
The checksum type that is used to calculate the object’s checksum value.
checksumType(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
This header specifies the checksum type of the object, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType(ChecksumType) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
This header specifies the checksum type of the object, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
This header specifies the checksum type of the object, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumType(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3Object.Builder
The checksum type that is used to calculate the object’s checksum value.
checksumType(ChecksumType) - Method in interface com.ibm.cos.v2.services.s3.model.S3Object.Builder
The checksum type that is used to calculate the object’s checksum value.
checksumType() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
The checksum type that is used to calculate the object’s checksum value.
checksumTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.Checksum
The checksum type that is used to calculate the object’s checksum value.
checksumTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
This header specifies the checksum type of the object, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
The checksum type that is used to calculate the object’s checksum value.
checksumTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value.
checksumTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value.
checksumTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
The checksum type that is used to calculate the object’s checksum value.
checksumTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
The checksum type that is used to calculate the object’s checksum value.
checksumTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
This header specifies the checksum type of the object, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
checksumTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
The checksum type that is used to calculate the object’s checksum value.
ChecksumUtil - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.util
 
ChecksumUtil.ConstantChecksumAlgorithm - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.util
An implementation of a ChecksumAlgorithm that will map to ConstantChecksum, which provides a constant checksum.
ChecksumValidatingInputStream - Class in com.ibm.cos.v2.core.internal.io
Stream that will update the Checksum as the data is read.
ChecksumValidatingInputStream(InputStream, SdkChecksum, String) - Constructor for class com.ibm.cos.v2.core.internal.io.ChecksumValidatingInputStream
Creates an input stream using the specified Checksum, input stream, and length.
ChecksumValidatingPublisher - Class in com.ibm.cos.v2.core.internal.async
Publisher to update the checksum as it reads the data and finally compares the computed checksum with expected Checksum.
ChecksumValidatingPublisher(Publisher<ByteBuffer>, SdkChecksum, String) - Constructor for class com.ibm.cos.v2.core.internal.async.ChecksumValidatingPublisher
 
ChecksumValidation - Enum in com.ibm.cos.v2.core.checksums
Enum to indicate the checksum validation is performed on a Response that supports Http Checksum Validation.
checksumValidationEnabled() - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
Deprecated.
This option has been replaced with S3BaseClientBuilder.requestChecksumCalculation(RequestChecksumCalculation) and S3BaseClientBuilder.responseChecksumValidation(ResponseChecksumValidation). If both this and one of those options are set, an exception will be thrown.
checksumValidationEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
Deprecated.
This option has been replaced with S3BaseClientBuilder.requestChecksumCalculation(RequestChecksumCalculation) and S3BaseClientBuilder.responseChecksumValidation(ResponseChecksumValidation). If both this and one of those options are set, an exception will be thrown.
checksumValidationEnabled() - Method in class com.ibm.cos.v2.services.s3.S3Configuration
Returns whether MD5 trailing checksum validation is enabled.
checksumValueSpecified(SdkRequest) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.S3ChecksumUtils
 
checkVersionAvailability(String, String...) - Static method in class com.ibm.cos.v2.testutils.SdkVersionUtils
Check if the provided v2 artifacts are available on Maven
childHttpConfig(SdkClientConfiguration) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
childHttpConfig() - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
ChildProfileCredentialsProviderFactory - Interface in com.ibm.cos.v2.auth.credentials
A factory for AwsCredentialsProviders that are derived from another set of credentials in a profile file.
ChildProfileTokenProviderFactory - Interface in com.ibm.cos.v2.auth.token.credentials
A factory for SdkTokenProvider that are derived from properties as defined in he given profile.
children() - Method in class com.ibm.cos.v2.metrics.internal.DefaultMetricCollection
 
children() - Method in class com.ibm.cos.v2.metrics.internal.EmptyMetricCollection
 
children() - Method in interface com.ibm.cos.v2.metrics.MetricCollection
 
children() - Method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlElement
 
childrenWithName(String) - Method in interface com.ibm.cos.v2.metrics.MetricCollection
Return all of the MetricCollection.children() with a specific name.
chooseAuthScheme(List<EndpointAuthScheme>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.DefaultEndpointAuthSchemeStrategy
 
chooseAuthScheme(List<EndpointAuthScheme>) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.EndpointAuthSchemeStrategy
 
Chunk - Interface in com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding
An interface which defines a "chunk" of data.
CHUNK_ENCODING_ENABLED - Static variable in interface com.ibm.cos.v2.http.auth.aws.signer.AwsV4FamilyHttpSigner
Whether to indicate that a payload is chunk-encoded or not.
ChunkBuffer - Class in com.ibm.cos.v2.core.internal.async
Class that will buffer incoming BufferBytes to chunks of bufferSize.
ChunkBuffer.Builder - Interface in com.ibm.cos.v2.core.internal.async
 
ChunkContentUtils - Class in com.ibm.cos.v2.core.internal.util
 
CHUNKED - Static variable in class com.ibm.cos.v2.http.Header
 
ChunkedEncodedInputStream - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding
An implementation of chunk-transfer encoding, but by wrapping an InputStream.
ChunkedEncodedInputStream.Builder - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding
 
chunkedEncodingEnabled() - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
 
chunkedEncodingEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
Option to enable using chunked encoding when signing the request payload for PutObjectRequest and UploadPartRequest.
chunkedEncodingEnabled() - Method in class com.ibm.cos.v2.services.s3.S3Configuration
Returns whether the client should use chunked encoding when signing the payload body.
chunkEncodingEnabled(Boolean) - Method in class com.ibm.cos.v2.services.s3.internal.plugins.S3OverrideAuthSchemePropertiesPlugin.Builder
Sets the AwsV4FamilyHttpSigner.CHUNK_ENCODING_ENABLED signing property to the given value.
ChunkExtensionProvider - Interface in com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding
A functional interface for defining an extension of a chunk, where the extension is a key-value pair.
ChunkHeaderProvider - Interface in com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding
A functional interface for defining a header of a chunk.
ChunkInputStream - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding
A wrapped stream to represent a "chunk" of data
ChunkInputStream(InputStream, long) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkInputStream
 
chunkSize(Integer) - Method in interface com.ibm.cos.v2.core.internal.async.CompressionAsyncRequestBody.Builder
Sets the chunk size.
chunkSize(int) - Method in interface com.ibm.cos.v2.core.internal.chunked.AwsChunkedEncodingConfig.Builder
 
chunkSize() - Method in class com.ibm.cos.v2.core.internal.chunked.AwsChunkedEncodingConfig
 
chunkSize(int) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkedEncodedInputStream.Builder
 
chunkSizeInBytes(Long) - Method in interface com.ibm.cos.v2.core.async.AsyncRequestBodySplitConfiguration.Builder
Configures the size for each divided chunk.
chunkSizeInBytes() - Method in class com.ibm.cos.v2.core.async.AsyncRequestBodySplitConfiguration
The configured chunk size for each divided AsyncRequestBody.
chunkSizeInBytes(Integer) - Method in interface com.ibm.cos.v2.core.FileRequestBodyConfiguration.Builder
Sets the size of chunks read from the file.
chunkSizeInBytes() - Method in class com.ibm.cos.v2.core.FileRequestBodyConfiguration
 
chunkSizeInBytes(Integer) - Method in interface com.ibm.cos.v2.core.internal.async.FileAsyncRequestBody.Builder
Sets the size of chunks to read from the file.
chunkSizeInBytes() - Method in class com.ibm.cos.v2.core.internal.async.FileAsyncRequestBody
 
circuitBreakerEnabled - Variable in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
circuitBreakerEnabled(Boolean) - Method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy.Builder
 
circuitBreakerEnabled(Boolean) - Method in class com.ibm.cos.v2.retries.internal.DefaultLegacyRetryStrategy.Builder
 
circuitBreakerEnabled(Boolean) - Method in class com.ibm.cos.v2.retries.internal.DefaultStandardRetryStrategy.Builder
 
circuitBreakerEnabled(Boolean) - Method in interface com.ibm.cos.v2.retries.LegacyRetryStrategy.Builder
Whether circuit breaking is enabled for this strategy.
circuitBreakerEnabled(Boolean) - Method in interface com.ibm.cos.v2.retries.StandardRetryStrategy.Builder
Whether circuit breaking is enabled for this strategy.
classLoader(Class<?>...) - Static method in class com.ibm.cos.v2.core.internal.util.ClassLoaderHelper
Attempt to get class loader that loads the classes and fallback to the thread context classloader if null.
classLoader(Class<?>...) - Static method in class com.ibm.cos.v2.utils.ClassLoaderHelper
Attempt to get class loader that loads the classes and fallback to the thread context classloader if null.
ClassLoaderHelper - Class in com.ibm.cos.v2.core.internal.util
Implementation notes: this class should've been outside internal package, but we can't fix it due to backwards compatibility reasons.
ClassLoaderHelper - Class in com.ibm.cos.v2.utils
 
ClassLoaderHelperTestBackdoor - Class in com.ibm.cos.v2.utils.internal
This is a backdoor to add overrides to the results of querying ClassLoaderHelpers.
ClasspathInterceptorChainFactory - Class in com.ibm.cos.v2.core.interceptor
Factory for creating request/response handler chains from the classpath.
ClasspathInterceptorChainFactory() - Constructor for class com.ibm.cos.v2.core.interceptor.ClasspathInterceptorChainFactory
 
cleanup() - Method in class com.ibm.cos.v2.core.pagination.async.PaginationSubscription
 
cleanUpParts(String, AbortMultipartUploadRequest.Builder) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.GenericMultipartHelper
 
cleanUpTestDirectory(Path) - Static method in class com.ibm.cos.v2.testutils.FileUtils
 
clear() - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
clear() - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructMap
 
clear() - Method in class com.ibm.cos.v2.internal.http.LowCopyListMap.ForBuilder
 
clear() - Method in interface com.ibm.cos.v2.testutils.LogCaptor
 
clear() - Method in class com.ibm.cos.v2.testutils.LogCaptor.DefaultLogCaptor
 
clear() - Method in class com.ibm.cos.v2.utils.ImmutableMap
Unsupported methods
clearClassLoaderOverrides() - Static method in class com.ibm.cos.v2.utils.internal.ClassLoaderHelperTestBackdoor
 
clearEnvironmentVariableOverrides() - Static method in class com.ibm.cos.v2.utils.internal.SystemSettingUtilsTestBackdoor
 
clearHeaders() - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Removes all headers from this builder.
clearHeaders() - Method in interface com.ibm.cos.v2.http.SdkHttpFullResponse.Builder
Removes all headers from this builder.
clearHeaders() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Removes all headers from this builder.
clearHeaders() - Method in interface com.ibm.cos.v2.http.SdkHttpResponse.Builder
Removes all headers from this builder.
clearQueryParameters() - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Removes all query parameters from this builder.
clearQueryParameters() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Removes all query parameters from this builder.
client(SdkClient) - Method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressIdentityKey.Builder
 
client() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressIdentityKey
 
client(S3AsyncClient) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter.Builder
Sets a custom S3AsyncClient that will be used to poll the resource
client(S3Client) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter.Builder
Sets a custom S3Client that will be used to poll the resource
CLIENT_CONTEXT_PARAMS - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The container for any client contexts parameters set on the client.
CLIENT_CONTEXT_PARAMS - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The values of client context params declared for this service.
CLIENT_ENDPOINT - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
Deprecated.
This value is not usually accurate, now that the endpoint is almost entirely determined by the service's endpoint rules. Use SdkHttpRequest.getUri() from interceptors, to get or modify the actual endpoint.
CLIENT_ENDPOINT_PROVIDER - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
A provider for the client-level endpoint configuration.
CLIENT_ENDPOINT_PROVIDER - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The endpoint provider used to resolve the endpoint of the client.
CLIENT_NAME - Static variable in class com.ibm.cos.v2.http.apache.ApacheHttpClient
 
CLIENT_TYPE - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The type of client used to make requests.
CLIENT_TYPE - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
 
CLIENT_USER_AGENT - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
A user agent prefix that is specific to the client (agnostic of the request).
ClientAsyncConfiguration - Class in com.ibm.cos.v2.core.client.config
Async configuration values for which the client already provides sensible defaults.
ClientAsyncConfiguration.Builder - Interface in com.ibm.cos.v2.core.client.config
Configure and create a ClientAsyncConfiguration.
clientConfiguration - Variable in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
clientConfiguration(SdkClientConfiguration) - Method in class com.ibm.cos.v2.core.internal.http.HttpClientDependencies.Builder
 
clientConfiguration(Consumer<SdkClientConfiguration.Builder>) - Method in class com.ibm.cos.v2.core.internal.http.HttpClientDependencies.Builder
 
clientConfiguration() - Method in class com.ibm.cos.v2.core.internal.http.HttpClientDependencies
 
clientConfiguration(SdkClientConfiguration) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory.Builder
Sets the SdkClientConfiguration which contains the service endpoint.
clientConfiguration(SdkClientConfiguration) - Method in class com.ibm.cos.v2.protocols.query.AwsQueryProtocolFactory.Builder
Sets the SdkClientConfiguration which contains the service endpoint.
clientConfiguration(SdkClientConfiguration) - Method in class com.ibm.cos.v2.protocols.xml.AwsXmlProtocolFactory.Builder
Sets the SdkClientConfiguration which contains the service endpoint.
ClientConnectionManagerFactory - Class in com.ibm.cos.v2.http.apache.internal.conn
 
ClientConnectionRequestFactory - Class in com.ibm.cos.v2.http.apache.internal.conn
 
clientContextParams - Variable in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
clientEndpoint() - Method in class com.ibm.cos.v2.awscore.endpoint.AwsClientEndpointProvider
Retrieve the endpoint to be used by the client.
clientEndpoint() - Method in interface com.ibm.cos.v2.core.ClientEndpointProvider
Retrieve the client endpoint from this provider.
clientEndpoint() - Method in class com.ibm.cos.v2.core.internal.StaticClientEndpointProvider
 
clientEndpointOverride(URI) - Method in class com.ibm.cos.v2.awscore.endpoint.AwsClientEndpointProvider.Builder
Set the endpoint that was overridden by the customer using SdkClientBuilder.endpointOverride(URI).
ClientEndpointProvider - Interface in com.ibm.cos.v2.core
Client endpoint providers are responsible for resolving client-level endpoints.
ClientExecutionParams<InputT extends SdkRequest,OutputT> - Class in com.ibm.cos.v2.core.client.handler
Encapsulates parameters needed for a particular API call.
ClientExecutionParams() - Constructor for class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
clientName() - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkAsyncHttpClient
 
clientName() - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkHttpClient
 
clientName() - Method in class com.ibm.cos.v2.http.apache.ApacheHttpClient
 
clientName() - Method in interface com.ibm.cos.v2.http.async.SdkAsyncHttpClient
Each HTTP client implementation should return a well-formed client name that allows requests to be identifiable back to the client that made the request.
clientName() - Method in class com.ibm.cos.v2.http.crt.AwsCrtAsyncHttpClient
 
clientName() - Method in class com.ibm.cos.v2.http.crt.AwsCrtHttpClient
 
clientName() - Method in class com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient
 
clientName() - Method in interface com.ibm.cos.v2.http.SdkHttpClient
Each HTTP client implementation should return a well-formed client name that allows requests to be identifiable back to the client that made the request.
clientName() - Method in class com.ibm.cos.v2.http.urlconnection.UrlConnectionHttpClient
 
ClientOption<T> - Class in com.ibm.cos.v2.core.client.config
An option in a SdkClientConfiguration.
ClientOption(Class<T>) - Constructor for class com.ibm.cos.v2.core.client.config.ClientOption
 
ClientOption(AttributeMap.Key.UnsafeValueType) - Constructor for class com.ibm.cos.v2.core.client.config.ClientOption
 
ClientOverrideConfiguration - Class in com.ibm.cos.v2.core.client.config
Configuration values for which the client already provides sensible defaults.
ClientOverrideConfiguration.Builder - Interface in com.ibm.cos.v2.core.client.config
ClientType - Enum in com.ibm.cos.v2.core
Enum that represents the type of client being used.
clock(Clock) - Method in class com.ibm.cos.v2.profiles.internal.ProfileFileRefresher.Builder
Sets a clock for managing stale and prefetch durations.
clock(RateLimiterClock) - Method in class com.ibm.cos.v2.retries.internal.ratelimiter.RateLimiterTokenBucketStore.Builder
 
clock(Clock) - Method in class com.ibm.cos.v2.utils.cache.CachedSupplier.Builder
Configure the clock used for this cached supplier.
clockSkew(Duration) - Method in interface com.ibm.cos.v2.awscore.exception.AwsServiceException.Builder
The request-level time skew between the client and server date for the request that generated this exception.
clockSkew() - Method in interface com.ibm.cos.v2.awscore.exception.AwsServiceException.Builder
The request-level time skew between the client and server date for the request that generated this exception.
clockSkew(Duration) - Method in class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
clockSkew() - Method in class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
ClockSkew - Class in com.ibm.cos.v2.core.retry
Utility methods for checking and reacting to the current client-side clock being different from the service-side clock.
clockSkewAdjuster(ClockSkewAdjuster) - Method in class com.ibm.cos.v2.core.internal.http.HttpClientDependencies.Builder
 
clockSkewAdjuster() - Method in class com.ibm.cos.v2.core.internal.http.HttpClientDependencies
 
ClockSkewAdjuster - Class in com.ibm.cos.v2.core.internal.retry
Suggests a clock skew adjustment that should be applied to future requests.
ClockSkewAdjuster() - Constructor for class com.ibm.cos.v2.core.internal.retry.ClockSkewAdjuster
 
clone() - Method in class com.ibm.cos.v2.checksums.internal.DigestAlgorithm.CloseableMessageDigest
 
clone() - Method in class com.ibm.cos.v2.checksums.internal.SdkCrc32CChecksum
 
clone() - Method in class com.ibm.cos.v2.checksums.internal.SdkCrc32Checksum
 
clone() - Method in class com.ibm.cos.v2.core.internal.checksums.factory.SdkCrc32
 
clone() - Method in class com.ibm.cos.v2.core.internal.checksums.factory.SdkCrc32C
 
close() - Method in class com.ibm.cos.v2.auth.credentials.AwsCredentialsProviderChain
 
close() - Method in class com.ibm.cos.v2.auth.credentials.DefaultCredentialsProvider
 
close() - Method in class com.ibm.cos.v2.auth.credentials.internal.LazyAwsCredentialsProvider
 
close() - Method in class com.ibm.cos.v2.auth.credentials.ProcessCredentialsProvider
 
close() - Method in class com.ibm.cos.v2.auth.credentials.ProfileCredentialsProvider
 
close() - Method in class com.ibm.cos.v2.auth.credentials.WebIdentityTokenFileCredentialsProvider
 
close() - Method in class com.ibm.cos.v2.auth.token.internal.LazyTokenProvider
 
close() - Method in class com.ibm.cos.v2.awscore.internal.token.CachedTokenRefresher
 
close() - Method in interface com.ibm.cos.v2.awscore.presigner.SdkPresigner
Close this presigner, releasing any resources it might have acquired.
close() - Method in class com.ibm.cos.v2.checksums.internal.DigestAlgorithm.CloseableMessageDigest
Release this message digest back to the cache.
close() - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkAsyncHttpClient
 
close() - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkHttpClient
 
close() - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration
Close this configuration, which closes all closeable attributes.
close() - Method in class com.ibm.cos.v2.core.internal.handler.BaseAsyncClientHandler
 
close() - Method in class com.ibm.cos.v2.core.internal.handler.BaseSyncClientHandler
 
close() - Method in class com.ibm.cos.v2.core.internal.http.AmazonAsyncHttpClient
Shuts down this HTTP client object, releasing any resources that might be held open.
close() - Method in class com.ibm.cos.v2.core.internal.http.AmazonSyncHttpClient
Shuts down this HTTP client object, releasing any resources that might be held open.
close() - Method in class com.ibm.cos.v2.core.internal.http.HttpClientDependencies
 
close() - Method in class com.ibm.cos.v2.core.internal.io.ChecksumValidatingInputStream
 
close() - Method in class com.ibm.cos.v2.core.internal.util.Crc32ChecksumValidatingInputStream
Closes the underlying stream and validates the calculated checksum against the expected.
close() - Method in class com.ibm.cos.v2.core.io.ReleasableInputStream
If ReleasableInputStream.closeDisabled is false, closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.ibm.cos.v2.core.io.SdkFilterInputStream
 
close() - Method in interface com.ibm.cos.v2.core.SdkPlugin
 
close() - Method in class com.ibm.cos.v2.http.apache.ApacheHttpClient
 
close() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
close() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
close() - Method in class com.ibm.cos.v2.http.apache.internal.net.SdkSocket
 
close() - Method in class com.ibm.cos.v2.http.apache.internal.net.SdkSslSocket
 
close() - Method in class com.ibm.cos.v2.http.async.AbortableInputStreamSubscriber
 
close() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkedEncodedInputStream
 
close() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkInputStream
 
close() - Method in class com.ibm.cos.v2.http.nio.netty.internal.AwaitCloseChannelPoolMap
 
close() - Method in class com.ibm.cos.v2.http.nio.netty.internal.BetterSimpleChannelPool
 
close() - Method in class com.ibm.cos.v2.http.nio.netty.internal.CancellableAcquireChannelPool
 
close() - Method in class com.ibm.cos.v2.http.nio.netty.internal.HealthCheckedChannelPool
 
close() - Method in class com.ibm.cos.v2.http.nio.netty.internal.HonorCloseOnReleaseChannelPool
 
close() - Method in class com.ibm.cos.v2.http.nio.netty.internal.Http1TunnelConnectionPool
 
close() - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2MultiplexedChannelPool
 
close() - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.HttpOrHttp2ChannelPool
 
close() - Method in class com.ibm.cos.v2.http.nio.netty.internal.IdleConnectionCountingChannelPool
 
close() - Method in class com.ibm.cos.v2.http.nio.netty.internal.ListenerInvokingChannelPool
 
close(ChannelHandlerContext, ChannelPromise) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HttpStreamsClientHandler
 
close() - Method in class com.ibm.cos.v2.http.nio.netty.internal.ReleaseOnceChannelPool
 
close() - Method in class com.ibm.cos.v2.http.nio.netty.internal.SdkChannelPoolMap
 
close() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.BetterFixedChannelPool
 
close() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
close(ChannelPromise) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
close() - Method in class com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient
 
close() - Method in class com.ibm.cos.v2.http.urlconnection.UrlConnectionHttpClient
 
close() - Method in class com.ibm.cos.v2.metrics.LoggingMetricPublisher
 
close() - Method in interface com.ibm.cos.v2.metrics.MetricPublisher
close() - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
Closes the generator and flushes to write.
close() - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
 
close() - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
 
close() - Method in class com.ibm.cos.v2.services.s3.internal.checksums.S3ChecksumValidatingInputStream
 
close() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartS3AsyncClient
 
close() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.CachedS3ExpressCredentials
 
close() - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultSdkPresigner
 
close() - Method in class com.ibm.cos.v2.testutils.LogCaptor.DefaultLogCaptor
 
close() - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerConfiguration
 
close() - Method in class com.ibm.cos.v2.utils.async.InputStreamSubscriber
 
close() - Method in class com.ibm.cos.v2.utils.async.OutputStreamPublisher
 
close() - Method in class com.ibm.cos.v2.utils.AttributeMap
 
close() - Method in class com.ibm.cos.v2.utils.cache.CachedSupplier
Free any resources consumed by the prefetch strategy this supplier is using.
close() - Method in interface com.ibm.cos.v2.utils.cache.CachedSupplier.PrefetchStrategy
Free any resources associated with the strategy.
close() - Method in class com.ibm.cos.v2.utils.cache.NonBlocking
 
close() - Method in class com.ibm.cos.v2.utils.Lazy
 
close() - Method in interface com.ibm.cos.v2.utils.SdkAutoCloseable
closeConnection(HttpStream) - Method in class com.ibm.cos.v2.http.crt.internal.response.ResponseHandlerHelper
Close the connection completely
CLOSED_CHANNEL_ERROR_MESSAGE - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
 
closedChannelMessage(Channel) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
 
closeIfCloseable(Object, Logger) - Static method in class com.ibm.cos.v2.utils.IoUtils
closeIfCloseableV2(Object, Logger) - Static method in class com.ibm.cos.v2.utils.IoUtils
Closes the given Closeable quietly.
closeQuietly(AutoCloseable, Logger) - Static method in class com.ibm.cos.v2.utils.IoUtils
closeQuietlyV2(AutoCloseable, Logger) - Static method in class com.ibm.cos.v2.utils.IoUtils
Closes the given Closeable quietly.
cloudFrontId() - Method in class com.ibm.cos.v2.services.s3.model.S3ResponseMetadata
 
CN_NORTH_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
CN_NORTHWEST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
code(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3Error.Builder
The error code is a string that uniquely identifies an error condition.
code() - Method in class com.ibm.cos.v2.services.s3.model.S3Error
The error code is a string that uniquely identifies an error condition.
CodecUtils - Class in com.ibm.cos.v2.utils.internal
Codec internal utilities
CodegenNamingUtils - Class in com.ibm.cos.v2.utils.internal
Internal class used by the code generator and release scripts to produce sanitized names.
collect() - Method in class com.ibm.cos.v2.metrics.internal.DefaultMetricCollector
 
collect() - Method in interface com.ibm.cos.v2.metrics.MetricCollector
Return the collected metrics.
collect() - Method in class com.ibm.cos.v2.metrics.NoOpMetricCollector
 
collectChannelPoolMetrics(MetricCollector) - Method in class com.ibm.cos.v2.http.nio.netty.internal.CancellableAcquireChannelPool
 
collectChannelPoolMetrics(MetricCollector) - Method in class com.ibm.cos.v2.http.nio.netty.internal.HealthCheckedChannelPool
 
collectChannelPoolMetrics(MetricCollector) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2MultiplexedChannelPool
 
collectChannelPoolMetrics(MetricCollector) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.HttpOrHttp2ChannelPool
 
collectChannelPoolMetrics(MetricCollector) - Method in class com.ibm.cos.v2.http.nio.netty.internal.IdleConnectionCountingChannelPool
 
collectChannelPoolMetrics(MetricCollector) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ListenerInvokingChannelPool
 
collectChannelPoolMetrics(MetricCollector) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ReleaseOnceChannelPool
 
collectChannelPoolMetrics(MetricCollector) - Method in interface com.ibm.cos.v2.http.nio.netty.internal.SdkChannelPool
Collect channel pool metrics into the provided MetricCollector collection, completing the returned future when all metric publishing is complete.
collectChannelPoolMetrics(MetricCollector) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.BetterFixedChannelPool
 
collectHttpMetrics(MetricCollector, SdkHttpFullResponse) - Static method in class com.ibm.cos.v2.core.internal.util.MetricUtils
 
CollectionContainsOnly<T> - Class in com.ibm.cos.v2.testutils.hamcrest
 
CollectionContainsOnlyInOrder<T> - Class in com.ibm.cos.v2.testutils.hamcrest
 
CollectionUtils - Class in com.ibm.cos.v2.utils
 
collectServiceEndpointMetrics(MetricCollector, SdkHttpFullRequest) - Static method in class com.ibm.cos.v2.core.internal.util.MetricUtils
Collect the SERVICE_ENDPOINT metric for this request.
com.ibm.cos.v2 - package com.ibm.cos.v2
 
com.ibm.cos.v2.annotations - package com.ibm.cos.v2.annotations
AWS Java SDK annotations.
com.ibm.cos.v2.arns - package com.ibm.cos.v2.arns
 
com.ibm.cos.v2.auth.credentials - package com.ibm.cos.v2.auth.credentials
 
com.ibm.cos.v2.auth.credentials.ibmOAuth - package com.ibm.cos.v2.auth.credentials.ibmOAuth
 
com.ibm.cos.v2.auth.credentials.internal - package com.ibm.cos.v2.auth.credentials.internal
 
com.ibm.cos.v2.auth.signer - package com.ibm.cos.v2.auth.signer
 
com.ibm.cos.v2.auth.signer.internal - package com.ibm.cos.v2.auth.signer.internal
 
com.ibm.cos.v2.auth.signer.internal.chunkedencoding - package com.ibm.cos.v2.auth.signer.internal.chunkedencoding
 
com.ibm.cos.v2.auth.signer.internal.util - package com.ibm.cos.v2.auth.signer.internal.util
 
com.ibm.cos.v2.auth.signer.params - package com.ibm.cos.v2.auth.signer.params
 
com.ibm.cos.v2.auth.token.credentials - package com.ibm.cos.v2.auth.token.credentials
 
com.ibm.cos.v2.auth.token.internal - package com.ibm.cos.v2.auth.token.internal
 
com.ibm.cos.v2.auth.token.signer - package com.ibm.cos.v2.auth.token.signer
 
com.ibm.cos.v2.authcrt.signer - package com.ibm.cos.v2.authcrt.signer
 
com.ibm.cos.v2.authcrt.signer.internal - package com.ibm.cos.v2.authcrt.signer.internal
 
com.ibm.cos.v2.authcrt.signer.internal.chunkedencoding - package com.ibm.cos.v2.authcrt.signer.internal.chunkedencoding
 
com.ibm.cos.v2.awscore - package com.ibm.cos.v2.awscore
 
com.ibm.cos.v2.awscore.client.builder - package com.ibm.cos.v2.awscore.client.builder
 
com.ibm.cos.v2.awscore.client.config - package com.ibm.cos.v2.awscore.client.config
 
com.ibm.cos.v2.awscore.client.handler - package com.ibm.cos.v2.awscore.client.handler
 
com.ibm.cos.v2.awscore.defaultsmode - package com.ibm.cos.v2.awscore.defaultsmode
 
com.ibm.cos.v2.awscore.endpoint - package com.ibm.cos.v2.awscore.endpoint
 
com.ibm.cos.v2.awscore.endpoints - package com.ibm.cos.v2.awscore.endpoints
 
com.ibm.cos.v2.awscore.endpoints.authscheme - package com.ibm.cos.v2.awscore.endpoints.authscheme
 
com.ibm.cos.v2.awscore.eventstream - package com.ibm.cos.v2.awscore.eventstream
 
com.ibm.cos.v2.awscore.exception - package com.ibm.cos.v2.awscore.exception
 
com.ibm.cos.v2.awscore.interceptor - package com.ibm.cos.v2.awscore.interceptor
 
com.ibm.cos.v2.awscore.internal - package com.ibm.cos.v2.awscore.internal
 
com.ibm.cos.v2.awscore.internal.auth - package com.ibm.cos.v2.awscore.internal.auth
 
com.ibm.cos.v2.awscore.internal.authcontext - package com.ibm.cos.v2.awscore.internal.authcontext
 
com.ibm.cos.v2.awscore.internal.client.config - package com.ibm.cos.v2.awscore.internal.client.config
 
com.ibm.cos.v2.awscore.internal.defaultsmode - package com.ibm.cos.v2.awscore.internal.defaultsmode
 
com.ibm.cos.v2.awscore.internal.interceptor - package com.ibm.cos.v2.awscore.internal.interceptor
 
com.ibm.cos.v2.awscore.internal.token - package com.ibm.cos.v2.awscore.internal.token
 
com.ibm.cos.v2.awscore.internal.useragent - package com.ibm.cos.v2.awscore.internal.useragent
 
com.ibm.cos.v2.awscore.presigner - package com.ibm.cos.v2.awscore.presigner
 
com.ibm.cos.v2.awscore.retry - package com.ibm.cos.v2.awscore.retry
 
com.ibm.cos.v2.awscore.retry.conditions - package com.ibm.cos.v2.awscore.retry.conditions
 
com.ibm.cos.v2.awscore.util - package com.ibm.cos.v2.awscore.util
 
com.ibm.cos.v2.checksums - package com.ibm.cos.v2.checksums
 
com.ibm.cos.v2.checksums.internal - package com.ibm.cos.v2.checksums.internal
 
com.ibm.cos.v2.checksums.spi - package com.ibm.cos.v2.checksums.spi
 
com.ibm.cos.v2.core - package com.ibm.cos.v2.core
 
com.ibm.cos.v2.core.adapter - package com.ibm.cos.v2.core.adapter
 
com.ibm.cos.v2.core.async - package com.ibm.cos.v2.core.async
 
com.ibm.cos.v2.core.async.listener - package com.ibm.cos.v2.core.async.listener
 
com.ibm.cos.v2.core.auth.policy - package com.ibm.cos.v2.core.auth.policy
 
com.ibm.cos.v2.core.auth.policy.conditions - package com.ibm.cos.v2.core.auth.policy.conditions
 
com.ibm.cos.v2.core.auth.policy.internal - package com.ibm.cos.v2.core.auth.policy.internal
 
com.ibm.cos.v2.core.checksums - package com.ibm.cos.v2.core.checksums
 
com.ibm.cos.v2.core.client.builder - package com.ibm.cos.v2.core.client.builder
 
com.ibm.cos.v2.core.client.config - package com.ibm.cos.v2.core.client.config
 
com.ibm.cos.v2.core.client.handler - package com.ibm.cos.v2.core.client.handler
 
com.ibm.cos.v2.core.document - package com.ibm.cos.v2.core.document
 
com.ibm.cos.v2.core.document.internal - package com.ibm.cos.v2.core.document.internal
 
com.ibm.cos.v2.core.endpointdiscovery - package com.ibm.cos.v2.core.endpointdiscovery
 
com.ibm.cos.v2.core.endpointdiscovery.providers - package com.ibm.cos.v2.core.endpointdiscovery.providers
 
com.ibm.cos.v2.core.exception - package com.ibm.cos.v2.core.exception
 
com.ibm.cos.v2.core.http - package com.ibm.cos.v2.core.http
 
com.ibm.cos.v2.core.identity - package com.ibm.cos.v2.core.identity
 
com.ibm.cos.v2.core.interceptor - package com.ibm.cos.v2.core.interceptor
 
com.ibm.cos.v2.core.interceptor.trait - package com.ibm.cos.v2.core.interceptor.trait
 
com.ibm.cos.v2.core.internal - package com.ibm.cos.v2.core.internal
 
com.ibm.cos.v2.core.internal.async - package com.ibm.cos.v2.core.internal.async
 
com.ibm.cos.v2.core.internal.capacity - package com.ibm.cos.v2.core.internal.capacity
 
com.ibm.cos.v2.core.internal.checksums.factory - package com.ibm.cos.v2.core.internal.checksums.factory
 
com.ibm.cos.v2.core.internal.chunked - package com.ibm.cos.v2.core.internal.chunked
 
com.ibm.cos.v2.core.internal.compression - package com.ibm.cos.v2.core.internal.compression
 
com.ibm.cos.v2.core.internal.handler - package com.ibm.cos.v2.core.internal.handler
 
com.ibm.cos.v2.core.internal.http - package com.ibm.cos.v2.core.internal.http
 
com.ibm.cos.v2.core.internal.http.async - package com.ibm.cos.v2.core.internal.http.async
 
com.ibm.cos.v2.core.internal.http.loader - package com.ibm.cos.v2.core.internal.http.loader
 
com.ibm.cos.v2.core.internal.http.pipeline - package com.ibm.cos.v2.core.internal.http.pipeline
 
com.ibm.cos.v2.core.internal.http.pipeline.stages - package com.ibm.cos.v2.core.internal.http.pipeline.stages
 
com.ibm.cos.v2.core.internal.http.pipeline.stages.utils - package com.ibm.cos.v2.core.internal.http.pipeline.stages.utils
 
com.ibm.cos.v2.core.internal.http.timers - package com.ibm.cos.v2.core.internal.http.timers
 
com.ibm.cos.v2.core.internal.interceptor - package com.ibm.cos.v2.core.internal.interceptor
 
com.ibm.cos.v2.core.internal.interceptor.trait - package com.ibm.cos.v2.core.internal.interceptor.trait
 
com.ibm.cos.v2.core.internal.io - package com.ibm.cos.v2.core.internal.io
 
com.ibm.cos.v2.core.internal.metrics - package com.ibm.cos.v2.core.internal.metrics
 
com.ibm.cos.v2.core.internal.pagination.async - package com.ibm.cos.v2.core.internal.pagination.async
 
com.ibm.cos.v2.core.internal.retry - package com.ibm.cos.v2.core.internal.retry
 
com.ibm.cos.v2.core.internal.signer - package com.ibm.cos.v2.core.internal.signer
 
com.ibm.cos.v2.core.internal.sync - package com.ibm.cos.v2.core.internal.sync
 
com.ibm.cos.v2.core.internal.transform - package com.ibm.cos.v2.core.internal.transform
 
com.ibm.cos.v2.core.internal.useragent - package com.ibm.cos.v2.core.internal.useragent
 
com.ibm.cos.v2.core.internal.util - package com.ibm.cos.v2.core.internal.util
 
com.ibm.cos.v2.core.internal.waiters - package com.ibm.cos.v2.core.internal.waiters
 
com.ibm.cos.v2.core.io - package com.ibm.cos.v2.core.io
 
com.ibm.cos.v2.core.log - package com.ibm.cos.v2.core.log
 
com.ibm.cos.v2.core.metrics - package com.ibm.cos.v2.core.metrics
 
com.ibm.cos.v2.core.pagination.async - package com.ibm.cos.v2.core.pagination.async
 
com.ibm.cos.v2.core.pagination.sync - package com.ibm.cos.v2.core.pagination.sync
 
com.ibm.cos.v2.core.protocol - package com.ibm.cos.v2.core.protocol
 
com.ibm.cos.v2.core.retry - package com.ibm.cos.v2.core.retry
 
com.ibm.cos.v2.core.retry.backoff - package com.ibm.cos.v2.core.retry.backoff
 
com.ibm.cos.v2.core.retry.conditions - package com.ibm.cos.v2.core.retry.conditions
 
com.ibm.cos.v2.core.runtime - package com.ibm.cos.v2.core.runtime
 
com.ibm.cos.v2.core.runtime.transform - package com.ibm.cos.v2.core.runtime.transform
 
com.ibm.cos.v2.core.signer - package com.ibm.cos.v2.core.signer
 
com.ibm.cos.v2.core.sync - package com.ibm.cos.v2.core.sync
 
com.ibm.cos.v2.core.traits - package com.ibm.cos.v2.core.traits
 
com.ibm.cos.v2.core.useragent - package com.ibm.cos.v2.core.useragent
 
com.ibm.cos.v2.core.util - package com.ibm.cos.v2.core.util
 
com.ibm.cos.v2.core.waiters - package com.ibm.cos.v2.core.waiters
 
com.ibm.cos.v2.crtcore - package com.ibm.cos.v2.crtcore
 
com.ibm.cos.v2.endpoints - package com.ibm.cos.v2.endpoints
 
com.ibm.cos.v2.http - package com.ibm.cos.v2.http
 
com.ibm.cos.v2.http.apache - package com.ibm.cos.v2.http.apache
 
com.ibm.cos.v2.http.apache.internal - package com.ibm.cos.v2.http.apache.internal
 
com.ibm.cos.v2.http.apache.internal.conn - package com.ibm.cos.v2.http.apache.internal.conn
 
com.ibm.cos.v2.http.apache.internal.impl - package com.ibm.cos.v2.http.apache.internal.impl
 
com.ibm.cos.v2.http.apache.internal.net - package com.ibm.cos.v2.http.apache.internal.net
 
com.ibm.cos.v2.http.apache.internal.utils - package com.ibm.cos.v2.http.apache.internal.utils
 
com.ibm.cos.v2.http.async - package com.ibm.cos.v2.http.async
 
com.ibm.cos.v2.http.auth.aws.crt - package com.ibm.cos.v2.http.auth.aws.crt
 
com.ibm.cos.v2.http.auth.aws.crt.internal.io - package com.ibm.cos.v2.http.auth.aws.crt.internal.io
 
com.ibm.cos.v2.http.auth.aws.crt.internal.signer - package com.ibm.cos.v2.http.auth.aws.crt.internal.signer
 
com.ibm.cos.v2.http.auth.aws.crt.internal.util - package com.ibm.cos.v2.http.auth.aws.crt.internal.util
 
com.ibm.cos.v2.http.auth.aws.eventstream - package com.ibm.cos.v2.http.auth.aws.eventstream
 
com.ibm.cos.v2.http.auth.aws.eventstream.internal.io - package com.ibm.cos.v2.http.auth.aws.eventstream.internal.io
 
com.ibm.cos.v2.http.auth.aws.eventstream.internal.signer - package com.ibm.cos.v2.http.auth.aws.eventstream.internal.signer
 
com.ibm.cos.v2.http.auth.aws.internal.scheme - package com.ibm.cos.v2.http.auth.aws.internal.scheme
 
com.ibm.cos.v2.http.auth.aws.internal.signer - package com.ibm.cos.v2.http.auth.aws.internal.signer
 
com.ibm.cos.v2.http.auth.aws.internal.signer.checksums - package com.ibm.cos.v2.http.auth.aws.internal.signer.checksums
 
com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding - package com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding
 
com.ibm.cos.v2.http.auth.aws.internal.signer.io - package com.ibm.cos.v2.http.auth.aws.internal.signer.io
 
com.ibm.cos.v2.http.auth.aws.internal.signer.util - package com.ibm.cos.v2.http.auth.aws.internal.signer.util
 
com.ibm.cos.v2.http.auth.aws.scheme - package com.ibm.cos.v2.http.auth.aws.scheme
 
com.ibm.cos.v2.http.auth.aws.signer - package com.ibm.cos.v2.http.auth.aws.signer
 
com.ibm.cos.v2.http.auth.internal.scheme - package com.ibm.cos.v2.http.auth.internal.scheme
 
com.ibm.cos.v2.http.auth.internal.signer - package com.ibm.cos.v2.http.auth.internal.signer
 
com.ibm.cos.v2.http.auth.scheme - package com.ibm.cos.v2.http.auth.scheme
 
com.ibm.cos.v2.http.auth.signer - package com.ibm.cos.v2.http.auth.signer
 
com.ibm.cos.v2.http.auth.spi.internal.scheme - package com.ibm.cos.v2.http.auth.spi.internal.scheme
 
com.ibm.cos.v2.http.auth.spi.internal.signer - package com.ibm.cos.v2.http.auth.spi.internal.signer
 
com.ibm.cos.v2.http.auth.spi.scheme - package com.ibm.cos.v2.http.auth.spi.scheme
 
com.ibm.cos.v2.http.auth.spi.signer - package com.ibm.cos.v2.http.auth.spi.signer
 
com.ibm.cos.v2.http.crt - package com.ibm.cos.v2.http.crt
 
com.ibm.cos.v2.http.crt.internal - package com.ibm.cos.v2.http.crt.internal
 
com.ibm.cos.v2.http.crt.internal.request - package com.ibm.cos.v2.http.crt.internal.request
 
com.ibm.cos.v2.http.crt.internal.response - package com.ibm.cos.v2.http.crt.internal.response
 
com.ibm.cos.v2.http.nio.netty - package com.ibm.cos.v2.http.nio.netty
 
com.ibm.cos.v2.http.nio.netty.internal - package com.ibm.cos.v2.http.nio.netty.internal
 
com.ibm.cos.v2.http.nio.netty.internal.http2 - package com.ibm.cos.v2.http.nio.netty.internal.http2
 
com.ibm.cos.v2.http.nio.netty.internal.nrs - package com.ibm.cos.v2.http.nio.netty.internal.nrs
This package contains source imported from https://github.com/playframework/netty-reactive-streams, licensed under the Apache License 2.0, available at the time of the fork (1/31/2020) here: https://github.com/playframework/netty-reactive-streams/blob/master/LICENSE.txt All original source licensed under the Apache License 2.0 by playframework.
com.ibm.cos.v2.http.nio.netty.internal.utils - package com.ibm.cos.v2.http.nio.netty.internal.utils
 
com.ibm.cos.v2.http.urlconnection - package com.ibm.cos.v2.http.urlconnection
 
com.ibm.cos.v2.identity.spi - package com.ibm.cos.v2.identity.spi
 
com.ibm.cos.v2.identity.spi.internal - package com.ibm.cos.v2.identity.spi.internal
 
com.ibm.cos.v2.internal.http - package com.ibm.cos.v2.internal.http
 
com.ibm.cos.v2.metrics - package com.ibm.cos.v2.metrics
 
com.ibm.cos.v2.metrics.internal - package com.ibm.cos.v2.metrics.internal
 
com.ibm.cos.v2.profiles - package com.ibm.cos.v2.profiles
 
com.ibm.cos.v2.profiles.internal - package com.ibm.cos.v2.profiles.internal
 
com.ibm.cos.v2.protocols.cbor - package com.ibm.cos.v2.protocols.cbor
 
com.ibm.cos.v2.protocols.cbor.internal - package com.ibm.cos.v2.protocols.cbor.internal
 
com.ibm.cos.v2.protocols.core - package com.ibm.cos.v2.protocols.core
 
com.ibm.cos.v2.protocols.json - package com.ibm.cos.v2.protocols.json
 
com.ibm.cos.v2.protocols.json.internal - package com.ibm.cos.v2.protocols.json.internal
 
com.ibm.cos.v2.protocols.json.internal.marshall - package com.ibm.cos.v2.protocols.json.internal.marshall
 
com.ibm.cos.v2.protocols.json.internal.unmarshall - package com.ibm.cos.v2.protocols.json.internal.unmarshall
 
com.ibm.cos.v2.protocols.json.internal.unmarshall.document - package com.ibm.cos.v2.protocols.json.internal.unmarshall.document
 
com.ibm.cos.v2.protocols.jsoncore - package com.ibm.cos.v2.protocols.jsoncore
 
com.ibm.cos.v2.protocols.jsoncore.internal - package com.ibm.cos.v2.protocols.jsoncore.internal
 
com.ibm.cos.v2.protocols.query - package com.ibm.cos.v2.protocols.query
 
com.ibm.cos.v2.protocols.query.internal.marshall - package com.ibm.cos.v2.protocols.query.internal.marshall
 
com.ibm.cos.v2.protocols.query.internal.unmarshall - package com.ibm.cos.v2.protocols.query.internal.unmarshall
 
com.ibm.cos.v2.protocols.query.unmarshall - package com.ibm.cos.v2.protocols.query.unmarshall
 
com.ibm.cos.v2.protocols.xml - package com.ibm.cos.v2.protocols.xml
 
com.ibm.cos.v2.protocols.xml.internal.marshall - package com.ibm.cos.v2.protocols.xml.internal.marshall
 
com.ibm.cos.v2.protocols.xml.internal.unmarshall - package com.ibm.cos.v2.protocols.xml.internal.unmarshall
 
com.ibm.cos.v2.regions - package com.ibm.cos.v2.regions
 
com.ibm.cos.v2.regions.internal - package com.ibm.cos.v2.regions.internal
 
com.ibm.cos.v2.regions.internal.util - package com.ibm.cos.v2.regions.internal.util
 
com.ibm.cos.v2.regions.partitionmetadata - package com.ibm.cos.v2.regions.partitionmetadata
 
com.ibm.cos.v2.regions.providers - package com.ibm.cos.v2.regions.providers
 
com.ibm.cos.v2.regions.regionmetadata - package com.ibm.cos.v2.regions.regionmetadata
 
com.ibm.cos.v2.regions.servicemetadata - package com.ibm.cos.v2.regions.servicemetadata
 
com.ibm.cos.v2.regions.util - package com.ibm.cos.v2.regions.util
 
com.ibm.cos.v2.retries - package com.ibm.cos.v2.retries
 
com.ibm.cos.v2.retries.api - package com.ibm.cos.v2.retries.api
 
com.ibm.cos.v2.retries.api.internal - package com.ibm.cos.v2.retries.api.internal
 
com.ibm.cos.v2.retries.api.internal.backoff - package com.ibm.cos.v2.retries.api.internal.backoff
 
com.ibm.cos.v2.retries.internal - package com.ibm.cos.v2.retries.internal
 
com.ibm.cos.v2.retries.internal.circuitbreaker - package com.ibm.cos.v2.retries.internal.circuitbreaker
 
com.ibm.cos.v2.retries.internal.ratelimiter - package com.ibm.cos.v2.retries.internal.ratelimiter
 
com.ibm.cos.v2.services.s3 - package com.ibm.cos.v2.services.s3
 
com.ibm.cos.v2.services.s3.auth.scheme - package com.ibm.cos.v2.services.s3.auth.scheme
 
com.ibm.cos.v2.services.s3.auth.scheme.internal - package com.ibm.cos.v2.services.s3.auth.scheme.internal
 
com.ibm.cos.v2.services.s3.endpoints - package com.ibm.cos.v2.services.s3.endpoints
 
com.ibm.cos.v2.services.s3.endpoints.authscheme - package com.ibm.cos.v2.services.s3.endpoints.authscheme
 
com.ibm.cos.v2.services.s3.endpoints.internal - package com.ibm.cos.v2.services.s3.endpoints.internal
 
com.ibm.cos.v2.services.s3.internal - package com.ibm.cos.v2.services.s3.internal
 
com.ibm.cos.v2.services.s3.internal.checksums - package com.ibm.cos.v2.services.s3.internal.checksums
 
com.ibm.cos.v2.services.s3.internal.client - package com.ibm.cos.v2.services.s3.internal.client
 
com.ibm.cos.v2.services.s3.internal.crossregion - package com.ibm.cos.v2.services.s3.internal.crossregion
 
com.ibm.cos.v2.services.s3.internal.crossregion.endpointprovider - package com.ibm.cos.v2.services.s3.internal.crossregion.endpointprovider
 
com.ibm.cos.v2.services.s3.internal.crossregion.utils - package com.ibm.cos.v2.services.s3.internal.crossregion.utils
 
com.ibm.cos.v2.services.s3.internal.endpoints - package com.ibm.cos.v2.services.s3.internal.endpoints
 
com.ibm.cos.v2.services.s3.internal.handlers - package com.ibm.cos.v2.services.s3.internal.handlers
 
com.ibm.cos.v2.services.s3.internal.multipart - package com.ibm.cos.v2.services.s3.internal.multipart
 
com.ibm.cos.v2.services.s3.internal.plugins - package com.ibm.cos.v2.services.s3.internal.plugins
 
com.ibm.cos.v2.services.s3.internal.resource - package com.ibm.cos.v2.services.s3.internal.resource
 
com.ibm.cos.v2.services.s3.internal.s3express - package com.ibm.cos.v2.services.s3.internal.s3express
 
com.ibm.cos.v2.services.s3.internal.settingproviders - package com.ibm.cos.v2.services.s3.internal.settingproviders
 
com.ibm.cos.v2.services.s3.internal.signing - package com.ibm.cos.v2.services.s3.internal.signing
 
com.ibm.cos.v2.services.s3.jmespath.internal - package com.ibm.cos.v2.services.s3.jmespath.internal
 
com.ibm.cos.v2.services.s3.model - package com.ibm.cos.v2.services.s3.model
 
com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream - package com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream
 
com.ibm.cos.v2.services.s3.multipart - package com.ibm.cos.v2.services.s3.multipart
 
com.ibm.cos.v2.services.s3.paginators - package com.ibm.cos.v2.services.s3.paginators
 
com.ibm.cos.v2.services.s3.presigner - package com.ibm.cos.v2.services.s3.presigner
 
com.ibm.cos.v2.services.s3.presigner.model - package com.ibm.cos.v2.services.s3.presigner.model
 
com.ibm.cos.v2.services.s3.s3express - package com.ibm.cos.v2.services.s3.s3express
 
com.ibm.cos.v2.services.s3.transform - package com.ibm.cos.v2.services.s3.transform
 
com.ibm.cos.v2.services.s3.waiters - package com.ibm.cos.v2.services.s3.waiters
 
com.ibm.cos.v2.services.s3.waiters.internal - package com.ibm.cos.v2.services.s3.waiters.internal
 
com.ibm.cos.v2.testutils - package com.ibm.cos.v2.testutils
 
com.ibm.cos.v2.testutils.hamcrest - package com.ibm.cos.v2.testutils.hamcrest
 
com.ibm.cos.v2.testutils.retry - package com.ibm.cos.v2.testutils.retry
 
com.ibm.cos.v2.testutils.smoketest - package com.ibm.cos.v2.testutils.smoketest
 
com.ibm.cos.v2.thirdparty.org.slf4j.impl - package com.ibm.cos.v2.thirdparty.org.slf4j.impl
 
com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal - package com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal
 
com.ibm.cos.v2.transfer.s3 - package com.ibm.cos.v2.transfer.s3
 
com.ibm.cos.v2.transfer.s3.config - package com.ibm.cos.v2.transfer.s3.config
 
com.ibm.cos.v2.transfer.s3.internal - package com.ibm.cos.v2.transfer.s3.internal
 
com.ibm.cos.v2.transfer.s3.internal.model - package com.ibm.cos.v2.transfer.s3.internal.model
 
com.ibm.cos.v2.transfer.s3.internal.progress - package com.ibm.cos.v2.transfer.s3.internal.progress
 
com.ibm.cos.v2.transfer.s3.internal.serialization - package com.ibm.cos.v2.transfer.s3.internal.serialization
 
com.ibm.cos.v2.transfer.s3.internal.utils - package com.ibm.cos.v2.transfer.s3.internal.utils
 
com.ibm.cos.v2.transfer.s3.model - package com.ibm.cos.v2.transfer.s3.model
 
com.ibm.cos.v2.transfer.s3.progress - package com.ibm.cos.v2.transfer.s3.progress
 
com.ibm.cos.v2.utils - package com.ibm.cos.v2.utils
 
com.ibm.cos.v2.utils.async - package com.ibm.cos.v2.utils.async
 
com.ibm.cos.v2.utils.builder - package com.ibm.cos.v2.utils.builder
 
com.ibm.cos.v2.utils.cache - package com.ibm.cos.v2.utils.cache
 
com.ibm.cos.v2.utils.cache.lru - package com.ibm.cos.v2.utils.cache.lru
 
com.ibm.cos.v2.utils.http - package com.ibm.cos.v2.utils.http
 
com.ibm.cos.v2.utils.internal - package com.ibm.cos.v2.utils.internal
 
com.ibm.cos.v2.utils.internal.async - package com.ibm.cos.v2.utils.internal.async
 
com.ibm.cos.v2.utils.internal.proxy - package com.ibm.cos.v2.utils.internal.proxy
 
combine(long, long, long, long[][]) - Static method in class com.ibm.cos.v2.checksums.internal.CrcCombineChecksumUtil
Combines two CRC values into a single CRC using the specified combine matrices.
combine(long, long, long) - Method in interface com.ibm.cos.v2.checksums.internal.CrcCombineFunction
Combines two CRC values along with the data length to produce the resulting combined checksum.
combine(long, long, long) - Static method in class com.ibm.cos.v2.checksums.internal.SdkCrc32CChecksum
Combines the CRCs of two parts.Please refer CrcCombineChecksumUtil.combine(long, long, long, long[][])
combine(Long, Long, long) - Static method in class com.ibm.cos.v2.checksums.internal.SdkCrc32Checksum
Combines two CRC32 values into a single CRC using the specified combine matrices.
CombinedResponseAsyncHttpResponseHandler<OutputT> - Class in com.ibm.cos.v2.core.internal.http.async
Detects whether the response succeeded or failed by just checking the HTTP status and delegates to appropriate async response handler.
CombinedResponseAsyncHttpResponseHandler(TransformingAsyncResponseHandler<OutputT>, TransformingAsyncResponseHandler<? extends SdkException>) - Constructor for class com.ibm.cos.v2.core.internal.http.async.CombinedResponseAsyncHttpResponseHandler
 
CombinedResponseHandler<OutputT> - Class in com.ibm.cos.v2.core.internal.http
Unmarshalls an HTTP response into either a successful response POJO, or into a (possibly modeled) exception based on the status code of the HTTP response.
CombinedResponseHandler(HttpResponseHandler<OutputT>, HttpResponseHandler<? extends SdkException>) - Constructor for class com.ibm.cos.v2.core.internal.http.CombinedResponseHandler
 
COMMA - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
command(String) - Method in class com.ibm.cos.v2.auth.credentials.ProcessCredentialsProvider.Builder
Deprecated.
The recommended approach is to specify the command as a list of Strings, using ProcessCredentialsProvider.Builder.command(List) instead, which makes it easier to programmatically add parameters to commands without needing to escape those parameters to protect against command injection.
command(List<String>) - Method in class com.ibm.cos.v2.auth.credentials.ProcessCredentialsProvider.Builder
Configure the command that should be executed to retrieve credentials, as a list of strings.
comments(String) - Method in interface com.ibm.cos.v2.services.s3.model.CSVInput.Builder
A single character used to indicate that a row should be ignored when the character is present at the start of that row.
comments() - Method in class com.ibm.cos.v2.services.s3.model.CSVInput
A single character used to indicate that a row should be ignored when the character is present at the start of that row.
CommonPrefix - Class in com.ibm.cos.v2.services.s3.model
Container for all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter.
CommonPrefix.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
commonPrefixes(Collection<CommonPrefix>) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
If you specify a delimiter in the request, then the result returns each distinct key prefix containing the delimiter in a CommonPrefixes element.
commonPrefixes(CommonPrefix...) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
If you specify a delimiter in the request, then the result returns each distinct key prefix containing the delimiter in a CommonPrefixes element.
commonPrefixes(Consumer<CommonPrefix.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
If you specify a delimiter in the request, then the result returns each distinct key prefix containing the delimiter in a CommonPrefixes element.
commonPrefixes() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
If you specify a delimiter in the request, then the result returns each distinct key prefix containing the delimiter in a CommonPrefixes element.
commonPrefixes(Collection<CommonPrefix>) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
All of the keys (up to 1,000) rolled up in a common prefix count as a single return when calculating the number of returns.
commonPrefixes(CommonPrefix...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
All of the keys (up to 1,000) rolled up in a common prefix count as a single return when calculating the number of returns.
commonPrefixes(Consumer<CommonPrefix.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
All of the keys (up to 1,000) rolled up in a common prefix count as a single return when calculating the number of returns.
commonPrefixes() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
All of the keys (up to 1,000) rolled up in a common prefix count as a single return when calculating the number of returns.
commonPrefixes(Collection<CommonPrefix>) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
All of the keys (up to 1,000) that share the same prefix are grouped together.
commonPrefixes(CommonPrefix...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
All of the keys (up to 1,000) that share the same prefix are grouped together.
commonPrefixes(Consumer<CommonPrefix.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
All of the keys (up to 1,000) that share the same prefix are grouped together.
commonPrefixes() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
All of the keys (up to 1,000) that share the same prefix are grouped together.
commonPrefixes(Collection<CommonPrefix>) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.
commonPrefixes(CommonPrefix...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.
commonPrefixes(Consumer<CommonPrefix.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.
commonPrefixes() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.
commonPrefixes() - Method in class com.ibm.cos.v2.services.s3.paginators.ListMultipartUploadsIterable
Returns an iterable to iterate through the paginated ListMultipartUploadsResponse.commonPrefixes() member.
commonPrefixes() - Method in class com.ibm.cos.v2.services.s3.paginators.ListMultipartUploadsPublisher
Returns a publisher that can be used to get a stream of data.
commonPrefixes() - Method in class com.ibm.cos.v2.services.s3.paginators.ListObjectsV2Iterable
Returns an iterable to iterate through the paginated ListObjectsV2Response.commonPrefixes() member.
commonPrefixes() - Method in class com.ibm.cos.v2.services.s3.paginators.ListObjectsV2Publisher
Returns a publisher that can be used to get a stream of data.
commonPrefixes() - Method in class com.ibm.cos.v2.services.s3.paginators.ListObjectVersionsIterable
Returns an iterable to iterate through the paginated ListObjectVersionsResponse.commonPrefixes() member.
commonPrefixes() - Method in class com.ibm.cos.v2.services.s3.paginators.ListObjectVersionsPublisher
Returns a publisher that can be used to get a stream of data.
ComparableUtils - Class in com.ibm.cos.v2.utils
 
compare(String, JmesPathRuntime.Value) - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Compare this value to another value, using the specified comparison operator: https://jmespath.org/specification.html#comparison-operators
CompletableFutureUtils - Class in com.ibm.cos.v2.utils
Utility class for working with CompletableFuture.
complete() - Method in interface com.ibm.cos.v2.awscore.eventstream.EventStreamResponseHandler
Called when all data has been successfully published to the Subscriber.
complete() - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamResponseHandlerFromBuilder
 
complete() - Method in interface com.ibm.cos.v2.http.async.SdkHttpResponseHandler
Called when all parts of the response have been received.
complete() - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerSubscriber
Override for custom completion handling.
complete() - Method in class com.ibm.cos.v2.utils.async.SimplePublisher
Indicate that no more SimplePublisher.send(Object) calls will be made, and that stream of messages is completed successfully.
CompletedCopy - Class in com.ibm.cos.v2.transfer.s3.model
Represents a completed copy transfer to Amazon S3.
CompletedCopy.Builder - Interface in com.ibm.cos.v2.transfer.s3.model
 
CompletedDirectoryDownload - Class in com.ibm.cos.v2.transfer.s3.model
Represents a completed download directory transfer to Amazon S3.
CompletedDirectoryDownload.Builder - Interface in com.ibm.cos.v2.transfer.s3.model
 
CompletedDirectoryTransfer - Interface in com.ibm.cos.v2.transfer.s3.model
A completed directory-based transfer.
CompletedDirectoryUpload - Class in com.ibm.cos.v2.transfer.s3.model
Represents a completed upload directory transfer to Amazon S3.
CompletedDirectoryUpload.Builder - Interface in com.ibm.cos.v2.transfer.s3.model
 
CompletedDownload<ResultT> - Class in com.ibm.cos.v2.transfer.s3.model
Represents a completed download transfer from Amazon S3.
CompletedDownload.TypedBuilder<T> - Interface in com.ibm.cos.v2.transfer.s3.model
The type-parameterized version of CompletedDownload.UntypedBuilder.
CompletedDownload.UntypedBuilder - Interface in com.ibm.cos.v2.transfer.s3.model
Initial calls to CompletedDownload.builder() return an CompletedDownload.UntypedBuilder, where the builder is not yet parameterized with the generic type associated with CompletedDownload.
CompletedFileDownload - Class in com.ibm.cos.v2.transfer.s3.model
Represents a completed download transfer from Amazon S3.
CompletedFileDownload.Builder - Interface in com.ibm.cos.v2.transfer.s3.model
 
CompletedFileUpload - Class in com.ibm.cos.v2.transfer.s3.model
Represents a completed upload transfer to Amazon S3.
CompletedFileUpload.Builder - Interface in com.ibm.cos.v2.transfer.s3.model
 
CompletedMultipartUpload - Class in com.ibm.cos.v2.services.s3.model
The container for the completed multipart upload details.
CompletedMultipartUpload.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
CompletedObjectTransfer - Interface in com.ibm.cos.v2.transfer.s3.model
A completed single object transfer.
CompletedPart - Class in com.ibm.cos.v2.services.s3.model
Details of the parts that were uploaded.
CompletedPart.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
completedParts() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloadResumeContext
 
completedParts(GetObjectRequest) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloadUtils
This method checks the S3MultipartExecutionAttribute.MULTIPART_DOWNLOAD_RESUME_CONTEXT execution attributes for a context object and returns the complete parts associated with it, or an empty list of no context is found.
completedParts(List<Integer>) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload.Builder
For multipart download, set the lists of parts that were successfully completed and saved to the file.
completedParts() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
The lists of parts that were successfully completed and saved to the file.
completedTransfer(CompletedObjectTransfer) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerContext.Builder
 
completedTransfer() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerContext
 
CompletedTransfer - Interface in com.ibm.cos.v2.transfer.s3.model
The parent interface for all completed transfers.
completedTransfer() - Method in interface com.ibm.cos.v2.transfer.s3.progress.TransferListener.Context.TransferComplete
The completed transfer, i.e., the CompletedFileUpload or CompletedFileDownload.
CompletedUpload - Class in com.ibm.cos.v2.transfer.s3.model
Represents a completed upload transfer to Amazon S3.
CompletedUpload.Builder - Interface in com.ibm.cos.v2.transfer.s3.model
 
completeFuture() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.io.ChecksumSubscriber
 
completeMultipartUpload(CompleteMultipartUploadRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Completes a multipart upload by assembling previously uploaded parts.
completeMultipartUpload(CompleteMultipartUploadRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Completes a multipart upload by assembling previously uploaded parts.
completeMultipartUpload(PutObjectRequest, String, CompletedPart[], long) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.GenericMultipartHelper
 
completeMultipartUpload(CompleteMultipartUploadRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Completes a multipart upload by assembling previously uploaded parts.
completeMultipartUpload(Consumer<CompleteMultipartUploadRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Completes a multipart upload by assembling previously uploaded parts.
completeMultipartUpload(CompleteMultipartUploadRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Completes a multipart upload by assembling previously uploaded parts.
completeMultipartUpload(Consumer<CompleteMultipartUploadRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Completes a multipart upload by assembling previously uploaded parts.
CompleteMultipartUploadPresignRequest - Class in com.ibm.cos.v2.services.s3.presigner.model
A request to pre-sign a CompleteMultipartUploadRequest so that it can be executed at a later time without requiring additional signing or authentication.
CompleteMultipartUploadPresignRequest.Builder - Interface in com.ibm.cos.v2.services.s3.presigner.model
CompleteMultipartUploadRequest - Class in com.ibm.cos.v2.services.s3.model
 
completeMultipartUploadRequest(CompleteMultipartUploadRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.CompleteMultipartUploadPresignRequest.Builder
Configure the CompleteMultipartUploadRequest that should be presigned.
completeMultipartUploadRequest(Consumer<CompleteMultipartUploadRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.CompleteMultipartUploadPresignRequest.Builder
Configure the CompleteMultipartUploadRequest that should be presigned.
completeMultipartUploadRequest() - Method in class com.ibm.cos.v2.services.s3.presigner.model.CompleteMultipartUploadPresignRequest
Retrieve the CompleteMultipartUploadRequest that should be presigned.
CompleteMultipartUploadRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
CompleteMultipartUploadRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
CompleteMultipartUploadRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.CompleteMultipartUploadRequestMarshaller
 
CompleteMultipartUploadResponse - Class in com.ibm.cos.v2.services.s3.model
 
CompleteMultipartUploadResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
completeSubscription() - Method in class com.ibm.cos.v2.core.pagination.async.PaginationSubscription
 
completionFuture() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultCopy
 
completionFuture() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultDirectoryDownload
 
completionFuture() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultDirectoryUpload
 
completionFuture() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultDownload
 
completionFuture() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultFileDownload
 
completionFuture() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultFileUpload
 
completionFuture() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultUpload
 
completionFuture() - Method in interface com.ibm.cos.v2.transfer.s3.model.Copy
 
completionFuture() - Method in interface com.ibm.cos.v2.transfer.s3.model.DirectoryDownload
 
completionFuture() - Method in interface com.ibm.cos.v2.transfer.s3.model.DirectoryUpload
 
completionFuture() - Method in interface com.ibm.cos.v2.transfer.s3.model.Download
 
completionFuture() - Method in interface com.ibm.cos.v2.transfer.s3.model.FileDownload
 
completionFuture() - Method in interface com.ibm.cos.v2.transfer.s3.model.FileUpload
 
completionFuture() - Method in interface com.ibm.cos.v2.transfer.s3.model.Transfer
 
completionFuture() - Method in interface com.ibm.cos.v2.transfer.s3.model.Upload
 
compress(SdkBytes) - Method in interface com.ibm.cos.v2.core.internal.compression.Compressor
Compress a SdkBytes payload.
compress(byte[]) - Method in interface com.ibm.cos.v2.core.internal.compression.Compressor
Compress a byte[] payload.
compress(InputStream) - Method in interface com.ibm.cos.v2.core.internal.compression.Compressor
Compress an InputStream payload.
compress(ByteBuffer) - Method in interface com.ibm.cos.v2.core.internal.compression.Compressor
Compress an ByteBuffer payload.
compress(SdkBytes) - Method in class com.ibm.cos.v2.core.internal.compression.GzipCompressor
 
COMPRESSION_CONFIGURATION - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
Option used by the rest of the SDK to read the CompressionConfiguration.
CompressionAsyncRequestBody - Class in com.ibm.cos.v2.core.internal.async
Wrapper class to wrap an AsyncRequestBody.
CompressionAsyncRequestBody.Builder - Interface in com.ibm.cos.v2.core.internal.async
 
compressionConfiguration(CompressionConfiguration) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Sets the CompressionConfiguration for this client.
compressionConfiguration(Consumer<CompressionConfiguration.Builder>) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Sets the CompressionConfiguration for this client.
compressionConfiguration() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
 
compressionConfiguration() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
The compression configuration object, which includes options to enable/disable compression and set the minimum compression threshold.
CompressionConfiguration - Class in com.ibm.cos.v2.core
Configuration options for operations with the RequestCompression trait to disable request configuration and set the minimum compression threshold in bytes.
compressionConfiguration(CompressionConfiguration) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Sets the CompressionConfiguration for this request.
compressionConfiguration(Consumer<CompressionConfiguration.Builder>) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Sets the CompressionConfiguration for this request.
compressionConfiguration() - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
 
compressionConfiguration(CompressionConfiguration) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
compressionConfiguration(Consumer<CompressionConfiguration.Builder>) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
compressionConfiguration() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
compressionConfiguration() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration
Returns the compression configuration object, if present, which includes options to enable/disable compression and set the minimum compression threshold.
CompressionConfiguration.Builder - Interface in com.ibm.cos.v2.core
 
CompressionContentStreamProvider - Class in com.ibm.cos.v2.core.internal.sync
ContentStreamProvider implementation for compression.
CompressionContentStreamProvider(ContentStreamProvider, Compressor) - Constructor for class com.ibm.cos.v2.core.internal.sync.CompressionContentStreamProvider
 
CompressionType - Enum in com.ibm.cos.v2.services.s3.model
 
compressionType(String) - Method in interface com.ibm.cos.v2.services.s3.model.InputSerialization.Builder
Specifies object's compression format.
compressionType(CompressionType) - Method in interface com.ibm.cos.v2.services.s3.model.InputSerialization.Builder
Specifies object's compression format.
compressionType() - Method in class com.ibm.cos.v2.services.s3.model.InputSerialization
Specifies object's compression format.
compressionTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.InputSerialization
Specifies object's compression format.
compressor(Compressor) - Method in interface com.ibm.cos.v2.core.internal.async.CompressionAsyncRequestBody.Builder
Sets the compressor to compress the request.
Compressor - Interface in com.ibm.cos.v2.core.internal.compression
Interface for compressors used by CompressRequestStage to compress requests.
compressor(Compressor) - Method in class com.ibm.cos.v2.core.internal.io.AwsCompressionInputStream.Builder
 
compressorType() - Method in interface com.ibm.cos.v2.core.internal.compression.Compressor
The compression algorithm type.
CompressorType - Class in com.ibm.cos.v2.core.internal.compression
The supported compression algorithms for operations with the requestCompression trait.
compressorType() - Method in class com.ibm.cos.v2.core.internal.compression.GzipCompressor
 
compressorTypes() - Static method in class com.ibm.cos.v2.core.internal.compression.CompressorType
Returns the Set of Strings of compressor types supported by the SDK.
CompressRequestStage - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Compress requests whose operations are marked with the "requestCompression" C2J trait.
CompressRequestStage(HttpClientDependencies) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.CompressRequestStage
 
computeBackoff(RefreshRetryTokenRequest, DefaultRetryToken) - Method in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
Computes the backoff before a retry using the configured backoff strategy.
computeBackoff(RefreshRetryTokenRequest, DefaultRetryToken) - Method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy
 
computeChecksum(InputStream, Algorithm) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
Computes the Checksum of the data in the given input stream and returns it as an array of bytes.
computeDelay(int) - Method in class com.ibm.cos.v2.core.internal.waiters.LegacyToNonLegacyAdapter
 
computeDelay(int) - Method in interface com.ibm.cos.v2.retries.api.BackoffStrategy
Compute the amount of time to wait before the provided attempt number is executed.
computeDelay(int) - Method in class com.ibm.cos.v2.retries.api.internal.backoff.ExponentialDelayWithHalfJitter
 
computeDelay(int) - Method in class com.ibm.cos.v2.retries.api.internal.backoff.ExponentialDelayWithJitter
 
computeDelay(int) - Method in class com.ibm.cos.v2.retries.api.internal.backoff.ExponentialDelayWithoutJitter
 
computeDelay(int) - Method in class com.ibm.cos.v2.retries.api.internal.backoff.FixedDelayWithJitter
 
computeDelay(int) - Method in class com.ibm.cos.v2.retries.api.internal.backoff.FixedDelayWithoutJitter
 
computeDelay(int) - Method in class com.ibm.cos.v2.retries.api.internal.backoff.Immediately
 
computeDelayBeforeNextRetry(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.internal.waiters.NonLegacyToLegacyAdapter
 
computeDelayBeforeNextRetry(RetryPolicyContext) - Method in interface com.ibm.cos.v2.core.retry.backoff.BackoffStrategy
Deprecated.
Compute the delay before the next retry request.
computeDelayBeforeNextRetry(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.backoff.EqualJitterBackoffStrategy
Deprecated.
 
computeDelayBeforeNextRetry(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.backoff.FixedDelayBackoffStrategy
Deprecated.
 
computeDelayBeforeNextRetry(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.backoff.FullJitterBackoffStrategy
Deprecated.
 
computeIfAbsent(AttributeMap.Key<T>, Supplier<T>) - Method in class com.ibm.cos.v2.utils.AttributeMap.Builder
Add a mapping between the provided key and value, if the current value for the key is null.
computeInitialBackoff(AcquireInitialTokenRequest) - Method in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
Computes the backoff before the first attempt, by default Duration.ZERO.
computeInitialBackoff(AcquireInitialTokenRequest) - Method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy
 
computeMD5Hash(InputStream) - Static method in class com.ibm.cos.v2.utils.Md5Utils
Computes the MD5 hash of the data in the given input stream and returns it as an array of bytes.
computeMD5Hash(byte[]) - Static method in class com.ibm.cos.v2.utils.Md5Utils
Computes the MD5 hash of the given data and returns it as an array of bytes.
computeMD5Hash(File) - Static method in class com.ibm.cos.v2.utils.Md5Utils
Computes the MD5 of the given file.
computeNextDelayInMills(int) - Method in class com.ibm.cos.v2.core.internal.waiters.WaiterExecutorHelper
 
computeOptionIfAbsent(ClientOption<T>, Supplier<T>) - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration.Builder
Add a mapping between the provided key and value, if the current value for the option is null.
computeSignature(String, byte[]) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerUtils
Compute the signature of a string using a signing key.
concat(String, String, String) - Static method in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
Concatenates two values with the specified separator, if the second value is not null/empty, otherwise returns the first value.
CONCURRENCY_ACQUIRE_DURATION - Static variable in class com.ibm.cos.v2.http.HttpMetric
The time taken to acquire a channel from the connection pool.
Condition - Class in com.ibm.cos.v2.core.auth.policy
AWS access control policy conditions are contained in Statement objects, and affect when a statement is applied.
Condition() - Constructor for class com.ibm.cos.v2.core.auth.policy.Condition
 
CONDITION - Static variable in class com.ibm.cos.v2.core.auth.policy.internal.JsonDocumentField
 
Condition - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
condition() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Fn
Convert this fn into a condition
condition(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Fn
 
Condition - Class in com.ibm.cos.v2.services.s3.model
A container for describing a condition that must be met for the specified redirect to apply.
condition(Condition) - Method in interface com.ibm.cos.v2.services.s3.model.RoutingRule.Builder
A container for describing a condition that must be met for the specified redirect to apply.
condition(Consumer<Condition.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.RoutingRule.Builder
A container for describing a condition that must be met for the specified redirect to apply.
condition() - Method in class com.ibm.cos.v2.services.s3.model.RoutingRule
A container for describing a condition that must be met for the specified redirect to apply.
Condition.Builder - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
Condition.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ConditionalDecorator<T> - Interface in com.ibm.cos.v2.utils
An interface that defines a class that contains a transform for another type as well as a condition for whether that transform should be applied.
ConditionFactory - Class in com.ibm.cos.v2.core.auth.policy.conditions
Factory for creating common AWS access control policy conditions.
conditionKey - Variable in class com.ibm.cos.v2.core.auth.policy.Condition
 
CONDITIONS - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule
 
conditions - Variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule
 
CONFIG_METADATA - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
configuration(NettyConfiguration) - Method in class com.ibm.cos.v2.http.nio.netty.internal.AwaitCloseChannelPoolMap.Builder
 
configuration() - Method in class com.ibm.cos.v2.http.nio.netty.internal.RequestContext
 
configurationFileLocation() - Static method in class com.ibm.cos.v2.profiles.ProfileFileLocation
Load the location for the configuration file, usually ~/.aws/config unless it's overridden using an environment variable or system property.
configurationFilePath() - Static method in class com.ibm.cos.v2.profiles.ProfileFileLocation
Resolve the path for the configuration file, regardless of whether it exists or not.
configure(T) - Static method in class com.ibm.cos.v2.awscore.retry.AwsRetryStrategy
Configures a retry strategy using its builder to add AWS-specific retry exceptions.
configure(T) - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetryStrategy
Configures a retry strategy using its builder to add SDK-generic retry exceptions.
configureClient(SdkServiceClientConfiguration.Builder) - Method in interface com.ibm.cos.v2.core.SdkPlugin
Modify the provided client configuration.
configureClient(SdkServiceClientConfiguration.Builder) - Method in class com.ibm.cos.v2.services.s3.internal.plugins.S3DisableChunkEncodingIfConfiguredPlugin
 
configureClient(SdkServiceClientConfiguration.Builder) - Method in class com.ibm.cos.v2.services.s3.internal.plugins.S3OverrideAuthSchemePropertiesPlugin
 
configureClient(SdkServiceClientConfiguration.Builder) - Method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressPlugin
 
configureClient(SdkServiceClientConfiguration.Builder) - Method in class com.ibm.cos.v2.services.s3.LegacyMd5Plugin
 
CONFIGURED_ASYNC_HTTP_CLIENT - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
An asynchronous HTTP client set by the customer.
CONFIGURED_ASYNC_HTTP_CLIENT_BUILDER - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
An asynchronous HTTP client builder set by the customer.
CONFIGURED_COMPRESSION_CONFIGURATION - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
Configuration of the COMPRESSION_CONFIGURATION.
CONFIGURED_DEFAULTS_MODE - Static variable in class com.ibm.cos.v2.awscore.client.config.AwsClientOption
Configuration of the DEFAULTS_MODE.
CONFIGURED_RETRY_CONFIGURATOR - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The retry strategy builder consumer set by the customer using ClientOverrideConfiguration.Builder#retryStrategy(Consumer).
CONFIGURED_RETRY_MODE - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The retry mode set by the customer using ClientOverrideConfiguration.Builder.retryStrategy(RetryMode).
CONFIGURED_RETRY_STRATEGY - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The retry strategy set by the customer using ClientOverrideConfiguration.Builder.retryStrategy(RetryStrategy).
CONFIGURED_SCHEDULED_EXECUTOR_SERVICE - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The internal SDK scheduled executor service that is set by the customer.
CONFIGURED_SYNC_HTTP_CLIENT - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
An HTTP client set by the customer.
CONFIGURED_SYNC_HTTP_CLIENT_BUILDER - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
An HTTP client builder set by the customer.
ConfiguredS3SdkHttpRequest - Class in com.ibm.cos.v2.services.s3.internal
 
ConfiguredS3SdkHttpRequest.Builder - Class in com.ibm.cos.v2.services.s3.internal
 
ConfigureSignerInterceptor - Class in com.ibm.cos.v2.services.s3.internal.handlers
Don't double-url-encode or normalize path elements for S3, as per https://docs.aws.amazon.com/general/latest/gr/sigv4-create-canonical-request.html
ConfigureSignerInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.internal.handlers.ConfigureSignerInterceptor
 
configureStrategy(RetryStrategy.Builder<?, ?>) - Static method in class com.ibm.cos.v2.awscore.retry.AwsRetryStrategy
Configures any retry strategy using its builder to add AWS-specific retry exceptions.
configureStrategy(RetryStrategy.Builder<?, ?>) - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetryStrategy
Configures a retry strategy using its builder to add SDK-generic retry exceptions.
confirmRemoveSelfBucketAccess(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest.Builder
Set this parameter to true to confirm that you want to remove your permissions to change this bucket policy in the future.
confirmRemoveSelfBucketAccess() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
Set this parameter to true to confirm that you want to remove your permissions to change this bucket policy in the future.
connect(SocketAddress) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
connect(SocketAddress, int) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
connect(SocketAddress) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
connect(SocketAddress, int) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
connect(SocketAddress) - Method in class com.ibm.cos.v2.http.apache.internal.net.SdkSocket
 
connect(SocketAddress, int) - Method in class com.ibm.cos.v2.http.apache.internal.net.SdkSocket
 
connect(SocketAddress) - Method in class com.ibm.cos.v2.http.apache.internal.net.SdkSslSocket
 
connect(SocketAddress, int) - Method in class com.ibm.cos.v2.http.apache.internal.net.SdkSslSocket
 
connect(SocketAddress) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
connect(SocketAddress, SocketAddress) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
connect(SocketAddress, ChannelPromise) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
CONNECTION - Static variable in class com.ibm.cos.v2.http.Header
 
CONNECTION_ACQUIRE_TIMEOUT - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
Timeout for acquiring an already-established connection from a connection pool to a remote service.
CONNECTION_MAX_IDLE_TIMEOUT - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
Timeout after which an idle connection should be closed.
CONNECTION_TIME_TO_LIVE - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
Timeout after which a connection should be closed, regardless of whether it is idle.
CONNECTION_TIMEOUT - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
Timeout for establishing a connection to a remote service.
connectionAcquireTimeout(Duration) - Method in class com.ibm.cos.v2.http.apache.internal.ApacheHttpRequestConfig.Builder
 
connectionAcquireTimeout() - Method in class com.ibm.cos.v2.http.apache.internal.ApacheHttpRequestConfig
 
connectionAcquireTimeoutMillis() - Method in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
connectionAcquisitionTimeout(Duration) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
The amount of time to wait when acquiring a connection from the pool before giving up and timing out.
connectionAcquisitionTimeout(Duration) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtAsyncHttpClient.Builder
The amount of time to wait when acquiring a connection from the pool before giving up and timing out.
connectionAcquisitionTimeout(Duration) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtHttpClient.Builder
The amount of time to wait when acquiring a connection from the pool before giving up and timing out.
connectionAcquisitionTimeout(Duration) - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
connectionAcquisitionTimeout(Duration) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
The amount of time to wait when acquiring a connection from the pool before giving up and timing out.
connectionHealthConfiguration(ConnectionHealthConfiguration) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtAsyncHttpClient.Builder
Configure the health checks for all connections established by this client.
connectionHealthConfiguration(Consumer<ConnectionHealthConfiguration.Builder>) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtAsyncHttpClient.Builder
A convenience method that creates an instance of the ConnectionHealthConfiguration builder, avoiding the need to create one manually via ConnectionHealthConfiguration.builder().
connectionHealthConfiguration(ConnectionHealthConfiguration) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtHttpClient.Builder
Configure the health checks for all connections established by this client.
connectionHealthConfiguration(Consumer<ConnectionHealthConfiguration.Builder>) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtHttpClient.Builder
A convenience method that creates an instance of the ConnectionHealthConfiguration builder, avoiding the need to create one manually via ConnectionHealthConfiguration.builder().
ConnectionHealthConfiguration - Class in com.ibm.cos.v2.http.crt
Configuration that defines health checks for all connections established by the ConnectionHealthConfiguration.
connectionHealthConfiguration(ConnectionHealthConfiguration) - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
connectionHealthConfiguration(Consumer<ConnectionHealthConfiguration.Builder>) - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
ConnectionHealthConfiguration.Builder - Interface in com.ibm.cos.v2.http.crt
ConnectionManagerAwareHttpClient - Interface in com.ibm.cos.v2.http.apache.internal.impl
An extension of Apache's HttpClient that expose the connection manager associated with the client.
connectionMaxIdleTime(Duration) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
Configure the maximum amount of time that a connection should be allowed to remain open while idle.
connectionMaxIdleTime(Duration) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtAsyncHttpClient.Builder
Configure the maximum amount of time that a connection should be allowed to remain open while idle.
connectionMaxIdleTime(Duration) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtHttpClient.Builder
Configure the maximum amount of time that a connection should be allowed to remain open while idle.
connectionMaxIdleTime(Duration) - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
connectionMaxIdleTime(Duration) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
Configure the maximum amount of time that a connection should be allowed to remain open while idle.
connectionTimeout(Duration) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
The amount of time to wait when initially establishing a connection before giving up and timing out.
connectionTimeout(Duration) - Method in class com.ibm.cos.v2.http.apache.internal.ApacheHttpRequestConfig.Builder
 
connectionTimeout() - Method in class com.ibm.cos.v2.http.apache.internal.ApacheHttpRequestConfig
 
connectionTimeout(Duration) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtAsyncHttpClient.Builder
The amount of time to wait when initially establishing a connection before giving up and timing out.
connectionTimeout(Duration) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtHttpClient.Builder
The amount of time to wait when initially establishing a connection before giving up and timing out.
connectionTimeout(Duration) - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
connectionTimeout(Duration) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
The amount of time to wait when initially establishing a connection before giving up and timing out.
connectionTimeout(Duration) - Method in interface com.ibm.cos.v2.http.urlconnection.UrlConnectionHttpClient.Builder
The amount of time to wait when initially establishing a connection before giving up and timing out.
connectionTimeout() - Method in interface com.ibm.cos.v2.regions.util.ResourcesEndpointProvider
 
connectionTimeToLive(Duration) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
The maximum amount of time that a connection should be allowed to remain open, regardless of usage frequency.
connectionTimeToLive(Duration) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
The maximum amount of time that a connection should be allowed to remain open, regardless of usage frequency.
connectionTtlMillis() - Method in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
ConnectionUtils - Class in com.ibm.cos.v2.regions.internal.util
 
ConnectionUtils() - Constructor for class com.ibm.cos.v2.regions.internal.util.ConnectionUtils
 
connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class com.ibm.cos.v2.http.apache.internal.conn.SdkTlsSocketFactory
 
connectTimeoutMillis() - Method in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
connectToEndpoint(URI, Map<String, String>) - Method in class com.ibm.cos.v2.regions.internal.util.ConnectionUtils
 
connectToEndpoint(URI, Map<String, String>, String) - Method in class com.ibm.cos.v2.regions.internal.util.ConnectionUtils
 
connectToEndpoint(ResourcesEndpointProvider, String) - Method in class com.ibm.cos.v2.regions.internal.util.ConnectionUtils
 
constant(JmesPathRuntime.Value) - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Convert this value to a new constant value, discarding the current value.
constant(Object) - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Convert this value to a new constant value, discarding the current value.
ConstantChecksum - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.checksums
Implementation of SdkChecksum to provide a constant checksum.
ConstantChecksum(String) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.checksums.ConstantChecksum
 
ConstantChecksumAlgorithm(String) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.util.ChecksumUtil.ConstantChecksumAlgorithm
 
constructor(Supplier<SdkPojo>) - Method in class com.ibm.cos.v2.core.SdkField.Builder
Sets a Supplier which will create a new MUTABLE instance of the POJO.
constructor() - Method in class com.ibm.cos.v2.core.SdkField
 
ConstructorCache - Class in com.ibm.cos.v2.checksums.internal
A cache that stores classes and their constructors by class name and class loader.
ConstructorCache() - Constructor for class com.ibm.cos.v2.checksums.internal.ConstructorCache
 
consumedCapacity() - Method in class com.ibm.cos.v2.core.internal.util.CapacityManager
Returns the currently consumed capacity.
consumedInMessage(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HttpStreamsClientHandler
 
consumeOrPropagate(Promise<?>, Consumer<T>) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
Create a GenericFutureListener that will propagate any failures or cancellations to the provided Promise, or invoke the provided Consumer with the result of a successful operation completion.
contains(Object) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
contains(K) - Method in class com.ibm.cos.v2.http.nio.netty.internal.SdkChannelPoolMap
 
contains(JmesPathRuntime.Value) - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Execute the contains function, with this value as the first parameter: https://jmespath.org/specification.html#contains
contains(Marker) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.ShadedMarkerAdapter
 
contains(String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.ShadedMarkerAdapter
 
contains(Marker) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.UnshadedMarkerAdapter
 
contains(String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.UnshadedMarkerAdapter
 
containsAll(Collection<?>) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
containsKey(Object) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructMap
 
containsKey(AttributeMap.Key<T>) - Method in class com.ibm.cos.v2.utils.AttributeMap
Return true if the provided key is configured in this map.
containsKey(Object) - Method in class com.ibm.cos.v2.utils.ImmutableMap
Inherited methods
containsOnly(Matcher<? extends T>...) - Static method in class com.ibm.cos.v2.testutils.hamcrest.Matchers
Creates a matcher that matches if the examined collection matches the specified items in any order
containsOnly(T...) - Static method in class com.ibm.cos.v2.testutils.hamcrest.Matchers
Creates a matcher that matches if the examined collection matches the specified items in any order
containsOnlyInOrder(Matcher<? extends T>...) - Static method in class com.ibm.cos.v2.testutils.hamcrest.Matchers
Creates a matcher that matches if the examined collection matches the specified matchers in order
containsOnlyInOrder(T...) - Static method in class com.ibm.cos.v2.testutils.hamcrest.Matchers
Creates a matcher that matches if the examined collection matches the specified items in order
containsTrait(Class<? extends Trait>) - Method in class com.ibm.cos.v2.core.SdkField
Checks if a given Trait is present on the field.
containsTrait(Class<? extends Trait>, TraitType) - Method in class com.ibm.cos.v2.core.SdkField
Checks if a given Trait is present on the field.
containsValue(Object) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructMap
 
containsValue(Object) - Method in class com.ibm.cos.v2.utils.ImmutableMap
 
contBuilder() - Static method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentEventStream
Create a builder for the Cont event type for this stream.
content() - Method in interface com.ibm.cos.v2.http.SdkHttpFullResponse.Builder
The content, exactly as it was configured with SdkHttpFullResponse.Builder.content(AbortableInputStream).
content(AbortableInputStream) - Method in interface com.ibm.cos.v2.http.SdkHttpFullResponse.Builder
Configure an SdkHttpFullResponse.content() to be used in the HTTP response.
content() - Method in interface com.ibm.cos.v2.http.SdkHttpFullResponse
Returns the optional stream containing the payload data returned by the service.
content(String) - Method in interface com.ibm.cos.v2.profiles.ProfileFile.Builder
Configure the content of the profile file.
content(InputStream) - Method in interface com.ibm.cos.v2.profiles.ProfileFile.Builder
Configure the content of the profile file.
content(Path) - Method in interface com.ibm.cos.v2.profiles.ProfileFile.Builder
Configure the location from which the profile file should be loaded.
CONTENT_ENCODING - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
CONTENT_LENGTH - Static variable in class com.ibm.cos.v2.http.Header
 
CONTENT_LENGTH_HEADER - Static variable in class com.ibm.cos.v2.services.s3.internal.checksums.ChecksumConstant
Header name for the content-length of an S3 object.
CONTENT_MD5 - Static variable in class com.ibm.cos.v2.http.Header
 
CONTENT_SHA_256_FOR_UNSIGNED_TRAILER - Static variable in class com.ibm.cos.v2.core.HttpChecksumConstant
 
CONTENT_SHA_256_WITH_CHECKSUM - Static variable in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsS3V4Signer
 
CONTENT_TYPE - Static variable in class com.ibm.cos.v2.http.Header
 
ContentChecksum - Class in com.ibm.cos.v2.auth.signer.internal
Encapsulates Hash in String format and FlexibleChecksum Instance for a Request Content.
ContentChecksum(String, SdkChecksum) - Constructor for class com.ibm.cos.v2.auth.signer.internal.ContentChecksum
 
contentDisposition(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies presentational information for the object.
contentDisposition() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies presentational information for the object.
contentDisposition(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specifies presentational information for the object.
contentDisposition() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specifies presentational information for the object.
contentDisposition(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Specifies presentational information for the object.
contentDisposition() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Specifies presentational information for the object.
contentDisposition(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Specifies presentational information for the object.
contentDisposition() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Specifies presentational information for the object.
contentDisposition(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Specifies presentational information for the object.
contentDisposition() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Specifies presentational information for the object.
contentDisposition(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Specifies presentational information for the object.
contentDisposition() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Specifies presentational information for the object.
contentEncoding(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
contentEncoding() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
contentEncoding(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
contentEncoding() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
contentEncoding(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Indicates what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
contentEncoding() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Indicates what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
contentEncoding(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Indicates what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
contentEncoding() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Indicates what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
contentEncoding(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
contentEncoding() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
contentEncoding(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
contentEncoding() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
contentFlexibleChecksum() - Method in class com.ibm.cos.v2.auth.signer.internal.ContentChecksum
 
contentHash() - Method in class com.ibm.cos.v2.auth.signer.internal.ContentChecksum
 
contentLanguage(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
The language the content is in.
contentLanguage() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
The language the content is in.
contentLanguage(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
The language that the content is in.
contentLanguage() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
The language that the content is in.
contentLanguage(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The language the content is in.
contentLanguage() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The language the content is in.
contentLanguage(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The language the content is in.
contentLanguage() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The language the content is in.
contentLanguage(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
The language the content is in.
contentLanguage() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
The language the content is in.
contentLanguage(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
The language the content is in.
contentLanguage() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
The language the content is in.
contentLength() - Method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
 
contentLength(Long) - Method in interface com.ibm.cos.v2.core.async.AsyncRequestBodyFromInputStreamConfiguration.Builder
Configures the length of the provided InputStream
contentLength() - Method in class com.ibm.cos.v2.core.async.AsyncRequestBodyFromInputStreamConfiguration
 
contentLength(Long) - Method in class com.ibm.cos.v2.core.async.BlockingInputStreamAsyncRequestBody.Builder
The content length of the output stream.
contentLength() - Method in class com.ibm.cos.v2.core.async.BlockingInputStreamAsyncRequestBody
 
contentLength(Long) - Method in class com.ibm.cos.v2.core.async.BlockingOutputStreamAsyncRequestBody.Builder
The content length of the output stream.
contentLength() - Method in class com.ibm.cos.v2.core.async.BlockingOutputStreamAsyncRequestBody
 
contentLength() - Method in class com.ibm.cos.v2.core.async.listener.AsyncRequestBodyListener.NotifyingAsyncRequestBody
 
contentLength() - Method in class com.ibm.cos.v2.core.internal.async.ByteBuffersAsyncRequestBody
 
contentLength() - Method in class com.ibm.cos.v2.core.internal.async.ChecksumCalculatingAsyncRequestBody
 
contentLength() - Method in class com.ibm.cos.v2.core.internal.async.CompressionAsyncRequestBody
 
contentLength() - Method in class com.ibm.cos.v2.core.internal.async.FileAsyncRequestBody
 
contentLength() - Method in class com.ibm.cos.v2.core.internal.async.InputStreamWithExecutorAsyncRequestBody
 
contentLength() - Method in class com.ibm.cos.v2.core.internal.http.async.SimpleHttpContentPublisher
 
contentLength() - Method in class com.ibm.cos.v2.core.sync.RequestBody
contentLength() - Method in interface com.ibm.cos.v2.http.async.SdkHttpContentPublisher
 
contentLength(Long) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext.Builder
 
contentLength() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext
 
contentLength(Long) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Size of the body in bytes.
contentLength() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Size of the body in bytes.
contentLength(Long) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Size of the body in bytes.
contentLength() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Size of the body in bytes.
contentLength(Long) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Size of the body in bytes.
contentLength() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Size of the body in bytes.
contentLength(Long) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
Size of the body in bytes.
contentLength() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
Size of the body in bytes.
contentLength(Long) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
The size of the content body in bytes.
contentLength() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
The size of the content body in bytes.
contentLengthHeader(Long) - Method in interface com.ibm.cos.v2.core.internal.async.ChecksumCalculatingAsyncRequestBody.Builder
Optional.
ContentList - Class in com.ibm.cos.v2.services.s3.model
 
contentList(List<ContentList>) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse.Builder
Sets the optional contentList
contentList() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
 
ContentList.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest.Builder
The Content-MD5 header for the metadata table configuration.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest
The Content-MD5 header for the metadata table configuration.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAclRequest.Builder
The Base64 encoded 128-bit MD5 digest of the data.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
The Base64 encoded 128-bit MD5 digest of the data.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest.Builder
The Base64 encoded 128-bit MD5 digest of the data.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest
The Base64 encoded 128-bit MD5 digest of the data.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest.Builder
The Base64 encoded 128-bit MD5 digest of the server-side encryption configuration.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest
The Base64 encoded 128-bit MD5 digest of the server-side encryption configuration.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest.Builder
The MD5 hash of the PutBucketLogging request body.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest
The MD5 hash of the PutBucketLogging request body.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest.Builder
The MD5 hash of the OwnershipControls request body.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest
The MD5 hash of the OwnershipControls request body.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest.Builder
The MD5 hash of the request body.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
The MD5 hash of the request body.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest.Builder
The Base64 encoded 128-bit MD5 digest of the data.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
The Base64 encoded 128-bit MD5 digest of the data.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest.Builder
The Base64 encoded 128-bit MD5 digest of the data.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest
The Base64 encoded 128-bit MD5 digest of the data.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest.Builder
The Base64 encoded 128-bit MD5 digest of the data.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest
The Base64 encoded 128-bit MD5 digest of the data.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest.Builder
>The Base64 encoded 128-bit MD5 digest of the data.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
>The Base64 encoded 128-bit MD5 digest of the data.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest.Builder
The Base64 encoded 128-bit MD5 digest of the data.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest
The Base64 encoded 128-bit MD5 digest of the data.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
The Base64 encoded 128-bit MD5 digest of the data.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
The Base64 encoded 128-bit MD5 digest of the data.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest.Builder
The MD5 hash for the request body.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
The MD5 hash for the request body.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest.Builder
The MD5 hash for the request body.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
The MD5 hash for the request body.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
The Base64 encoded 128-bit MD5 digest of the message (without the headers) according to RFC 1864.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
The Base64 encoded 128-bit MD5 digest of the message (without the headers) according to RFC 1864.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest.Builder
The MD5 hash for the request body.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
The MD5 hash for the request body.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest.Builder
The MD5 hash for the request body.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
The MD5 hash for the request body.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest.Builder
The MD5 hash of the PutPublicAccessBlock request body.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest
The MD5 hash of the PutPublicAccessBlock request body.
contentMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
The Base64 encoded 128-bit MD5 digest of the part data.
contentMD5() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
The Base64 encoded 128-bit MD5 digest of the part data.
contentRange(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The portion of the object returned in the response.
contentRange() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The portion of the object returned in the response.
contentRange(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The portion of the object returned in the response for a GET request.
contentRange() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The portion of the object returned in the response for a GET request.
contentRange(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
The portion of the object returned in the response.
contentRange() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
The portion of the object returned in the response.
ContentRangeParser - Class in com.ibm.cos.v2.transfer.s3.internal.progress
Parse a Content-Range header value into a total byte count.
contents(Collection<S3Object>) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
Metadata about each object returned.
contents(S3Object...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
Metadata about each object returned.
contents(Consumer<S3Object.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
Metadata about each object returned.
contents() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
Metadata about each object returned.
contents(Collection<S3Object>) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
Metadata about each object returned.
contents(S3Object...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
Metadata about each object returned.
contents(Consumer<S3Object.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
Metadata about each object returned.
contents() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
Metadata about each object returned.
contents() - Method in class com.ibm.cos.v2.services.s3.paginators.ListObjectsV2Iterable
Returns an iterable to iterate through the paginated ListObjectsV2Response.contents() member.
contents() - Method in class com.ibm.cos.v2.services.s3.paginators.ListObjectsV2Publisher
Returns a publisher that can be used to get a stream of data.
contentStreamProvider() - Method in class com.ibm.cos.v2.core.sync.RequestBody
 
ContentStreamProvider - Interface in com.ibm.cos.v2.http
Provides the content stream of a request.
contentStreamProvider(ContentStreamProvider) - Method in interface com.ibm.cos.v2.http.HttpExecuteRequest.Builder
Set the ContentStreamProvider to be executed by the client.
contentStreamProvider() - Method in class com.ibm.cos.v2.http.HttpExecuteRequest
 
contentStreamProvider(ContentStreamProvider) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Set the ContentStreamProvider for this request.
contentStreamProvider() - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
 
contentStreamProvider() - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest
 
contentType() - Method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
 
contentType(String) - Method in class com.ibm.cos.v2.core.async.BlockingInputStreamAsyncRequestBody.Builder
The content type of the output stream.
contentType() - Method in class com.ibm.cos.v2.core.async.BlockingInputStreamAsyncRequestBody
 
contentType() - Method in class com.ibm.cos.v2.core.async.listener.AsyncRequestBodyListener.NotifyingAsyncRequestBody
 
contentType() - Method in class com.ibm.cos.v2.core.internal.async.ByteBuffersAsyncRequestBody
 
contentType() - Method in class com.ibm.cos.v2.core.internal.async.ChecksumCalculatingAsyncRequestBody
 
contentType() - Method in class com.ibm.cos.v2.core.internal.async.CompressionAsyncRequestBody
 
contentType() - Method in class com.ibm.cos.v2.core.internal.async.FileAsyncRequestBody
 
contentType() - Method in class com.ibm.cos.v2.core.sync.RequestBody
 
contentType(String) - Method in class com.ibm.cos.v2.protocols.json.AwsJsonProtocolMetadata.Builder
 
contentType() - Method in class com.ibm.cos.v2.protocols.json.AwsJsonProtocolMetadata
 
contentType(String) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory.Builder
ContentType of the client (By default it is used from BaseAwsJsonProtocolFactory.AWS_JSON ).
contentType(String) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
 
contentType(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
A standard MIME type that describes the format of the object data.
contentType() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
A standard MIME type that describes the format of the object data.
contentType(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
A standard MIME type describing the format of the object data.
contentType() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
A standard MIME type describing the format of the object data.
contentType(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
A standard MIME type describing the format of the object data.
contentType() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
A standard MIME type describing the format of the object data.
contentType(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
A standard MIME type describing the format of the object data.
contentType() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
A standard MIME type describing the format of the object data.
contentType(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
A standard MIME type describing the format of the contents.
contentType() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
A standard MIME type describing the format of the contents.
contentType(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
A standard MIME type describing the format of the object data.
contentType() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
A standard MIME type describing the format of the object data.
Context - Class in com.ibm.cos.v2.core.interceptor
A wrapper for the immutable context objects that are visible to the ExecutionInterceptors.
context(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParameterReference.Builder
 
Context.AfterExecution - Interface in com.ibm.cos.v2.core.interceptor
Context.AfterMarshalling - Interface in com.ibm.cos.v2.core.interceptor
Context.AfterTransmission - Interface in com.ibm.cos.v2.core.interceptor
Context.AfterUnmarshalling - Interface in com.ibm.cos.v2.core.interceptor
Context.BeforeExecution - Interface in com.ibm.cos.v2.core.interceptor
Context.BeforeMarshalling - Interface in com.ibm.cos.v2.core.interceptor
Context.BeforeTransmission - Interface in com.ibm.cos.v2.core.interceptor
Context.BeforeUnmarshalling - Interface in com.ibm.cos.v2.core.interceptor
Context.FailedExecution - Interface in com.ibm.cos.v2.core.interceptor
All information that is known about a particular execution that has failed.
Context.ModifyHttpRequest - Interface in com.ibm.cos.v2.core.interceptor
Context.ModifyHttpResponse - Interface in com.ibm.cos.v2.core.interceptor
Context.ModifyRequest - Interface in com.ibm.cos.v2.core.interceptor
Context.ModifyResponse - Interface in com.ibm.cos.v2.core.interceptor
contextClassLoader() - Static method in class com.ibm.cos.v2.utils.ClassLoaderHelper
Attempt to get the current thread's class loader and fallback to the system classloader if null
ContinuationEvent - Class in com.ibm.cos.v2.services.s3.model

ContinuationEvent(ContinuationEvent.BuilderImpl) - Constructor for class com.ibm.cos.v2.services.s3.model.ContinuationEvent
 
ContinuationEvent.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ContinuationEvent.BuilderImpl - Class in com.ibm.cos.v2.services.s3.model
 
continuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest.Builder
The ContinuationToken that represents a placeholder from where this request should begin.
continuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest
The ContinuationToken that represents a placeholder from where this request should begin.
continuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse.Builder
The marker that is used as a starting point for this analytics configuration list response.
continuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse
The marker that is used as a starting point for this analytics configuration list response.
continuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsRequest.Builder
The ContinuationToken that represents a placeholder from where this request should begin.
continuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsRequest
The ContinuationToken that represents a placeholder from where this request should begin.
continuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse.Builder
The ContinuationToken that represents a placeholder from where this request should begin.
continuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse
The ContinuationToken that represents a placeholder from where this request should begin.
continuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest.Builder
The marker used to continue an inventory configuration listing that has been truncated.
continuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest
The marker used to continue an inventory configuration listing that has been truncated.
continuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse.Builder
If sent in the request, the marker that is used as a starting point for this inventory configuration list response.
continuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse
If sent in the request, the marker that is used as a starting point for this inventory configuration list response.
continuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest.Builder
The marker that is used to continue a metrics configuration listing that has been truncated.
continuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest
The marker that is used to continue a metrics configuration listing that has been truncated.
continuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse.Builder
The marker that is used as a starting point for this metrics configuration list response.
continuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse
The marker that is used as a starting point for this metrics configuration list response.
continuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest.Builder
Sets the optional continuation token.
continuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest
Gets the optional continuation token.
continuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse.Builder
Sets the optional continuation token.
continuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
Gets the optional continuation token.
continuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsRequest.Builder
ContinuationToken indicates to Amazon S3 that the list is being continued on this bucket with a token.
continuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsRequest
ContinuationToken indicates to Amazon S3 that the list is being continued on this bucket with a token.
continuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsResponse.Builder
ContinuationToken is included in the response when there are more buckets that can be listed with pagination.
continuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsResponse
ContinuationToken is included in the response when there are more buckets that can be listed with pagination.
continuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest.Builder
ContinuationToken indicates to Amazon S3 that the list is being continued on buckets in this account with a token.
continuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest
ContinuationToken indicates to Amazon S3 that the list is being continued on buckets in this account with a token.
continuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse.Builder
If ContinuationToken was sent with the request, it is included in the response.
continuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse
If ContinuationToken was sent with the request, it is included in the response.
continuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
ContinuationToken indicates to Amazon S3 that the list is being continued on this bucket with a token.
continuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
ContinuationToken indicates to Amazon S3 that the list is being continued on this bucket with a token.
continuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
If ContinuationToken was sent with the request, it is included in the response.
continuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
If ContinuationToken was sent with the request, it is included in the response.
CONTINUE - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
convert(T, Function<? super T, ? extends U>) - Static method in class com.ibm.cos.v2.core.runtime.TypeConverter
Null-safely convert between types by applying a function.
convert(List<T>, Function<? super T, ? extends U>) - Static method in class com.ibm.cos.v2.core.runtime.TypeConverter
Null-safely convert between two lists by applying a function to each value.
convert(Map<T1, T2>, Function<? super T1, ? extends U1>, Function<? super T2, ? extends U2>, BiPredicate<U1, U2>) - Static method in class com.ibm.cos.v2.core.runtime.TypeConverter
Null-safely convert between two maps by applying a function to each key and value.
convert(Instant, SdkField<Instant>) - Method in class com.ibm.cos.v2.protocols.core.InstantToString
 
convert(Number, SdkField<Instant>) - Method in class com.ibm.cos.v2.protocols.core.NumberToInstant
 
convert(String, SdkField<Instant>) - Method in class com.ibm.cos.v2.protocols.core.StringToInstant
 
convert(String, SdkField<T>) - Method in interface com.ibm.cos.v2.protocols.core.StringToValueConverter.SimpleStringToValue
 
convert(String) - Method in interface com.ibm.cos.v2.protocols.core.StringToValueConverter.SimpleStringToValue
Converts the value to a string.
convert(String, SdkField<T>) - Method in interface com.ibm.cos.v2.protocols.core.StringToValueConverter.StringToValue
Converts the value to a string.
convert(T, SdkField<T>) - Method in interface com.ibm.cos.v2.protocols.core.ValueToStringConverter.SimpleValueToString
 
convert(T) - Method in interface com.ibm.cos.v2.protocols.core.ValueToStringConverter.SimpleValueToString
Converts the value to a string.
convert(T, SdkField<T>) - Method in interface com.ibm.cos.v2.protocols.core.ValueToStringConverter.ValueToString
Converts the value to a string.
convertArn(Arn) - Method in interface com.ibm.cos.v2.services.s3.internal.resource.ArnConverter
Converts an AWS ARN into a service specific AwsResource.
convertArn(Arn) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ArnConverter
Converts a valid ARN representation of an S3 resource into a S3Resource object.
convertValue(Object) - Method in class com.ibm.cos.v2.utils.AttributeMap.Key
Validate the provided value is of the correct type and convert it to the proper type for this option.
copy(Consumer<? super AwsBasicCredentials.Builder>) - Method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials
 
copy(Consumer<? super AwsSessionCredentials.Builder>) - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials
 
copy(String) - Static method in class com.ibm.cos.v2.core.adapter.StandardMemberCopier
 
copy(Short) - Static method in class com.ibm.cos.v2.core.adapter.StandardMemberCopier
 
copy(Integer) - Static method in class com.ibm.cos.v2.core.adapter.StandardMemberCopier
 
copy(Long) - Static method in class com.ibm.cos.v2.core.adapter.StandardMemberCopier
 
copy(Float) - Static method in class com.ibm.cos.v2.core.adapter.StandardMemberCopier
 
copy(Double) - Static method in class com.ibm.cos.v2.core.adapter.StandardMemberCopier
 
copy(BigDecimal) - Static method in class com.ibm.cos.v2.core.adapter.StandardMemberCopier
 
copy(Boolean) - Static method in class com.ibm.cos.v2.core.adapter.StandardMemberCopier
 
copy(InputStream) - Static method in class com.ibm.cos.v2.core.adapter.StandardMemberCopier
 
copy(Instant) - Static method in class com.ibm.cos.v2.core.adapter.StandardMemberCopier
 
copy(SdkBytes) - Static method in class com.ibm.cos.v2.core.adapter.StandardMemberCopier
 
copy(ByteBuffer) - Static method in class com.ibm.cos.v2.core.adapter.StandardMemberCopier
 
copy() - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration.Builder
 
copy() - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes
 
copy() - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
 
copy(Consumer<? super ContinuationEvent.Builder>) - Method in class com.ibm.cos.v2.services.s3.model.ContinuationEvent
 
copy(Consumer<? super EndEvent.Builder>) - Method in class com.ibm.cos.v2.services.s3.model.EndEvent
 
copy(Consumer<? super ProgressEvent.Builder>) - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent
 
copy(Consumer<? super RecordsEvent.Builder>) - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent
 
copy(Consumer<? super StatsEvent.Builder>) - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent
 
Copy - Interface in com.ibm.cos.v2.transfer.s3.model
A copy transfer of an object that is already stored in S3.
copy(CopyRequest) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
Creates a copy of an object that is already stored in S3.
copy(Consumer<CopyRequest.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
This is a convenience method that creates an instance of the CopyRequest builder, avoiding the need to create one manually via CopyRequest.builder().
copy() - Method in class com.ibm.cos.v2.utils.AttributeMap.Builder
 
copy() - Method in class com.ibm.cos.v2.utils.AttributeMap
 
copy() - Method in interface com.ibm.cos.v2.utils.builder.CopyableBuilder
A shallow copy of this object created by building an immutable T and then transforming it back to a builder.
copy(Consumer<? super B>) - Method in interface com.ibm.cos.v2.utils.builder.ToCopyableBuilder
A convenience method for calling ToCopyableBuilder.toBuilder(), updating the returned builder and then calling SdkBuilder.build().
copy(InputStream, OutputStream) - Static method in class com.ibm.cos.v2.utils.IoUtils
Copies all bytes from the given input stream to the given output stream.
copy(InputStream, OutputStream, long) - Static method in class com.ibm.cos.v2.utils.IoUtils
Copies all bytes from the given input stream to the given output stream.
CopyableBuilder<B extends CopyableBuilder<B,T>,T extends ToCopyableBuilder<B,T>> - Interface in com.ibm.cos.v2.utils.builder
A special type of SdkBuilder that can be used when the built type implements ToCopyableBuilder.
copyAllBytesFrom(ByteBuffer) - Static method in class com.ibm.cos.v2.utils.BinaryUtils
Returns a copy of all the bytes from the given ByteBuffer, from the beginning to the buffer's limit; or null if the input is null.
copyBytesFrom(ByteBuffer) - Static method in class com.ibm.cos.v2.utils.BinaryUtils
Returns a copy of the bytes from the given ByteBuffer, ranging from the the buffer's current position to the buffer's limit; or null if the input is null.
copyBytesFrom(ByteBuffer, int) - Static method in class com.ibm.cos.v2.utils.BinaryUtils
This behaves identically to BinaryUtils.copyBytesFrom(ByteBuffer), except that the readLimit acts as a limit to the number of bytes that should be read from the byte buffer.
copyDirectory(Path, Path, CopyOption...) - Static method in class com.ibm.cos.v2.testutils.FileUtils
 
copyObject(CopyObjectRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Creates a copy of an object that is already stored in Amazon S3.
copyObject(CopyObjectRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Creates a copy of an object that is already stored in Amazon S3.
copyObject(CopyObjectRequest) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.CopyObjectHelper
 
copyObject(CopyObjectRequest) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartS3AsyncClient
 
copyObject(CopyObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Creates a copy of an object that is already stored in Amazon S3.
copyObject(Consumer<CopyObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Creates a copy of an object that is already stored in Amazon S3.
copyObject(CopyObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Creates a copy of an object that is already stored in Amazon S3.
copyObject(Consumer<CopyObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Creates a copy of an object that is already stored in Amazon S3.
CopyObjectHelper - Class in com.ibm.cos.v2.services.s3.internal.multipart
An internal helper class that automatically uses multipart copy based on the size of the source object
CopyObjectHelper(S3AsyncClient, long, long) - Constructor for class com.ibm.cos.v2.services.s3.internal.multipart.CopyObjectHelper
 
CopyObjectRequest - Class in com.ibm.cos.v2.services.s3.model
 
copyObjectRequest(CopyObjectRequest) - Method in interface com.ibm.cos.v2.transfer.s3.model.CopyRequest.Builder
Configures the CopyRequest that should be used for the copy
copyObjectRequest(Consumer<CopyObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.model.CopyRequest.Builder
Configures the CopyRequest that should be used for the copy
copyObjectRequest() - Method in class com.ibm.cos.v2.transfer.s3.model.CopyRequest
 
CopyObjectRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
CopyObjectRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
CopyObjectRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.CopyObjectRequestMarshaller
 
CopyObjectResponse - Class in com.ibm.cos.v2.services.s3.model
 
CopyObjectResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
copyObjectResult(CopyObjectResult) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResponse.Builder
Container for all response elements.
copyObjectResult(Consumer<CopyObjectResult.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResponse.Builder
Container for all response elements.
copyObjectResult() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
Container for all response elements.
CopyObjectResult - Class in com.ibm.cos.v2.services.s3.model
Container for all response elements.
CopyObjectResult.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
CopyPartResult - Class in com.ibm.cos.v2.services.s3.model
Container for all response elements.
copyPartResult(CopyPartResult) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse.Builder
Container for all response elements.
copyPartResult(Consumer<CopyPartResult.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse.Builder
Container for all response elements.
copyPartResult() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
Container for all response elements.
CopyPartResult.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
copyRemainingBytesFrom(ByteBuffer) - Static method in class com.ibm.cos.v2.utils.BinaryUtils
 
CopyRequest - Class in com.ibm.cos.v2.transfer.s3.model
Creates a copy of an object that is already stored in S3.
CopyRequest.Builder - Interface in com.ibm.cos.v2.transfer.s3.model
A builder for a CopyRequest, created with CopyRequest.builder()
copySource() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
copySource(String) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
The Copy Source used for Copy Object request.
copySource() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
The Copy Source used for Copy Object request.
copySource(String) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
copySource() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
copySource(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Deprecated.
The copySource parameter has been deprecated in favor of the more user-friendly sourceBucket, sourceKey, and sourceVersionId parameters. The copySource parameter will remain fully functional, but it must not be used in conjunction with its replacement parameters.
copySource() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Deprecated.
The copySource parameter has been deprecated in favor of the more user-friendly sourceBucket, sourceKey, and sourceVersionId parameters. The copySource parameter will remain fully functional, but it must not be used in conjunction with its replacement parameters.
copySource(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Deprecated.
The copySource parameter has been deprecated in favor of the more user-friendly sourceBucket, sourceKey, and sourceVersionId parameters. The copySource parameter will remain fully functional, but it must not be used in conjunction with its replacement parameters.
copySource() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Deprecated.
The copySource parameter has been deprecated in favor of the more user-friendly sourceBucket, sourceKey, and sourceVersionId parameters. The copySource parameter will remain fully functional, but it must not be used in conjunction with its replacement parameters.
copySourceIfMatch(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Copies the object if its entity tag (ETag) matches the specified tag.
copySourceIfMatch() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Copies the object if its entity tag (ETag) matches the specified tag.
copySourceIfMatch(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Copies the object if its entity tag (ETag) matches the specified tag.
copySourceIfMatch() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Copies the object if its entity tag (ETag) matches the specified tag.
copySourceIfModifiedSince(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Copies the object if it has been modified since the specified time.
copySourceIfModifiedSince() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Copies the object if it has been modified since the specified time.
copySourceIfModifiedSince(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Copies the object if it has been modified since the specified time.
copySourceIfModifiedSince() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Copies the object if it has been modified since the specified time.
copySourceIfNoneMatch(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Copies the object if its entity tag (ETag) is different than the specified ETag.
copySourceIfNoneMatch() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Copies the object if its entity tag (ETag) is different than the specified ETag.
copySourceIfNoneMatch(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Copies the object if its entity tag (ETag) is different than the specified ETag.
copySourceIfNoneMatch() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Copies the object if its entity tag (ETag) is different than the specified ETag.
copySourceIfUnmodifiedSince(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Copies the object if it hasn't been modified since the specified time.
copySourceIfUnmodifiedSince() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Copies the object if it hasn't been modified since the specified time.
copySourceIfUnmodifiedSince(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Copies the object if it hasn't been modified since the specified time.
copySourceIfUnmodifiedSince() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Copies the object if it hasn't been modified since the specified time.
copySourceRange(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
The range of bytes to copy from the source object.
copySourceRange() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
The range of bytes to copy from the source object.
copySourceSSECustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies the algorithm to use when decrypting the source object (for example, AES256).
copySourceSSECustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies the algorithm to use when decrypting the source object (for example, AES256).
copySourceSSECustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Specifies the algorithm to use when decrypting the source object (for example, AES256).
copySourceSSECustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Specifies the algorithm to use when decrypting the source object (for example, AES256).
copySourceSSECustomerKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source object.
copySourceSSECustomerKey() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source object.
copySourceSSECustomerKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source object.
copySourceSSECustomerKey() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source object.
copySourceSSECustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
copySourceSSECustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
copySourceSSECustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
copySourceSSECustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
copySourceVersionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResponse.Builder
Version ID of the source object that was copied.
copySourceVersionId() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
Version ID of the source object that was copied.
copySourceVersionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse.Builder
The version of the source object that was copied, if you have enabled versioning on the source bucket.
copySourceVersionId() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
The version of the source object that was copied, if you have enabled versioning on the source bucket.
CoreMetric - Class in com.ibm.cos.v2.core.metrics
 
CORSConfiguration - Class in com.ibm.cos.v2.services.s3.model
Describes the cross-origin access configuration for objects in an Amazon S3 bucket.
corsConfiguration(CORSConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest.Builder
Describes the cross-origin access configuration for objects in an Amazon S3 bucket.
corsConfiguration(Consumer<CORSConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest.Builder
Describes the cross-origin access configuration for objects in an Amazon S3 bucket.
corsConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest
Describes the cross-origin access configuration for objects in an Amazon S3 bucket.
CORSConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
CORSRule - Class in com.ibm.cos.v2.services.s3.model
Specifies a cross-origin access rule for an Amazon S3 bucket.
CORSRule.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
corsRules(Collection<CORSRule>) - Method in interface com.ibm.cos.v2.services.s3.model.CORSConfiguration.Builder
A set of origins and methods (cross-origin access that you want to allow).
corsRules(CORSRule...) - Method in interface com.ibm.cos.v2.services.s3.model.CORSConfiguration.Builder
A set of origins and methods (cross-origin access that you want to allow).
corsRules(Consumer<CORSRule.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.CORSConfiguration.Builder
A set of origins and methods (cross-origin access that you want to allow).
corsRules() - Method in class com.ibm.cos.v2.services.s3.model.CORSConfiguration
A set of origins and methods (cross-origin access that you want to allow).
corsRules(Collection<CORSRule>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketCorsResponse.Builder
A set of origins and methods (cross-origin access that you want to allow).
corsRules(CORSRule...) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketCorsResponse.Builder
A set of origins and methods (cross-origin access that you want to allow).
corsRules(Consumer<CORSRule.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketCorsResponse.Builder
A set of origins and methods (cross-origin access that you want to allow).
corsRules() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsResponse
A set of origins and methods (cross-origin access that you want to allow).
COST_FUNCTION - Static variable in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetrySetting.Legacy
 
COST_FUNCTION - Static variable in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetrySetting.Standard
 
CRC32 - Static variable in class com.ibm.cos.v2.checksums.DefaultChecksumAlgorithm
 
CRC32_FROM_COMPRESSED_DATA_ENABLED - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
Whether to calculate the CRC 32 checksum of a message based on the uncompressed data.
CRC32C - Static variable in class com.ibm.cos.v2.checksums.DefaultChecksumAlgorithm
 
Crc32CChecksum - Class in com.ibm.cos.v2.core.checksums
Deprecated.
this class is deprecated and subject to removal.
Crc32CChecksum() - Constructor for class com.ibm.cos.v2.core.checksums.Crc32CChecksum
Deprecated.
Creates CRT Based Crc32C checksum if Crt classpath for Crc32c is loaded, else create Sdk Implemented Crc32c
Crc32Checksum - Class in com.ibm.cos.v2.checksums.internal
 
Crc32Checksum() - Constructor for class com.ibm.cos.v2.checksums.internal.Crc32Checksum
 
Crc32Checksum - Class in com.ibm.cos.v2.core.checksums
Deprecated.
this class is deprecated and subject to removal.
Crc32Checksum() - Constructor for class com.ibm.cos.v2.core.checksums.Crc32Checksum
Deprecated.
Creates CRT Based Crc32 checksum if Crt classpath for Crc32 is loaded, else create Sdk Implemented Crc32.
Crc32ChecksumCalculatingInputStream - Class in com.ibm.cos.v2.core.internal.util
Simple InputStream wrapper that examines the wrapped stream's contents as they are read and calculates and CRC32 checksum.
Crc32ChecksumCalculatingInputStream(InputStream) - Constructor for class com.ibm.cos.v2.core.internal.util.Crc32ChecksumCalculatingInputStream
 
Crc32ChecksumValidatingInputStream - Class in com.ibm.cos.v2.core.internal.util
Wraps the provided input stream with a Crc32ChecksumCalculatingInputStream and after the stream is closed will validate the calculated checksum against the actual checksum.
Crc32ChecksumValidatingInputStream(InputStream, long) - Constructor for class com.ibm.cos.v2.core.internal.util.Crc32ChecksumValidatingInputStream
 
crc32cImplementation() - Static method in class com.ibm.cos.v2.checksums.internal.CrcChecksumProvider
Tries to create a Java 9-based CRC32C checksum.
Crc32MismatchException - Exception in com.ibm.cos.v2.core.exception
Extension of SdkClientException that is thrown whenever the client-side computed CRC32 does not match the server-side computed CRC32.
Crc32MismatchException(Crc32MismatchException.Builder) - Constructor for exception com.ibm.cos.v2.core.exception.Crc32MismatchException
Creates a new CRC32MismatchException with the specified message.
Crc32MismatchException.Builder - Interface in com.ibm.cos.v2.core.exception
 
Crc32MismatchException.BuilderImpl - Class in com.ibm.cos.v2.core.exception
 
Crc32Validation - Class in com.ibm.cos.v2.core.http
Validate and decompress input data if necessary.
CRC64NVME - Static variable in class com.ibm.cos.v2.checksums.DefaultChecksumAlgorithm
 
Crc64NvmeChecksum - Class in com.ibm.cos.v2.checksums.internal
Implementation of SdkChecksum to calculate an CRC64NVME checksum.
Crc64NvmeChecksum() - Constructor for class com.ibm.cos.v2.checksums.internal.Crc64NvmeChecksum
 
CRC_SIZE - Static variable in class com.ibm.cos.v2.checksums.internal.CrcCombineChecksumUtil
 
CrcChecksumProvider - Class in com.ibm.cos.v2.checksums.internal
Utility class providing implementations of CRC checksums, specifically CRC32C and CRC64NVME.
CrcCloneOnMarkChecksum - Class in com.ibm.cos.v2.checksums.internal
Class that provides functionality for combining CRC checksums with mark and reset capabilities.
CrcCloneOnMarkChecksum(Checksum) - Constructor for class com.ibm.cos.v2.checksums.internal.CrcCloneOnMarkChecksum
 
CrcCombineChecksumUtil - Class in com.ibm.cos.v2.checksums.internal
Utility class that provides methods for combining CRC checksums using Galois Field arithmetic.
CrcCombineFunction - Interface in com.ibm.cos.v2.checksums.internal
Functional interface for combining two CRC values along with the data length.
CrcCombineOnMarkChecksum - Class in com.ibm.cos.v2.checksums.internal
Class that provides functionality for combining CRC checksums with mark and reset capabilities.
CrcCombineOnMarkChecksum(Checksum, CrcCombineFunction) - Constructor for class com.ibm.cos.v2.checksums.internal.CrcCombineOnMarkChecksum
 
create() - Static method in class com.ibm.cos.v2.auth.credentials.AnonymousCredentialsProvider
 
create(String, String) - Static method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials
Constructs a new credentials object, with the specified AWS access key and AWS secret key.
create(String, String, String) - Static method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials
Constructs a new session credentials object, with the specified AWS access key, AWS secret key and AWS session token.
create(AwsCredentialsProvider, Profile) - Method in interface com.ibm.cos.v2.auth.credentials.ChildProfileCredentialsProviderFactory
Create a credentials provider for the provided profile, using the provided source credentials provider to authenticate with AWS.
create() - Static method in class com.ibm.cos.v2.auth.credentials.DefaultCredentialsProvider
Returns the singleton instance of the DefaultCredentialsProvider using the default configuration.
create() - Static method in class com.ibm.cos.v2.auth.credentials.EnvironmentVariableCredentialsProvider
 
create(Supplier<AwsCredentialsProvider>) - Static method in class com.ibm.cos.v2.auth.credentials.internal.LazyAwsCredentialsProvider
 
create() - Static method in class com.ibm.cos.v2.auth.credentials.ProfileCredentialsProvider
Create a ProfileCredentialsProvider using the ProfileFile.defaultProfileFile() and default profile name.
create(String) - Static method in class com.ibm.cos.v2.auth.credentials.ProfileCredentialsProvider
Create a ProfileCredentialsProvider using the given profile name and ProfileFile.defaultProfileFile().
create(ProfileProviderCredentialsContext) - Method in interface com.ibm.cos.v2.auth.credentials.ProfileCredentialsProviderFactory
 
create(AwsCredentials) - Static method in class com.ibm.cos.v2.auth.credentials.StaticCredentialsProvider
Create a credentials provider that always returns the provided set of credentials.
create() - Static method in class com.ibm.cos.v2.auth.credentials.SystemPropertyCredentialsProvider
 
create(WebIdentityTokenCredentialProperties) - Method in interface com.ibm.cos.v2.auth.credentials.WebIdentityTokenCredentialsProviderFactory
 
create() - Static method in class com.ibm.cos.v2.auth.credentials.WebIdentityTokenFileCredentialsProvider
 
create() - Static method in class com.ibm.cos.v2.auth.signer.Aws4Signer
Deprecated.
 
create() - Static method in class com.ibm.cos.v2.auth.signer.Aws4UnsignedPayloadSigner
 
create() - Static method in class com.ibm.cos.v2.auth.signer.AwsS3V4Signer
Deprecated.
 
create(ProfileFile, Profile) - Method in interface com.ibm.cos.v2.auth.token.credentials.ChildProfileTokenProviderFactory
Create a token provider for the provided profile.
create(SdkToken) - Static method in class com.ibm.cos.v2.auth.token.credentials.StaticTokenProvider
Create a token provider that always returns the provided static token.
create(Supplier<SdkTokenProvider>) - Static method in class com.ibm.cos.v2.auth.token.internal.LazyTokenProvider
 
create() - Static method in interface com.ibm.cos.v2.authcrt.signer.AwsCrtS3V4aSigner
Deprecated.
Create a default AwsS34aSigner.
create() - Static method in interface com.ibm.cos.v2.authcrt.signer.AwsCrtV4aSigner
Deprecated.
Create a default Aws4aSigner.
create() - Static method in class com.ibm.cos.v2.authcrt.signer.internal.DefaultAwsCrtS3V4aSigner
 
create() - Static method in class com.ibm.cos.v2.authcrt.signer.internal.DefaultAwsCrtV4aSigner
 
create(Map<String, String>) - Static method in class com.ibm.cos.v2.awscore.DefaultAwsResponseMetadata
 
create() - Static method in class com.ibm.cos.v2.awscore.endpoints.AccountIdEndpointModeResolver
 
create() - Static method in class com.ibm.cos.v2.awscore.internal.defaultsmode.DefaultsModeResolver
 
create(String...) - Static method in class com.ibm.cos.v2.awscore.retry.conditions.RetryOnErrorCodeCondition
 
create(Set<String>) - Static method in class com.ibm.cos.v2.awscore.retry.conditions.RetryOnErrorCodeCondition
 
create() - Static method in class com.ibm.cos.v2.checksums.internal.SdkCrc32CChecksum
 
create() - Static method in class com.ibm.cos.v2.checksums.internal.SdkCrc32Checksum
 
create() - Static method in class com.ibm.cos.v2.core.checksums.RequestChecksumCalculationResolver
 
create() - Static method in class com.ibm.cos.v2.core.checksums.ResponseChecksumValidationResolver
 
create(URI, boolean) - Static method in interface com.ibm.cos.v2.core.ClientEndpointProvider
Create a client endpoint provider that uses the provided static URI and override settings.
create(Throwable) - Static method in exception com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryFailedException
 
create(EndpointDiscoveryCacheLoader) - Static method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRefreshCache
 
create() - Static method in class com.ibm.cos.v2.core.endpointdiscovery.providers.ProfileEndpointDiscoveryProvider
 
create(Supplier<ProfileFile>, String) - Static method in class com.ibm.cos.v2.core.endpointdiscovery.providers.ProfileEndpointDiscoveryProvider
 
create() - Static method in class com.ibm.cos.v2.core.endpointdiscovery.providers.SystemPropertiesEndpointDiscoveryProvider
 
create(String) - Static method in exception com.ibm.cos.v2.core.exception.AbortedException
 
create(String, Throwable) - Static method in exception com.ibm.cos.v2.core.exception.AbortedException
 
create(long) - Static method in exception com.ibm.cos.v2.core.exception.ApiCallAttemptTimeoutException
 
create(String, Throwable) - Static method in exception com.ibm.cos.v2.core.exception.ApiCallAttemptTimeoutException
 
create(long) - Static method in exception com.ibm.cos.v2.core.exception.ApiCallTimeoutException
 
create(String, Throwable) - Static method in exception com.ibm.cos.v2.core.exception.ApiCallTimeoutException
 
create(String, Throwable) - Static method in exception com.ibm.cos.v2.core.exception.Crc32MismatchException
 
create(String) - Static method in exception com.ibm.cos.v2.core.exception.NonRetryableException
 
create(String, Throwable) - Static method in exception com.ibm.cos.v2.core.exception.NonRetryableException
 
create(String) - Static method in exception com.ibm.cos.v2.core.exception.RetryableException
 
create(String, Throwable) - Static method in exception com.ibm.cos.v2.core.exception.RetryableException
 
create(String) - Static method in exception com.ibm.cos.v2.core.exception.SdkClientException
 
create(String, Throwable) - Static method in exception com.ibm.cos.v2.core.exception.SdkClientException
 
create(String, Throwable) - Static method in exception com.ibm.cos.v2.core.exception.SdkException
 
create(SdkMetric<? super Duration>, HttpResponseHandler<T>) - Static method in class com.ibm.cos.v2.core.http.MetricCollectingHttpResponseHandler
 
create() - Static method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksumRequired
 
create() - Static method in class com.ibm.cos.v2.core.internal.checksums.factory.SdkCrc32
 
create() - Static method in class com.ibm.cos.v2.core.internal.checksums.factory.SdkCrc32C
 
create() - Static method in class com.ibm.cos.v2.core.internal.chunked.AwsChunkedEncodingConfig
 
create(TransformingAsyncResponseHandler<T>, Supplier<R>, BiPredicate<R, R>) - Static method in class com.ibm.cos.v2.core.internal.http.IdempotentAsyncResponseHandler
Creates a new wrapped TransformingAsyncResponseHandler
create() - Static method in class com.ibm.cos.v2.core.internal.useragent.AppIdResolver
 
create(Duration) - Static method in class com.ibm.cos.v2.core.retry.backoff.FixedDelayBackoffStrategy
Deprecated.
 
create(RetryCondition...) - Static method in class com.ibm.cos.v2.core.retry.conditions.AndRetryCondition
 
create(int) - Static method in class com.ibm.cos.v2.core.retry.conditions.MaxNumberOfRetriesCondition
 
create(RetryCondition...) - Static method in class com.ibm.cos.v2.core.retry.conditions.OrRetryCondition
 
create() - Static method in class com.ibm.cos.v2.core.retry.conditions.RetryOnClockSkewCondition
 
create(Set<Class<? extends Exception>>) - Static method in class com.ibm.cos.v2.core.retry.conditions.RetryOnExceptionsCondition
 
create(Class<? extends Exception>...) - Static method in class com.ibm.cos.v2.core.retry.conditions.RetryOnExceptionsCondition
 
create(Set<Integer>) - Static method in class com.ibm.cos.v2.core.retry.conditions.RetryOnStatusCodeCondition
 
create(Integer...) - Static method in class com.ibm.cos.v2.core.retry.conditions.RetryOnStatusCodeCondition
 
create() - Static method in class com.ibm.cos.v2.core.retry.conditions.RetryOnThrottlingCondition
 
create() - Static method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition
Create a condition using the RetryMode.defaultRetryMode().
create(Supplier<?>) - Static method in class com.ibm.cos.v2.core.traits.DefaultValueTrait
Creates a new DefaultValueTrait with a custom Supplier.
create() - Static method in class com.ibm.cos.v2.core.traits.JsonValueTrait
 
create() - Static method in class com.ibm.cos.v2.core.traits.PayloadTrait
 
create() - Static method in class com.ibm.cos.v2.core.traits.RequiredTrait
 
create(TimestampFormatTrait.Format) - Static method in class com.ibm.cos.v2.core.traits.TimestampFormatTrait
 
create(Pair<String, XmlAttributesTrait.AttributeAccessors>...) - Static method in class com.ibm.cos.v2.core.traits.XmlAttributesTrait
 
create() - Static method in class com.ibm.cos.v2.core.traits.XmlAttributeTrait
 
create() - Static method in class com.ibm.cos.v2.core.util.SdkUserAgent
Deprecated.
 
create(InputStream, Abortable) - Static method in class com.ibm.cos.v2.http.AbortableInputStream
Creates an instance of AbortableInputStream.
create(InputStream) - Static method in class com.ibm.cos.v2.http.AbortableInputStream
Creates an instance of AbortableInputStream that ignores abort.
create() - Static method in class com.ibm.cos.v2.http.apache.ApacheHttpClient
Create a ApacheHttpClient with the default properties
create(HttpExecuteRequest, ApacheHttpRequestConfig) - Method in class com.ibm.cos.v2.http.apache.internal.impl.ApacheHttpRequestFactory
 
create() - Static method in interface com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aPayloadSigner
Get a default implementation of a SigV4a payload signer.
create() - Static method in class com.ibm.cos.v2.http.auth.aws.internal.scheme.DefaultAwsV4AuthScheme
Returns an instance of the DefaultAwsV4AuthScheme.
create() - Static method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.Checksummer
Get a default implementation of a checksummer, which calculates the SHA-256 checksum and places it in the x-amz-content-sha256 header.
create(InputStream, int) - Static method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.Chunk
Get a default implementation of a chunk, which wraps a stream with a fixed size;
create() - Static method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.V4PayloadSigner
Get a default implementation of a SigV4 payload signer.
create(V4Properties, String) - Static method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.V4RequestSigner
Retrieve an implementation of a V4RequestSigner, which signs the request, but does not add authentication to the request.
create() - Static method in interface com.ibm.cos.v2.http.auth.aws.scheme.AwsV4AuthScheme
Get a default implementation of a AwsV4AuthScheme
create() - Static method in interface com.ibm.cos.v2.http.auth.aws.signer.AwsV4aHttpSigner
Get a default implementation of a AwsV4aHttpSigner
create() - Static method in interface com.ibm.cos.v2.http.auth.aws.signer.AwsV4HttpSigner
Get a default implementation of a AwsV4HttpSigner
create() - Static method in interface com.ibm.cos.v2.http.auth.aws.signer.IBMOAuthSigner
Get a default implementation of a IBMOAuthSigner
create(String) - Static method in class com.ibm.cos.v2.http.auth.aws.signer.RegionSet
Creates a RegionSet with the supplied region-set string.
create(Collection<String>) - Static method in class com.ibm.cos.v2.http.auth.aws.signer.RegionSet
Creates a RegionSet from the supplied collection.
create() - Static method in class com.ibm.cos.v2.http.auth.internal.scheme.DefaultBearerAuthScheme
Returns an instance of the DefaultBearerAuthScheme.
create() - Static method in class com.ibm.cos.v2.http.auth.internal.scheme.DefaultNoAuthAuthScheme
Returns an instance of the NoAuthAuthScheme.
create() - Static method in interface com.ibm.cos.v2.http.auth.scheme.BearerAuthScheme
Get a default implementation of a BearerAuthScheme
create() - Static method in interface com.ibm.cos.v2.http.auth.scheme.NoAuthAuthScheme
 
create() - Static method in interface com.ibm.cos.v2.http.auth.signer.BearerHttpSigner
Get a default implementation of a BearerHttpSigner
create(Class<?>, String) - Static method in class com.ibm.cos.v2.http.auth.spi.signer.SignerProperty
Create a property.
create() - Static method in class com.ibm.cos.v2.http.crt.AwsCrtAsyncHttpClient
Create a AwsCrtAsyncHttpClient client with the default configuration
create() - Static method in class com.ibm.cos.v2.http.crt.AwsCrtHttpClient
Create a AwsCrtHttpClient client with the default configuration
create(Path, String, String) - Static method in class com.ibm.cos.v2.http.FileStoreTlsKeyManagersProvider
 
create() - Static method in class com.ibm.cos.v2.http.nio.netty.internal.AutoReadDisableChannelPoolListener
 
create() - Static method in class com.ibm.cos.v2.http.nio.netty.internal.AutoReadEnableChannelPoolListener
 
create() - Static method in class com.ibm.cos.v2.http.nio.netty.internal.HandlerRemovingChannelPoolListener
 
create() - Static method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2StreamExceptionHandler
 
create() - Static method in class com.ibm.cos.v2.http.nio.netty.internal.InUseTrackingChannelPoolListener
 
create(KeyManager[]) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.StaticKeyManagerFactory
 
create(TrustManager[]) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.StaticTrustManagerFactory
 
create() - Static method in class com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient
Create a NettyNioAsyncHttpClient with the default properties
create(EventLoopGroup, ChannelFactory<? extends Channel>) - Static method in class com.ibm.cos.v2.http.nio.netty.SdkEventLoopGroup
Creates a new instance of SdkEventLoopGroup with EventLoopGroup and ChannelFactory to be used with NettyNioAsyncHttpClient.
create(EventLoopGroup) - Static method in class com.ibm.cos.v2.http.nio.netty.SdkEventLoopGroup
Creates a new instance of SdkEventLoopGroup with EventLoopGroup.
create() - Static method in class com.ibm.cos.v2.http.SystemPropertyTlsKeyManagersProvider
 
create() - Static method in class com.ibm.cos.v2.http.urlconnection.UrlConnectionHttpClient
Create a HttpURLConnection client with the default properties
create(UrlConnectionFactory) - Static method in class com.ibm.cos.v2.http.urlconnection.UrlConnectionHttpClient
Use this method if you want to control the way a HttpURLConnection is created.
create(String, String) - Static method in interface com.ibm.cos.v2.identity.spi.AwsCredentialsIdentity
Constructs a new credentials object, with the specified AWS access key and AWS secret key.
create(String, String, String) - Static method in interface com.ibm.cos.v2.identity.spi.AwsSessionCredentialsIdentity
Constructs a new session credentials object, with the specified AWS access key, AWS secret key and AWS session token.
create(Class<?>, String) - Static method in class com.ibm.cos.v2.identity.spi.IdentityProperty
Create a property.
create(String, String) - Static method in interface com.ibm.cos.v2.identity.spi.internal.IBMOAuthIdentity
Constructs a new credentials object, with the specified IAM api key and service Instance ID.
create(String) - Static method in interface com.ibm.cos.v2.identity.spi.TokenIdentity
Constructs a new token object, which can be used to authorize requests to services that use token based auth
create(String) - Static method in class com.ibm.cos.v2.metrics.internal.DefaultMetricCollector
 
create(String, Class<T>, MetricLevel, MetricCategory, MetricCategory...) - Static method in class com.ibm.cos.v2.metrics.internal.DefaultSdkMetric
Create a new metric.
create(String, Class<T>, MetricLevel, Set<MetricCategory>) - Static method in class com.ibm.cos.v2.metrics.internal.DefaultSdkMetric
Create a new metric.
create() - Static method in class com.ibm.cos.v2.metrics.internal.EmptyMetricCollection
 
create() - Static method in class com.ibm.cos.v2.metrics.LoggingMetricPublisher
Create a LoggingMetricPublisher with the default configuration of Level.INFO and LoggingMetricPublisher.Format.PLAIN.
create(Level, LoggingMetricPublisher.Format) - Static method in class com.ibm.cos.v2.metrics.LoggingMetricPublisher
Create a LoggingMetricPublisher with a custom LoggingMetricPublisher.Format and log Level.
create(String) - Static method in interface com.ibm.cos.v2.metrics.MetricCollector
 
create() - Static method in class com.ibm.cos.v2.metrics.NoOpMetricCollector
 
create(String, Class<T>, MetricLevel, MetricCategory, MetricCategory...) - Static method in interface com.ibm.cos.v2.metrics.SdkMetric
Create a new metric.
create(String, Class<T>, MetricLevel, Set<MetricCategory>) - Static method in interface com.ibm.cos.v2.metrics.SdkMetric
Create a new metric.
create(Map<MarshallLocation, TimestampFormatTrait.Format>) - Static method in class com.ibm.cos.v2.protocols.core.InstantToString
 
create(Map<MarshallLocation, TimestampFormatTrait.Format>) - Static method in class com.ibm.cos.v2.protocols.core.NumberToInstant
 
create(Map<MarshallLocation, TimestampFormatTrait.Format>) - Static method in class com.ibm.cos.v2.protocols.core.StringToInstant
 
create() - Static method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
 
create() - Static method in class com.ibm.cos.v2.protocols.jsoncore.JsonNodeParser
Create a parser using the default configuration.
create() - Static method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
create(String, boolean) - Static method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlGenerator
 
create() - Static method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlProtocolUnmarshaller
 
create() - Static method in class com.ibm.cos.v2.regions.internal.util.ConnectionUtils
 
create(String) - Static method in class com.ibm.cos.v2.regions.RegionScope
Creates a RegionScope with the supplied value.
create(String) - Static method in interface com.ibm.cos.v2.retries.api.AcquireInitialTokenRequest
Creates a new AcquireInitialTokenRequest instance with the given scope.
create(RetryToken, Duration) - Static method in interface com.ibm.cos.v2.retries.api.AcquireInitialTokenResponse
Creates a new AcquireInitialTokenRequest instance with the given scope.
create(String) - Static method in class com.ibm.cos.v2.retries.api.internal.AcquireInitialTokenRequestImpl
Creates a new AcquireInitialTokenRequestImpl instance with the given scope.
create(RetryToken, Duration) - Static method in class com.ibm.cos.v2.retries.api.internal.AcquireInitialTokenResponseImpl
Creates a new AcquireInitialTokenResponseImpl instance with the given token and suggested delay values.
create(RetryToken) - Static method in class com.ibm.cos.v2.retries.api.internal.RecordSuccessRequestImpl
 
create(RetryToken) - Static method in class com.ibm.cos.v2.retries.api.internal.RecordSuccessResponseImpl
Creates a new RecordSuccessResponseImpl with the given token and responses.
create(RetryToken, Duration) - Static method in class com.ibm.cos.v2.retries.api.internal.RefreshRetryTokenResponseImpl
Creates a new RefreshRetryTokenResponse with the given token and delay.
create(RetryToken) - Static method in interface com.ibm.cos.v2.retries.api.RecordSuccessRequest
Creates a new RecordSuccessRequest instance with the given token.
create(RetryToken) - Static method in interface com.ibm.cos.v2.retries.api.RecordSuccessResponse
Creates a new RecordSuccessResponseImpl with the given token.
create(RetryToken, Duration) - Static method in interface com.ibm.cos.v2.retries.api.RefreshRetryTokenResponse
Creates a new RefreshRetryTokenResponse with the given token and delay.
create(Duration) - Static method in class com.ibm.cos.v2.retries.internal.ratelimiter.RateLimiterAcquireResponse
 
create() - Static method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeProvider
 
create() - Static method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.ModeledS3AuthSchemeProvider
 
create(S3EndpointProvider, Supplier<Region>) - Static method in class com.ibm.cos.v2.services.s3.internal.crossregion.endpointprovider.BucketEndpointProvider
 
create() - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3ObjectLambdaOperationEndpointBuilder
Create a new instance of this builder class.
create(T, T) - Static method in class com.ibm.cos.v2.services.s3.internal.FieldWithDefault
Create a FieldWithDefault using the provided field and its default value.
create() - Static method in class com.ibm.cos.v2.services.s3.internal.handlers.LegacyMd5ExecutionInterceptor
 
create(S3AsyncClient, MultipartConfiguration, boolean) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartS3AsyncClient
 
create(S3AuthSchemeProvider) - Static method in class com.ibm.cos.v2.services.s3.internal.plugins.S3DisableChunkEncodingAuthSchemeProvider
 
create() - Static method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointBuilder
Create a new instance of this builder class.
create() - Static method in class com.ibm.cos.v2.services.s3.internal.resource.S3ArnConverter
Gets a static singleton instance of an S3ArnConverter.
create() - Static method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaEndpointBuilder
Create a new instance of this builder class.
create() - Static method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostAccessPointBuilder
Create a new instance of this builder class.
create() - Static method in class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressAuthScheme
 
create(HttpSigner<AwsCredentialsIdentity>) - Static method in class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressHttpSigner
 
create() - Static method in class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressHttpSigner
 
create(S3AuthSchemeProvider) - Static method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressAuthSchemeProvider
 
create() - Static method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressIdentityCache
 
create() - Static method in class com.ibm.cos.v2.services.s3.internal.settingproviders.DisableMultiRegionProviderChain
create(ProfileFile, String) - Static method in class com.ibm.cos.v2.services.s3.internal.settingproviders.DisableMultiRegionProviderChain
 
create(Supplier<ProfileFile>, String) - Static method in class com.ibm.cos.v2.services.s3.internal.settingproviders.DisableMultiRegionProviderChain
 
create() - Static method in class com.ibm.cos.v2.services.s3.internal.settingproviders.ProfileDisableMultiRegionProvider
 
create(ProfileFile, String) - Static method in class com.ibm.cos.v2.services.s3.internal.settingproviders.ProfileDisableMultiRegionProvider
 
create(Supplier<ProfileFile>, String) - Static method in class com.ibm.cos.v2.services.s3.internal.settingproviders.ProfileDisableMultiRegionProvider
 
create() - Static method in class com.ibm.cos.v2.services.s3.internal.settingproviders.ProfileUseArnRegionProvider
 
create(ProfileFile, String) - Static method in class com.ibm.cos.v2.services.s3.internal.settingproviders.ProfileUseArnRegionProvider
 
create(Supplier<ProfileFile>, String) - Static method in class com.ibm.cos.v2.services.s3.internal.settingproviders.ProfileUseArnRegionProvider
 
create() - Static method in class com.ibm.cos.v2.services.s3.internal.settingproviders.SystemsSettingsDisableMultiRegionProvider
 
create() - Static method in class com.ibm.cos.v2.services.s3.internal.settingproviders.SystemsSettingsUseArnRegionProvider
 
create() - Static method in class com.ibm.cos.v2.services.s3.internal.settingproviders.UseArnRegionProviderChain
Creates a default UseArnRegionProviderChain.
create(ProfileFile, String) - Static method in class com.ibm.cos.v2.services.s3.internal.settingproviders.UseArnRegionProviderChain
 
create(Supplier<ProfileFile>, String) - Static method in class com.ibm.cos.v2.services.s3.internal.settingproviders.UseArnRegionProviderChain
 
create() - Static method in class com.ibm.cos.v2.services.s3.LegacyMd5Plugin
 
create(AwsResponseMetadata) - Static method in class com.ibm.cos.v2.services.s3.model.S3ResponseMetadata
 
create() - Static method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner
Create an S3Presigner with default configuration.
create() - Static method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Create a S3AsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create() - Static method in interface com.ibm.cos.v2.services.s3.S3Client
Create a S3Client with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create() - Static method in interface com.ibm.cos.v2.services.s3.s3express.S3ExpressAuthScheme
 
create(String, String, String) - Static method in interface com.ibm.cos.v2.services.s3.s3express.S3ExpressSessionCredentials
Create S3 express session credentials for the provided access key ID, secret access key and session token.
create() - Static method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Create an instance of S3AsyncWaiter with the default configuration.
create() - Static method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Create an instance of S3Waiter with the default configuration.
create() - Static method in interface com.ibm.cos.v2.testutils.LogCaptor
 
create(Level) - Static method in interface com.ibm.cos.v2.testutils.LogCaptor
 
create(int) - Static method in class com.ibm.cos.v2.transfer.s3.progress.LoggingTransferListener
Create an instance of LoggingTransferListener with a custom maxTicks value.
create() - Static method in class com.ibm.cos.v2.transfer.s3.progress.LoggingTransferListener
Create an instance of LoggingTransferListener with the default configuration.
create() - Static method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
Create an S3TransferManager using the default values.
create(Predicate<T>, UnaryOperator<T>) - Static method in interface com.ibm.cos.v2.utils.ConditionalDecorator
 
create(Subscriber<? super U>, Function<T, U>) - Static method in class com.ibm.cos.v2.utils.internal.MappingSubscriber
 
create(String) - Static method in class com.ibm.cos.v2.utils.ToString
Create a to-string result for the given class name.
createAsyncHttpClientFactory() - Method in interface com.ibm.cos.v2.http.async.SdkAsyncHttpService
 
createAsyncHttpClientFactory() - Method in class com.ibm.cos.v2.http.crt.AwsCrtSdkHttpService
 
createAsyncHttpClientFactory() - Method in class com.ibm.cos.v2.http.nio.netty.NettySdkAsyncHttpService
 
createAttemptMetricsCollector(RequestExecutionContext) - Static method in class com.ibm.cos.v2.core.internal.util.MetricUtils
 
createAuthSchemes(Value) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.DefaultEndpointAuthSchemeStrategy
 
createAuthSchemes(Value) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.EndpointAuthSchemeStrategy
 
createBootstrap(String, int, Boolean) - Method in class com.ibm.cos.v2.http.nio.netty.internal.BootstrapProvider
Creates a Bootstrap for a specific host and port with an unresolved InetSocketAddress as the remoteAddress.
createBucket(CreateBucketRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
createBucket(CreateBucketRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
createBucket(CreateBucketRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
createBucket(Consumer<CreateBucketRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
createBucket(CreateBucketRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
createBucket(Consumer<CreateBucketRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
CreateBucketConfiguration - Class in com.ibm.cos.v2.services.s3.model
The configuration information for the bucket.
createBucketConfiguration(CreateBucketConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
The configuration information for the bucket.
createBucketConfiguration(Consumer<CreateBucketConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
The configuration information for the bucket.
createBucketConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
The configuration information for the bucket.
CreateBucketConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
CreateBucketInterceptor - Class in com.ibm.cos.v2.services.s3.internal.handlers
 
CreateBucketInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.internal.handlers.CreateBucketInterceptor
 
createBucketMetadataTableConfiguration(CreateBucketMetadataTableConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Creates a metadata table configuration for a general purpose bucket.
createBucketMetadataTableConfiguration(CreateBucketMetadataTableConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Creates a metadata table configuration for a general purpose bucket.
createBucketMetadataTableConfiguration(CreateBucketMetadataTableConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Creates a metadata table configuration for a general purpose bucket.
createBucketMetadataTableConfiguration(Consumer<CreateBucketMetadataTableConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Creates a metadata table configuration for a general purpose bucket.
createBucketMetadataTableConfiguration(CreateBucketMetadataTableConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Creates a metadata table configuration for a general purpose bucket.
createBucketMetadataTableConfiguration(Consumer<CreateBucketMetadataTableConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Creates a metadata table configuration for a general purpose bucket.
CreateBucketMetadataTableConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
CreateBucketMetadataTableConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
CreateBucketMetadataTableConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
CreateBucketMetadataTableConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.CreateBucketMetadataTableConfigurationRequestMarshaller
 
CreateBucketMetadataTableConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
CreateBucketMetadataTableConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
CreateBucketRequest - Class in com.ibm.cos.v2.services.s3.model
 
CreateBucketRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
CreateBucketRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
CreateBucketRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.CreateBucketRequestMarshaller
 
CreateBucketResponse - Class in com.ibm.cos.v2.services.s3.model
 
CreateBucketResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
createChecksumChunkHeader() - Method in class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsSignedChunkedEncodingInputStream
 
createChecksumChunkHeader() - Method in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream
 
createChecksumChunkHeader() - Method in class com.ibm.cos.v2.core.internal.io.AwsUnsignedChunkedEncodingInputStream
 
createChecksumTrailer(String, String) - Static method in class com.ibm.cos.v2.core.internal.util.ChunkContentUtils
Creates Chunk encoded checksum trailer for a computedChecksum which is in Base64 encoded.
createChild(String) - Method in class com.ibm.cos.v2.metrics.internal.DefaultMetricCollector
 
createChild(String) - Method in interface com.ibm.cos.v2.metrics.MetricCollector
Create a child of this metric collector.
createChild(String) - Method in class com.ibm.cos.v2.metrics.NoOpMetricCollector
 
createChunk(byte[]) - Method in class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsSignedChunkedEncodingInputStream
 
createChunk(byte[]) - Method in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream
Creates chunk for the given buffer.
createChunk(byte[]) - Method in class com.ibm.cos.v2.core.internal.io.AwsUnsignedChunkedEncodingInputStream
 
createChunk(ByteBuffer, boolean) - Static method in class com.ibm.cos.v2.core.internal.util.ChunkContentUtils
Creates ChunkEncoded data for an given chunk data.
createChunkedSigningConfig(ExecutionAttributes) - Method in class com.ibm.cos.v2.authcrt.signer.internal.SigningConfigProvider
 
createCombinedResponseHandler(Supplier<SdkPojo>, XmlOperationMetadata) - Method in class com.ibm.cos.v2.protocols.xml.AwsS3ProtocolFactory
 
createCombinedResponseHandler(Supplier<SdkPojo>, XmlOperationMetadata) - Method in class com.ibm.cos.v2.protocols.xml.AwsXmlProtocolFactory
 
createConnection(URI) - Method in interface com.ibm.cos.v2.http.urlconnection.UrlConnectionFactory
For the given URI create an HttpURLConnection.
createCrc32() - Static method in class com.ibm.cos.v2.core.internal.checksums.factory.CrtBasedChecksumProvider
 
createCrc32C() - Static method in class com.ibm.cos.v2.core.internal.checksums.factory.CrtBasedChecksumProvider
 
createCrtPresigningConfig(ExecutionAttributes) - Method in class com.ibm.cos.v2.authcrt.signer.internal.SigningConfigProvider
 
createCrtSigningConfig(ExecutionAttributes) - Method in class com.ibm.cos.v2.authcrt.signer.internal.SigningConfigProvider
 
CREATED - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
createDefaultInstance(String) - Static method in class com.ibm.cos.v2.testutils.smoketest.ReflectionUtils
 
createEmpty() - Static method in class com.ibm.cos.v2.http.AbortableInputStream
 
createEmptyMessage(HttpResponse) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HttpStreamsClientHandler
 
createErrorResponseHandler(JsonOperationMetadata) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory
Deprecated.
Users should favor using BaseAwsJsonProtocolFactory.createErrorResponseHandler(JsonOperationMetadata, Function), which allows the creation of an error unmarshaller that uses a mapping function to map from error code to the associated ExceptionMetadata.
createErrorResponseHandler(JsonOperationMetadata, Function<String, Optional<ExceptionMetadata>>) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory
 
createErrorResponseHandler() - Method in class com.ibm.cos.v2.protocols.query.AwsQueryProtocolFactory
 
createErrorResponseHandler() - Method in class com.ibm.cos.v2.protocols.xml.AwsXmlProtocolFactory
 
createErrorTransformer() - Method in class com.ibm.cos.v2.protocols.xml.AwsXmlProtocolFactory
 
createFile(long) - Method in class com.ibm.cos.v2.testutils.RandomTempFile
 
createFinalChunk(byte[]) - Method in class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsSignedChunkedEncodingInputStream
 
createFinalChunk(byte[]) - Method in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream
The final chunk.
createFinalChunk(byte[]) - Method in class com.ibm.cos.v2.core.internal.io.AwsUnsignedChunkedEncodingInputStream
 
createGenerator(OutputStream) - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonWriter.JsonGeneratorFactory
 
createGenerator(OperationInfo) - Method in class com.ibm.cos.v2.protocols.xml.AwsS3ProtocolFactory
Creates a XmlGenerator with a S3XmlWriter.
createGenerator(OperationInfo) - Method in class com.ibm.cos.v2.protocols.xml.AwsXmlProtocolFactory
 
createHttpClientBuilder() - Method in class com.ibm.cos.v2.http.apache.ApacheSdkHttpService
 
createHttpClientBuilder() - Method in class com.ibm.cos.v2.http.crt.AwsCrtSdkHttpService
 
createHttpClientBuilder() - Method in interface com.ibm.cos.v2.http.SdkHttpService
 
createHttpClientBuilder() - Method in class com.ibm.cos.v2.http.urlconnection.UrlConnectionSdkHttpService
 
createHttpMetricsCollector(RequestExecutionContext) - Static method in class com.ibm.cos.v2.core.internal.util.MetricUtils
 
createJsonContent(SdkHttpFullResponse, JsonFactory) - Static method in class com.ibm.cos.v2.protocols.json.JsonContent
Static factory method to create a JsonContent object from the contents of the HttpResponse provided
createKeyManagers(Path, String, char[]) - Method in class com.ibm.cos.v2.internal.http.AbstractFileStoreTlsKeyManagersProvider
 
createLazy(T, Supplier<T>) - Static method in class com.ibm.cos.v2.services.s3.internal.FieldWithDefault
Create a FieldWithDefault using the provided field and its default value.
createMultipartUpload(CreateMultipartUploadRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
This action initiates a multipart upload and returns an upload ID.
createMultipartUpload(CreateMultipartUploadRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
This action initiates a multipart upload and returns an upload ID.
createMultipartUpload(CreateMultipartUploadRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
This action initiates a multipart upload and returns an upload ID.
createMultipartUpload(Consumer<CreateMultipartUploadRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
This action initiates a multipart upload and returns an upload ID.
createMultipartUpload(CreateMultipartUploadRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This action initiates a multipart upload and returns an upload ID.
createMultipartUpload(Consumer<CreateMultipartUploadRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This action initiates a multipart upload and returns an upload ID.
CreateMultipartUploadPresignRequest - Class in com.ibm.cos.v2.services.s3.presigner.model
A request to pre-sign a CreateMultipartUploadRequest so that it can be executed at a later time without requiring additional signing or authentication.
CreateMultipartUploadPresignRequest.Builder - Interface in com.ibm.cos.v2.services.s3.presigner.model
CreateMultipartUploadRequest - Class in com.ibm.cos.v2.services.s3.model
 
createMultipartUploadRequest(CreateMultipartUploadRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.CreateMultipartUploadPresignRequest.Builder
Configure the CreateMultipartUploadRequest that should be presigned.
createMultipartUploadRequest(Consumer<CreateMultipartUploadRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.CreateMultipartUploadPresignRequest.Builder
Configure the CreateMultipartUploadRequest that should be presigned.
createMultipartUploadRequest() - Method in class com.ibm.cos.v2.services.s3.presigner.model.CreateMultipartUploadPresignRequest
Retrieve the CreateMultipartUploadRequest that should be presigned.
CreateMultipartUploadRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
CreateMultipartUploadRequestInterceptor - Class in com.ibm.cos.v2.services.s3.internal.handlers
 
CreateMultipartUploadRequestInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.internal.handlers.CreateMultipartUploadRequestInterceptor
 
CreateMultipartUploadRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
CreateMultipartUploadRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.CreateMultipartUploadRequestMarshaller
 
CreateMultipartUploadResponse - Class in com.ibm.cos.v2.services.s3.model
 
CreateMultipartUploadResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
createPolicyFromJsonString(String) - Method in class com.ibm.cos.v2.core.auth.policy.internal.JsonPolicyReader
Converts the specified JSON string to an AWS policy object.
createProtocolMarshaller(OperationInfo) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory
 
createProtocolMarshaller(OperationInfo) - Method in class com.ibm.cos.v2.protocols.query.AwsQueryProtocolFactory
Creates a new marshaller for the given request.
createProtocolMarshaller(OperationInfo) - Method in class com.ibm.cos.v2.protocols.xml.AwsXmlProtocolFactory
Creates an instance of XmlProtocolMarshaller to be used for marshalling the request.
createResponseHandler(JsonOperationMetadata, Supplier<SdkPojo>) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory
Creates a new response handler with the given JsonOperationMetadata and a supplier of the POJO response type.
createResponseHandler(JsonOperationMetadata, Function<SdkHttpFullResponse, SdkPojo>) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory
Creates a new response handler with the given JsonOperationMetadata and a supplier of the POJO response type.
createResponseHandler(Supplier<SdkPojo>) - Method in class com.ibm.cos.v2.protocols.query.AwsQueryProtocolFactory
Creates the success response handler to unmarshall the response into a POJO.
createResponseHandler(Supplier<SdkPojo>, XmlOperationMetadata) - Method in class com.ibm.cos.v2.protocols.xml.AwsXmlProtocolFactory
 
createResponseHandler(Function<SdkHttpFullResponse, SdkPojo>, XmlOperationMetadata) - Method in class com.ibm.cos.v2.protocols.xml.AwsXmlProtocolFactory
 
createResponseTransformer(Supplier<SdkPojo>) - Method in class com.ibm.cos.v2.protocols.xml.AwsXmlProtocolFactory
 
createS3CrtPresigningConfig(ExecutionAttributes) - Method in class com.ibm.cos.v2.authcrt.signer.internal.SigningConfigProvider
 
createS3CrtSigningConfig(ExecutionAttributes) - Method in class com.ibm.cos.v2.authcrt.signer.internal.SigningConfigProvider
 
createSdkHttpRequest(OperationInfo, URI) - Static method in class com.ibm.cos.v2.protocols.core.ProtocolUtils
Creates the basic SdkHttpFullRequest with information from the OperationInfo and the endpoint.
createSession(CreateSessionRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Creates a session that establishes temporary security credentials to support fast authentication and authorization for the Zonal endpoint API operations on directory buckets.
createSession(CreateSessionRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Creates a session that establishes temporary security credentials to support fast authentication and authorization for the Zonal endpoint API operations on directory buckets.
createSession(CreateSessionRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Creates a session that establishes temporary security credentials to support fast authentication and authorization for the Zonal endpoint API operations on directory buckets.
createSession(Consumer<CreateSessionRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Creates a session that establishes temporary security credentials to support fast authentication and authorization for the Zonal endpoint API operations on directory buckets.
createSession(CreateSessionRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Creates a session that establishes temporary security credentials to support fast authentication and authorization for the Zonal endpoint API operations on directory buckets.
createSession(Consumer<CreateSessionRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Creates a session that establishes temporary security credentials to support fast authentication and authorization for the Zonal endpoint API operations on directory buckets.
CreateSessionRequest - Class in com.ibm.cos.v2.services.s3.model
 
CreateSessionRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
CreateSessionRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
CreateSessionRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.CreateSessionRequestMarshaller
 
CreateSessionResponse - Class in com.ibm.cos.v2.services.s3.model
 
CreateSessionResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
createSharedRegistry() - Static method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller
 
createStreamedMessage(HttpResponse, Publisher<HttpContent>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HttpStreamsClientHandler
 
createTime(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse.Builder
Sets the name of the bucket which contains the specified object and returns the updated ListLegalHoldsResponse.Builder so that additional method calls may be chained together.
createTime() - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse
Gets creation time for the object/
createTransferManager(TransferManagerFactory.DefaultBuilder) - Static method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerFactory
 
createWaiterResponse(Either<T, Throwable>, int) - Method in class com.ibm.cos.v2.core.internal.waiters.WaiterExecutorHelper
 
createWriter(String) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsStructuredJsonFactory
 
createWriter(JsonFactory, String) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsStructuredJsonFactory
 
createWriter(String) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonFactory
Returns the StructuredJsonGenerator to be used for marshalling the request.
creationDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.Bucket.Builder
Date the bucket was created.
creationDate() - Method in class com.ibm.cos.v2.services.s3.model.Bucket
Date the bucket was created.
creationTemplateId(String) - Method in interface com.ibm.cos.v2.services.s3.model.Bucket.Builder
For internal use only: IBM set the bucket creationTemplateId from the api response
creationTemplateId() - Method in class com.ibm.cos.v2.services.s3.model.Bucket
IBM Returns the creationTemplateId associated with the bucket.
creationTime() - Method in class com.ibm.cos.v2.metrics.internal.DefaultMetricCollection
 
creationTime() - Method in class com.ibm.cos.v2.metrics.internal.EmptyMetricCollection
 
creationTime() - Method in interface com.ibm.cos.v2.metrics.MetricCollection
 
CREDENTIAL_PROCESS - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
An external process that should be invoked to load credentials.
CREDENTIAL_SOURCE - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Property name for specifying the credential source to use when assuming a role
credentialRefreshThreshold(Duration) - Method in class com.ibm.cos.v2.auth.credentials.ProcessCredentialsProvider.Builder
Configure the amount of time between when the credentials expire and when the credentials should start to be refreshed.
credentials(AwsCredentialsIdentity) - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aProperties.Builder
 
credentials(AwsCredentialsIdentity) - Method in class com.ibm.cos.v2.http.auth.aws.eventstream.internal.io.SigV4DataFramePublisher.Builder
 
credentials(AwsCredentialsIdentity) - Method in class com.ibm.cos.v2.http.auth.aws.eventstream.internal.signer.EventStreamV4PayloadSigner.Builder
 
credentials(AwsCredentialsIdentity) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4Properties.Builder
 
credentials(SessionCredentials) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionResponse.Builder
The established temporary security credentials for the created session.
credentials(Consumer<SessionCredentials.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionResponse.Builder
The established temporary security credentials for the created session.
credentials() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionResponse
The established temporary security credentials for the created session.
CREDENTIALS_FETCH_DURATION - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The duration of time taken to fetch signing credentials for the API call.
CREDENTIALS_IDENTITY_PROVIDER - Static variable in class com.ibm.cos.v2.awscore.client.config.AwsClientOption
 
CREDENTIALS_PROVIDER - Static variable in class com.ibm.cos.v2.awscore.client.config.AwsClientOption
Deprecated.
credentialScope(CredentialScope) - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aProperties.Builder
 
credentialScope(CredentialScope) - Method in class com.ibm.cos.v2.http.auth.aws.eventstream.internal.io.SigV4DataFramePublisher.Builder
 
credentialScope(CredentialScope) - Method in class com.ibm.cos.v2.http.auth.aws.eventstream.internal.signer.EventStreamV4PayloadSigner.Builder
 
CredentialScope - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
 
CredentialScope(String, String, Instant) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.CredentialScope
 
credentialScope(CredentialScope) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4Properties.Builder
 
credentialsFileLocation() - Static method in class com.ibm.cos.v2.profiles.ProfileFileLocation
Load the location for the credentials file, usually ~/.aws/credentials unless it's overridden using an environment variable or system property.
credentialsFilePath() - Static method in class com.ibm.cos.v2.profiles.ProfileFileLocation
Resolve the location for the credentials file, regardless of whether it exists or not.
credentialsIdentityProvider() - Method in class com.ibm.cos.v2.awscore.AwsRequestOverrideConfiguration
The optional extends AwsCredentialsIdentity> that will provide credentials to be used to authenticate this request.
credentialsIdentityProviders(Collection<? extends IdentityProvider<? extends AwsCredentialsIdentity>>) - Method in interface com.ibm.cos.v2.auth.credentials.AwsCredentialsProviderChain.Builder
Configure the credentials providers that should be checked for credentials, in the order they should be checked.
CredentialSourceType - Enum in com.ibm.cos.v2.auth.credentials.internal
 
credentialsProvider() - Method in class com.ibm.cos.v2.auth.credentials.internal.ProfileCredentialsUtils
Retrieve the credentials provider for which this profile has been configured, if available.
credentialsProvider(AwsCredentialsProvider) - Method in interface com.ibm.cos.v2.awscore.AwsRequestOverrideConfiguration.Builder
Set the optional AwsCredentialsProvider that will provide credentials to be used to authenticate this request.
credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in interface com.ibm.cos.v2.awscore.AwsRequestOverrideConfiguration.Builder
Set the optional extends AwsCredentialsIdentity> that will provide credentials to be used to authenticate this request.
credentialsProvider() - Method in interface com.ibm.cos.v2.awscore.AwsRequestOverrideConfiguration.Builder
Return the optional AwsCredentialsProvider that will provide credentials to be used to authenticate this request.
credentialsProvider() - Method in class com.ibm.cos.v2.awscore.AwsRequestOverrideConfiguration
The optional AwsCredentialsProvider that will provide credentials to be used to authenticate this request.
credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in interface com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.Builder
Configure the credentials provider
credentialsProvider() - Method in interface com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.Builder
 
credentialsProvider - Variable in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.BuilderImpl
 
credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.BuilderImpl
 
credentialsProvider() - Method in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.BuilderImpl
 
credentialsProvider() - Method in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration
 
credentialsProvider(AwsCredentialsProvider) - Method in interface com.ibm.cos.v2.awscore.client.builder.AwsClientBuilder
Configure the credentials that should be used to authenticate with AWS.
credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in interface com.ibm.cos.v2.awscore.client.builder.AwsClientBuilder
Configure the credentials that should be used to authenticate with AWS.
credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
 
credentialsProvider(AwsCredentialsProvider) - Method in interface com.ibm.cos.v2.awscore.presigner.SdkPresigner.Builder
Configure the credentials that should be used for request signing.
credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in interface com.ibm.cos.v2.awscore.presigner.SdkPresigner.Builder
Configure the credentials that should be used to authenticate with AWS.
credentialsProvider(CredentialsProvider) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
Configuration that defines a custom credential provider for HTTP requests.
credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Sets the value for credentials provider
credentialsProvider() - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Gets the value for credentials provider
credentialsProvider(AwsCredentialsProvider) - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultSdkPresigner.Builder
 
credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultSdkPresigner.Builder
 
credentialsProvider() - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultSdkPresigner
 
credentialsProvider(AwsCredentialsProvider) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner.Builder
 
credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner.Builder
 
credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Sets the value for credentials provider
credentialsProvider() - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Gets the value for credentials provider
credentialsProviders(Collection<? extends AwsCredentialsProvider>) - Method in interface com.ibm.cos.v2.auth.credentials.AwsCredentialsProviderChain.Builder
Configure the credentials providers that should be checked for credentials, in the order they should be checked.
credentialsProviders(AwsCredentialsProvider...) - Method in interface com.ibm.cos.v2.auth.credentials.AwsCredentialsProviderChain.Builder
Configure the credentials providers that should be checked for credentials, in the order they should be checked.
credentialsProviders(IdentityProvider<? extends AwsCredentialsIdentity>...) - Method in interface com.ibm.cos.v2.auth.credentials.AwsCredentialsProviderChain.Builder
Configure the credentials providers that should be checked for credentials, in the order they should be checked.
credentialType() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
credentialType(CredentialType) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
CredentialType - Class in com.ibm.cos.v2.core
Class that identifies the type of credentials typically used by the service to authorize an api request.
credentialType() - Method in interface com.ibm.cos.v2.core.signer.Signer
Deprecated.
Method that retrieves CredentialType i.e.
CredentialUtils - Class in com.ibm.cos.v2.auth.credentials
 
CredentialUtils - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.util
 
CRLF - Static variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream
 
CRLF - Static variable in class com.ibm.cos.v2.core.internal.util.ChunkContentUtils
 
CROSS_REGION_ACCESS_ENABLED - Static variable in class com.ibm.cos.v2.services.s3.endpoints.S3ClientContextParams
Enables cross-region bucket access for this client
crossRegionAccessEnabled(Boolean) - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Sets the value for Enables cross-region bucket access for this client
crossRegionAccessEnabled() - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Gets the value for Enables cross-region bucket access for this client
crossRegionAccessEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.S3BaseClientBuilder
Enables cross-region bucket access for this client
crossRegionAccessEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Sets the value for Enables cross-region bucket access for this client
crossRegionAccessEnabled() - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Gets the value for Enables cross-region bucket access for this client
crossRegionAccessEnabled() - Method in class com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration
Gets the value for Enables cross-region bucket access for this client
CrossRegionUtils - Class in com.ibm.cos.v2.services.s3.internal.crossregion.utils
 
CRT_SOCKET_TIMEOUT - Static variable in class com.ibm.cos.v2.http.crt.internal.CrtUtils
 
CRT_TLS_NEGOTIATION_ERROR_CODE - Static variable in class com.ibm.cos.v2.http.crt.internal.CrtUtils
 
CrtAsyncRequestContext - Class in com.ibm.cos.v2.http.crt.internal
 
CrtAsyncRequestContext.Builder - Class in com.ibm.cos.v2.http.crt.internal
 
CrtAsyncRequestExecutor - Class in com.ibm.cos.v2.http.crt.internal
 
CrtAsyncRequestExecutor() - Constructor for class com.ibm.cos.v2.http.crt.internal.CrtAsyncRequestExecutor
 
CrtBasedChecksumProvider - Class in com.ibm.cos.v2.core.internal.checksums.factory
Class to load the Crt based checksum from aws-crt-java library if it is present in class path.
CrtConfigurationUtils - Class in com.ibm.cos.v2.crtcore
 
CrtConnectionHealthConfiguration - Class in com.ibm.cos.v2.crtcore
The base class for CRT connection health configuration
CrtConnectionHealthConfiguration(CrtConnectionHealthConfiguration.DefaultBuilder<?>) - Constructor for class com.ibm.cos.v2.crtcore.CrtConnectionHealthConfiguration
 
CrtConnectionHealthConfiguration.Builder - Interface in com.ibm.cos.v2.crtcore
CrtConnectionHealthConfiguration.DefaultBuilder<B extends CrtConnectionHealthConfiguration.Builder> - Class in com.ibm.cos.v2.crtcore
 
crtConnPool(HttpClientConnectionManager) - Method in class com.ibm.cos.v2.http.crt.internal.CrtAsyncRequestContext.Builder
 
crtConnPool() - Method in class com.ibm.cos.v2.http.crt.internal.CrtAsyncRequestContext
 
crtConnPool(HttpClientConnectionManager) - Method in class com.ibm.cos.v2.http.crt.internal.CrtRequestContext.Builder
 
crtConnPool() - Method in class com.ibm.cos.v2.http.crt.internal.CrtRequestContext
 
CrtHttpRequestConverter - Class in com.ibm.cos.v2.authcrt.signer.internal
 
CrtHttpRequestConverter() - Constructor for class com.ibm.cos.v2.authcrt.signer.internal.CrtHttpRequestConverter
 
CrtHttpRequestConverter - Class in com.ibm.cos.v2.http.auth.aws.crt.internal.util
 
CrtInputStream - Class in com.ibm.cos.v2.http.auth.aws.crt.internal.io
 
CrtInputStream(ContentStreamProvider) - Constructor for class com.ibm.cos.v2.http.auth.aws.crt.internal.io.CrtInputStream
 
CrtProxyConfiguration - Class in com.ibm.cos.v2.crtcore
The base class for AWS CRT proxy configuration
CrtProxyConfiguration(CrtProxyConfiguration.DefaultBuilder<?>) - Constructor for class com.ibm.cos.v2.crtcore.CrtProxyConfiguration
 
CrtProxyConfiguration.Builder - Interface in com.ibm.cos.v2.crtcore
CrtProxyConfiguration.DefaultBuilder<B extends CrtProxyConfiguration.Builder> - Class in com.ibm.cos.v2.crtcore
 
CrtRequestAdapter - Class in com.ibm.cos.v2.http.crt.internal.request
 
CrtRequestContext - Class in com.ibm.cos.v2.http.crt.internal
 
CrtRequestContext.Builder - Class in com.ibm.cos.v2.http.crt.internal
 
CrtRequestExecutor - Class in com.ibm.cos.v2.http.crt.internal
 
CrtRequestExecutor() - Constructor for class com.ibm.cos.v2.http.crt.internal.CrtRequestExecutor
 
crtRequestToHttp(SdkHttpFullRequest, HttpRequest) - Method in class com.ibm.cos.v2.authcrt.signer.internal.CrtHttpRequestConverter
 
CrtResponseAdapter - Class in com.ibm.cos.v2.http.crt.internal.response
Response handler adaptor for AwsCrtAsyncHttpClient.
CrtResponseAdapter(HttpClientConnection, CompletableFuture<Void>, SdkAsyncHttpResponseHandler, SimplePublisher<ByteBuffer>) - Constructor for class com.ibm.cos.v2.http.crt.internal.response.CrtResponseAdapter
 
crtResultToAws(SdkHttpFullRequest, AwsSigningResult) - Method in class com.ibm.cos.v2.authcrt.signer.internal.CrtHttpRequestConverter
 
CrtUtils - Class in com.ibm.cos.v2.http.auth.aws.crt.internal.util
 
CrtUtils - Class in com.ibm.cos.v2.http.crt.internal
 
csv(CSVInput) - Method in interface com.ibm.cos.v2.services.s3.model.InputSerialization.Builder
Describes the serialization of a CSV-encoded object.
csv(Consumer<CSVInput.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.InputSerialization.Builder
Describes the serialization of a CSV-encoded object.
csv() - Method in class com.ibm.cos.v2.services.s3.model.InputSerialization
Describes the serialization of a CSV-encoded object.
csv(CSVOutput) - Method in interface com.ibm.cos.v2.services.s3.model.OutputSerialization.Builder
Describes the serialization of CSV-encoded Select results.
csv(Consumer<CSVOutput.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.OutputSerialization.Builder
Describes the serialization of CSV-encoded Select results.
csv() - Method in class com.ibm.cos.v2.services.s3.model.OutputSerialization
Describes the serialization of CSV-encoded Select results.
CSVInput - Class in com.ibm.cos.v2.services.s3.model
Describes how an uncompressed comma-separated values (CSV)-formatted input object is formatted.
CSVInput.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
CSVOutput - Class in com.ibm.cos.v2.services.s3.model
Describes how uncompressed comma-separated values (CSV)-formatted results are formatted.
CSVOutput.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ctx(String, Supplier<T>) - Static method in exception com.ibm.cos.v2.services.s3.endpoints.internal.RuleError
 
ctx(String, Runnable) - Static method in exception com.ibm.cos.v2.services.s3.endpoints.internal.RuleError
 
CURRENT_TIME_CONDITION_KEY - Static variable in class com.ibm.cos.v2.core.auth.policy.conditions.ConditionFactory
Condition key for the current time.
currentCapacity() - Method in class com.ibm.cos.v2.core.internal.capacity.TokenBucket
Retrieve a snapshot of the current number of tokens in the bucket.
currentCapacity(Integer) - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.ReleaseResponse.Builder
 
currentCapacity() - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.ReleaseResponse
Returns the capacity of the token bucket after the release.
currentCapacity() - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.TokenBucket
Retrieve a snapshot of the current number of tokens in the bucket.
currentChunkIterator - Variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedInputStream
Iterator on the current chunk.
currentPage - Variable in class com.ibm.cos.v2.core.pagination.async.PaginationSubscription
 
customErrorCodeFieldName(String) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory.Builder
Custom field name containing the error code that identifies the exception.
CustomRequestTransformerUtils - Class in com.ibm.cos.v2.services.s3.internal
This class transforms specific request parameter into a custom parameter.

D

DaemonThreadFactory - Class in com.ibm.cos.v2.utils
An decorator for ThreadFactory that sets all threads it creates to be daemon threads.
DaemonThreadFactory(ThreadFactory) - Constructor for class com.ibm.cos.v2.utils.DaemonThreadFactory
 
daemonThreads(Boolean) - Method in class com.ibm.cos.v2.utils.ThreadFactoryBuilder
Whether the threads created by the factory should be daemon threads.
dataExport(StorageClassAnalysisDataExport) - Method in interface com.ibm.cos.v2.services.s3.model.StorageClassAnalysis.Builder
Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.
dataExport(Consumer<StorageClassAnalysisDataExport.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.StorageClassAnalysis.Builder
Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.
dataExport() - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysis
Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.
datagramChannelFactory(ChannelFactory<? extends DatagramChannel>) - Method in interface com.ibm.cos.v2.http.nio.netty.SdkEventLoopGroup.Builder
ChannelFactory to create datagram channels used by the EventLoopGroup.
datagramChannelFactory() - Method in class com.ibm.cos.v2.http.nio.netty.SdkEventLoopGroup
 
dataRedundancy(String) - Method in interface com.ibm.cos.v2.services.s3.model.BucketInfo.Builder
The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.
dataRedundancy(DataRedundancy) - Method in interface com.ibm.cos.v2.services.s3.model.BucketInfo.Builder
The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.
dataRedundancy() - Method in class com.ibm.cos.v2.services.s3.model.BucketInfo
The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.
DataRedundancy - Enum in com.ibm.cos.v2.services.s3.model
 
dataRedundancyAsString() - Method in class com.ibm.cos.v2.services.s3.model.BucketInfo
The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.
DataTypeConversionFailureHandlingTrait - Class in com.ibm.cos.v2.core.traits
 
DataTypeConversionFailureHandlingTrait() - Constructor for class com.ibm.cos.v2.core.traits.DataTypeConversionFailureHandlingTrait
 
date(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.LegalHold.Builder
 
date() - Method in class com.ibm.cos.v2.services.s3.model.LegalHold
 
date(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleExpiration.Builder
Indicates at what date the object is to be moved or deleted.
date() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleExpiration
Indicates at what date the object is to be moved or deleted.
date(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.Transition.Builder
Indicates when objects are transitioned to the specified storage class.
date() - Method in class com.ibm.cos.v2.services.s3.model.Transition
Indicates when objects are transitioned to the specified storage class.
DateCondition - Class in com.ibm.cos.v2.core.auth.policy.conditions
AWS access control policy condition that allows an access control statement to be conditionally applied based on the comparison of the current time at which a request is received, and a specific date.
DateCondition(DateCondition.DateComparisonType, Date) - Constructor for class com.ibm.cos.v2.core.auth.policy.conditions.DateCondition
Constructs a new access policy condition that compares the current time (on the AWS servers) to the specified date.
DateCondition.DateComparisonType - Enum in com.ibm.cos.v2.core.auth.policy.conditions
Enumeration of the supported ways a date comparison can be evaluated.
DateUtils - Class in com.ibm.cos.v2.testutils
 
DateUtils - Class in com.ibm.cos.v2.utils
Utilities for parsing and formatting dates.
days(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.DefaultRetention.Builder
The number of days that you want to specify for the default retention period.
days() - Method in class com.ibm.cos.v2.services.s3.model.DefaultRetention
The number of days that you want to specify for the default retention period.
days(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleExpiration.Builder
Indicates the lifetime, in days, of the objects that are subject to the rule.
days() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleExpiration
Indicates the lifetime, in days, of the objects that are subject to the rule.
days(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreRequest.Builder
Lifetime of the active copy in days.
days() - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
Lifetime of the active copy in days.
days(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.Retention.Builder
 
days() - Method in class com.ibm.cos.v2.services.s3.model.Retention
 
days(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.Tiering.Builder
The number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier.
days() - Method in class com.ibm.cos.v2.services.s3.model.Tiering
The number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier.
days(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.Transition.Builder
Indicates the number of days after creation when objects are transitioned to the specified storage class.
days() - Method in class com.ibm.cos.v2.services.s3.model.Transition
Indicates the number of days after creation when objects are transitioned to the specified storage class.
daysAfterInitiation(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.AbortIncompleteMultipartUpload.Builder
Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.
daysAfterInitiation() - Method in class com.ibm.cos.v2.services.s3.model.AbortIncompleteMultipartUpload
Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.
debug(Object) - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Logs a message with debug log level.
debug(Object, Throwable) - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Logs an error with debug log level.
debug(Channel, Supplier<String>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyClientLogger
Log a DEBUG level message including the channel information.
debug(Channel, Supplier<String>, Throwable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyClientLogger
Log a DEBUG level message with the given exception and including the channel information.
debug(String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
debug(String, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
debug(String, Object, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
debug(String, Object...) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
debug(String, Throwable) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
debug(Marker, String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
debug(Marker, String, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
debug(Marker, String, Object, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
debug(Marker, String, Object...) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
debug(Marker, String, Throwable) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
debug(Supplier<String>) - Method in class com.ibm.cos.v2.utils.Logger
Checks if debug is enabled and if so logs the supplied message
debug(Supplier<String>, Throwable) - Method in class com.ibm.cos.v2.utils.Logger
Checks if debug is enabled and if so logs the supplied message and exception
decode(String) - Static method in class com.ibm.cos.v2.utils.internal.Base16
Decodes the given base 16 encoded string, skipping carriage returns, line feeds and spaces as needed.
decode(byte[]) - Static method in class com.ibm.cos.v2.utils.internal.Base16
Decodes the given base 16 encoded bytes.
decode(byte[], int) - Method in class com.ibm.cos.v2.utils.internal.Base16Codec
 
decode(String) - Static method in class com.ibm.cos.v2.utils.internal.Base16Lower
Decodes the given base 16 encoded string, skipping carriage returns, line feeds and spaces as needed.
decode(byte[]) - Static method in class com.ibm.cos.v2.utils.internal.Base16Lower
Decodes the given base 16 encoded bytes.
DecodeUrlEncodedResponseInterceptor - Class in com.ibm.cos.v2.services.s3.internal.handlers
Encoding type affects the following values in the response: V1: Delimiter, Marker, Prefix, NextMarker, Key V2: Delimiter, Prefix, Key, and StartAfter
DecodeUrlEncodedResponseInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.internal.handlers.DecodeUrlEncodedResponseInterceptor
 
decorate(S3AsyncClient, SdkClientConfiguration) - Method in class com.ibm.cos.v2.services.s3.internal.client.S3AsyncClientDecorator
 
decorate(S3Client, SdkClientConfiguration) - Method in class com.ibm.cos.v2.services.s3.internal.client.S3SyncClientDecorator
 
decorate(T, List<ConditionalDecorator<T>>) - Static method in interface com.ibm.cos.v2.utils.ConditionalDecorator
This function will transform an initially supplied value with provided transforming, or decorating, functions that are conditionally and sequentially applied.
DecorateErrorFromResponseBodyUnmarshaller - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
A function that decorates a AwsXmlUnmarshallingContext that already contains the parsed XML of the response body with parsed error XML if the HTTP response status indicates failure or a serialized error is found in the XML body of a 'successful' response.
decorateException(Channel, Throwable) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
 
deepCopyMap(Map<T, ? extends List<U>>) - Static method in class com.ibm.cos.v2.utils.CollectionUtils
Perform a deep copy of the provided map of lists.
deepCopyMap(Map<T, ? extends List<U>>, Supplier<Map<T, List<U>>>) - Static method in class com.ibm.cos.v2.utils.CollectionUtils
Perform a deep copy of the provided map of lists.
deepUnmodifiableMap(Map<T, ? extends List<U>>) - Static method in class com.ibm.cos.v2.utils.CollectionUtils
Perform a deep copy of the provided map of lists, and make the result unmodifiable.
deepUnmodifiableMap(Map<T, ? extends List<U>>, Supplier<Map<T, List<U>>>) - Static method in class com.ibm.cos.v2.utils.CollectionUtils
Perform a deep copy of the provided map of lists, and make the result unmodifiable.
DEFAULT - Static variable in class com.ibm.cos.v2.core.retry.conditions.SdkRetryCondition
 
DEFAULT - Static variable in interface com.ibm.cos.v2.protocols.json.internal.ProtocolFact
Defaults used by all protocols that do not have overrides.
DEFAULT - Static variable in interface com.ibm.cos.v2.protocols.jsoncore.JsonValueNodeFactory
Default implementation.
Default() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.ExprVisitor.Default
 
DEFAULT - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
DEFAULT_ACCEPTORS - Static variable in class com.ibm.cos.v2.services.s3.waiters.internal.WaitersRuntime
The default acceptors that should be matched *last* in the list of acceptors used by the SDK client waiters.
DEFAULT_ASYNC_CHUNK_SIZE - Static variable in class com.ibm.cos.v2.core.HttpChecksumConstant
Default chunk size for Async trailer based checksum data transfer*
DEFAULT_CHUNK_SIZE - Static variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedInputStream
 
DEFAULT_DELIMITER - Static variable in class com.ibm.cos.v2.transfer.s3.internal.TransferConfigurationOption
 
DEFAULT_DIRECTORY_TRANSFER_MAX_CONCURRENCY - Static variable in class com.ibm.cos.v2.transfer.s3.internal.TransferConfigurationOption
 
DEFAULT_ERROR_MESSAGE_PARSER - Static variable in class com.ibm.cos.v2.protocols.json.internal.unmarshall.AwsJsonErrorMessageParser
 
DEFAULT_ERROR_MESSAGE_PARSER - Static variable in class com.ibm.cos.v2.protocols.json.internal.unmarshall.SdkJsonErrorMessageParser
Standard JSON Error Message Parser that checks for JSON fields in this order: 'message', 'Message', 'errorMessage'
DEFAULT_JSON_FACTORY - Static variable in class com.ibm.cos.v2.protocols.jsoncore.JsonNodeParser
The default JsonFactory used for JsonNodeParser.create() or if a factory is not configured via JsonNodeParser.Builder.jsonFactory(JsonFactory).
DEFAULT_MIN_COMPRESSION_SIZE - Static variable in class com.ibm.cos.v2.core.internal.http.pipeline.stages.CompressRequestStage
 
DEFAULT_PREFIX - Static variable in class com.ibm.cos.v2.transfer.s3.internal.TransferConfigurationOption
 
DEFAULT_RETRY_MODE - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
Option to specify the default retry mode.
DEFAULT_S3_STREAM_BUFFER_SIZE - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
Deprecated.
with //AmazonWebServiceRequest#getRequestClientOptions() and //RequestClientOptions#setReadLimit(int).

The default size of the buffer when uploading data from a stream. A buffer of this size will be created and filled with the first bytes from a stream being uploaded so that any transmit errors that occur in that section of the data can be automatically retried without the caller's intervention.

If not set, the default value of 128 KB will be used.

DEFAULT_S3_US_EAST_1_REGIONAL_ENDPOINT - Static variable in class com.ibm.cos.v2.regions.ServiceMetadataAdvancedOption
The default S3 regional endpoint setting for the us-east-1 region to use.
DefaultAdaptiveRetryStrategy - Class in com.ibm.cos.v2.retries.internal
 
DefaultAdaptiveRetryStrategy.Builder - Class in com.ibm.cos.v2.retries.internal
 
DefaultAsyncResponseTransformerSplitResult<ResponseT,ResultT> - Class in com.ibm.cos.v2.core.internal.async
 
DefaultAsyncResponseTransformerSplitResult.DefaultBuilder<ResponseT,ResultT> - Class in com.ibm.cos.v2.core.internal.async
 
DefaultAsyncSignedRequest - Class in com.ibm.cos.v2.http.auth.spi.internal.signer
 
DefaultAsyncSignedRequest.BuilderImpl - Class in com.ibm.cos.v2.http.auth.spi.internal.signer
 
DefaultAsyncSignRequest<IdentityT extends Identity> - Class in com.ibm.cos.v2.http.auth.spi.internal.signer
 
DefaultAsyncSignRequest.BuilderImpl<IdentityT extends Identity> - Class in com.ibm.cos.v2.http.auth.spi.internal.signer
 
DefaultAsyncWaiter<T> - Class in com.ibm.cos.v2.core.internal.waiters
Default implementation of the generic AsyncWaiter.
DefaultAsyncWaiter.DefaultBuilder<T> - Class in com.ibm.cos.v2.core.internal.waiters
 
DefaultAuthSchemeOption - Class in com.ibm.cos.v2.http.auth.spi.internal.scheme
 
DefaultAuthSchemeOption.BuilderImpl - Class in com.ibm.cos.v2.http.auth.spi.internal.scheme
 
DefaultAwareRetryStrategy - Interface in com.ibm.cos.v2.retries.internal
Identify a RetryStrategy that has the capacity to work with sets of default retry predicates.
DefaultAwareRetryStrategy.Builder - Interface in com.ibm.cos.v2.retries.internal
 
DefaultAwsCredentialsIdentity - Class in com.ibm.cos.v2.identity.spi.internal
 
DefaultAwsCrtS3V4aSigner - Class in com.ibm.cos.v2.authcrt.signer.internal
 
DefaultAwsCrtV4aHttpSigner - Class in com.ibm.cos.v2.http.auth.aws.crt.internal.signer
An implementation of a AwsV4aHttpSigner that uses properties to compose v4a-signers in order to delegate signing of a request and payload (if applicable) accordingly.
DefaultAwsCrtV4aHttpSigner() - Constructor for class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.DefaultAwsCrtV4aHttpSigner
 
DefaultAwsCrtV4aSigner - Class in com.ibm.cos.v2.authcrt.signer.internal
 
DefaultAwsRegionProviderChain - Class in com.ibm.cos.v2.regions.providers
AWS Region provider that looks for the region in this order: Check the 'aws.region' system property for the region. Check the 'AWS_REGION' environment variable for the region. Check the {user.home}/.aws/credentials and {user.home}/.aws/config files for the region. If running in EC2, check the EC2 metadata service for the region.
DefaultAwsRegionProviderChain() - Constructor for class com.ibm.cos.v2.regions.providers.DefaultAwsRegionProviderChain
 
DefaultAwsRegionProviderChain.Builder - Class in com.ibm.cos.v2.regions.providers
 
DefaultAwsResponseMetadata - Class in com.ibm.cos.v2.awscore
Represents additional metadata included with a response from a service.
DefaultAwsSessionCredentialsIdentity - Class in com.ibm.cos.v2.identity.spi.internal
 
DefaultAwsV4AuthScheme - Class in com.ibm.cos.v2.http.auth.aws.internal.scheme
A default implementation of AwsV4AuthScheme.
DefaultAwsV4AuthScheme() - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.scheme.DefaultAwsV4AuthScheme
 
DefaultAwsV4HttpSigner - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
An implementation of a AwsV4HttpSigner that uses properties to compose v4-signers in order to delegate signing of a request and payload (if applicable) accordingly.
DefaultAwsV4HttpSigner() - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.DefaultAwsV4HttpSigner
 
DefaultBearerAuthScheme - Class in com.ibm.cos.v2.http.auth.internal.scheme
A default implementation of BearerAuthScheme.
DefaultBearerAuthScheme() - Constructor for class com.ibm.cos.v2.http.auth.internal.scheme.DefaultBearerAuthScheme
 
DefaultBearerHttpSigner - Class in com.ibm.cos.v2.http.auth.internal.signer
A default implementation of BearerHttpSigner.
DefaultBearerHttpSigner() - Constructor for class com.ibm.cos.v2.http.auth.internal.signer.DefaultBearerHttpSigner
 
DefaultBuilder() - Constructor for class com.ibm.cos.v2.awscore.presigner.PresignedRequest.DefaultBuilder
 
DefaultBuilder(PresignedRequest) - Constructor for class com.ibm.cos.v2.awscore.presigner.PresignedRequest.DefaultBuilder
 
DefaultBuilder() - Constructor for class com.ibm.cos.v2.awscore.presigner.PresignRequest.DefaultBuilder
 
DefaultBuilder(PresignRequest) - Constructor for class com.ibm.cos.v2.awscore.presigner.PresignRequest.DefaultBuilder
 
DefaultBuilder() - Constructor for class com.ibm.cos.v2.crtcore.CrtConnectionHealthConfiguration.DefaultBuilder
 
DefaultBuilder(CrtConnectionHealthConfiguration) - Constructor for class com.ibm.cos.v2.crtcore.CrtConnectionHealthConfiguration.DefaultBuilder
 
DefaultBuilder() - Constructor for class com.ibm.cos.v2.crtcore.CrtProxyConfiguration.DefaultBuilder
 
DefaultBuilder(CrtProxyConfiguration) - Constructor for class com.ibm.cos.v2.crtcore.CrtProxyConfiguration.DefaultBuilder
 
DefaultBuilder() - Constructor for class com.ibm.cos.v2.transfer.s3.internal.TransferManagerFactory.DefaultBuilder
 
DefaultChecksumAlgorithm - Class in com.ibm.cos.v2.checksums
An enumeration of supported checksum algorithms.
defaultChecksumCalculation(RequestChecksumCalculation) - Method in class com.ibm.cos.v2.core.checksums.RequestChecksumCalculationResolver
Configure the RequestChecksumCalculation that should be used if the mode is not specified anywhere else.
defaultChecksumValidation(ResponseChecksumValidation) - Method in class com.ibm.cos.v2.core.checksums.ResponseChecksumValidationResolver
Configure the ResponseChecksumValidation that should be used if the mode is not specified anywhere else.
DefaultConditionalDecorator<T> - Class in com.ibm.cos.v2.utils.internal
 
DefaultConditionalDecorator.Builder<T> - Class in com.ibm.cos.v2.utils.internal
 
defaultConfig(DefaultsMode) - Static method in class com.ibm.cos.v2.awscore.defaultsmode.DefaultsModeConfiguration
Return the default config options for a given defaults mode
defaultConfiguration() - Static method in class com.ibm.cos.v2.core.async.AsyncRequestBodySplitConfiguration
 
DefaultConfiguration - Class in com.ibm.cos.v2.http.apache.internal
Default configuration values.
DefaultCont - Class in com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream
A specialization of com.ibm.cos.v2.services.s3.model.ContinuationEvent that represents the SelectObjectContentEventStream$Cont event.
DefaultCont.Builder - Interface in com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream
 
DefaultCopy - Class in com.ibm.cos.v2.transfer.s3.internal.model
 
DefaultCopy(CompletableFuture<CompletedCopy>, TransferProgress) - Constructor for class com.ibm.cos.v2.transfer.s3.internal.model.DefaultCopy
 
defaultCreateNew() - Static method in class com.ibm.cos.v2.core.FileTransformerConfiguration
defaultCreateOrAppend() - Static method in class com.ibm.cos.v2.core.FileTransformerConfiguration
defaultCreateOrReplaceExisting() - Static method in class com.ibm.cos.v2.core.FileTransformerConfiguration
DefaultCredentialsProvider - Class in com.ibm.cos.v2.auth.credentials
AWS credentials provider chain that looks for credentials in this order: Java System Properties - aws.accessKeyId and aws.secretAccessKey Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY Web Identity Token credentials from system properties or environment variables Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI
defaultCredentialsProvider() - Method in class com.ibm.cos.v2.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
Deprecated.
 
defaultCredentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in class com.ibm.cos.v2.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
Deprecated.
 
DefaultCredentialsProvider.Builder - Class in com.ibm.cos.v2.auth.credentials
Configuration that defines the DefaultCredentialsProvider's behavior.
DefaultDirectoryDownload - Class in com.ibm.cos.v2.transfer.s3.internal.model
 
DefaultDirectoryDownload(CompletableFuture<CompletedDirectoryDownload>) - Constructor for class com.ibm.cos.v2.transfer.s3.internal.model.DefaultDirectoryDownload
 
DefaultDirectoryUpload - Class in com.ibm.cos.v2.transfer.s3.internal.model
 
DefaultDirectoryUpload(CompletableFuture<CompletedDirectoryUpload>) - Constructor for class com.ibm.cos.v2.transfer.s3.internal.model.DefaultDirectoryUpload
 
DefaultDownload<ReturnT> - Class in com.ibm.cos.v2.transfer.s3.internal.model
 
DefaultDownload(CompletableFuture<CompletedDownload<ReturnT>>, TransferProgress) - Constructor for class com.ibm.cos.v2.transfer.s3.internal.model.DefaultDownload
 
DefaultEnd - Class in com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream
A specialization of com.ibm.cos.v2.services.s3.model.EndEvent that represents the SelectObjectContentEventStream$End event.
DefaultEnd.Builder - Interface in com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream
 
defaultEndpoint(URI) - Method in interface com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRequest.Builder
The default endpoint for a request.
defaultEndpoint() - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRequest
 
DefaultEndpointAuthSchemeStrategy - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
DefaultEndpointAuthSchemeStrategy(Map<String, Function<Value.Record, EndpointAuthScheme>>) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.DefaultEndpointAuthSchemeStrategy
 
DefaultEndpointAuthSchemeStrategyFactory - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
DefaultEndpointAuthSchemeStrategyFactory() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.DefaultEndpointAuthSchemeStrategyFactory
 
DefaultEndpointDiscoveryProviderChain - Class in com.ibm.cos.v2.core.endpointdiscovery.providers
 
DefaultEndpointDiscoveryProviderChain() - Constructor for class com.ibm.cos.v2.core.endpointdiscovery.providers.DefaultEndpointDiscoveryProviderChain
 
DefaultEndpointDiscoveryProviderChain(SdkClientConfiguration) - Constructor for class com.ibm.cos.v2.core.endpointdiscovery.providers.DefaultEndpointDiscoveryProviderChain
 
defaultEngine() - Static method in interface com.ibm.cos.v2.services.s3.endpoints.internal.RuleEngine
 
DefaultEventStreamResponseHandlerBuilder<ResponseT,EventT,SubBuilderT> - Class in com.ibm.cos.v2.awscore.eventstream
Base class for event stream response handler builders.
DefaultEventStreamResponseHandlerBuilder() - Constructor for class com.ibm.cos.v2.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
 
defaultExceptionCost(int) - Method in class com.ibm.cos.v2.core.internal.retry.DefaultTokenBucketExceptionCostFunction.Builder
 
defaultExceptionCost(int) - Method in interface com.ibm.cos.v2.core.retry.conditions.TokenBucketExceptionCostFunction.Builder
Specify the number of tokens that should be removed from the token bucket when no other exception type in this function is matched.
defaultExceptionSupplier(Supplier<SdkPojo>) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
Default exception type if "error code" does not match any known modeled exception.
defaultExceptionSupplier(Supplier<SdkPojo>) - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.AwsXmlErrorUnmarshaller.Builder
Default exception type if "error code" does not match any known modeled exception.
defaultExceptionSupplier(Supplier<SdkPojo>) - Method in class com.ibm.cos.v2.protocols.query.unmarshall.AwsXmlErrorProtocolUnmarshaller.Builder
Default exception type if "error code" does not match any known modeled exception.
defaultExceptionSupplier(Supplier<SdkPojo>) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlErrorTransformer.Builder
Default exception type if "error code" does not match any known modeled exception.
DefaultFailedExecutionContext - Class in com.ibm.cos.v2.core.internal.interceptor
An SDK-internal implementation of Context.FailedExecution.
DefaultFailedExecutionContext.Builder - Class in com.ibm.cos.v2.core.internal.interceptor
 
DefaultFileDownload - Class in com.ibm.cos.v2.transfer.s3.internal.model
 
DefaultFileDownload(CompletableFuture<CompletedFileDownload>, TransferProgress, Supplier<DownloadFileRequest>, ResumableFileDownload) - Constructor for class com.ibm.cos.v2.transfer.s3.internal.model.DefaultFileDownload
 
DefaultFileUpload - Class in com.ibm.cos.v2.transfer.s3.internal.model
 
DefaultFileUpload(CompletableFuture<CompletedFileUpload>, TransferProgress, PauseObservable, UploadFileRequest) - Constructor for class com.ibm.cos.v2.transfer.s3.internal.model.DefaultFileUpload
 
defaultHttpConfig(DefaultsMode) - Static method in class com.ibm.cos.v2.awscore.defaultsmode.DefaultsModeConfiguration
Return the default config options for a given defaults mode
DefaultIAMCredentialsIdentity - Class in com.ibm.cos.v2.identity.spi.internal
 
DefaultIBMIamAuthSchemeParams - Class in com.ibm.cos.v2.http.auth.spi.internal.scheme
 
DefaultIBMOAuthIAMHttpSigner - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
An implementation of a IBMOAuthSigner that uses properties to compose IAM-signers in order to delegate signing of a request and payload (if applicable) accordingly.
DefaultIBMOAuthIAMHttpSigner() - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.DefaultIBMOAuthIAMHttpSigner
 
DefaultIdentityProviders - Class in com.ibm.cos.v2.identity.spi.internal
A default implementation of IdentityProviders.
DefaultJsonContentTypeResolver - Class in com.ibm.cos.v2.protocols.json
Prefers an explicit content type if provided.
DefaultJsonContentTypeResolver(String) - Constructor for class com.ibm.cos.v2.protocols.json.DefaultJsonContentTypeResolver
 
DefaultJsonUnmarshallerRegistry - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall
Registry of JsonUnmarshaller implementations by location and type.
DefaultJsonUnmarshallerRegistry.Builder - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall
DefaultLegacyRetryStrategy - Class in com.ibm.cos.v2.retries.internal
 
DefaultLegacyRetryStrategy.Builder - Class in com.ibm.cos.v2.retries.internal
 
defaultMaxAttempts() - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetrySetting
 
DefaultMetricCollection - Class in com.ibm.cos.v2.metrics.internal
 
DefaultMetricCollection(String, Map<SdkMetric<?>, List<MetricRecord<?>>>, List<MetricCollection>) - Constructor for class com.ibm.cos.v2.metrics.internal.DefaultMetricCollection
 
DefaultMetricCollector - Class in com.ibm.cos.v2.metrics.internal
 
DefaultMetricCollector(String) - Constructor for class com.ibm.cos.v2.metrics.internal.DefaultMetricCollector
 
DefaultMetricRecord<T> - Class in com.ibm.cos.v2.metrics.internal
 
DefaultMetricRecord(SdkMetric<T>, T) - Constructor for class com.ibm.cos.v2.metrics.internal.DefaultMetricRecord
 
defaultMode(AccountIdEndpointMode) - Method in class com.ibm.cos.v2.awscore.endpoints.AccountIdEndpointModeResolver
 
defaultMode(DefaultsMode) - Method in class com.ibm.cos.v2.awscore.internal.defaultsmode.DefaultsModeResolver
Configure the DefaultsMode that should be used if the mode is not specified anywhere else.
DefaultNoAuthAuthScheme - Class in com.ibm.cos.v2.http.auth.internal.scheme
A default implementation of NoAuthAuthScheme.
DefaultNoAuthAuthScheme() - Constructor for class com.ibm.cos.v2.http.auth.internal.scheme.DefaultNoAuthAuthScheme
 
DefaultPartitionDataProvider - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
DefaultPartitionDataProvider() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.DefaultPartitionDataProvider
 
defaultProfileFile(ProfileFile) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Configure the profile file that should be used by default for all profile-based configuration in the SDK client.
defaultProfileFile() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
 
defaultProfileFile() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
The profile file that should be used by default for all profile-based configuration in the SDK client.
defaultProfileFile() - Static method in class com.ibm.cos.v2.profiles.ProfileFile
Get the default profile file, using the credentials file from "~/.aws/credentials", the config file from "~/.aws/config" and the "default" profile.
defaultProfileFileSupplier(Supplier<ProfileFile>) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Configure a ProfileFileSupplier that should be used by default for all profile-based configuration in the SDK client.
defaultProfileFileSupplier() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
 
defaultProfileFileSupplier() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
The profile file supplier that should be used by default for all profile-based configuration in the SDK client.
defaultProfileName(String) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Configure the profile name that should be used by default for all profile-based configuration in the SDK client.
defaultProfileName() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
 
defaultProfileName() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
The profile name that should be used by default for all profile-based configuration in the SDK client.
DefaultProgress - Class in com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream
A specialization of com.ibm.cos.v2.services.s3.model.ProgressEvent that represents the SelectObjectContentEventStream$Progress event.
DefaultProgress.Builder - Interface in com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream
 
defaultProtocol(String) - Method in class com.ibm.cos.v2.awscore.endpoint.AwsClientEndpointProvider.Builder
Set the protocol to be used for endpoints returned by ServiceMetadata.of(String).
defaultProtocolUnmarshallDependencies() - Static method in class com.ibm.cos.v2.protocols.cbor.AwsCborProtocolFactory
 
DefaultProtocolUnmarshallDependencies - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall
 
defaultProtocolUnmarshallDependencies() - Static method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller
 
DefaultProtocolUnmarshallDependencies.Builder - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall
 
defaultProvider() - Static method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeProvider
Get the default auth scheme provider.
defaultProvider() - Static method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointProvider
 
DefaultRecords - Class in com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream
A specialization of com.ibm.cos.v2.services.s3.model.RecordsEvent that represents the SelectObjectContentEventStream$Records event.
DefaultRecords.Builder - Interface in com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream
 
defaultRegionScope(RegionScope) - Method in interface com.ibm.cos.v2.authcrt.signer.AwsCrtS3V4aSigner.Builder
Deprecated.
The region scope that this signer will default to if not provided explicitly when the signer is invoked.
defaultRegionScope(RegionScope) - Method in interface com.ibm.cos.v2.authcrt.signer.AwsCrtV4aSigner.Builder
Deprecated.
The region scope that this signer will default to if not provided explicitly when the signer is invoked.
DefaultResolveIdentityRequest - Class in com.ibm.cos.v2.identity.spi.internal
 
DefaultResolveIdentityRequest.BuilderImpl - Class in com.ibm.cos.v2.identity.spi.internal
 
DefaultRetention - Class in com.ibm.cos.v2.services.s3.model
The container element for optionally specifying the default Object Lock retention settings for new objects placed in the specified bucket.
defaultRetention(Retention) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse.Builder
 
defaultRetention() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
defaultRetention(DefaultRetention) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectLockRule.Builder
The default Object Lock retention mode and period that you want to apply to new objects placed in the specified bucket.
defaultRetention(Consumer<DefaultRetention.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectLockRule.Builder
The default Object Lock retention mode and period that you want to apply to new objects placed in the specified bucket.
defaultRetention() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRule
The default Object Lock retention mode and period that you want to apply to new objects placed in the specified bucket.
DefaultRetention.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
defaultRetentionInDays(Retention) - Method in interface com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration.Builder
 
defaultRetentionInDays(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration.Builder
Sets the desired bucket protection default retention for this configuration object.
defaultRetentionInDays() - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration
 
defaultRetentionInDays() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
defaultRetryCondition() - Static method in class com.ibm.cos.v2.awscore.retry.AwsRetryPolicy
Deprecated.
Retrieve the RetryCondition.defaultRetryCondition() with AWS-specific conditions added.
defaultRetryCondition() - Static method in interface com.ibm.cos.v2.core.retry.conditions.RetryCondition
Deprecated.
 
defaultRetryMode() - Static method in enum com.ibm.cos.v2.core.retry.RetryMode
Retrieve the default retry mode by consulting the locations described in RetryMode, or LEGACY if no value is configured.
defaultRetryMode(RetryMode) - Method in class com.ibm.cos.v2.core.retry.RetryMode.Resolver
Configure the RetryMode that should be used if the mode is not specified anywhere else.
defaultRetryPolicy() - Static method in class com.ibm.cos.v2.awscore.retry.AwsRetryPolicy
Deprecated.
Retrieve the RetryPolicy.defaultRetryPolicy() with AWS-specific conditions added.
defaultRetryPolicy() - Static method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
Create a RetryPolicy using the RetryMode.defaultRetryMode() defaults.
defaultRetryStrategy() - Static method in class com.ibm.cos.v2.awscore.retry.AwsRetryStrategy
Retrieve the SdkDefaultRetryStrategy.defaultRetryStrategy() with AWS-specific conditions added.
defaultRetryStrategy() - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetryStrategy
Retrieve the default retry strategy for the configured retry mode.
DefaultRetryStrategy - Class in com.ibm.cos.v2.retries
Built-in implementations of the RetryStrategy interface.
DefaultRetryToken - Class in com.ibm.cos.v2.retries.internal
A data rich RetryToken implementation.
DefaultRetryToken.Builder - Class in com.ibm.cos.v2.retries.internal
A builder class to create DefaultRetryToken instances or to mutate them.
DefaultRetryToken.TokenState - Enum in com.ibm.cos.v2.retries.internal
Set of possibles states on which the RetryToken can be, in-progress, succeeded and all the possible failure modes.
DefaultRuleEngine - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
DefaultRuleEngine() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.DefaultRuleEngine
 
DefaultS3AuthSchemeParams - Class in com.ibm.cos.v2.services.s3.auth.scheme.internal
 
DefaultS3AuthSchemeProvider - Class in com.ibm.cos.v2.services.s3.auth.scheme.internal
 
DefaultS3EndpointProvider - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
DefaultS3EndpointProvider() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.DefaultS3EndpointProvider
 
DefaultS3ExpressAuthScheme - Class in com.ibm.cos.v2.services.s3.internal.s3express
 
DefaultS3ExpressHttpSigner - Class in com.ibm.cos.v2.services.s3.internal.s3express
 
DefaultS3ExpressIdentityProvider - Class in com.ibm.cos.v2.services.s3.internal.s3express
 
DefaultS3ExpressIdentityProvider(S3ExpressIdentityCache, IdentityProvider<AwsCredentialsIdentity>) - Constructor for class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressIdentityProvider
 
DefaultS3ExpressSessionCredentials - Class in com.ibm.cos.v2.services.s3.internal.s3express
Default implementation of S3ExpressSessionCredentials.
DefaultS3ExpressSessionCredentials(String, String, String) - Constructor for class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressSessionCredentials
 
DefaultS3Presigner - Class in com.ibm.cos.v2.services.s3.internal.signing
The default implementation of the S3Presigner interface.
DefaultS3Presigner.Builder - Class in com.ibm.cos.v2.services.s3.internal.signing
 
DEFAULTS_MODE - Static variable in class com.ibm.cos.v2.awscore.client.config.AwsClientOption
Option used by the rest of the SDK to read the DefaultsMode.
DEFAULTS_MODE - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
The "defaults mode" to be used for clients created using the currently-configured profile.
defaultsAdded - Variable in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
DefaultSdkAsyncHttpClientBuilder - Class in com.ibm.cos.v2.core.internal.http.loader
Utility to load the default HTTP client factory and create an instance of SdkHttpClient.
DefaultSdkAsyncHttpClientBuilder() - Constructor for class com.ibm.cos.v2.core.internal.http.loader.DefaultSdkAsyncHttpClientBuilder
 
DefaultSdkAutoConstructList<T> - Class in com.ibm.cos.v2.core.util
Default implementation of SdkAutoConstructList.
DefaultSdkAutoConstructMap<K,V> - Class in com.ibm.cos.v2.core.util
Default implementation of SdkAutoConstructMap.
DefaultSdkHttpClientBuilder - Class in com.ibm.cos.v2.core.internal.http.loader
Utility to load the default HTTP client factory and create an instance of SdkHttpClient.
DefaultSdkHttpClientBuilder() - Constructor for class com.ibm.cos.v2.core.internal.http.loader.DefaultSdkHttpClientBuilder
 
DefaultSdkMetric<T> - Class in com.ibm.cos.v2.metrics.internal
 
defaultSdkPojoSupplier(Supplier<SdkPojo>) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamTaggedUnionPojoSupplier.Builder
Registers the default SdkPojo supplier.
DefaultSdkPresigner - Class in com.ibm.cos.v2.services.s3.internal.signing
The base class implementing the SdkPresigner interface.
DefaultSdkPresigner(DefaultSdkPresigner.Builder<?>) - Constructor for class com.ibm.cos.v2.services.s3.internal.signing.DefaultSdkPresigner
 
DefaultSdkPresigner.Builder<B extends DefaultSdkPresigner.Builder<B>> - Class in com.ibm.cos.v2.services.s3.internal.signing
The base class implementing the SdkPresigner.Builder interface.
DefaultServiceEndpointBuilder - Class in com.ibm.cos.v2.awscore.endpoint
Deprecated.
Use AwsClientEndpointProvider. This is only used by old client versions.
DefaultServiceEndpointBuilder(String, String) - Constructor for class com.ibm.cos.v2.awscore.endpoint.DefaultServiceEndpointBuilder
Deprecated.
 
defaultServiceExceptionSupplier(Supplier<SdkPojo>) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory.Builder
A supplier for the services base exception builder.
defaultServiceExceptionSupplier(Supplier<SdkPojo>) - Method in class com.ibm.cos.v2.protocols.query.AwsQueryProtocolFactory.Builder
A supplier for the services base exception builder.
defaultServiceExceptionSupplier(Supplier<SdkPojo>) - Method in class com.ibm.cos.v2.protocols.xml.AwsXmlProtocolFactory.Builder
A supplier for the services base exception builder.
DefaultServiceMetadata - Class in com.ibm.cos.v2.regions
 
DefaultServiceMetadata(String) - Constructor for class com.ibm.cos.v2.regions.DefaultServiceMetadata
 
DefaultServicePartitionMetadata - Class in com.ibm.cos.v2.regions.internal
 
DefaultServicePartitionMetadata(String, Region) - Constructor for class com.ibm.cos.v2.regions.internal.DefaultServicePartitionMetadata
 
DefaultSignedRequest - Class in com.ibm.cos.v2.http.auth.spi.internal.signer
 
DefaultSignedRequest.BuilderImpl - Class in com.ibm.cos.v2.http.auth.spi.internal.signer
 
defaultSigner() - Method in class com.ibm.cos.v2.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
Deprecated.
 
defaultSigner(Signer) - Method in class com.ibm.cos.v2.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
Deprecated.
 
defaultSigner() - Method in class com.ibm.cos.v2.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
Deprecated.
 
defaultSigner(Signer) - Method in class com.ibm.cos.v2.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
Deprecated.
 
DefaultSignRequest<IdentityT extends Identity> - Class in com.ibm.cos.v2.http.auth.spi.internal.signer
 
DefaultSignRequest.BuilderImpl<IdentityT extends Identity> - Class in com.ibm.cos.v2.http.auth.spi.internal.signer
 
defaultsMode(DefaultsMode) - Method in interface com.ibm.cos.v2.awscore.client.builder.AwsClientBuilder
Sets the DefaultsMode that will be used to determine how certain default configuration options are resolved in the SDK.
defaultsMode(DefaultsMode) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
 
DefaultsMode - Enum in com.ibm.cos.v2.awscore.defaultsmode
A defaults mode determines how certain default configuration options are resolved in the SDK.
DefaultsModeConfiguration - Class in com.ibm.cos.v2.awscore.defaultsmode
Contains a collection of default configuration options for each DefaultsMode
DefaultsModeResolver - Class in com.ibm.cos.v2.awscore.internal.defaultsmode
Allows customizing the variables used during determination of a DefaultsMode.
DefaultStandardRetryStrategy - Class in com.ibm.cos.v2.retries.internal
 
DefaultStandardRetryStrategy.Builder - Class in com.ibm.cos.v2.retries.internal
 
DefaultStats - Class in com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream
A specialization of com.ibm.cos.v2.services.s3.model.StatsEvent that represents the SelectObjectContentEventStream$Stats event.
DefaultStats.Builder - Interface in com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream
 
defaultStrategy() - Static method in interface com.ibm.cos.v2.core.retry.backoff.BackoffStrategy
Deprecated.
 
defaultStrategy(RetryMode) - Static method in interface com.ibm.cos.v2.core.retry.backoff.BackoffStrategy
Deprecated.
 
DefaultStreamedHttpRequest - Class in com.ibm.cos.v2.http.nio.netty.internal.nrs
A default streamed HTTP request.
DefaultStreamedHttpRequest(HttpVersion, HttpMethod, String, Publisher<HttpContent>) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.nrs.DefaultStreamedHttpRequest
 
DefaultStreamedHttpRequest(HttpVersion, HttpMethod, String, boolean, Publisher<HttpContent>) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.nrs.DefaultStreamedHttpRequest
 
DefaultStreamedHttpResponse - Class in com.ibm.cos.v2.http.nio.netty.internal.nrs
A default streamed HTTP response.
DefaultStreamedHttpResponse(HttpVersion, HttpResponseStatus, Publisher<HttpContent>) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.nrs.DefaultStreamedHttpResponse
 
DefaultStreamedHttpResponse(HttpVersion, HttpResponseStatus, boolean, Publisher<HttpContent>) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.nrs.DefaultStreamedHttpResponse
 
defaultSupplier() - Static method in interface com.ibm.cos.v2.profiles.ProfileFileSupplier
Creates a ProfileFileSupplier capable of producing multiple profile objects by aggregating the default credentials and configuration files as determined by ProfileFileLocation.credentialsFileLocation() abd ProfileFileLocation.configurationFileLocation().
DefaultSystemUserAgent - Class in com.ibm.cos.v2.core.internal.useragent
Common system level user agent properties that can either be accessed as a string or as individual values.
defaultThrottlingStrategy() - Static method in interface com.ibm.cos.v2.core.retry.backoff.BackoffStrategy
Deprecated.
 
defaultThrottlingStrategy(RetryMode) - Static method in interface com.ibm.cos.v2.core.retry.backoff.BackoffStrategy
Deprecated.
 
defaultTimestampFormats(Map<MarshallLocation, TimestampFormatTrait.Format>) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller.Builder
defaultTimestampFormats() - Static method in class com.ibm.cos.v2.protocols.query.internal.marshall.SimpleTypeQueryMarshaller
 
DefaultTokenBucketExceptionCostFunction - Class in com.ibm.cos.v2.core.internal.retry
 
DefaultTokenBucketExceptionCostFunction.Builder - Class in com.ibm.cos.v2.core.internal.retry
 
defaultTokenProvider() - Method in class com.ibm.cos.v2.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
Deprecated.
 
defaultTokenProvider(IdentityProvider<? extends TokenIdentity>) - Method in class com.ibm.cos.v2.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
Deprecated.
 
DefaultTransferProgress - Class in com.ibm.cos.v2.transfer.s3.internal.progress
An SDK-internal implementation of TransferProgress.
DefaultTransferProgress(TransferProgressSnapshot) - Constructor for class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgress
 
DefaultTransferProgressSnapshot - Class in com.ibm.cos.v2.transfer.s3.internal.progress
An SDK-internal implementation of TransferProgressSnapshot.
DefaultTransferProgressSnapshot.Builder - Class in com.ibm.cos.v2.transfer.s3.internal.progress
 
DefaultUpload - Class in com.ibm.cos.v2.transfer.s3.internal.model
 
DefaultUpload(CompletableFuture<CompletedUpload>, TransferProgress) - Constructor for class com.ibm.cos.v2.transfer.s3.internal.model.DefaultUpload
 
DefaultV4aPayloadSigner - Class in com.ibm.cos.v2.http.auth.aws.crt.internal.signer
A default implementation of a payload signer that is a no-op.
DefaultV4aPayloadSigner() - Constructor for class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.DefaultV4aPayloadSigner
 
DefaultV4PayloadSigner - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
A default implementation of a payload signer that is a no-op, since payloads are most commonly unsigned.
DefaultV4PayloadSigner() - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.DefaultV4PayloadSigner
 
DefaultV4RequestSigner - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
The default implementation of a v4-request-signer.
DefaultV4RequestSigner(V4Properties, String) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.DefaultV4RequestSigner
 
defaultValue() - Method in enum com.ibm.cos.v2.awscore.internal.interceptor.TracingSystemSetting
 
defaultValue() - Method in enum com.ibm.cos.v2.core.SdkSystemSetting
 
defaultValue() - Method in enum com.ibm.cos.v2.profiles.ProfileFileSystemSetting
 
defaultValue(Value) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Builder
 
defaultValue() - Method in enum com.ibm.cos.v2.services.s3.S3SystemSetting
 
defaultValue() - Method in enum com.ibm.cos.v2.utils.JavaSystemSetting
 
defaultValue() - Method in enum com.ibm.cos.v2.utils.ProxyEnvironmentSetting
 
defaultValue() - Method in enum com.ibm.cos.v2.utils.ProxySystemSetting
 
defaultValue() - Method in interface com.ibm.cos.v2.utils.SystemSetting
The default value of the setting (or empty if there is no default).
DefaultValueTrait - Class in com.ibm.cos.v2.core.traits
Trait that supplies a default value when none is present for a given field.
DefaultWaiter<T> - Class in com.ibm.cos.v2.core.internal.waiters
Default implementation of the generic Waiter.
DefaultWaiter.DefaultBuilder<T> - Class in com.ibm.cos.v2.core.internal.waiters
 
DefaultWaiterResponse<T> - Class in com.ibm.cos.v2.core.internal.waiters
The default implementation of the WaiterResponse
DefaultWaiterResponse.Builder<T> - Class in com.ibm.cos.v2.core.internal.waiters
 
DEFINITE_CLOCK_SKEW_ERROR_CODES - Static variable in class com.ibm.cos.v2.awscore.internal.AwsErrorCode
 
delay() - Method in interface com.ibm.cos.v2.retries.api.AcquireInitialTokenResponse
The amount of time to wait before performing the first attempt.
delay() - Method in class com.ibm.cos.v2.retries.api.internal.AcquireInitialTokenResponseImpl
 
delay() - Method in class com.ibm.cos.v2.retries.api.internal.RefreshRetryTokenResponseImpl
 
delay() - Method in interface com.ibm.cos.v2.retries.api.RefreshRetryTokenResponse
The amount of time to wait before performing the next attempt.
delay() - Method in class com.ibm.cos.v2.retries.internal.ratelimiter.RateLimiterAcquireResponse
 
delegate() - Method in class com.ibm.cos.v2.http.AbortableInputStream
Access the underlying delegate stream, for testing purposes.
delegate() - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
 
delegate() - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
 
delegate() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressAuthSchemeProvider
 
delegate(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.utils.async.DelegatingBufferingSubscriber.Builder
 
delegateMarshaller(Marshaller) - Method in class com.ibm.cos.v2.core.internal.transform.AbstractStreamingRequestMarshaller.Builder
 
delegateMarshaller - Variable in class com.ibm.cos.v2.core.internal.transform.AbstractStreamingRequestMarshaller
 
DelegateSocket - Class in com.ibm.cos.v2.http.apache.internal.net
Socket delegate class.
DelegateSocket(Socket) - Constructor for class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
DelegateSslSocket - Class in com.ibm.cos.v2.http.apache.internal.net
 
DelegateSslSocket(SSLSocket) - Constructor for class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
delegateToTime - Variable in class com.ibm.cos.v2.core.http.MetricCollectingHttpResponseHandler
 
DelegatingBufferingSubscriber - Class in com.ibm.cos.v2.utils.async
 
DelegatingBufferingSubscriber(Long, Subscriber<? super ByteBuffer>) - Constructor for class com.ibm.cos.v2.utils.async.DelegatingBufferingSubscriber
 
DelegatingBufferingSubscriber.Builder - Class in com.ibm.cos.v2.utils.async
 
DelegatingChannelHandlerContext - Class in com.ibm.cos.v2.http.nio.netty.internal.utils
An abstract implementation of ChannelHandlerContext that delegates to another context for non-overridden methods.
DelegatingChannelHandlerContext(ChannelHandlerContext) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
DelegatingEventLoopGroup - Class in com.ibm.cos.v2.http.nio.netty.internal
EventLoopGroup that just delegates to another EventLoopGroup.
DelegatingEventLoopGroup(EventLoopGroup) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
DelegatingS3AsyncClient - Class in com.ibm.cos.v2.services.s3
 
DelegatingS3AsyncClient(S3AsyncClient) - Constructor for class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
 
DelegatingS3Client - Class in com.ibm.cos.v2.services.s3
 
DelegatingS3Client(S3Client) - Constructor for class com.ibm.cos.v2.services.s3.DelegatingS3Client
 
DelegatingSubscriber<T,U> - Class in com.ibm.cos.v2.utils.async
 
DelegatingSubscriber(Subscriber<? super U>) - Constructor for class com.ibm.cos.v2.utils.async.DelegatingSubscriber
 
DelegatingSubscription - Class in com.ibm.cos.v2.utils.async
 
DelegatingSubscription(Subscription) - Constructor for class com.ibm.cos.v2.utils.async.DelegatingSubscription
 
Delete - Class in com.ibm.cos.v2.services.s3.model
Container for the objects to delete.
delete(Delete) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest.Builder
Container for the request.
delete(Consumer<Delete.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest.Builder
Container for the request.
delete() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
Container for the request.
delete() - Method in class com.ibm.cos.v2.testutils.RandomTempFile
 
Delete.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleteBucket(DeleteBucketRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Deletes the S3 bucket.
deleteBucket(DeleteBucketRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Deletes the S3 bucket.
deleteBucket(DeleteBucketRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Deletes the S3 bucket.
deleteBucket(Consumer<DeleteBucketRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Deletes the S3 bucket.
deleteBucket(DeleteBucketRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Deletes the S3 bucket.
deleteBucket(Consumer<DeleteBucketRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Deletes the S3 bucket.
deleteBucketAnalyticsConfiguration(DeleteBucketAnalyticsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
deleteBucketAnalyticsConfiguration(DeleteBucketAnalyticsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
deleteBucketAnalyticsConfiguration(DeleteBucketAnalyticsConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketAnalyticsConfiguration(Consumer<DeleteBucketAnalyticsConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketAnalyticsConfiguration(DeleteBucketAnalyticsConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
deleteBucketAnalyticsConfiguration(Consumer<DeleteBucketAnalyticsConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
DeleteBucketAnalyticsConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketAnalyticsConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteBucketAnalyticsConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteBucketAnalyticsConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteBucketAnalyticsConfigurationRequestMarshaller
 
DeleteBucketAnalyticsConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketAnalyticsConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleteBucketCors(DeleteBucketCorsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
deleteBucketCors(DeleteBucketCorsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
deleteBucketCors(DeleteBucketCorsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketCors(Consumer<DeleteBucketCorsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketCors(DeleteBucketCorsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
deleteBucketCors(Consumer<DeleteBucketCorsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
DeleteBucketCorsRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketCorsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteBucketCorsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteBucketCorsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteBucketCorsRequestMarshaller
 
DeleteBucketCorsResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketCorsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleteBucketEncryption(DeleteBucketEncryptionRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
This implementation of the DELETE action resets the default encryption for the bucket as server-side encryption with Amazon S3 managed keys (SSE-S3).
deleteBucketEncryption(DeleteBucketEncryptionRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
This implementation of the DELETE action resets the default encryption for the bucket as server-side encryption with Amazon S3 managed keys (SSE-S3).
deleteBucketEncryption(DeleteBucketEncryptionRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
This implementation of the DELETE action resets the default encryption for the bucket as server-side encryption with Amazon S3 managed keys (SSE-S3).
deleteBucketEncryption(Consumer<DeleteBucketEncryptionRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
This implementation of the DELETE action resets the default encryption for the bucket as server-side encryption with Amazon S3 managed keys (SSE-S3).
deleteBucketEncryption(DeleteBucketEncryptionRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This implementation of the DELETE action resets the default encryption for the bucket as server-side encryption with Amazon S3 managed keys (SSE-S3).
deleteBucketEncryption(Consumer<DeleteBucketEncryptionRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This implementation of the DELETE action resets the default encryption for the bucket as server-side encryption with Amazon S3 managed keys (SSE-S3).
DeleteBucketEncryptionRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketEncryptionRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteBucketEncryptionRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteBucketEncryptionRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteBucketEncryptionRequestMarshaller
 
DeleteBucketEncryptionResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketEncryptionResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleteBucketIntelligentTieringConfiguration(DeleteBucketIntelligentTieringConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
deleteBucketIntelligentTieringConfiguration(DeleteBucketIntelligentTieringConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
deleteBucketIntelligentTieringConfiguration(DeleteBucketIntelligentTieringConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketIntelligentTieringConfiguration(Consumer<DeleteBucketIntelligentTieringConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketIntelligentTieringConfiguration(DeleteBucketIntelligentTieringConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
deleteBucketIntelligentTieringConfiguration(Consumer<DeleteBucketIntelligentTieringConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
DeleteBucketIntelligentTieringConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketIntelligentTieringConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteBucketIntelligentTieringConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteBucketIntelligentTieringConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteBucketIntelligentTieringConfigurationRequestMarshaller
 
DeleteBucketIntelligentTieringConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketIntelligentTieringConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleteBucketInventoryConfiguration(DeleteBucketInventoryConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
deleteBucketInventoryConfiguration(DeleteBucketInventoryConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
deleteBucketInventoryConfiguration(DeleteBucketInventoryConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketInventoryConfiguration(Consumer<DeleteBucketInventoryConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketInventoryConfiguration(DeleteBucketInventoryConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
deleteBucketInventoryConfiguration(Consumer<DeleteBucketInventoryConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
DeleteBucketInventoryConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketInventoryConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteBucketInventoryConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteBucketInventoryConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteBucketInventoryConfigurationRequestMarshaller
 
DeleteBucketInventoryConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketInventoryConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleteBucketLifecycle(DeleteBucketLifecycleRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Deletes the lifecycle configuration from the specified bucket.
deleteBucketLifecycle(DeleteBucketLifecycleRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Deletes the lifecycle configuration from the specified bucket.
deleteBucketLifecycle(DeleteBucketLifecycleRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Deletes the lifecycle configuration from the specified bucket.
deleteBucketLifecycle(Consumer<DeleteBucketLifecycleRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Deletes the lifecycle configuration from the specified bucket.
deleteBucketLifecycle(DeleteBucketLifecycleRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Deletes the lifecycle configuration from the specified bucket.
deleteBucketLifecycle(Consumer<DeleteBucketLifecycleRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Deletes the lifecycle configuration from the specified bucket.
DeleteBucketLifecycleRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketLifecycleRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteBucketLifecycleRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteBucketLifecycleRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteBucketLifecycleRequestMarshaller
 
DeleteBucketLifecycleResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketLifecycleResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleteBucketMetadataTableConfiguration(DeleteBucketMetadataTableConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Deletes a metadata table configuration from a general purpose bucket.
deleteBucketMetadataTableConfiguration(DeleteBucketMetadataTableConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Deletes a metadata table configuration from a general purpose bucket.
deleteBucketMetadataTableConfiguration(DeleteBucketMetadataTableConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Deletes a metadata table configuration from a general purpose bucket.
deleteBucketMetadataTableConfiguration(Consumer<DeleteBucketMetadataTableConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Deletes a metadata table configuration from a general purpose bucket.
deleteBucketMetadataTableConfiguration(DeleteBucketMetadataTableConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Deletes a metadata table configuration from a general purpose bucket.
deleteBucketMetadataTableConfiguration(Consumer<DeleteBucketMetadataTableConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Deletes a metadata table configuration from a general purpose bucket.
DeleteBucketMetadataTableConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketMetadataTableConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteBucketMetadataTableConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteBucketMetadataTableConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteBucketMetadataTableConfigurationRequestMarshaller
 
DeleteBucketMetadataTableConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketMetadataTableConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleteBucketMetricsConfiguration(DeleteBucketMetricsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
deleteBucketMetricsConfiguration(DeleteBucketMetricsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
deleteBucketMetricsConfiguration(DeleteBucketMetricsConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketMetricsConfiguration(Consumer<DeleteBucketMetricsConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketMetricsConfiguration(DeleteBucketMetricsConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
deleteBucketMetricsConfiguration(Consumer<DeleteBucketMetricsConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
DeleteBucketMetricsConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketMetricsConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteBucketMetricsConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteBucketMetricsConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteBucketMetricsConfigurationRequestMarshaller
 
DeleteBucketMetricsConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketMetricsConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleteBucketOwnershipControls(DeleteBucketOwnershipControlsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
deleteBucketOwnershipControls(DeleteBucketOwnershipControlsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
deleteBucketOwnershipControls(DeleteBucketOwnershipControlsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketOwnershipControls(Consumer<DeleteBucketOwnershipControlsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketOwnershipControls(DeleteBucketOwnershipControlsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
deleteBucketOwnershipControls(Consumer<DeleteBucketOwnershipControlsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
DeleteBucketOwnershipControlsRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketOwnershipControlsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteBucketOwnershipControlsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteBucketOwnershipControlsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteBucketOwnershipControlsRequestMarshaller
 
DeleteBucketOwnershipControlsResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketOwnershipControlsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleteBucketPolicy(DeleteBucketPolicyRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Deletes the policy of a specified bucket.
deleteBucketPolicy(DeleteBucketPolicyRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Deletes the policy of a specified bucket.
deleteBucketPolicy(DeleteBucketPolicyRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Deletes the policy of a specified bucket.
deleteBucketPolicy(Consumer<DeleteBucketPolicyRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Deletes the policy of a specified bucket.
deleteBucketPolicy(DeleteBucketPolicyRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Deletes the policy of a specified bucket.
deleteBucketPolicy(Consumer<DeleteBucketPolicyRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Deletes the policy of a specified bucket.
DeleteBucketPolicyRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketPolicyRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteBucketPolicyRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteBucketPolicyRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteBucketPolicyRequestMarshaller
 
DeleteBucketPolicyResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketPolicyResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleteBucketReplication(DeleteBucketReplicationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
deleteBucketReplication(DeleteBucketReplicationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
deleteBucketReplication(DeleteBucketReplicationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketReplication(Consumer<DeleteBucketReplicationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketReplication(DeleteBucketReplicationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
deleteBucketReplication(Consumer<DeleteBucketReplicationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
DeleteBucketReplicationRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketReplicationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteBucketReplicationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteBucketReplicationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteBucketReplicationRequestMarshaller
 
DeleteBucketReplicationResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketReplicationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteBucketRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteBucketRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteBucketRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteBucketRequestMarshaller
 
DeleteBucketResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleteBucketTagging(DeleteBucketTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
deleteBucketTagging(DeleteBucketTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
deleteBucketTagging(DeleteBucketTaggingRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketTagging(Consumer<DeleteBucketTaggingRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketTagging(DeleteBucketTaggingRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
deleteBucketTagging(Consumer<DeleteBucketTaggingRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
DeleteBucketTaggingRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketTaggingRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteBucketTaggingRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteBucketTaggingRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteBucketTaggingRequestMarshaller
 
DeleteBucketTaggingResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketTaggingResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleteBucketWebsite(DeleteBucketWebsiteRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
deleteBucketWebsite(DeleteBucketWebsiteRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
deleteBucketWebsite(DeleteBucketWebsiteRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketWebsite(Consumer<DeleteBucketWebsiteRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteBucketWebsite(DeleteBucketWebsiteRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
deleteBucketWebsite(Consumer<DeleteBucketWebsiteRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
DeleteBucketWebsiteRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketWebsiteRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteBucketWebsiteRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteBucketWebsiteRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteBucketWebsiteRequestMarshaller
 
DeleteBucketWebsiteResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteBucketWebsiteResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleted(Collection<DeletedObject>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse.Builder
Container element for a successful delete.
deleted(DeletedObject...) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse.Builder
Container element for a successful delete.
deleted(Consumer<DeletedObject.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse.Builder
Container element for a successful delete.
deleted() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse
Container element for a successful delete.
DeletedObject - Class in com.ibm.cos.v2.services.s3.model
Information about the deleted object.
DeletedObject.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleteLegalHold(DeleteLegalHoldRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Deletes legal hold configuration to the specified bucket in the DeleteLegalHoldRequest.
deleteLegalHold(Consumer<DeleteLegalHoldRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
 
DeleteLegalHoldRequest - Class in com.ibm.cos.v2.services.s3.model
Request object containing all the options for deleting a legal hold from an object.
DeleteLegalHoldRequest(DeleteLegalHoldRequest.BuilderImpl) - Constructor for class com.ibm.cos.v2.services.s3.model.DeleteLegalHoldRequest
Constructs a new DeleteLegalHoldRequest object and initializes all required and optional object fields.
DeleteLegalHoldRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteLegalHoldRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
 
DeleteLegalHoldRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteLegalHoldRequestMarshaller
 
deleteMarker(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.DeletedObject.Builder
Indicates whether the specified object version that was permanently deleted was (true) or was not (false) a delete marker before deletion.
deleteMarker() - Method in class com.ibm.cos.v2.services.s3.model.DeletedObject
Indicates whether the specified object version that was permanently deleted was (true) or was not (false) a delete marker before deletion.
deleteMarker(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectResponse.Builder
Indicates whether the specified object version that was permanently deleted was (true) or was not (false) a delete marker before deletion.
deleteMarker() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectResponse
Indicates whether the specified object version that was permanently deleted was (true) or was not (false) a delete marker before deletion.
deleteMarker(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse.Builder
Specifies whether the object retrieved was (true) or was not (false) a delete marker.
deleteMarker() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
Specifies whether the object retrieved was (true) or was not (false) a delete marker.
deleteMarker(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Indicates whether the object retrieved was (true) or was not (false) a Delete Marker.
deleteMarker() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Indicates whether the object retrieved was (true) or was not (false) a Delete Marker.
deleteMarker(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Specifies whether the object retrieved was (true) or was not (false) a Delete Marker.
deleteMarker() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Specifies whether the object retrieved was (true) or was not (false) a Delete Marker.
deleteMarker(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Specifies whether an object stored in Amazon S3 is (true) or is not (false) a delete marker.
deleteMarker() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Specifies whether an object stored in Amazon S3 is (true) or is not (false) a delete marker.
DeleteMarkerEntry - Class in com.ibm.cos.v2.services.s3.model
Information about the delete marker.
DeleteMarkerEntry.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteMarkerReplication - Class in com.ibm.cos.v2.services.s3.model
Specifies whether Amazon S3 replicates delete markers.
deleteMarkerReplication(DeleteMarkerReplication) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRule.Builder
Sets the value of the DeleteMarkerReplication property for this object.
deleteMarkerReplication(Consumer<DeleteMarkerReplication.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRule.Builder
Sets the value of the DeleteMarkerReplication property for this object.
deleteMarkerReplication() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
Returns the value of the DeleteMarkerReplication property for this object.
DeleteMarkerReplication.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteMarkerReplicationStatus - Enum in com.ibm.cos.v2.services.s3.model
 
deleteMarkers(Collection<DeleteMarkerEntry>) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
Container for an object that is a delete marker.
deleteMarkers(DeleteMarkerEntry...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
Container for an object that is a delete marker.
deleteMarkers(Consumer<DeleteMarkerEntry.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
Container for an object that is a delete marker.
deleteMarkers() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
Container for an object that is a delete marker.
deleteMarkers() - Method in class com.ibm.cos.v2.services.s3.paginators.ListObjectVersionsIterable
Returns an iterable to iterate through the paginated ListObjectVersionsResponse.deleteMarkers() member.
deleteMarkers() - Method in class com.ibm.cos.v2.services.s3.paginators.ListObjectVersionsPublisher
Returns a publisher that can be used to get a stream of data.
deleteMarkerVersionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeletedObject.Builder
The version ID of the delete marker created as a result of the DELETE operation.
deleteMarkerVersionId() - Method in class com.ibm.cos.v2.services.s3.model.DeletedObject
The version ID of the delete marker created as a result of the DELETE operation.
deleteObject(DeleteObjectRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Removes an object from a bucket.
deleteObject(DeleteObjectRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Removes an object from a bucket.
deleteObject(DeleteObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Removes an object from a bucket.
deleteObject(Consumer<DeleteObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Removes an object from a bucket.
deleteObject(DeleteObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Removes an object from a bucket.
deleteObject(Consumer<DeleteObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Removes an object from a bucket.
deleteObjectKeys() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
deleteObjectKeys(List<String>) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
DeleteObjectKeys Endpoint Params from the customization config
deleteObjectKeys() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
DeleteObjectKeys Endpoint Params from the customization config
deleteObjectKeys(List<String>) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
deleteObjectKeys() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
DeleteObjectPresignRequest - Class in com.ibm.cos.v2.services.s3.presigner.model
A request to pre-sign a DeleteObjectRequest so that it can be executed at a later time without requiring additional signing or authentication.
DeleteObjectPresignRequest(DeleteObjectPresignRequest.DefaultBuilder) - Constructor for class com.ibm.cos.v2.services.s3.presigner.model.DeleteObjectPresignRequest
 
DeleteObjectPresignRequest.Builder - Interface in com.ibm.cos.v2.services.s3.presigner.model
 
DeleteObjectRequest - Class in com.ibm.cos.v2.services.s3.model
 
deleteObjectRequest(DeleteObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.DeleteObjectPresignRequest.Builder
 
deleteObjectRequest(Consumer<DeleteObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.DeleteObjectPresignRequest.Builder
 
deleteObjectRequest() - Method in class com.ibm.cos.v2.services.s3.presigner.model.DeleteObjectPresignRequest
Retrieve the DeleteObjectRequest that should be presigned.
DeleteObjectRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteObjectRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteObjectRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteObjectRequestMarshaller
 
DeleteObjectResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteObjectResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleteObjects(DeleteObjectsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
This operation enables you to delete multiple objects from a bucket using a single HTTP request.
deleteObjects(DeleteObjectsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
This operation enables you to delete multiple objects from a bucket using a single HTTP request.
deleteObjects(DeleteObjectsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
This operation enables you to delete multiple objects from a bucket using a single HTTP request.
deleteObjects(Consumer<DeleteObjectsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
This operation enables you to delete multiple objects from a bucket using a single HTTP request.
deleteObjects(DeleteObjectsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This operation enables you to delete multiple objects from a bucket using a single HTTP request.
deleteObjects(Consumer<DeleteObjectsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This operation enables you to delete multiple objects from a bucket using a single HTTP request.
DeleteObjectsRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeleteObjectsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteObjectsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteObjectsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteObjectsRequestMarshaller
 
DeleteObjectsResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteObjectsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deleteObjectTagging(DeleteObjectTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
deleteObjectTagging(DeleteObjectTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
deleteObjectTagging(DeleteObjectTaggingRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteObjectTagging(Consumer<DeleteObjectTaggingRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deleteObjectTagging(DeleteObjectTaggingRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
deleteObjectTagging(Consumer<DeleteObjectTaggingRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
DeleteObjectTaggingRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeleteObjectTaggingRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeleteObjectTaggingRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeleteObjectTaggingRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeleteObjectTaggingRequestMarshaller
 
DeleteObjectTaggingResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeleteObjectTaggingResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
deletePublicAccessBlock(DeletePublicAccessBlockRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
deletePublicAccessBlock(DeletePublicAccessBlockRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
deletePublicAccessBlock(DeletePublicAccessBlockRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deletePublicAccessBlock(Consumer<DeletePublicAccessBlockRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
deletePublicAccessBlock(DeletePublicAccessBlockRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
deletePublicAccessBlock(Consumer<DeletePublicAccessBlockRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
DeletePublicAccessBlockRequest - Class in com.ibm.cos.v2.services.s3.model
 
DeletePublicAccessBlockRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
DeletePublicAccessBlockRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
DeletePublicAccessBlockRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.DeletePublicAccessBlockRequestMarshaller
 
DeletePublicAccessBlockResponse - Class in com.ibm.cos.v2.services.s3.model
 
DeletePublicAccessBlockResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
delimiter(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest.Builder
Character you use to group keys.
delimiter() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
Character you use to group keys.
delimiter(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
Contains the delimiter you specified in the request.
delimiter() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
Contains the delimiter you specified in the request.
delimiter(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsRequest.Builder
A delimiter is a character that you use to group keys.
delimiter() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
A delimiter is a character that you use to group keys.
delimiter(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the CommonPrefixes collection.
delimiter() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the CommonPrefixes collection.
delimiter(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
A delimiter is a character that you use to group keys.
delimiter() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
A delimiter is a character that you use to group keys.
delimiter(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the CommonPrefixes collection.
delimiter() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the CommonPrefixes collection.
delimiter(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
A delimiter is a character that you specify to group keys.
delimiter() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
A delimiter is a character that you specify to group keys.
delimiter(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
The delimiter grouping the included keys.
delimiter() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
The delimiter grouping the included keys.
DemandIgnoringSubscription - Class in com.ibm.cos.v2.utils.async
 
DemandIgnoringSubscription(Subscription) - Constructor for class com.ibm.cos.v2.utils.async.DemandIgnoringSubscription
 
DependencyValidate - Class in com.ibm.cos.v2.utils
Utilities for loading of classes and objects which have optional dependencies, and therefore need to be safely checked at runtime in order to use.
deprecated(Parameter.Deprecated) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Builder
 
DEPRECATED - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
Deprecated(String, String) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Deprecated
 
deregister() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
deregister(ChannelPromise) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
deregisterConnectionManager(HttpClientConnectionManager) - Method in class com.ibm.cos.v2.http.apache.internal.conn.IdleConnectionReaper
Deregister this connection manager with this reaper.
derivedBuilder(String, Class<T>, ExecutionAttribute<U>) - Static method in class com.ibm.cos.v2.core.interceptor.ExecutionAttribute
Create an execution attribute whose value is derived from another attribute.
derivedBuilder(String, Class<T>, Supplier<ExecutionAttribute<U>>) - Static method in class com.ibm.cos.v2.core.interceptor.ExecutionAttribute
This is the same as ExecutionAttribute.derivedBuilder(String, Class, ExecutionAttribute), but the real attribute is loaded lazily at runtime.
deriveSigningKey(AwsCredentials, Aws4SignerRequestParams) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAws4Signer
Step 3 of the AWS Signature version 4 calculation.
deriveSigningKey(AwsCredentials, Instant, String, String) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAws4Signer
 
deriveSigningKey(AwsCredentialsIdentity, CredentialScope) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerUtils
Get the signing key based on the given credentials and a credential-scope
describeTo(Description) - Method in class com.ibm.cos.v2.testutils.hamcrest.CollectionContainsOnly
 
describeTo(Description) - Method in class com.ibm.cos.v2.testutils.hamcrest.CollectionContainsOnlyInOrder
 
description() - Method in class com.ibm.cos.v2.regions.regionmetadata.AfSouth1
 
description() - Method in interface com.ibm.cos.v2.regions.RegionMetadata
Returns the description of this region; ex: "US East (N.
description(String) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreRequest.Builder
The optional description for the job.
description() - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
The optional description for the job.
Destination - Class in com.ibm.cos.v2.services.s3.model
Specifies information about where to publish analysis or configuration results for an Amazon S3 bucket and S3 Replication Time Control (S3 RTC).
destination(InventoryDestination) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryConfiguration.Builder
Contains information about where to publish the inventory results.
destination(Consumer<InventoryDestination.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryConfiguration.Builder
Contains information about where to publish the inventory results.
destination() - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
Contains information about where to publish the inventory results.
destination(Destination) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRule.Builder
A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
destination(Consumer<Destination.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRule.Builder
A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
destination() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
destination(AnalyticsExportDestination) - Method in interface com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport.Builder
The place to store the data for an analysis.
destination(Consumer<AnalyticsExportDestination.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport.Builder
The place to store the data for an analysis.
destination() - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport
The place to store the data for an analysis.
destination(Path) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest.Builder
Specifies the destination directory to which files should be downloaded.
destination() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest
The destination directory to which files should be downloaded.
destination(Path) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadFileRequest.Builder
The Path to file that response contents will be written to.
destination(File) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadFileRequest.Builder
The file that response contents will be written to.
destination() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadFileRequest
The Path to file that response contents will be written to.
Destination.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
destinationBucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
The name of the destination bucket.
destinationBucket() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
The name of the destination bucket.
destinationBucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
The bucket name.
destinationBucket() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
The bucket name.
destinationKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
The key of the destination object.
destinationKey() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
The key of the destination object.
destinationKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Object key for which the multipart upload was initiated.
destinationKey() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Object key for which the multipart upload was initiated.
detachMarker(String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.IMarkerFactoryAdapter
 
details(Progress) - Method in interface com.ibm.cos.v2.services.s3.model.ProgressEvent.Builder
The Progress event details.
details(Consumer<Progress.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ProgressEvent.Builder
The Progress event details.
details(Progress) - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent.BuilderImpl
 
details() - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent
The Progress event details.
details(Stats) - Method in interface com.ibm.cos.v2.services.s3.model.StatsEvent.Builder
The Stats event details.
details(Consumer<Stats.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.StatsEvent.Builder
The Stats event details.
details(Stats) - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent.BuilderImpl
 
details() - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent
The Stats event details.
determinePartCount(long, long) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.GenericMultipartHelper
 
determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class com.ibm.cos.v2.http.apache.internal.SdkProxyRoutePlanner
 
digest() - Method in class com.ibm.cos.v2.checksums.internal.DigestAlgorithm.CloseableMessageDigest
Retrieve the message digest bytes.
DigestAlgorithm - Enum in com.ibm.cos.v2.checksums.internal
 
DigestAlgorithm.CloseableMessageDigest - Class in com.ibm.cos.v2.checksums.internal
 
DigestAlgorithmChecksum - Class in com.ibm.cos.v2.checksums.internal
An implementation of SdkChecksum that uses a DigestAlgorithm.
DigestAlgorithmChecksum(DigestAlgorithm) - Constructor for class com.ibm.cos.v2.checksums.internal.DigestAlgorithmChecksum
 
DirectoryDownload - Interface in com.ibm.cos.v2.transfer.s3.model
A download transfer of a directory of objects from S3
DirectoryTransfer - Interface in com.ibm.cos.v2.transfer.s3.model
Represents the upload or download of a directory of files to or from S3.
DirectoryUpload - Interface in com.ibm.cos.v2.transfer.s3.model
An upload transfer of a single object to S3.
DISABLE_DOUBLE_ENCODING_ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.S3EndpointAuthSchemeStrategyFactory
 
DISABLE_HOST_PREFIX_INJECTION - Static variable in class com.ibm.cos.v2.core.client.config.SdkAdvancedClientOption
SDK uses endpoint trait and hostPrefix trait specified in service model to modify the endpoint host that the API request is sent to.
DISABLE_HOST_PREFIX_INJECTION - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
Whether host prefix injection has been disabled on the client.
DISABLE_MULTI_REGION_ACCESS_POINTS - Static variable in class com.ibm.cos.v2.services.s3.endpoints.S3ClientContextParams
Disables this client's usage of Multi-Region Access Points.
DISABLE_REQUEST_COMPRESSION - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Whether request compression is disabled for operations marked with the RequestCompression trait.
DISABLE_S3_EXPRESS_AUTH - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
 
DISABLE_S3_EXPRESS_SESSION_AUTH - Static variable in class com.ibm.cos.v2.services.s3.endpoints.S3ClientContextParams
Disables this client's usage of Session Auth for S3Express buckets and reverts to using conventional SigV4 for those.
disableAccessPoints() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
disableAccessPoints(Boolean) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
Internal parameter to disable Access Point Buckets
disableAccessPoints() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
Internal parameter to disable Access Point Buckets
disableAccessPoints(Boolean) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
disableAccessPoints() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
disableChunkEncodingPlugin() - Static method in class com.ibm.cos.v2.services.s3.internal.plugins.S3OverrideAuthSchemePropertiesPlugin
Creates a new plugin that disables the ChunkEncoding signers property for the `UploadPart` and `PutObject` operations.
disableClose() - Method in class com.ibm.cos.v2.core.io.ReleasableInputStream
Used to disable the close method.
disableDoubleEncoding(Boolean) - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4aAuthScheme.Builder
 
disableDoubleEncoding() - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4aAuthScheme
 
disableDoubleEncoding(Boolean) - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4AuthScheme.Builder
 
disableDoubleEncoding() - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4AuthScheme
 
disableDoubleEncoding(Boolean) - Method in class com.ibm.cos.v2.services.s3.endpoints.authscheme.S3ExpressEndpointAuthScheme.Builder
 
disableDoubleEncoding() - Method in class com.ibm.cos.v2.services.s3.endpoints.authscheme.S3ExpressEndpointAuthScheme
 
disableHostPrefixInjection(ExecutionAttributes) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.AwsEndpointProviderUtils
True if the the SdkInternalExecutionAttribute.DISABLE_HOST_PREFIX_INJECTION attribute is present and its value is true, false otherwise.
disableHostPrefixInjection(boolean) - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext.Builder
 
disableMultiRegionAccessPoints() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
disableMultiRegionAccessPoints(Boolean) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
Whether multi-region access points (MRAP) should be disabled.
disableMultiRegionAccessPoints() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
Whether multi-region access points (MRAP) should be disabled.
disableMultiRegionAccessPoints(Boolean) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
disableMultiRegionAccessPoints() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
disableMultiRegionAccessPoints(Boolean) - Method in interface com.ibm.cos.v2.services.s3.S3BaseClientBuilder
Disables this client's usage of Multi-Region Access Points.
DisableMultiRegionProvider - Interface in com.ibm.cos.v2.services.s3.internal.settingproviders
Interface for loading disable multi-region configuration.
DisableMultiRegionProviderChain - Class in com.ibm.cos.v2.services.s3.internal.settingproviders
DisableMultiRegionProvider implementation that chains together multiple disable multi-region providers.
disableNormalizeUri(RequestConfig.Builder) - Static method in class com.ibm.cos.v2.http.apache.internal.utils.ApacheUtils
From Apache v4.5.8, normalization should be disabled or AWS requests with special characters in URI path will fail with Signature Errors.
DisablePayloadSigningInterceptor - Class in com.ibm.cos.v2.services.s3.internal.handlers
Disables payload signing for all S3 operations.
DisablePayloadSigningInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.internal.handlers.DisablePayloadSigningInterceptor
 
disableS3ExpressSessionAuth() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
disableS3ExpressSessionAuth(Boolean) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
Parameter to indicate whether S3Express session auth should be disabled
disableS3ExpressSessionAuth() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
Parameter to indicate whether S3Express session auth should be disabled
disableS3ExpressSessionAuth(Boolean) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
disableS3ExpressSessionAuth() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
disableS3ExpressSessionAuth(Boolean) - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultS3Presigner.Builder
 
disableS3ExpressSessionAuth(Boolean) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner.Builder
Explicitly disable using S3 express session credentials when presigning a request with an S3 express bucket name.
disableS3ExpressSessionAuth(Boolean) - Method in interface com.ibm.cos.v2.services.s3.S3BaseClientBuilder
Disables this client's usage of Session Auth for S3Express buckets and reverts to using conventional SigV4 for those.
disconnect() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
disconnect(ChannelPromise) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
discover(Region) - Method in class com.ibm.cos.v2.awscore.internal.defaultsmode.AutoDefaultsModeDiscovery
Discovers the defaultMode using the following workflow: 1.
discoveredEndpoint() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
discoveredEndpoint(URI) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
discoverEndpoint(EndpointDiscoveryRequest) - Method in interface com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryCacheLoader
 
discoverEndpoint(EndpointDiscoveryRequest) - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRefreshCache
 
displayName(String) - Method in interface com.ibm.cos.v2.services.s3.model.Grantee.Builder
Screen name of the grantee.
displayName() - Method in class com.ibm.cos.v2.services.s3.model.Grantee
Screen name of the grantee.
displayName(String) - Method in interface com.ibm.cos.v2.services.s3.model.Initiator.Builder
Name of the Principal.
displayName() - Method in class com.ibm.cos.v2.services.s3.model.Initiator
Name of the Principal.
displayName(String) - Method in interface com.ibm.cos.v2.services.s3.model.Owner.Builder
Container for the display name of the owner.
displayName() - Method in class com.ibm.cos.v2.services.s3.model.Owner
Container for the display name of the owner.
DNS_SUFFIX - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.PartitionFn
 
dnsResolver(DnsResolver) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
Configuration that defines a DNS resolver.
DnsResolverLoader - Class in com.ibm.cos.v2.http.nio.netty.internal
Utility class for instantiating netty dns resolvers only if they're available on the class path.
dnsSuffix(ServiceEndpointKey, Map<ServiceEndpointKey, String>, Map<Pair<String, PartitionEndpointKey>, String>) - Static method in class com.ibm.cos.v2.regions.internal.util.ServiceMetadataUtils
 
dnsSuffix(PartitionEndpointKey) - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsCnPartitionMetadata
 
dnsSuffix(PartitionEndpointKey) - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsEuscPartitionMetadata
 
dnsSuffix(PartitionEndpointKey) - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoBPartitionMetadata
 
dnsSuffix(PartitionEndpointKey) - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoEPartitionMetadata
 
dnsSuffix(PartitionEndpointKey) - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoFPartitionMetadata
 
dnsSuffix(PartitionEndpointKey) - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoPartitionMetadata
 
dnsSuffix(PartitionEndpointKey) - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsPartitionMetadata
 
dnsSuffix(PartitionEndpointKey) - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsUsGovPartitionMetadata
 
dnsSuffix() - Method in interface com.ibm.cos.v2.regions.PartitionMetadata
Returns the DNS suffix, such as amazonaws.com for this partition.
dnsSuffix(PartitionEndpointKey) - Method in interface com.ibm.cos.v2.regions.PartitionMetadata
Returns the DNS suffix, such as amazonaws.com for this partition.
dnsSuffix(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs.Builder
 
dnsSuffix() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs
 
dnsSuffix(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition.Builder
 
dnsSuffix() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition
 
doAfterClose(Runnable) - Method in class com.ibm.cos.v2.http.async.AbortableInputStreamSubscriber.Builder
Additional action to run when AbortableInputStreamSubscriber.close() is invoked
doAfterOnCancel(Runnable) - Method in interface com.ibm.cos.v2.core.async.SdkPublisher
Add a callback that will be invoked after this publisher invokes Subscription.cancel().
doAfterOnComplete(Runnable) - Method in interface com.ibm.cos.v2.core.async.SdkPublisher
Add a callback that will be invoked after this publisher invokes Subscriber.onComplete().
doAfterOnError(Consumer<Throwable>) - Method in interface com.ibm.cos.v2.core.async.SdkPublisher
Add a callback that will be invoked after this publisher invokes Subscriber.onError(Throwable).
doAssert() - Method in class com.ibm.cos.v2.testutils.retry.AssertCallable
 
doBlockingWrite(InputStream) - Method in class com.ibm.cos.v2.utils.async.InputStreamConsumingPublisher
Write the provided input stream to the stream subscribed to this publisher.
Document - Interface in com.ibm.cos.v2.core.document
Interface for Document Types.
DOCUMENT - Static variable in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
DOCUMENT - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
Marshalls Document type members by visiting the document using DocumentTypeJsonMarshaller.
Document.ListBuilder - Interface in com.ibm.cos.v2.core.document
 
Document.MapBuilder - Interface in com.ibm.cos.v2.core.document
 
documentation(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Builder
 
DOCUMENTATION - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
documentation(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule.Builder
 
DOCUMENTATION - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule
 
documentation - Variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule
 
DocumentTypeJsonMarshaller - Class in com.ibm.cos.v2.protocols.json.internal.marshall
 
DocumentTypeJsonMarshaller(StructuredJsonGenerator) - Constructor for class com.ibm.cos.v2.protocols.json.internal.marshall.DocumentTypeJsonMarshaller
 
DocumentUnmarshaller - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall.document
 
DocumentUnmarshaller() - Constructor for class com.ibm.cos.v2.protocols.json.internal.unmarshall.document.DocumentUnmarshaller
 
DocumentVisitor<R> - Interface in com.ibm.cos.v2.core.document
Document visitor interface.
doesFileEqualStream(File, InputStream) - Static method in class com.ibm.cos.v2.testutils.SdkAsserts
Returns true if, and only if, the contents in the specified file are exactly equal to the contents read from the specified input stream.
doesStreamEqualStream(InputStream, InputStream) - Static method in class com.ibm.cos.v2.testutils.SdkAsserts
Returns true if, and only if, the contents read from the specified input streams are exactly equal.
doInEventLoop(EventExecutor, Runnable) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
Runs a task in the given EventExecutor.
doInEventLoop(EventExecutor, Runnable, Promise<?>) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
Runs a task in the given EventExecutor.
domain() - Method in class com.ibm.cos.v2.regions.regionmetadata.AfSouth1
 
domain() - Method in interface com.ibm.cos.v2.regions.RegionMetadata
Deprecated.
This information does not consider any endpoint variant factors, like EndpointTags. If those factors are important, use ServiceMetadata.endpointFor(ServiceEndpointKey) or PartitionMetadata.dnsSuffix(PartitionEndpointKey).
domain(String) - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3ObjectLambdaOperationEndpointBuilder
 
domain(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointBuilder
The TLD for the access point.
domain(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaEndpointBuilder
 
domain(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostAccessPointBuilder
 
doNotRetry() - Static method in class com.ibm.cos.v2.awscore.retry.AwsRetryStrategy
Returns a retry strategy that does not retry.
doNotRetry() - Static method in class com.ibm.cos.v2.retries.DefaultRetryStrategy
Returns a retry strategy that does not retry.
doNotSign() - Method in interface com.ibm.cos.v2.http.auth.spi.signer.HttpSigner
Retrieve a signer that returns the input message, without signing.
doPresign(SdkHttpFullRequest, Aws4SignerRequestParams, U) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAws4Signer
 
doRetryableAction(Callable<T>, RetryableParams) - Static method in class com.ibm.cos.v2.testutils.retry.RetryableAction
Static method to repeatedly call action until it succeeds or the max allowed attempts is reached.
doRetryableAssert(AssertCallable, RetryableParams) - Static method in class com.ibm.cos.v2.testutils.retry.RetryableAssertion
Static method to repeatedly call assertion logic until it succeeds or the max allowed attempts is reached.
doSign(SdkHttpFullRequest, Aws4SignerRequestParams, T) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAws4Signer
 
doSign(SdkHttpFullRequest, Aws4SignerRequestParams, T, ContentChecksum) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAws4Signer
 
DOUBLE - Static variable in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
DOUBLE - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.HeaderMarshaller
 
DOUBLE - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.QueryParamMarshaller
 
DOUBLE - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
 
DOUBLE - Static variable in class com.ibm.cos.v2.protocols.query.internal.marshall.SimpleTypeQueryMarshaller
 
DOUBLE - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.HeaderMarshaller
 
DOUBLE - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.QueryParamMarshaller
 
DOUBLE - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlPayloadMarshaller
 
DOUBLE - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.HeaderUnmarshaller
 
DOUBLE - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlPayloadUnmarshaller
 
DOUBLE - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonMarshaller
 
DOUBLE - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonUnmarshaller
 
DOUBLE_URL_ENCODE - Static variable in interface com.ibm.cos.v2.http.auth.aws.signer.AwsV4FamilyHttpSigner
A boolean to indicate whether to double url-encode the resource path when constructing the canonical request.
doubleUrlEncode(Boolean) - Method in interface com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.Builder
Set this value to double url-encode the resource path when constructing the canonical request.
doubleUrlEncode(Boolean) - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
doubleUrlEncode() - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams
 
doubleUrlEncode(Boolean) - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aProperties.Builder
 
doubleUrlEncode(Boolean) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4Properties.Builder
 
doubleValue() - Method in class com.ibm.cos.v2.core.SdkNumber
Gets the double value of the SdkNumber.
Download<ResultT> - Interface in com.ibm.cos.v2.transfer.s3.model
A download transfer of a single object from S3.
download(DownloadRequest<ResultT>) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
Downloads an object identified by the bucket and key from S3 through the given AsyncResponseTransformer.
downloadDirectory(DownloadDirectoryRequest) - Method in class com.ibm.cos.v2.transfer.s3.internal.DownloadDirectoryHelper
 
downloadDirectory(DownloadDirectoryRequest) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
Downloads all objects under a bucket to the provided directory.
downloadDirectory(Consumer<DownloadDirectoryRequest.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
This is a convenience method that creates an instance of the DownloadDirectoryRequest builder, avoiding the need to create one manually via DownloadDirectoryRequest.builder().
DownloadDirectoryHelper - Class in com.ibm.cos.v2.transfer.s3.internal
An internal helper class that sends DownloadFileRequests while it retrieves the objects to download from S3 recursively
DownloadDirectoryHelper(TransferManagerConfiguration, ListObjectsHelper, Function<DownloadFileRequest, FileDownload>) - Constructor for class com.ibm.cos.v2.transfer.s3.internal.DownloadDirectoryHelper
 
DownloadDirectoryRequest - Class in com.ibm.cos.v2.transfer.s3.model
Request object to download the objects in the provided S3 bucket to a local directory using the Transfer Manager.
DownloadDirectoryRequest(DownloadDirectoryRequest.DefaultBuilder) - Constructor for class com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest
 
DownloadDirectoryRequest.Builder - Interface in com.ibm.cos.v2.transfer.s3.model
 
downloadFile(DownloadFileRequest) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
Downloads an object identified by the bucket and key from S3 to a local file.
downloadFile(Consumer<DownloadFileRequest.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
This is a convenience method that creates an instance of the DownloadFileRequest builder, avoiding the need to create one manually via DownloadFileRequest.builder().
DownloadFileRequest - Class in com.ibm.cos.v2.transfer.s3.model
Download an object identified by the bucket and key from S3 to a local file.
downloadFileRequest(DownloadFileRequest) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload.Builder
Sets the download file request
downloadFileRequest(Consumer<DownloadFileRequest.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload.Builder
downloadFileRequest() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
 
DownloadFileRequest.Builder - Interface in com.ibm.cos.v2.transfer.s3.model
downloadFileRequestTransformer(Consumer<DownloadFileRequest.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest.Builder
Specifies a function used to transform the DownloadFileRequests generated by this DownloadDirectoryRequest.
downloadFileRequestTransformer() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest
 
DownloadFilter - Interface in com.ibm.cos.v2.transfer.s3.config
DownloadFilter allows you to filter out which objects should be downloaded as part of a DownloadDirectoryRequest.
downloadObject(GetObjectRequest, AsyncResponseTransformer<GetObjectResponse, T>) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.DownloadObjectHelper
 
DownloadObjectHelper - Class in com.ibm.cos.v2.services.s3.internal.multipart
 
DownloadObjectHelper(S3AsyncClient, long) - Constructor for class com.ibm.cos.v2.services.s3.internal.multipart.DownloadObjectHelper
 
DownloadRequest<ReturnT> - Class in com.ibm.cos.v2.transfer.s3.model
Represents the request to download an object identified by the bucket and key from S3 through the given AsyncResponseTransformer.
DownloadRequest.TypedBuilder<T> - Interface in com.ibm.cos.v2.transfer.s3.model
The type-parameterized version of DownloadRequest.UntypedBuilder.
DownloadRequest.UntypedBuilder - Interface in com.ibm.cos.v2.transfer.s3.model
Initial calls to DownloadRequest.builder() return an DownloadRequest.UntypedBuilder, where the builder is not yet parameterized with the generic type associated with DownloadRequest.
downstreamDemand - Variable in class com.ibm.cos.v2.utils.async.BaseSubscriberAdapter
The amount of unfulfilled demand the downstream subscriber has opened against us.
DrainingSubscriber<T> - Class in com.ibm.cos.v2.core.async
Requests elements from a subscriber until the subscription is completed.
DrainingSubscriber() - Constructor for class com.ibm.cos.v2.core.async.DrainingSubscriber
 
drainInputStream(InputStream) - Static method in class com.ibm.cos.v2.testutils.InputStreamUtils
Reads to the end of the inputStream returning a byte array of the contents
drainInputStream(InputStream) - Static method in class com.ibm.cos.v2.utils.IoUtils
Read all remaining data in the stream.
DUAL_STACK_DNS_SUFFIX - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.PartitionFn
 
DUALSTACK - Static variable in class com.ibm.cos.v2.regions.EndpointTag
 
DUALSTACK_ENDPOINT_ENABLED - Static variable in class com.ibm.cos.v2.awscore.AwsExecutionAttribute
Whether dualstack endpoints were enabled for this request.
DUALSTACK_ENDPOINT_ENABLED - Static variable in class com.ibm.cos.v2.awscore.client.config.AwsClientOption
Whether the SDK should resolve dualstack endpoints instead of default endpoints.
dualStackDnsSuffix(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs.Builder
 
dualStackDnsSuffix() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs
 
dualStackDnsSuffix(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition.Builder
 
dualStackDnsSuffix() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition
 
dualstackEnabled(Boolean) - Method in interface com.ibm.cos.v2.awscore.client.builder.AwsClientBuilder
Configure whether the SDK should use the AWS dualstack endpoint.
dualstackEnabled(Boolean) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
 
dualstackEnabled(Boolean) - Method in class com.ibm.cos.v2.awscore.endpoint.AwsClientEndpointProvider.Builder
Whether dualstack endpoints should be used when resolving with ServiceMetadata.of(String).
dualstackEnabled(Boolean) - Method in interface com.ibm.cos.v2.awscore.presigner.SdkPresigner.Builder
Configure whether the SDK should use the AWS dualstack endpoint.
dualstackEnabled(Boolean) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointBuilder
Enable DualStack endpoint.
dualstackEnabled(Boolean) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaEndpointBuilder
 
dualstackEnabled(Boolean) - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultSdkPresigner.Builder
 
dualstackEnabled() - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultSdkPresigner
 
dualstackEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner.Builder
 
dualstackEnabled() - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
 
dualstackEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
Deprecated.
This option has been replaced with AwsClientBuilder.dualstackEnabled(Boolean) and S3Presigner.Builder#dualstackEnabled(Boolean). If both this and one of those options are set, an exception will be thrown.
dualstackEnabled() - Method in class com.ibm.cos.v2.services.s3.S3Configuration
Returns whether the client is configured to use dualstack mode for accessing S3.
dualstackEnabled(Boolean) - Method in class com.ibm.cos.v2.services.s3.S3Utilities.Builder
Configure whether the SDK should use the AWS dualstack endpoint.
dualStackEnabledBuiltIn(ExecutionAttributes) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.AwsEndpointProviderUtils
 
DualstackEnabledProvider - Class in com.ibm.cos.v2.awscore.endpoint
A resolver for the default value of whether the SDK should use dualstack endpoints.
DualstackEnabledProvider.Builder - Class in com.ibm.cos.v2.awscore.endpoint
 
dualstackEndpoint(String, String, String) - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointUtils
 
DURATION_SECONDS - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Property name for specifying how long in seconds to assume the role

E

EC2_METADATA_SERVICE_ENDPOINT - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
 
EC2_METADATA_SERVICE_ENDPOINT_MODE - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
 
EC2_METADATA_V1_DISABLED - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
 
ec2Query() - Static method in class com.ibm.cos.v2.protocols.query.internal.marshall.ListQueryMarshaller
Wires up the ListQueryMarshaller with a PathResolver that always flattens lists.
EFFECT_VALUE_ALLOW - Static variable in class com.ibm.cos.v2.core.auth.policy.internal.JsonDocumentField
 
Either<L,R> - Class in com.ibm.cos.v2.utils
Represents a value that can be one of two types.
elementName(String) - Method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlElement.Builder
 
elementName() - Method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlElement
 
emailAddress(String) - Method in interface com.ibm.cos.v2.services.s3.model.Grantee.Builder
Email address of the grantee.
emailAddress() - Method in class com.ibm.cos.v2.services.s3.model.Grantee
Email address of the grantee.
EmbeddedObjectJsonNode - Class in com.ibm.cos.v2.protocols.jsoncore.internal
An embedded object JsonNode.
EmbeddedObjectJsonNode(Object) - Constructor for class com.ibm.cos.v2.protocols.jsoncore.internal.EmbeddedObjectJsonNode
 
empty() - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody with no content.
empty() - Static method in class com.ibm.cos.v2.core.sync.RequestBody
Creates a RequestBody with no content.
empty() - Static method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlElement
 
empty() - Static method in class com.ibm.cos.v2.utils.AttributeMap
 
EMPTY_STRING_SHA256_HEX - Static variable in class com.ibm.cos.v2.auth.signer.internal.AbstractAws4Signer
 
emptyHeaders() - Static method in class com.ibm.cos.v2.internal.http.LowCopyListMap
Create an empty LowCopyListMap.ForBuilder for header storage.
EmptyMetricCollection - Class in com.ibm.cos.v2.metrics.internal
 
EmptyMetricCollection() - Constructor for class com.ibm.cos.v2.metrics.internal.EmptyMetricCollection
 
emptyObjectNode() - Static method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
Return an empty object node.
EmptyPublisher<T> - Class in com.ibm.cos.v2.core.async
 
EmptyPublisher() - Constructor for class com.ibm.cos.v2.core.async.EmptyPublisher
 
emptyQueryParameters() - Static method in class com.ibm.cos.v2.internal.http.LowCopyListMap
Create an empty LowCopyListMap.ForBuilder for query parameter storage.
EmptySubscription - Class in com.ibm.cos.v2.core.pagination.async
A NoOp implementation of Subscription interface.
EmptySubscription(Subscriber) - Constructor for class com.ibm.cos.v2.core.pagination.async.EmptySubscription
 
EmptySubscription - Class in com.ibm.cos.v2.utils.internal.async
A NoOp implementation of Subscription interface.
EmptySubscription(Subscriber<?>) - Constructor for class com.ibm.cos.v2.utils.internal.async.EmptySubscription
 
ENABLE_CHECKSUM_REQUEST_HEADER - Static variable in class com.ibm.cos.v2.services.s3.internal.checksums.ChecksumConstant
Header name for specifying S3 to send a trailing checksum.
ENABLE_CHUNKED_ENCODING - Static variable in class com.ibm.cos.v2.auth.signer.S3SignerExecutionAttribute
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it from execution interceptors, you should instead be overriding the chunk encoding setting via the AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a subtype of HttpSigner.
ENABLE_DEFAULT_REGION_DETECTION - Static variable in class com.ibm.cos.v2.awscore.client.config.AwsAdvancedClientOption
Whether region detection should be enabled.
ENABLE_FAST_UNMARSHALLER - Static variable in class com.ibm.cos.v2.protocols.json.internal.unmarshall.SdkClientJsonProtocolAdvancedOption
Enables the fast unmarshall code path.
ENABLE_MD5_CHECKSUM_HEADER_VALUE - Static variable in class com.ibm.cos.v2.services.s3.internal.checksums.ChecksumConstant
Header value for specifying MD5 as the trailing checksum of an object.
ENABLE_PAYLOAD_SIGNING - Static variable in class com.ibm.cos.v2.auth.signer.S3SignerExecutionAttribute
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it from execution interceptors, you should instead be overriding the payload signing setting via the AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a subtype of HttpSigner.
ENABLE_S3_SIGV4_SYSTEM_PROPERTY - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
Deprecated.
enableChunkedEncoding(Boolean) - Method in interface com.ibm.cos.v2.auth.signer.params.AwsS3V4SignerParams.Builder
Configures the client to enable chunked encoding for all requests.
enableChunkedEncoding() - Method in class com.ibm.cos.v2.auth.signer.params.AwsS3V4SignerParams
 
EnableChunkedEncodingInterceptor - Class in com.ibm.cos.v2.services.s3.internal.handlers
Interceptor to enable chunked encoding on specific upload operations if the option does not already have a value.
EnableChunkedEncodingInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.internal.handlers.EnableChunkedEncodingInterceptor
 
enabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.RequestProgress.Builder
Specifies whether periodic QueryProgress frames should be sent.
enabled() - Method in class com.ibm.cos.v2.services.s3.model.RequestProgress
Specifies whether periodic QueryProgress frames should be sent.
enableFastUnmarshalling(boolean) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller.Builder
 
enablePayloadSigning(Boolean) - Method in interface com.ibm.cos.v2.auth.signer.params.AwsS3V4SignerParams.Builder
Configures the client to sign payloads in all situations.
enablePayloadSigning() - Method in class com.ibm.cos.v2.auth.signer.params.AwsS3V4SignerParams
 
enablePayloadSigningPlugin() - Static method in class com.ibm.cos.v2.services.s3.internal.plugins.S3OverrideAuthSchemePropertiesPlugin
Creates a new plugin that enables payload signing.
EnableTrailingChecksumInterceptor - Class in com.ibm.cos.v2.services.s3.internal.handlers
 
EnableTrailingChecksumInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.internal.handlers.EnableTrailingChecksumInterceptor
 
encode(byte[]) - Static method in class com.ibm.cos.v2.utils.internal.Base16
Returns a base 16 encoded byte array of the given bytes.
encode(byte[]) - Method in class com.ibm.cos.v2.utils.internal.Base16Codec
 
encode(byte[]) - Static method in class com.ibm.cos.v2.utils.internal.Base16Lower
Returns a base 16 encoded byte array of the given bytes.
encodeAndFlattenFormData(Map<String, List<String>>) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Encode the provided form data using SdkHttpUtils.encodeFormData(Map) and then flatten them into a string that can be used as the body of a form data request.
encodeAndFlattenQueryParameters(Map<String, List<String>>) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Encode the provided query parameters using SdkHttpUtils.encodeQueryParameters(Map) and then flatten them into a string that can be used as the query string in a URL.
encodeAsString(byte...) - Static method in class com.ibm.cos.v2.utils.internal.Base16
Returns a base 16 encoded string (in upper case) of the given bytes.
encodeAsString(byte...) - Static method in class com.ibm.cos.v2.utils.internal.Base16Lower
Returns a base 16 encoded string (in lower case) of the given bytes.
encodedPath() - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
The path, exactly as it was configured with SdkHttpFullRequest.Builder.encodedPath(String).
encodedPath(String) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Configure an SdkHttpRequest.encodedPath() to be used in the created HTTP request.
encodedPath() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
The path, exactly as it was configured with SdkHttpRequest.Builder.encodedPath(String).
encodedPath(String) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Configure an SdkHttpRequest.encodedPath() to be used in the created HTTP request.
encodedPath() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest
Returns the URL-encoded path that should be used in the HTTP request.
encodedQueryParameters() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
 
encodedQueryParameters() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest
 
encodedQueryParametersAsFormData() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest
 
encodeEventStreamRequestToByteBuffer(SdkHttpFullRequest) - Static method in class com.ibm.cos.v2.awscore.client.handler.AwsClientHandlerUtils
Encodes the request into a flow message and then returns bytebuffer from the message.
encodeFormData(Map<String, List<String>>) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Encode each of the keys and values in the provided form data using SdkHttpUtils.formDataEncode(String).
encodeQueryParameters(Map<String, List<String>>) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Encode each of the keys and values in the provided query parameters using SdkHttpUtils.urlEncode(String).
encodings(List<String>) - Method in class com.ibm.cos.v2.core.internal.interceptor.trait.RequestCompression.Builder
 
encodings(String...) - Method in class com.ibm.cos.v2.core.internal.interceptor.trait.RequestCompression.Builder
 
EncodingType - Enum in com.ibm.cos.v2.services.s3.model
Encoding type used by Amazon S3 to encode the object keys in the response.
encodingType(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest.Builder
Sets the optional encodingType parameter indicating the encoding method to be applied on the response.
encodingType() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest
Gets the optional encodingType parameter indicating the encoding method to be applied on the response.
encodingType(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse.Builder
Sets the optional encodingType parameter indicating the encoding method to be applied on the response.
encodingType() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
Gets the optional encodingType parameter indicating the encoding method to be applied on the response.
encodingType(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest.Builder
Sets the value of the EncodingType property for this object.
encodingType(EncodingType) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest.Builder
Sets the value of the EncodingType property for this object.
encodingType() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
Returns the value of the EncodingType property for this object.
encodingType(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
Encoding type used by Amazon S3 to encode object keys in the response.
encodingType(EncodingType) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
Encoding type used by Amazon S3 to encode object keys in the response.
encodingType() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
Encoding type used by Amazon S3 to encode object keys in the response.
encodingType(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsRequest.Builder
Sets the value of the EncodingType property for this object.
encodingType(EncodingType) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsRequest.Builder
Sets the value of the EncodingType property for this object.
encodingType() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
Returns the value of the EncodingType property for this object.
encodingType(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
Encoding type used by Amazon S3 to encode the object keys in the response.
encodingType(EncodingType) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
Encoding type used by Amazon S3 to encode the object keys in the response.
encodingType() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
Encoding type used by Amazon S3 to encode the object keys in the response.
encodingType(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
Encoding type used by Amazon S3 to encode the object keys in the response.
encodingType(EncodingType) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
Encoding type used by Amazon S3 to encode the object keys in the response.
encodingType() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
Encoding type used by Amazon S3 to encode the object keys in the response.
encodingType(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
Encoding type used by Amazon S3 to encode object key names in the XML response.
encodingType(EncodingType) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
Encoding type used by Amazon S3 to encode object key names in the XML response.
encodingType() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
Encoding type used by Amazon S3 to encode object key names in the XML response.
encodingType(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
Sets the value of the EncodingType property for this object.
encodingType(EncodingType) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
Sets the value of the EncodingType property for this object.
encodingType() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
Returns the value of the EncodingType property for this object.
encodingType(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
Encoding type used by Amazon S3 to encode object key names in the XML response.
encodingType(EncodingType) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
Encoding type used by Amazon S3 to encode object key names in the XML response.
encodingType() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
Encoding type used by Amazon S3 to encode object key names in the XML response.
encodingTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
Returns the value of the EncodingType property for this object.
encodingTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
Encoding type used by Amazon S3 to encode object keys in the response.
encodingTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
Returns the value of the EncodingType property for this object.
encodingTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
Encoding type used by Amazon S3 to encode the object keys in the response.
encodingTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
Encoding type used by Amazon S3 to encode the object keys in the response.
encodingTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
Encoding type used by Amazon S3 to encode object key names in the XML response.
encodingTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
Returns the value of the EncodingType property for this object.
encodingTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
Encoding type used by Amazon S3 to encode object key names in the XML response.
Encryption - Class in com.ibm.cos.v2.services.s3.model
Contains the type of server-side encryption used.
encryption(InventoryEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination.Builder
Contains the type of server-side encryption used to encrypt the inventory results.
encryption(Consumer<InventoryEncryption.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination.Builder
Contains the type of server-side encryption used to encrypt the inventory results.
encryption() - Method in class com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination
Contains the type of server-side encryption used to encrypt the inventory results.
encryption(Encryption) - Method in interface com.ibm.cos.v2.services.s3.model.S3Location.Builder
Sets the value of the Encryption property for this object.
encryption(Consumer<Encryption.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.S3Location.Builder
Sets the value of the Encryption property for this object.
encryption() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
Returns the value of the Encryption property for this object.
Encryption.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
encryptionConfiguration(EncryptionConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.Destination.Builder
A container that provides information about encryption.
encryptionConfiguration(Consumer<EncryptionConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.Destination.Builder
A container that provides information about encryption.
encryptionConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.Destination
A container that provides information about encryption.
EncryptionConfiguration - Class in com.ibm.cos.v2.services.s3.model
Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
EncryptionConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
encryptionType(EncryptionType) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
Sets the encryptionType bucket to create.
encryptionType() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
Gets the encryptionType of the S3 bucket to create.
encryptionType(String) - Method in interface com.ibm.cos.v2.services.s3.model.Encryption.Builder
The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256, aws:kms).
encryptionType(ServerSideEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.Encryption.Builder
The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256, aws:kms).
encryptionType() - Method in class com.ibm.cos.v2.services.s3.model.Encryption
The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256, aws:kms).
EncryptionType - Class in com.ibm.cos.v2.services.s3.model
A set of attributes primarily used to define the encryption type of an s3 request.
EncryptionType.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
encryptionTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.Encryption
The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256, aws:kms).
EncryptionTypeMismatchException - Exception in com.ibm.cos.v2.services.s3.model
The existing object was created with a different encryption type.
EncryptionTypeMismatchException.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
end(Long) - Method in interface com.ibm.cos.v2.services.s3.model.ScanRange.Builder
Specifies the end of the byte range.
end() - Method in class com.ibm.cos.v2.services.s3.model.ScanRange
Specifies the end of the byte range.
endBuilder() - Static method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentEventStream
Create a builder for the End event type for this stream.
endElement() - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlGenerator
 
EndEvent - Class in com.ibm.cos.v2.services.s3.model
A message that indicates the request is complete and no more messages will be sent.
EndEvent(EndEvent.BuilderImpl) - Constructor for class com.ibm.cos.v2.services.s3.model.EndEvent
 
EndEvent.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
EndEvent.BuilderImpl - Class in com.ibm.cos.v2.services.s3.model
 
endpoint(String) - Method in interface com.ibm.cos.v2.auth.credentials.HttpCredentialsProvider.Builder
Override the default hostname (not path) that is used for credential refreshing.
ENDPOINT - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
Deprecated.
Use SdkClientOption.CLIENT_ENDPOINT_PROVIDER for client-level endpoint configuration, or SdkClientOption.ENDPOINT_PROVIDER for deriving the request-level endpoint.
endpoint(URI) - Method in interface com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryEndpoint.Builder
 
endpoint() - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryEndpoint
 
Endpoint - Class in com.ibm.cos.v2.endpoints
Represents an endpoint computed by an EndpointProvider.
endpoint(URI) - Method in interface com.ibm.cos.v2.http.apache.ProxyConfiguration.Builder
Configure the endpoint of the proxy server that the SDK should connect through.
endpoint(URI) - Method in interface com.ibm.cos.v2.http.urlconnection.ProxyConfiguration.Builder
Configure the endpoint of the proxy server that the SDK should connect through.
endpoint(URI) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
 
endpoint(URI) - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryProtocolMarshaller.Builder
 
endpoint(URI) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlProtocolMarshaller.Builder
 
endpoint() - Method in interface com.ibm.cos.v2.regions.util.ResourcesEndpointProvider
Returns the URI that contains the credentials.
endpoint() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
endpoint(String) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
Override the endpoint used to send this request
endpoint() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
Override the endpoint used to send this request
endpoint(EndpointResult) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule.Builder
 
ENDPOINT - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule
 
endpoint() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleResult
 
endpoint(Endpoint) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleResult
 
endpoint(String) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
endpoint() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
endpoint(URI) - Method in interface com.ibm.cos.v2.services.s3.model.GetUrlRequest.Builder
Sets the endpoint to use for constructing the URL.
endpoint() - Method in class com.ibm.cos.v2.services.s3.model.GetUrlRequest
 
endpoint(URI) - Method in class com.ibm.cos.v2.services.s3.S3Utilities.Builder
The default endpoint to use when working with the methods in S3Utilities class.
Endpoint.Builder - Interface in com.ibm.cos.v2.endpoints
 
ENDPOINT_DISCOVERY_ENABLED - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
Whether or not endpoint discovery is enabled for this client.
ENDPOINT_DISCOVERY_ENABLED - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Property name for specifying whether or not endpoint discovery is enabled.
ENDPOINT_OVERRIDDEN - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
ENDPOINT_OVERRIDDEN - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
Deprecated.
This value should not be trusted. To modify the endpoint used for requests, you should decorate the EndpointProvider of the client. This value can be determined there, by checking for the existence of an override endpoint.
ENDPOINT_OVERRIDDEN_OVERRIDE - Static variable in class com.ibm.cos.v2.core.internal.SdkInternalTestAdvancedClientOption
By default, the SDK handles endpoints specified via SdkClientBuilder.endpointOverride(URI) differently than endpoints generated from a specific region.
ENDPOINT_PREFIX - Static variable in class com.ibm.cos.v2.awscore.AwsExecutionAttribute
ENDPOINT_PREFIX - Static variable in class com.ibm.cos.v2.awscore.client.config.AwsClientOption
The first part of the URL in the DNS name for the service.
ENDPOINT_PROVIDER - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The EndpointProvider configured on the client.
ENDPOINT_PROVIDER - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The endpoint provider used to resolve the destination endpoint for a request.
ENDPOINT_RESOLVE_DURATION - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The duration of time it took to resolve the endpoint used for the API call.
ENDPOINT_URL - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
The endpoint override to use.
EndpointAttributeKey<T> - Class in com.ibm.cos.v2.endpoints
A key for adding and retrieving attributes from an Endpoint in a typesafe manner.
EndpointAttributeKey(String, Class<T>) - Constructor for class com.ibm.cos.v2.endpoints.EndpointAttributeKey
 
EndpointAttributeProvider<T> - Interface in com.ibm.cos.v2.services.s3.endpoints.internal
Link between an endpoint property and the AwsEndpointAttribute it represents.
EndpointAuthScheme - Interface in com.ibm.cos.v2.awscore.endpoints.authscheme
An authentication scheme for an Endpoint returned by an endpoint provider.
endpointAuthSchemeStrategy() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.DefaultEndpointAuthSchemeStrategyFactory
 
EndpointAuthSchemeStrategy - Interface in com.ibm.cos.v2.services.s3.endpoints.internal
 
endpointAuthSchemeStrategy() - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.EndpointAuthSchemeStrategyFactory
 
endpointAuthSchemeStrategy() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.S3EndpointAuthSchemeStrategyFactory
 
EndpointAuthSchemeStrategyFactory - Interface in com.ibm.cos.v2.services.s3.endpoints.internal
 
endpointBuiltIn(ExecutionAttributes) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.AwsEndpointProviderUtils
Returns the endpoint set on the client.
EndpointDiscoveryCacheLoader - Interface in com.ibm.cos.v2.core.endpointdiscovery
 
EndpointDiscoveryEndpoint - Class in com.ibm.cos.v2.core.endpointdiscovery
 
EndpointDiscoveryEndpoint.Builder - Interface in com.ibm.cos.v2.core.endpointdiscovery
 
EndpointDiscoveryFailedException - Exception in com.ibm.cos.v2.core.endpointdiscovery
This exception is thrown when the SDK was unable to retrieve an endpoint from AWS.
EndpointDiscoveryFailedException.Builder - Interface in com.ibm.cos.v2.core.endpointdiscovery
 
EndpointDiscoveryFailedException.BuilderImpl - Class in com.ibm.cos.v2.core.endpointdiscovery
 
EndpointDiscoveryProvider - Interface in com.ibm.cos.v2.core.endpointdiscovery.providers
 
EndpointDiscoveryProviderChain - Class in com.ibm.cos.v2.core.endpointdiscovery.providers
 
EndpointDiscoveryProviderChain(EndpointDiscoveryProvider...) - Constructor for class com.ibm.cos.v2.core.endpointdiscovery.providers.EndpointDiscoveryProviderChain
 
EndpointDiscoveryRefreshCache - Class in com.ibm.cos.v2.core.endpointdiscovery
 
EndpointDiscoveryRequest - Class in com.ibm.cos.v2.core.endpointdiscovery
 
EndpointDiscoveryRequest.Builder - Interface in com.ibm.cos.v2.core.endpointdiscovery
Builder interface for constructing a EndpointDiscoveryRequest.
endpointFor(ServiceEndpointKey) - Method in class com.ibm.cos.v2.regions.DefaultServiceMetadata
 
endpointFor(String, String, String, String) - Static method in class com.ibm.cos.v2.regions.internal.util.ServiceMetadataUtils
 
endpointFor(Region) - Method in interface com.ibm.cos.v2.regions.ServiceMetadata
Retrieve the AWS endpoint that should be used for this service in the provided region, if no EndpointTags are desired.
endpointFor(ServiceEndpointKey) - Method in interface com.ibm.cos.v2.regions.ServiceMetadata
Retrieve the AWS endpoint that should be used for this service associated with the provided ServiceEndpointKey.
endpointFor(ServiceEndpointKey) - Method in class com.ibm.cos.v2.regions.servicemetadata.EnhancedS3ServiceMetadata
 
endpointFor(ServiceEndpointKey) - Method in class com.ibm.cos.v2.regions.servicemetadata.S3ControlServiceMetadata
 
endpointFor(ServiceEndpointKey) - Method in class com.ibm.cos.v2.regions.servicemetadata.S3OutpostsServiceMetadata
 
endpointFor(ServiceEndpointKey) - Method in class com.ibm.cos.v2.regions.servicemetadata.S3ServiceMetadata
 
endpointFromNode(JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value
 
endpointIsDiscovered(ExecutionAttributes) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.AwsEndpointProviderUtils
True if the the SdkInternalExecutionAttribute.IS_DISCOVERED_ENDPOINT attribute is present and its value is true, false otherwise.
endpointIsOverridden(ExecutionAttributes) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.AwsEndpointProviderUtils
Read SdkExecutionAttribute#CLIENT_ENDPOINT_PROVIDER's isEndpointOverridden attribute.
endpointOverride(URI) - Method in interface com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.Builder
 
endpointOverride - Variable in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.BuilderImpl
 
endpointOverride() - Method in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.BuilderImpl
 
endpointOverride(URI) - Method in interface com.ibm.cos.v2.awscore.presigner.SdkPresigner.Builder
Configure an endpoint that should be used in the pre-signed requests.
endpointOverride(URI) - Method in interface com.ibm.cos.v2.core.client.builder.SdkClientBuilder
Configure the endpoint with which the SDK should communicate.
endpointOverride(URI) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
endpointOverride() - Method in interface com.ibm.cos.v2.core.SdkServiceClientConfiguration.Builder
Return the endpoint override
endpointOverride(URI) - Method in interface com.ibm.cos.v2.core.SdkServiceClientConfiguration.Builder
Configure the endpoint override
endpointOverride() - Method in class com.ibm.cos.v2.core.SdkServiceClientConfiguration
 
endpointOverride(URI) - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext.Builder
 
endpointOverride() - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext
 
endpointOverride(URI) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointBuilder
The endpoint override configured on the client (null if no endpoint override was set).
endpointOverride(URI) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaEndpointBuilder
The endpoint override configured on the client (null if no endpoint override was set).
endpointOverride(URI) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostAccessPointBuilder
The endpoint override configured on the client (null if no endpoint override was set).
endpointOverride(URI) - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Sets the value for endpoint override
endpointOverride() - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Gets the value for endpoint override
endpointOverride(URI) - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultSdkPresigner.Builder
 
endpointOverride() - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultSdkPresigner
 
endpointOverride(URI) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner.Builder
 
endpointOverride(URI) - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Sets the value for endpoint override
endpointOverride() - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Gets the value for endpoint override
endpointProvider(EndpointProvider) - Method in interface com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.Builder
 
endpointProvider - Variable in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.BuilderImpl
 
endpointProvider() - Method in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.BuilderImpl
 
endpointProvider(EndpointProvider) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Sets the endpointProvider to use for resolving the endpoint of the request.
endpointProvider() - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
 
endpointProvider(EndpointProvider) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
endpointProvider() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
endpointProvider() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration
Returns the endpoint provider for resolving the endpoint for this request.
endpointProvider() - Method in interface com.ibm.cos.v2.core.SdkServiceClientConfiguration.Builder
 
endpointProvider(EndpointProvider) - Method in interface com.ibm.cos.v2.core.SdkServiceClientConfiguration.Builder
 
endpointProvider() - Method in class com.ibm.cos.v2.core.SdkServiceClientConfiguration
 
EndpointProvider - Interface in com.ibm.cos.v2.endpoints
A marker interface for an endpoint provider.
endpointProvider() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
endpointProvider(S3EndpointProvider) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.internal.S3EndpointResolverAware.Builder
 
endpointProvider() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.internal.S3EndpointResolverAware
 
endpointProvider(EndpointProvider) - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Sets the value for endpoint provider
endpointProvider() - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Gets the value for endpoint provider
endpointProvider(S3EndpointProvider) - Method in interface com.ibm.cos.v2.services.s3.S3BaseClientBuilder
Set the S3EndpointProvider implementation that will be used by the client to determine the endpoint for each request.
endpointProvider(EndpointProvider) - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Sets the value for endpoint provider
endpointProvider() - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Gets the value for endpoint provider
EndpointResult - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
EndpointResult.Builder - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
EndpointRule - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
EndpointRule(Rule.Builder, EndpointResult) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRule
 
EndpointRuleset - Class in com.ibm.cos.v2.services.s3.endpoints.internal
The set of rules that are used to compute the endpoint to use for a request.
EndpointRuleset.Builder - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
EndpointTag - Class in com.ibm.cos.v2.regions
A tag applied to endpoints to specify that they're to be used in certain contexts.
endpointTags() - Static method in class com.ibm.cos.v2.regions.EndpointTag
 
ENFORCE_S3_SIGV4_SYSTEM_PROPERTY - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
Deprecated.
engineGetKeyManagers() - Method in class com.ibm.cos.v2.http.nio.netty.internal.StaticKeyManagerFactorySpi
 
engineGetTrustManagers() - Method in class com.ibm.cos.v2.http.nio.netty.internal.StaticTrustManagerFactory
 
engineInit(KeyStore, char[]) - Method in class com.ibm.cos.v2.http.nio.netty.internal.StaticKeyManagerFactorySpi
 
engineInit(ManagerFactoryParameters) - Method in class com.ibm.cos.v2.http.nio.netty.internal.StaticKeyManagerFactorySpi
 
engineInit(KeyStore) - Method in class com.ibm.cos.v2.http.nio.netty.internal.StaticTrustManagerFactory
 
engineInit(ManagerFactoryParameters) - Method in class com.ibm.cos.v2.http.nio.netty.internal.StaticTrustManagerFactory
 
EnhancedS3ServiceMetadata - Class in com.ibm.cos.v2.regions.servicemetadata
Decorator metadata class for S3 to allow customers to opt in to using the regional S3 us-east-1 endpoint instead of the legacy s3.amazonaws.com when specifying the us-east-1 region.
EnhancedS3ServiceMetadata() - Constructor for class com.ibm.cos.v2.regions.servicemetadata.EnhancedS3ServiceMetadata
 
entrySet() - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructMap
 
entrySet() - Method in class com.ibm.cos.v2.utils.ImmutableMap
 
EnumUtils - Class in com.ibm.cos.v2.utils.internal
Utility class for working with Enums.
ENV_METADATA - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
envelopeWrappedPublisher(Publisher<ByteBuffer>, String, String) - Static method in class com.ibm.cos.v2.core.internal.async.SdkPublishers
Constructs an SdkPublisher that wraps a ByteBuffer publisher and inserts additional content that wraps the published content like an envelope.
EnvelopeWrappedSdkPublisher<T> - Class in com.ibm.cos.v2.core.internal.async
Publisher implementation that wraps the content of another publisher in an envelope with an optional prefix (or header) and suffix (or footer).
environmentVariable() - Method in enum com.ibm.cos.v2.awscore.internal.interceptor.TracingSystemSetting
 
environmentVariable() - Method in enum com.ibm.cos.v2.core.SdkSystemSetting
 
environmentVariable() - Method in enum com.ibm.cos.v2.profiles.ProfileFileSystemSetting
 
environmentVariable() - Method in enum com.ibm.cos.v2.services.s3.S3SystemSetting
 
environmentVariable() - Method in enum com.ibm.cos.v2.utils.JavaSystemSetting
 
environmentVariable() - Method in enum com.ibm.cos.v2.utils.ProxyEnvironmentSetting
 
environmentVariable() - Method in enum com.ibm.cos.v2.utils.ProxySystemSetting
 
environmentVariable() - Method in interface com.ibm.cos.v2.utils.SystemSetting
The environment variable of the setting (or null if there is no environment variable for this setting).
EnvironmentVariableCredentialsProvider - Class in com.ibm.cos.v2.auth.credentials
AwsCredentialsProvider implementation that loads credentials from the AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and AWS_SESSION_TOKEN environment variables.
EnvironmentVariableHelper - Class in com.ibm.cos.v2.testutils
A utility that can temporarily forcibly set environment variables and then allows resetting them to the original values.
EnvironmentVariableHelper() - Constructor for class com.ibm.cos.v2.testutils.EnvironmentVariableHelper
 
envMetadata() - Method in class com.ibm.cos.v2.core.internal.useragent.DefaultSystemUserAgent
 
envMetadata() - Method in interface com.ibm.cos.v2.core.util.SystemUserAgent
 
eq(boolean) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
eq(Expr) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
EqualJitterBackoffStrategy - Class in com.ibm.cos.v2.core.retry.backoff
EqualJitterBackoffStrategy.Builder - Interface in com.ibm.cos.v2.core.retry.backoff
Deprecated.
 
equals(Object) - Method in class com.ibm.cos.v2.arns.Arn
 
equals(Object) - Method in class com.ibm.cos.v2.arns.ArnResource
 
equals(Object) - Method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials
 
equals(Object) - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials
 
equals(Object) - Method in class com.ibm.cos.v2.auth.credentials.ProfileProviderCredentialsContext
 
equals(Object) - Method in class com.ibm.cos.v2.auth.signer.internal.ContentChecksum
 
equals(Object) - Method in class com.ibm.cos.v2.awscore.AwsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.awscore.AwsRequestOverrideConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.awscore.AwsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.awscore.AwsResponseMetadata
 
equals(Object) - Method in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4aAuthScheme
 
equals(Object) - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4AuthScheme
 
equals(Object) - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails
 
equals(Object) - Method in class com.ibm.cos.v2.awscore.internal.AwsProtocolMetadata
 
equals(Object) - Method in class com.ibm.cos.v2.awscore.presigner.PresignedRequest
 
equals(Object) - Method in class com.ibm.cos.v2.awscore.presigner.PresignRequest
 
equals(Object) - Method in class com.ibm.cos.v2.core.ApiName
 
equals(Object) - Method in class com.ibm.cos.v2.core.async.AsyncRequestBodyFromInputStreamConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.core.async.AsyncRequestBodySplitConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.core.async.ResponsePublisher
 
equals(Object) - Method in class com.ibm.cos.v2.core.auth.policy.Principal
 
equals(Object) - Method in class com.ibm.cos.v2.core.BytesWrapper
 
equals(Object) - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs
 
equals(Object) - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.core.CompressionConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.core.CredentialType
 
equals(Object) - Method in class com.ibm.cos.v2.core.document.internal.BooleanDocument
 
equals(Object) - Method in class com.ibm.cos.v2.core.document.internal.ListDocument
 
equals(Object) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument
 
equals(Object) - Method in class com.ibm.cos.v2.core.document.internal.NullDocument
 
equals(Object) - Method in class com.ibm.cos.v2.core.document.internal.NumberDocument
 
equals(Object) - Method in class com.ibm.cos.v2.core.document.internal.StringDocument
 
equals(Object) - Method in class com.ibm.cos.v2.core.FileRequestBodyConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.core.FileTransformerConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttribute
This override considers execution attributes with the same name to be the same object for the purpose of attribute merge.
equals(Object) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes
 
equals(Object) - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum
 
equals(Object) - Method in class com.ibm.cos.v2.core.internal.capacity.TokenBucket
 
equals(Object) - Method in class com.ibm.cos.v2.core.internal.compression.CompressorType
 
equals(Object) - Method in class com.ibm.cos.v2.core.internal.interceptor.trait.RequestCompression
 
equals(Object) - Method in class com.ibm.cos.v2.core.internal.retry.DefaultTokenBucketExceptionCostFunction
 
equals(Object) - Method in class com.ibm.cos.v2.core.internal.StaticClientEndpointProvider
 
equals(Object) - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiterResponse
 
equals(Object) - Method in class com.ibm.cos.v2.core.internal.waiters.ResponseOrException
 
equals(Object) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.core.Response
 
equals(Object) - Method in class com.ibm.cos.v2.core.ResponseBytes
 
equals(Object) - Method in class com.ibm.cos.v2.core.retry.backoff.EqualJitterBackoffStrategy
Deprecated.
 
equals(Object) - Method in class com.ibm.cos.v2.core.retry.backoff.FixedDelayBackoffStrategy
Deprecated.
 
equals(Object) - Method in class com.ibm.cos.v2.core.retry.backoff.FullJitterBackoffStrategy
Deprecated.
 
equals(Object) - Method in class com.ibm.cos.v2.core.retry.conditions.AndRetryCondition
 
equals(Object) - Method in class com.ibm.cos.v2.core.retry.conditions.MaxNumberOfRetriesCondition
 
equals(Object) - Method in class com.ibm.cos.v2.core.retry.conditions.OrRetryCondition
 
equals(Object) - Method in class com.ibm.cos.v2.core.retry.conditions.RetryOnClockSkewCondition
 
equals(Object) - Method in class com.ibm.cos.v2.core.retry.conditions.RetryOnExceptionsCondition
 
equals(Object) - Method in class com.ibm.cos.v2.core.retry.conditions.RetryOnStatusCodeCondition
 
equals(Object) - Method in class com.ibm.cos.v2.core.retry.conditions.RetryOnThrottlingCondition
 
equals(Object) - Method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition
 
equals(Object) - Method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
 
equals(Object) - Method in class com.ibm.cos.v2.core.SdkNumber
 
equals(Object) - Method in class com.ibm.cos.v2.core.SdkResponse
 
equals(Object) - Method in class com.ibm.cos.v2.core.SdkServiceClientConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.core.SplittingTransformerConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
equals(Object) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructMap
 
equals(Object) - Method in class com.ibm.cos.v2.core.waiters.WaiterOverrideConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.crtcore.CrtConnectionHealthConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.endpoints.Endpoint
 
equals(Object) - Method in class com.ibm.cos.v2.endpoints.EndpointAttributeKey
 
equals(Object) - Method in class com.ibm.cos.v2.http.auth.aws.signer.RegionSet
 
equals(Object) - Method in class com.ibm.cos.v2.http.auth.spi.signer.SignerProperty
 
equals(Object) - Method in class com.ibm.cos.v2.http.nio.netty.Http2Configuration
 
equals(Object) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.DefaultStreamedHttpRequest
 
equals(Object) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.DefaultStreamedHttpResponse
 
equals(Object) - Method in class com.ibm.cos.v2.http.nio.netty.ProxyConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.http.SdkHttpExecutionAttributes
 
equals(Object) - Method in class com.ibm.cos.v2.identity.spi.IdentityProperty
 
equals(Object) - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsCredentialsIdentity
 
equals(Object) - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsSessionCredentialsIdentity
 
equals(Object) - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultIAMCredentialsIdentity
 
equals(Object) - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultResolveIdentityRequest
 
equals(Object) - Method in class com.ibm.cos.v2.internal.http.LowCopyListMap.ForBuildable
 
equals(Object) - Method in class com.ibm.cos.v2.internal.http.LowCopyListMap.ForBuilder
 
equals(Object) - Method in class com.ibm.cos.v2.metrics.internal.DefaultSdkMetric
 
equals(Object) - Method in class com.ibm.cos.v2.profiles.Profile
 
equals(Object) - Method in class com.ibm.cos.v2.profiles.ProfileFile
 
equals(Object) - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ArrayJsonNode
 
equals(Object) - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.BooleanJsonNode
 
equals(Object) - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.EmbeddedObjectJsonNode
 
equals(Object) - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NullJsonNode
 
equals(Object) - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NumberJsonNode
 
equals(Object) - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ObjectJsonNode
 
equals(Object) - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.StringJsonNode
 
equals(Object) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext
 
equals(Object) - Method in class com.ibm.cos.v2.regions.PartitionEndpointKey
 
equals(Object) - Method in class com.ibm.cos.v2.regions.RegionScope
 
equals(Object) - Method in class com.ibm.cos.v2.regions.ServiceEndpointKey
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.authscheme.S3ExpressEndpointAuthScheme
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Arn
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.DefaultS3EndpointProvider
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointResult
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.FatScope
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Fn
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.FnNode
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Part.Index
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Part.Key
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Identifier
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Literal
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Deprecated
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParameterReference
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameters
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partition
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partitions
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Ref
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RegionOverride
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleArn
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template.Dynamic
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template.Literal
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Array
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Bool
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Endpoint
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Int
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Record
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Str
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.internal.ConfiguredS3SdkHttpRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectResource
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostResource
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.internal.s3express.CachedS3ExpressCredentials
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressSessionCredentials
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressIdentityKey
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.AbortIncompleteMultipartUpload
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.AccelerateConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.AccessControlPolicy
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.AccessControlTranslation
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.AddLegalHoldRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsExportDestination
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Bucket
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.BucketInfo
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.BucketLifecycleConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.BucketLoggingStatus
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Checksum
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CommonPrefix
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CompletedMultipartUpload
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CompletedPart
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Condition
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ContentList
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ContinuationEvent
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CORSConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CSVInput
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.CSVOutput
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DefaultRetention
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Delete
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeletedObject
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteLegalHoldRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerReplication
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Destination
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Encryption
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.EncryptionConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.EndEvent
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ErrorDetails
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ErrorDocument
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.EventBridgeConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ExistingObjectReplication
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.FilterRule
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.GlacierJobParameters
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Grant
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Grantee
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.IndexDocument
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Initiator
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.InputSerialization
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.InventoryDestination
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.InventoryEncryption
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.InventoryFilter
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.InventorySchedule
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.JSONInput
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.JSONOutput
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.LifecycleExpiration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.LocationInfo
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.LoggingEnabled
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.MetadataEntry
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfigurationResult
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Metrics
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.MetricsAndOperator
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.MetricsConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionExpiration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfigurationFilter
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ObjectIdentifier
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockLegalHold
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRetention
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRule
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ObjectPart
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.OutputLocation
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.OutputSerialization
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Owner
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControls
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControlsRule
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ParquetInput
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Part
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PartitionedPrefix
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PolicyStatus
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Progress
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketProtectionConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationReattemptRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.QueueConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Redirect
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.RedirectAllRequestsTo
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ReplicaModifications
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTime
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTimeValue
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.RequestPaymentConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.RequestProgress
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.RestoreStatus
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.RoutingRule
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.S3Error
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.S3KeyFilter
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.S3Location
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.S3Object
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestination
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ScanRange
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.SelectParameters
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionByDefault
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionRule
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.SessionCredentials
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.SimplePrefix
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.SourceSelectionCriteria
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.SSEKMS
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjects
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.SSES3
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Stats
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysis
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Tag
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Tagging
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.TargetGrant
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.TargetObjectKeyFormat
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Tiering
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.TopicConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.Transition
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.VersioningConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.WebsiteConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseResponse
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.multipart.S3ResumeToken
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.presigner.model.AbortMultipartUploadPresignRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.presigner.model.CompleteMultipartUploadPresignRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.presigner.model.CreateMultipartUploadPresignRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.presigner.model.DeleteObjectPresignRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.presigner.model.GetObjectPresignRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.presigner.model.PutObjectPresignRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.presigner.model.UploadPartPresignRequest
 
equals(Object) - Method in class com.ibm.cos.v2.services.s3.S3Uri
 
equals(Object) - Method in class com.ibm.cos.v2.testutils.RandomTempFile
 
equals(A, B) - Method in interface com.ibm.cos.v2.testutils.UnorderedCollectionComparator.CrossTypeComparator
 
equals(Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.ShadedMarkerAdapter
 
equals(Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.UnshadedMarkerAdapter
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.config.TransferRequestOverrideConfiguration
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultCopy
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultDirectoryDownload
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultDirectoryUpload
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultDownload
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultFileUpload
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultUpload
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgressSnapshot
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedCopy
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryDownload
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryUpload
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedDownload
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedFileDownload
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedFileUpload
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedUpload
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.CopyRequest
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadFileRequest
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadRequest
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.FailedFileDownload
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.FailedFileUpload
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.UploadFileRequest
 
equals(Object) - Method in class com.ibm.cos.v2.transfer.s3.model.UploadRequest
 
equals(Object) - Method in class com.ibm.cos.v2.utils.AttributeMap
 
equals(Object) - Method in class com.ibm.cos.v2.utils.Either
 
equals(Object) - Method in class com.ibm.cos.v2.utils.ImmutableMap
 
equals(Object) - Method in class com.ibm.cos.v2.utils.internal.DefaultConditionalDecorator
 
equals(Object) - Method in class com.ibm.cos.v2.utils.Pair
 
equals(String, String) - Static method in class com.ibm.cos.v2.utils.StringUtils
Compares two Strings, returning true if they represent equal sequences of characters.
equalsBySdkFields(Object) - Method in interface com.ibm.cos.v2.core.SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields.
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.core.SdkPojoBuilder
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.AbortIncompleteMultipartUpload
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.AccelerateConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.AccessControlPolicy
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.AccessControlTranslation
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.AddLegalHoldRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsExportDestination
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Bucket
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.BucketInfo
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.BucketLifecycleConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.BucketLoggingStatus
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Checksum
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CommonPrefix
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CompletedMultipartUpload
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CompletedPart
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Condition
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ContentList
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ContinuationEvent
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CORSConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CSVInput
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.CSVOutput
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DefaultRetention
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Delete
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeletedObject
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteLegalHoldRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerReplication
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Destination
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Encryption
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.EncryptionConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.EndEvent
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ErrorDetails
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ErrorDocument
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.EventBridgeConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ExistingObjectReplication
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.FilterRule
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.GlacierJobParameters
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Grant
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Grantee
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.IndexDocument
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Initiator
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.InputSerialization
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.InventoryDestination
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.InventoryEncryption
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.InventoryFilter
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.InventorySchedule
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.JSONInput
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.JSONOutput
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.LifecycleExpiration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.LocationInfo
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.LoggingEnabled
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.MetadataEntry
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfigurationResult
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Metrics
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.MetricsAndOperator
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.MetricsConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionExpiration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfigurationFilter
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ObjectIdentifier
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockLegalHold
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRetention
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRule
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ObjectPart
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.OutputLocation
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.OutputSerialization
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Owner
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControls
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControlsRule
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ParquetInput
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Part
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PartitionedPrefix
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PolicyStatus
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Progress
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketProtectionConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationReattemptRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.QueueConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Redirect
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.RedirectAllRequestsTo
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ReplicaModifications
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTime
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTimeValue
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.RequestPaymentConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.RequestProgress
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.RestoreStatus
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.RoutingRule
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.S3Error
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.S3KeyFilter
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.S3Location
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.S3Object
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestination
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ScanRange
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.SelectParameters
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionByDefault
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionRule
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.SessionCredentials
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.SimplePrefix
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.SourceSelectionCriteria
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.SSEKMS
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjects
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.SSES3
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Stats
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysis
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Tag
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Tagging
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.TargetGrant
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.TargetObjectKeyFormat
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Tiering
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.TopicConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.Transition
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.VersioningConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.WebsiteConfiguration
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
 
equalsBySdkFields(Object) - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseResponse
 
equalUnorderedCollections(Collection<T>, Collection<T>) - Static method in class com.ibm.cos.v2.testutils.UnorderedCollectionComparator
Compares two unordered lists of the same type.
equalUnorderedCollections(Collection<A>, Collection<B>, UnorderedCollectionComparator.CrossTypeComparator<A, B>) - Static method in class com.ibm.cos.v2.testutils.UnorderedCollectionComparator
Compares two unordered lists of different types, using the specified cross-type comparator.
error(Object) - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Logs a message with error log level.
error(Object, Throwable) - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Logs an error with error log level.
error(Throwable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerSubscriber
Override for custom error handling.
error(Channel, Supplier<String>, Throwable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyClientLogger
Log a ERROR level message with the given exception and including the channel information.
error(Channel, Supplier<String>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyClientLogger
Log a ERROR level message and including the channel information.
error(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule.Builder
 
ERROR - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule
 
error() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleResult
 
error(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleResult
 
error(ErrorDetails) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult.Builder
If the CreateBucketMetadataTableConfiguration request succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.
error(Consumer<ErrorDetails.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult.Builder
If the CreateBucketMetadataTableConfiguration request succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.
error() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult
If the CreateBucketMetadataTableConfiguration request succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.
error(String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
error(String, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
error(String, Object, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
error(String, Object...) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
error(String, Throwable) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
error(Marker, String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
error(Marker, String, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
error(Marker, String, Object, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
error(Marker, String, Object...) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
error(Marker, String, Throwable) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
error(Throwable) - Method in class com.ibm.cos.v2.utils.async.SimplePublisher
Indicate that no more SimplePublisher.send(Object) calls will be made, and that streaming of messages has failed.
error(Supplier<String>) - Method in class com.ibm.cos.v2.utils.Logger
Checks if error is enabled and if so logs the supplied message
error(Supplier<String>, Throwable) - Method in class com.ibm.cos.v2.utils.Logger
Checks if error is enabled and if so logs the supplied message and exception
ERROR_TYPE - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The type of error that occurred for a call attempt.
errorAsCompletionException(Throwable) - Static method in class com.ibm.cos.v2.utils.CompletableFutureUtils
Wraps the given error in a CompletionException if necessary.
errorCode(String) - Method in interface com.ibm.cos.v2.awscore.exception.AwsErrorDetails.Builder
Specifies the error code returned by the service.
errorCode() - Method in interface com.ibm.cos.v2.awscore.exception.AwsErrorDetails.Builder
The error code specified by the service.
errorCode(String) - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails.BuilderImpl
 
errorCode() - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails.BuilderImpl
 
errorCode() - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails
Returns the error code associated with the response.
errorCode(String) - Method in class com.ibm.cos.v2.protocols.core.ExceptionMetadata.Builder
 
errorCode() - Method in class com.ibm.cos.v2.protocols.core.ExceptionMetadata
Returns the error code for the modeled exception.
errorCode(String) - Method in interface com.ibm.cos.v2.services.s3.model.ErrorDetails.Builder
If the CreateBucketMetadataTableConfiguration request succeeds, but S3 Metadata was unable to create the table, this structure contains the error code.
errorCode() - Method in class com.ibm.cos.v2.services.s3.model.ErrorDetails
If the CreateBucketMetadataTableConfiguration request succeeds, but S3 Metadata was unable to create the table, this structure contains the error code.
errorCode(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
A string that uniquely identifies an error condition.
errorCode() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
A string that uniquely identifies an error condition.
ErrorCodeParser - Interface in com.ibm.cos.v2.protocols.json
Error code parser to parse error code from the response returned by AWS services.
errorCodeParser(ErrorCodeParser) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
Implementation of ErrorCodeParser that can extract an error code or type from the JSON response.
ErrorDetails - Class in com.ibm.cos.v2.services.s3.model
If the CreateBucketMetadataTableConfiguration request succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.
ErrorDetails.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ErrorDocument - Class in com.ibm.cos.v2.services.s3.model
The error information.
errorDocument(ErrorDocument) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse.Builder
The object key name of the website error document to use for 4XX class errors.
errorDocument(Consumer<ErrorDocument.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse.Builder
The object key name of the website error document to use for 4XX class errors.
errorDocument() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse
The object key name of the website error document to use for 4XX class errors.
errorDocument(ErrorDocument) - Method in interface com.ibm.cos.v2.services.s3.model.WebsiteConfiguration.Builder
The name of the error document for the website.
errorDocument(Consumer<ErrorDocument.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.WebsiteConfiguration.Builder
The name of the error document for the website.
errorDocument() - Method in class com.ibm.cos.v2.services.s3.model.WebsiteConfiguration
The name of the error document for the website.
ErrorDocument.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
errorMessage(String) - Method in interface com.ibm.cos.v2.awscore.exception.AwsErrorDetails.Builder
Specifies the error message returned by the service.
errorMessage() - Method in interface com.ibm.cos.v2.awscore.exception.AwsErrorDetails.Builder
The error message specified by the service.
errorMessage(String) - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails.BuilderImpl
 
errorMessage() - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails.BuilderImpl
 
errorMessage() - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails
 
errorMessage(String) - Method in interface com.ibm.cos.v2.services.s3.model.ErrorDetails.Builder
If the CreateBucketMetadataTableConfiguration request succeeds, but S3 Metadata was unable to create the table, this structure contains the error message.
errorMessage() - Method in class com.ibm.cos.v2.services.s3.model.ErrorDetails
If the CreateBucketMetadataTableConfiguration request succeeds, but S3 Metadata was unable to create the table, this structure contains the error message.
errorMessage(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Contains a generic description of the error condition.
errorMessage() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Contains a generic description of the error condition.
errorMessageParser(ErrorMessageParser) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
Implementation that can extract an error message from the JSON response.
ErrorMessageParser - Interface in com.ibm.cos.v2.protocols.json.internal.unmarshall
 
errorOnExceptionAcceptor(Predicate<Throwable>) - Static method in interface com.ibm.cos.v2.core.waiters.WaiterAcceptor
Creates an error waiter acceptor which determines if the exception should transition the waiter to failure state
errorOnExceptionAcceptor(Predicate<Throwable>, String) - Static method in interface com.ibm.cos.v2.core.waiters.WaiterAcceptor
Creates an error waiter acceptor which determines if the exception should transition the waiter to failure state Overloaded method with errorMessage.
errorOnResponseAcceptor(Predicate<T>) - Static method in interface com.ibm.cos.v2.core.waiters.WaiterAcceptor
Creates a success waiter acceptor which determines if the exception should transition the waiter to success state
errorOnResponseAcceptor(Predicate<T>, String) - Static method in interface com.ibm.cos.v2.core.waiters.WaiterAcceptor
Creates a success waiter acceptor which determines if the exception should transition the waiter to success state
errorRootExtractor(Function<XmlElement, Optional<XmlElement>>) - Method in class com.ibm.cos.v2.protocols.query.unmarshall.AwsXmlErrorProtocolUnmarshaller.Builder
Extracts the element from the top level XML document.
ErrorRule - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
ErrorRule(Rule.Builder, Expr) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.ErrorRule
 
errors(Collection<S3Error>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse.Builder
Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.
errors(S3Error...) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse.Builder
Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.
errors(Consumer<S3Error.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse.Builder
Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.
errors() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse
Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.
errorUnmarshaller(XmlErrorUnmarshaller) - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.AwsXmlErrorUnmarshaller.Builder
The unmarshaller to use.
errorUnmarshaller(XmlErrorUnmarshaller) - Method in class com.ibm.cos.v2.protocols.query.unmarshall.AwsXmlErrorProtocolUnmarshaller.Builder
The unmarshaller to use.
errorUnmarshaller(XmlErrorUnmarshaller) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlErrorTransformer.Builder
The unmarshaller to use.
ErrorUtil - Class in com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal
Utility for reporting errors.
eTag(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompletedPart.Builder
Entity tag returned when the part was uploaded.
eTag() - Method in class com.ibm.cos.v2.services.s3.model.CompletedPart
Entity tag returned when the part was uploaded.
eTag(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
Entity tag that identifies the newly created object's data.
eTag() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
Entity tag that identifies the newly created object's data.
eTag(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResult.Builder
Returns the ETag of the new object.
eTag() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
Returns the ETag of the new object.
eTag(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyPartResult.Builder
Entity tag of the object.
eTag() - Method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
Entity tag of the object.
eTag(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse.Builder
An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.
eTag() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.
eTag(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
An entity tag (ETag) is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.
eTag() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
An entity tag (ETag) is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.
eTag(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
An entity tag (ETag) is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.
eTag() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
An entity tag (ETag) is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.
eTag(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectIdentifier.Builder
An entity tag (ETag) is an identifier assigned by a web server to a specific version of a resource found at a URL.
eTag() - Method in class com.ibm.cos.v2.services.s3.model.ObjectIdentifier
An entity tag (ETag) is an identifier assigned by a web server to a specific version of a resource found at a URL.
eTag(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
The entity tag is an MD5 hash of that version of the object.
eTag() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
The entity tag is an MD5 hash of that version of the object.
eTag(String) - Method in interface com.ibm.cos.v2.services.s3.model.Part.Builder
Entity tag returned when the part was uploaded.
eTag() - Method in class com.ibm.cos.v2.services.s3.model.Part
Entity tag returned when the part was uploaded.
eTag(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
Entity tag for the uploaded object.
eTag() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
Entity tag for the uploaded object.
eTag(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3Object.Builder
The entity tag is a hash of the object.
eTag() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
The entity tag is a hash of the object.
eTag(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartResponse.Builder
Entity tag for the uploaded object.
eTag() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
Entity tag for the uploaded object.
eTag(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
An opaque identifier assigned by a web server to a specific version of a resource found at a URL.
eTag() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
An opaque identifier assigned by a web server to a specific version of a resource found at a URL.
EU_CENTRAL_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
EU_CENTRAL_2 - Static variable in class com.ibm.cos.v2.regions.Region
 
EU_ISOE_WEST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
EU_NORTH_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
EU_SOUTH_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
EU_SOUTH_2 - Static variable in class com.ibm.cos.v2.regions.Region
 
EU_WEST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
EU_WEST_2 - Static variable in class com.ibm.cos.v2.regions.Region
 
EU_WEST_3 - Static variable in class com.ibm.cos.v2.regions.Region
 
EUSC_DE_EAST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
eval(Scope<Value>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.BooleanEqualsFn
 
eval(Scope<Value>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Condition
 
Eval - Interface in com.ibm.cos.v2.services.s3.endpoints.internal
 
eval(Scope<Value>) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.Eval
 
eval(Scope<Value>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr
 
eval(Value) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Part
 
eval(Value) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Part.Index
 
eval(Value) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Part.Key
 
eval(Scope<Value>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.IsValidHostLabel
 
eval(Scope<Value>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.IsVirtualHostableS3Bucket
 
eval(Scope<Value>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Literal
 
eval(Scope<Value>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Ref
 
eval(Expr) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Scope
Search the fact stack for an explicitly calculated value for [expr]
eval(Scope<Value>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.SingleArgFn
 
eval(Scope<Value>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.StringEqualsFn
 
eval(Scope<Value>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Substring
 
eval(Scope<Value>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template
 
evalArg(Value) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.IsSet
 
evalArg(Value) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Not
 
evalArg(Value) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseArn
 
evalArg(Value) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseUrl
 
evalArg(Value) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.PartitionFn
 
evalArg(Value) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.SingleArgFn
 
evalArg(Value) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.UriEncodeFn
 
evaluate(EndpointRuleset, Map<Identifier, Value>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.DefaultRuleEngine
 
evaluate(EndpointRuleset, Map<Identifier, Value>) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.RuleEngine
Evaluate the given EndpointRuleset using the named values in args as input into the rule set.
evaluateCondition(Condition) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
evaluateRuleset(EndpointRuleset, Map<Identifier, Value>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
Event - Enum in com.ibm.cos.v2.services.s3.model
The bucket event for which to send notifications.
EventBridgeConfiguration - Class in com.ibm.cos.v2.services.s3.model
A container for specifying the configuration for Amazon EventBridge.
eventBridgeConfiguration(EventBridgeConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse.Builder
Enables delivery of events to Amazon EventBridge.
eventBridgeConfiguration(Consumer<EventBridgeConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse.Builder
Enables delivery of events to Amazon EventBridge.
eventBridgeConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
Enables delivery of events to Amazon EventBridge.
eventBridgeConfiguration(EventBridgeConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.NotificationConfiguration.Builder
Enables delivery of events to Amazon EventBridge.
eventBridgeConfiguration(Consumer<EventBridgeConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.NotificationConfiguration.Builder
Enables delivery of events to Amazon EventBridge.
eventBridgeConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
Enables delivery of events to Amazon EventBridge.
EventBridgeConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
EventListeningSubscriber<T> - Class in com.ibm.cos.v2.utils.async
A Subscriber that can invoke callbacks during various parts of the subscriber and subscription lifecycle.
EventListeningSubscriber(Subscriber<T>, Runnable, Consumer<Throwable>, Runnable) - Constructor for class com.ibm.cos.v2.utils.async.EventListeningSubscriber
 
EVENTLOOP_SHUTDOWN_FUTURE_TIMEOUT_SECONDS - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
EVENTLOOP_SHUTDOWN_QUIET_PERIOD_SECONDS - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
EVENTLOOP_SHUTDOWN_TIMEOUT_SECONDS - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
eventLoopGroup() - Method in class com.ibm.cos.v2.http.nio.netty.internal.RequestContext
 
eventLoopGroup(SdkEventLoopGroup) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
Sets the SdkEventLoopGroup to use for the Netty HTTP client.
eventLoopGroup() - Method in class com.ibm.cos.v2.http.nio.netty.SdkEventLoopGroup
 
eventLoopGroupBuilder(SdkEventLoopGroup.Builder) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
Sets the SdkEventLoopGroup.Builder which will be used to create the SdkEventLoopGroup for the Netty HTTP client.
eventResponseHandler(HttpResponseHandler<? extends EventT>) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
 
events(Collection<Event>) - Method in interface com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration.Builder
The Amazon S3 bucket event for which to invoke the Lambda function.
events(Event...) - Method in interface com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration.Builder
The Amazon S3 bucket event for which to invoke the Lambda function.
events() - Method in class com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration
The Amazon S3 bucket event for which to invoke the Lambda function.
events(Collection<Event>) - Method in interface com.ibm.cos.v2.services.s3.model.QueueConfiguration.Builder
A collection of bucket events for which to send notifications
events(Event...) - Method in interface com.ibm.cos.v2.services.s3.model.QueueConfiguration.Builder
A collection of bucket events for which to send notifications
events() - Method in class com.ibm.cos.v2.services.s3.model.QueueConfiguration
A collection of bucket events for which to send notifications
events(Collection<Event>) - Method in interface com.ibm.cos.v2.services.s3.model.TopicConfiguration.Builder
The Amazon S3 bucket event about which to send notifications.
events(Event...) - Method in interface com.ibm.cos.v2.services.s3.model.TopicConfiguration.Builder
The Amazon S3 bucket event about which to send notifications.
events() - Method in class com.ibm.cos.v2.services.s3.model.TopicConfiguration
The Amazon S3 bucket event about which to send notifications.
eventsAsStrings() - Method in class com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration
The Amazon S3 bucket event for which to invoke the Lambda function.
eventsAsStrings() - Method in class com.ibm.cos.v2.services.s3.model.QueueConfiguration
A collection of bucket events for which to send notifications
eventsAsStrings() - Method in class com.ibm.cos.v2.services.s3.model.TopicConfiguration
The Amazon S3 bucket event about which to send notifications.
EventStreamAsyncResponseTransformer<ResponseT,EventT> - Class in com.ibm.cos.v2.awscore.eventstream
Unmarshalling layer on top of the AsyncResponseTransformer to decode event stream messages and deliver them to the subscriber.
eventStreamAsyncResponseTransformer(EventStreamAsyncResponseTransformer<ResponseT, EventT>) - Method in class com.ibm.cos.v2.awscore.eventstream.RestEventStreamAsyncResponseTransformer.Builder
 
EventStreamAsyncResponseTransformer.Builder<ResponseT,EventT> - Class in com.ibm.cos.v2.awscore.eventstream
EventStreamInitialRequestInterceptor - Class in com.ibm.cos.v2.awscore.eventstream
An interceptor for event stream requests sent over RPC.
EventStreamInitialRequestInterceptor() - Constructor for class com.ibm.cos.v2.awscore.eventstream.EventStreamInitialRequestInterceptor
 
eventStreamResponseHandler(EventStreamResponseHandler<ResponseT, EventT>) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
 
EventStreamResponseHandler<ResponseT,EventT> - Interface in com.ibm.cos.v2.awscore.eventstream
Response handler for event streaming operations.
eventStreamResponseHandler(EventStreamResponseHandler<ResponseT, EventT>) - Method in class com.ibm.cos.v2.awscore.eventstream.RestEventStreamAsyncResponseTransformer.Builder
 
EventStreamResponseHandler.Builder<ResponseT,EventT,SubBuilderT> - Interface in com.ibm.cos.v2.awscore.eventstream
Base builder for sub-interfaces of EventStreamResponseHandler.
EventStreamResponseHandlerFromBuilder<ResponseT,EventT> - Class in com.ibm.cos.v2.awscore.eventstream
Base class for creating implementations of an EventStreamResponseHandler from a builder.
EventStreamResponseHandlerFromBuilder(DefaultEventStreamResponseHandlerBuilder<ResponseT, EventT, ?>) - Constructor for class com.ibm.cos.v2.awscore.eventstream.EventStreamResponseHandlerFromBuilder
 
EventStreamTaggedUnionJsonMarshaller<BaseEventT> - Class in com.ibm.cos.v2.awscore.eventstream
Composite Marshaller that dispatches the given event to the correct marshaller based on the event class type.
EventStreamTaggedUnionJsonMarshaller.Builder<BaseEventT> - Class in com.ibm.cos.v2.awscore.eventstream
 
EventStreamTaggedUnionPojoSupplier - Class in com.ibm.cos.v2.awscore.eventstream
 
EventStreamTaggedUnionPojoSupplier.Builder - Class in com.ibm.cos.v2.awscore.eventstream
 
EventStreamV4PayloadSigner - Class in com.ibm.cos.v2.http.auth.aws.eventstream.internal.signer
An implementation which supports async signing of event-stream payloads.
EventStreamV4PayloadSigner(EventStreamV4PayloadSigner.Builder) - Constructor for class com.ibm.cos.v2.http.auth.aws.eventstream.internal.signer.EventStreamV4PayloadSigner
 
EventStreamV4PayloadSigner.Builder - Class in com.ibm.cos.v2.http.auth.aws.eventstream.internal.signer
 
eventsWithStrings(Collection<String>) - Method in interface com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration.Builder
The Amazon S3 bucket event for which to invoke the Lambda function.
eventsWithStrings(String...) - Method in interface com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration.Builder
The Amazon S3 bucket event for which to invoke the Lambda function.
eventsWithStrings(Collection<String>) - Method in interface com.ibm.cos.v2.services.s3.model.QueueConfiguration.Builder
A collection of bucket events for which to send notifications
eventsWithStrings(String...) - Method in interface com.ibm.cos.v2.services.s3.model.QueueConfiguration.Builder
A collection of bucket events for which to send notifications
eventsWithStrings(Collection<String>) - Method in interface com.ibm.cos.v2.services.s3.model.TopicConfiguration.Builder
The Amazon S3 bucket event about which to send notifications.
eventsWithStrings(String...) - Method in interface com.ibm.cos.v2.services.s3.model.TopicConfiguration.Builder
The Amazon S3 bucket event about which to send notifications.
eventThreshold(ReplicationTimeValue) - Method in interface com.ibm.cos.v2.services.s3.model.Metrics.Builder
A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event.
eventThreshold(Consumer<ReplicationTimeValue.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.Metrics.Builder
A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event.
eventThreshold() - Method in class com.ibm.cos.v2.services.s3.model.Metrics
A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event.
evict(String) - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRefreshCache
 
exceedsMaxWaitTime(long, long) - Method in class com.ibm.cos.v2.core.internal.waiters.WaiterExecutorHelper
 
exception() - Method in interface com.ibm.cos.v2.core.interceptor.Context.FailedExecution
The exception associated with the failed execution.
exception(Throwable) - Method in class com.ibm.cos.v2.core.internal.interceptor.DefaultFailedExecutionContext.Builder
 
exception() - Method in class com.ibm.cos.v2.core.internal.interceptor.DefaultFailedExecutionContext
 
exception(Throwable) - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiterResponse.Builder
Defines the exception thrown from the waiter operation that has matched with the waiter success condition
exception() - Method in class com.ibm.cos.v2.core.internal.waiters.ResponseOrException
 
exception(Throwable) - Static method in class com.ibm.cos.v2.core.internal.waiters.ResponseOrException
Create a new ResponseOrException with the exception
exception(SdkException) - Method in class com.ibm.cos.v2.core.Response.Builder
The modelled exception returned by the service.
exception() - Method in class com.ibm.cos.v2.core.Response
The modelled exception returned by the service.
exception(SdkException) - Method in class com.ibm.cos.v2.core.retry.RetryPolicyContext.Builder
 
exception() - Method in class com.ibm.cos.v2.core.retry.RetryPolicyContext
 
exception(Throwable) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerFailedContext.Builder
 
exception() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerFailedContext
 
exception(Throwable) - Method in interface com.ibm.cos.v2.transfer.s3.model.FailedFileDownload.Builder
 
exception() - Method in class com.ibm.cos.v2.transfer.s3.model.FailedFileDownload
 
exception(Throwable) - Method in interface com.ibm.cos.v2.transfer.s3.model.FailedFileUpload.Builder
 
exception() - Method in class com.ibm.cos.v2.transfer.s3.model.FailedFileUpload
 
exception() - Method in interface com.ibm.cos.v2.transfer.s3.model.FailedObjectTransfer
The exception thrown from a specific single file transfer
exception() - Method in interface com.ibm.cos.v2.transfer.s3.progress.TransferListener.Context.TransferFailed
The exception associated with the failed transfer.
exceptionBuilderSupplier(Supplier<SdkPojo>) - Method in class com.ibm.cos.v2.protocols.core.ExceptionMetadata.Builder
 
exceptionBuilderSupplier() - Method in class com.ibm.cos.v2.protocols.core.ExceptionMetadata
Returns the Supplier to get the builder class for the exception.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.FutureCancelHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2SettingsFrameHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2StreamExceptionHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerPublisher
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerSubscriber
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ProxyTunnelInitHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ResponseHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.UnusedChannelExceptionHandler
 
exceptionCost - Variable in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
exceptionCost(RefreshRetryTokenRequest) - Method in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
Returns the amount of tokens to withdraw from the token bucket.
exceptionCost(RefreshRetryTokenRequest) - Method in class com.ibm.cos.v2.retries.internal.DefaultLegacyRetryStrategy
 
exceptionCostFunction(TokenBucketExceptionCostFunction) - Method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition.Builder
Configure a TokenBucketExceptionCostFunction that is used to calculate the number of tokens that should be taken out of the bucket for each specific exception.
exceptionHandler(Function<SdkException, TokenT>) - Method in class com.ibm.cos.v2.awscore.internal.token.CachedTokenRefresher.Builder
 
ExceptionHandlingUtils - Class in com.ibm.cos.v2.http.nio.netty.internal.utils
 
ExceptionMetadata - Class in com.ibm.cos.v2.protocols.core
Metadata needed to unmarshall a modeled exception.
ExceptionMetadata.Builder - Class in com.ibm.cos.v2.protocols.core
Builder for ExceptionMetadata
exceptionMetadataSupplier(Function<String, Optional<ExceptionMetadata>>) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
 
exceptionOccurred(Throwable) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamAsyncResponseTransformer
 
exceptionOccurred(Throwable) - Method in interface com.ibm.cos.v2.awscore.eventstream.EventStreamResponseHandler
Called when an exception occurs while establishing the connection or streaming the response.
exceptionOccurred(Throwable) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamResponseHandlerFromBuilder
 
exceptionOccurred(Throwable) - Method in class com.ibm.cos.v2.awscore.eventstream.RestEventStreamAsyncResponseTransformer
 
exceptionOccurred(Throwable) - Method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer
Called when an error is encountered while making the request or receiving the response.
exceptionOccurred(Throwable) - Method in class com.ibm.cos.v2.core.async.listener.AsyncResponseTransformerListener.NotifyingAsyncResponseTransformer
 
exceptionOccurred(Throwable) - Method in class com.ibm.cos.v2.core.internal.async.ByteArrayAsyncResponseTransformer
 
exceptionOccurred(Throwable) - Method in class com.ibm.cos.v2.core.internal.async.FileAsyncResponseTransformer
 
exceptionOccurred(Throwable) - Method in class com.ibm.cos.v2.core.internal.async.InputStreamResponseTransformer
 
exceptionOccurred(Throwable) - Method in class com.ibm.cos.v2.core.internal.async.PublisherAsyncResponseTransformer
 
exceptionOccurred(Throwable) - Method in interface com.ibm.cos.v2.http.async.SdkHttpResponseHandler
Called when an exception occurs during the request/response.
ExceptionReportingUtils - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages.utils
 
exceptionResponseHandler(HttpResponseHandler<? extends Throwable>) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
 
exceptions(List<ExceptionMetadata>) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
Deprecated.
exceptions(List<ExceptionMetadata>) - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.AwsXmlErrorUnmarshaller.Builder
List of ExceptionMetadata to represent the modeled exceptions for the service.
exceptions(List<ExceptionMetadata>) - Method in class com.ibm.cos.v2.protocols.query.unmarshall.AwsXmlErrorProtocolUnmarshaller.Builder
List of ExceptionMetadata to represent the modeled exceptions for the service.
exceptions(List<ExceptionMetadata>) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlErrorTransformer.Builder
List of ExceptionMetadata to represent the modeled exceptions for the service.
ExceptionTranslationInterceptor - Class in com.ibm.cos.v2.services.s3.internal.handlers
Translate S3Exception for the API calls that do not contain the detailed error code.
ExceptionTranslationInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.internal.handlers.ExceptionTranslationInterceptor
 
exclusiveBetween(U, U, T, String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified argument object fall between the two exclusive values specified; otherwise, throws an exception with the specified message.
exclusiveBetween(long, long, long, String) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified primitive value falls between the two exclusive values specified; otherwise, throws an exception with the specified message.
exclusiveBetween(double, double, double, String) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified primitive value falls between the two exclusive values specified; otherwise, throws an exception with the specified message.
ExecutableHttpRequest - Interface in com.ibm.cos.v2.http
An HTTP request that can be invoked by ExecutableHttpRequest.call().
execute(ClientExecutionParams<InputT, OutputT>) - Method in class com.ibm.cos.v2.awscore.client.handler.AwsAsyncClientHandler
 
execute(ClientExecutionParams<InputT, OutputT>, AsyncResponseTransformer<OutputT, ReturnT>) - Method in class com.ibm.cos.v2.awscore.client.handler.AwsAsyncClientHandler
 
execute(ClientExecutionParams<InputT, OutputT>) - Method in class com.ibm.cos.v2.awscore.client.handler.AwsSyncClientHandler
 
execute(ClientExecutionParams<InputT, OutputT>, ResponseTransformer<OutputT, ReturnT>) - Method in class com.ibm.cos.v2.awscore.client.handler.AwsSyncClientHandler
 
execute(AsyncExecuteRequest) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkAsyncHttpClient
 
execute(ClientExecutionParams<InputT, OutputT>) - Method in interface com.ibm.cos.v2.core.client.handler.AsyncClientHandler
Execute's a web service request.
execute(ClientExecutionParams<InputT, OutputT>, AsyncResponseTransformer<OutputT, ReturnT>) - Method in interface com.ibm.cos.v2.core.client.handler.AsyncClientHandler
Execute's a streaming web service request.
execute(ClientExecutionParams<InputT, OutputT>) - Method in class com.ibm.cos.v2.core.client.handler.SdkSyncClientHandler
 
execute(ClientExecutionParams<InputT, OutputT>, ResponseTransformer<OutputT, ReturnT>) - Method in class com.ibm.cos.v2.core.client.handler.SdkSyncClientHandler
 
execute(ClientExecutionParams<InputT, OutputT>) - Method in interface com.ibm.cos.v2.core.client.handler.SyncClientHandler
Execute's a web service request.
execute(ClientExecutionParams<InputT, OutputT>, ResponseTransformer<OutputT, ReturnT>) - Method in interface com.ibm.cos.v2.core.client.handler.SyncClientHandler
Execute's a streaming web service request.
execute(ClientExecutionParams<InputT, OutputT>) - Method in class com.ibm.cos.v2.core.internal.handler.BaseAsyncClientHandler
 
execute(ClientExecutionParams<InputT, OutputT>, AsyncResponseTransformer<OutputT, ReturnT>) - Method in class com.ibm.cos.v2.core.internal.handler.BaseAsyncClientHandler
 
execute(ClientExecutionParams<InputT, OutputT>, ResponseTransformer<OutputT, ReturnT>) - Method in class com.ibm.cos.v2.core.internal.handler.BaseSyncClientHandler
 
execute(ClientExecutionParams<InputT, OutputT>) - Method in class com.ibm.cos.v2.core.internal.handler.BaseSyncClientHandler
 
execute(TransformingAsyncResponseHandler<Response<OutputT>>) - Method in interface com.ibm.cos.v2.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
Executes the request with the given configuration.
execute(HttpResponseHandler<Response<OutputT>>) - Method in interface com.ibm.cos.v2.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
Executes the request with the given configuration.
execute(InputT, RequestExecutionContext) - Method in interface com.ibm.cos.v2.core.internal.http.pipeline.RequestPipeline
Execute the pipeline with the given input.
execute(OutputT, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.AfterExecutionInterceptorsStage
 
execute(Pair<SdkHttpFullRequest, SdkHttpFullResponse>, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.AfterTransmissionExecutionInterceptorsStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.ApiCallAttemptMetricCollectionStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage
Start and end api call attempt timer around the execution of the api call attempt.
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.ApiCallMetricCollectionStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.ApiCallTimeoutTrackingStage
 
execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.ApplyTransactionIdStage
 
execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.ApplyUserAgentStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.AsyncApiCallAttemptMetricCollectionStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.AsyncApiCallMetricCollectionStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.AsyncApiCallTimeoutTrackingStage
 
execute(CompletableFuture<SdkHttpFullRequest>, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.AsyncBeforeTransmissionExecutionInterceptorsStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.AsyncExecutionFailureExceptionReportingStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.AsyncRetryableStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.AsyncSigningStage
Returns the response from executing one httpClientSettings request; or null for retry.
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.BeforeTransmissionExecutionInterceptorsStage
 
execute(Pair<SdkHttpFullRequest, SdkHttpFullResponse>, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.BeforeUnmarshallingExecutionInterceptorsStage
 
execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.CompressRequestStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.ExecutionFailureExceptionReportingStage
 
execute(SdkHttpFullResponse, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.HandleResponseStage
 
execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.HttpChecksumStage
 
execute(CompletableFuture<SdkHttpFullRequest>, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.MakeAsyncHttpRequestStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.MakeHttpRequestStage
Returns the response from executing one httpClientSettings request; or null for retry.
execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.MakeRequestImmutableStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.MakeRequestMutableStage
 
execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.MergeCustomHeadersStage
 
execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.MergeCustomQueryParamsStage
 
execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.QueryParametersToBodyStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.RetryableStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.SigningStage
Returns the response from executing one httpClientSettings request; or null for retry.
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage
Translate an Exception caused by timeout based on the following criteria: If the Exception is caused by ClientOverrideConfiguration.apiCallTimeout(), translates it to InterruptedException so it can be handled appropriately in ApiCallTimeoutTrackingStage.
execute(Response<OutputT>, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.UnwrapResponseContainer
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.StreamManagingStage
 
execute(HttpUriRequest) - Method in class com.ibm.cos.v2.http.apache.internal.impl.ApacheSdkHttpClient
 
execute(HttpUriRequest, HttpContext) - Method in class com.ibm.cos.v2.http.apache.internal.impl.ApacheSdkHttpClient
 
execute(HttpHost, HttpRequest) - Method in class com.ibm.cos.v2.http.apache.internal.impl.ApacheSdkHttpClient
 
execute(HttpHost, HttpRequest, HttpContext) - Method in class com.ibm.cos.v2.http.apache.internal.impl.ApacheSdkHttpClient
 
execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in class com.ibm.cos.v2.http.apache.internal.impl.ApacheSdkHttpClient
 
execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in class com.ibm.cos.v2.http.apache.internal.impl.ApacheSdkHttpClient
 
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in class com.ibm.cos.v2.http.apache.internal.impl.ApacheSdkHttpClient
 
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in class com.ibm.cos.v2.http.apache.internal.impl.ApacheSdkHttpClient
 
execute(AsyncExecuteRequest) - Method in interface com.ibm.cos.v2.http.async.SdkAsyncHttpClient
Execute the request.
execute(AsyncExecuteRequest) - Method in class com.ibm.cos.v2.http.crt.AwsCrtAsyncHttpClient
 
execute(CrtAsyncRequestContext) - Method in class com.ibm.cos.v2.http.crt.internal.CrtAsyncRequestExecutor
 
execute(CrtRequestContext) - Method in class com.ibm.cos.v2.http.crt.internal.CrtRequestExecutor
 
execute(Runnable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
execute() - Method in class com.ibm.cos.v2.http.nio.netty.internal.NettyRequestExecutor
 
execute(AsyncExecuteRequest) - Method in class com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient
 
execute(Runnable) - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
executeRequest() - Method in class com.ibm.cos.v2.http.nio.netty.internal.RequestContext
 
EXECUTION_ATTEMPT - Static variable in class com.ibm.cos.v2.core.internal.InternalCoreExecutionAttribute
The key to store the execution attempt number that is used by handlers in the async request pipeline to help regulate their behavior.
EXECUTION_ATTRIBUTES - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
Option to specify additional execution attributes to each client call.
EXECUTION_INTERCEPTORS - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
 
ExecutionAttribute<T> - Class in com.ibm.cos.v2.core.interceptor
An attribute attached to a particular execution, stored in ExecutionAttributes.
ExecutionAttribute(String) - Constructor for class com.ibm.cos.v2.core.interceptor.ExecutionAttribute
Creates a new ExecutionAttribute bound to the provided type param.
ExecutionAttribute.DerivedAttributeBuilder<T,U> - Class in com.ibm.cos.v2.core.interceptor
 
ExecutionAttribute.MappedAttributeBuilder<T,U> - Class in com.ibm.cos.v2.core.interceptor
 
executionAttributes(ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Sets the additional execution attributes collection for this client.
executionAttributes() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
 
executionAttributes() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
Returns the additional execution attributes to be added for this client.
executionAttributes() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
executionAttributes(ExecutionAttributes) - Method in class com.ibm.cos.v2.core.http.ExecutionContext.Builder
 
executionAttributes() - Method in class com.ibm.cos.v2.core.http.ExecutionContext
 
ExecutionAttributes - Class in com.ibm.cos.v2.core.interceptor
A mutable collection of ExecutionAttributes that can be modified by ExecutionInterceptors in order to save and retrieve information specific to the current execution.
ExecutionAttributes() - Constructor for class com.ibm.cos.v2.core.interceptor.ExecutionAttributes
 
ExecutionAttributes(Map<? extends ExecutionAttribute<?>, ?>) - Constructor for class com.ibm.cos.v2.core.interceptor.ExecutionAttributes
 
executionAttributes() - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext
 
executionAttributes(ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Sets the additional execution attributes collection for this request.
executionAttributes() - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
 
executionAttributes(ExecutionAttributes) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
executionAttributes() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
executionAttributes() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration
Returns the additional execution attributes to be added to this request.
executionAttributes(ExecutionAttributes) - Method in class com.ibm.cos.v2.core.retry.RetryPolicyContext.Builder
 
executionAttributes() - Method in class com.ibm.cos.v2.core.retry.RetryPolicyContext
 
executionAttributes(ExecutionAttributes) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext.Builder
 
executionAttributes() - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext
The ExecutionAttributes associated with this request.
ExecutionAttributes.Builder - Class in com.ibm.cos.v2.core.interceptor
 
ExecutionContext - Class in com.ibm.cos.v2.core.http
Warning: This class should only be accessed by a single thread and be used throughout a single request lifecycle.
executionContext(ExecutionContext) - Method in interface com.ibm.cos.v2.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
Fluent setter for the execution context
executionContext(ExecutionContext) - Method in interface com.ibm.cos.v2.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
Fluent setter for the execution context
executionContext(ExecutionContext) - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext.Builder
 
executionContext() - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext
 
ExecutionContext.Builder - Class in com.ibm.cos.v2.core.http
 
ExecutionFailureExceptionReportingStage<OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
 
ExecutionFailureExceptionReportingStage(RequestPipeline<SdkHttpFullRequest, OutputT>) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.ExecutionFailureExceptionReportingStage
 
ExecutionInterceptor - Interface in com.ibm.cos.v2.core.interceptor
An interceptor that is invoked during the execution lifecycle of a request/response (execution).
ExecutionInterceptorChain - Class in com.ibm.cos.v2.core.interceptor
A wrapper for a list of ExecutionInterceptors that ensures the interceptors are executed in the correct order as it is documented in the ExecutionInterceptor documentation.
ExecutionInterceptorChain(List<ExecutionInterceptor>) - Constructor for class com.ibm.cos.v2.core.interceptor.ExecutionInterceptorChain
Create a chain that will execute the provided interceptors in the order they are provided.
executionInterceptors(List<ExecutionInterceptor>) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Configure a list of execution interceptors that will have access to read and modify the request and response objcets as they are processed by the SDK.
executionInterceptors() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
 
executionInterceptors() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
An immutable collection of ExecutionInterceptors that should be hooked into the execution of each request, in the order that they should be applied.
executor(Executor) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
Deprecated.
executor(ExecutorService) - Method in interface com.ibm.cos.v2.core.async.AsyncRequestBodyFromInputStreamConfiguration.Builder
Configures the ExecutorService to perform the blocking data reads.
executor() - Method in class com.ibm.cos.v2.core.async.AsyncRequestBodyFromInputStreamConfiguration
 
executor(EventExecutor) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.BetterFixedChannelPool.Builder
 
executor() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
EXECUTOR - Static variable in class com.ibm.cos.v2.transfer.s3.internal.TransferConfigurationOption
 
executor(Executor) - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerConfiguration.Builder
 
executor(Executor) - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerFactory.DefaultBuilder
 
executor(Executor) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager.Builder
Specifies the executor that S3TransferManager will use to execute background tasks before handing them off to the underlying S3 async client, such as visiting file tree in a S3TransferManager.uploadDirectory(UploadDirectoryRequest) operation.
executorService(ExecutorService) - Method in interface com.ibm.cos.v2.core.FileTransformerConfiguration.Builder
Configures the ExecutorService the writes should be executed on.
executorService() - Method in class com.ibm.cos.v2.core.FileTransformerConfiguration
The configured ExecutorService the writes should be executed on.
ExecutorUtils - Class in com.ibm.cos.v2.utils
Utilities that make it easier to create, use and destroy ExecutorServices.
ExistingObjectReplication - Class in com.ibm.cos.v2.services.s3.model
Optional configuration to replicate existing source bucket objects.
existingObjectReplication(ExistingObjectReplication) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRule.Builder
Optional configuration to replicate existing source bucket objects.
existingObjectReplication(Consumer<ExistingObjectReplication.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRule.Builder
Optional configuration to replicate existing source bucket objects.
existingObjectReplication() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
Optional configuration to replicate existing source bucket objects.
ExistingObjectReplication.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ExistingObjectReplicationStatus - Enum in com.ibm.cos.v2.services.s3.model
 
existingParts(Map<Integer, CompletedPart>) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext.Builder
 
existingParts() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext
 
exists(String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.IMarkerFactoryAdapter
 
EXPECT_CONTINUE_ENABLED - Static variable in class com.ibm.cos.v2.http.apache.internal.DefaultConfiguration
 
expectArray() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Array
 
expectArray() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value
 
expectBool() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Bool
 
expectBool() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value
 
expectContinueEnabled(Boolean) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
Configure whether the client should send an HTTP expect-continue handshake before each request.
expectContinueEnabled(boolean) - Method in class com.ibm.cos.v2.http.apache.internal.ApacheHttpRequestConfig.Builder
 
expectContinueEnabled() - Method in class com.ibm.cos.v2.http.apache.internal.ApacheHttpRequestConfig
 
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
The account ID of the expected destination bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
The account ID of the expected destination bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest.Builder
The expected owner of the general purpose bucket that contains your metadata table configuration.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest
The expected owner of the general purpose bucket that contains your metadata table configuration.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketCorsRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationRequest.Builder
The expected bucket owner of the general purpose bucket that you want to remove the metadata table configuration from.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationRequest
The expected bucket owner of the general purpose bucket that you want to remove the metadata table configuration from.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAclRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketCorsRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketEncryptionRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLocationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLoggingRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationRequest.Builder
The expected owner of the general purpose bucket that you want to retrieve the metadata table configuration from.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationRequest
The expected owner of the general purpose bucket that you want to retrieve the metadata table configuration from.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketPolicyRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketReplicationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketTaggingRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketVersioningRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketWebsiteRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAclRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadBucketRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAclRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreObjectRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
The account ID of the expected bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
The account ID of the expected destination bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
The account ID of the expected destination bucket owner.
expectedBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
The account ID of the expected bucket owner.
expectedBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
The account ID of the expected bucket owner.
expectedSourceBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
The account ID of the expected source bucket owner.
expectedSourceBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
The account ID of the expected source bucket owner.
expectedSourceBucketOwner(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
The account ID of the expected source bucket owner.
expectedSourceBucketOwner() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
The account ID of the expected source bucket owner.
expectEndpoint() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Endpoint
 
expectEndpoint() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value
 
expectInt() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value
 
expectInt() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Int
 
expectLiteral() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template
 
expectLiteralString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Literal
 
expectOneArg() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Fn
 
expectRecord() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value
 
expectRecord() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Record
 
expectString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value
 
expectString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Str
 
expectTwoArgs() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Fn
 
expectValue(Identifier) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Scope
 
expectVariableArgs(int) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Fn
 
expiration(Instant) - Method in interface com.ibm.cos.v2.awscore.presigner.PresignedRequest.Builder
Configure the exact SERVICE time that the request will expire.
expiration(Instant) - Method in class com.ibm.cos.v2.awscore.presigner.PresignedRequest.DefaultBuilder
 
expiration() - Method in class com.ibm.cos.v2.awscore.presigner.PresignedRequest
The exact SERVICE time that the request will expire.
expiration(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
If the object expiration is configured, this will contain the expiration date (expiry-date) and rule ID (rule-id).
expiration() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
If the object expiration is configured, this will contain the expiration date (expiry-date) and rule ID (rule-id).
expiration(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResponse.Builder
If the object expiration is configured, the response includes this header.
expiration() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
If the object expiration is configured, the response includes this header.
expiration(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
If the object expiration is configured (see PutBucketLifecycleConfiguration ), the response includes this header.
expiration() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
If the object expiration is configured (see PutBucketLifecycleConfiguration ), the response includes this header.
expiration(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
If the object expiration is configured (see PutBucketLifecycleConfiguration ), the response includes this header.
expiration() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
If the object expiration is configured (see PutBucketLifecycleConfiguration ), the response includes this header.
expiration(LifecycleExpiration) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
Specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker.
expiration(Consumer<LifecycleExpiration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
Specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker.
expiration() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
Specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker.
expiration(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
If the expiration is configured for the object (see PutBucketLifecycleConfiguration) in the Amazon S3 User Guide, the response includes this header.
expiration() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
If the expiration is configured for the object (see PutBucketLifecycleConfiguration) in the Amazon S3 User Guide, the response includes this header.
expiration(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.SessionCredentials.Builder
Temporary security credentials expire after a specified interval.
expiration() - Method in class com.ibm.cos.v2.services.s3.model.SessionCredentials
Temporary security credentials expire after a specified interval.
expiration(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
If the object expiration is configured (see PUT Bucket lifecycle), the response includes this header.
expiration() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
If the object expiration is configured (see PUT Bucket lifecycle), the response includes this header.
expiration(Instant) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedAbortMultipartUploadRequest.Builder
 
expiration(Instant) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedCompleteMultipartUploadRequest.Builder
 
expiration(Instant) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedCreateMultipartUploadRequest.Builder
 
expiration(Instant) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedDeleteObjectRequest.Builder
 
expiration(Instant) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedGetObjectRequest.Builder
 
expiration(Instant) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedPutObjectRequest.Builder
 
expiration(Instant) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedUploadPartRequest.Builder
 
EXPIRATION_DURATION - Static variable in interface com.ibm.cos.v2.http.auth.aws.signer.AwsV4FamilyHttpSigner
The duration for the request to be valid.
ExpirationStatus - Enum in com.ibm.cos.v2.services.s3.model
 
expirationTime(Instant) - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials.Builder
The time after which this identity will no longer be valid.
expirationTime() - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials
Retrieve the expiration time of these credentials, if it exists.
expirationTime(Instant) - Method in interface com.ibm.cos.v2.auth.signer.params.Aws4PresignerParams.Builder
Sets an expiration time for the presigned url.
expirationTime() - Method in class com.ibm.cos.v2.auth.signer.params.Aws4PresignerParams
 
expirationTime(Instant) - Method in interface com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryEndpoint.Builder
 
expirationTime() - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryEndpoint
 
expirationTime() - Method in interface com.ibm.cos.v2.identity.spi.Identity
The time after which this identity will no longer be valid.
expiredObjectDeleteMarker(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleExpiration.Builder
Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions.
expiredObjectDeleteMarker() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleExpiration
Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions.
expires(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
The date and time at which the object is no longer cacheable.
expires() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
The date and time at which the object is no longer cacheable.
expires(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
The date and time at which the object is no longer cacheable.
expires() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
The date and time at which the object is no longer cacheable.
expires(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Deprecated.
Usage of the Expires field is deprecated in favor of the more flexible and less error prone ExpiresString
expires() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Deprecated.
Usage of the Expires field is deprecated in favor of the more flexible and less error prone ExpiresString
expires(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Deprecated.
Usage of the Expires field is deprecated in favor of the more flexible and less error prone ExpiresString
expires() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Deprecated.
Usage of the Expires field is deprecated in favor of the more flexible and less error prone ExpiresString
expires(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
The date and time at which the object is no longer cacheable.
expires() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
The date and time at which the object is no longer cacheable.
expires(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
The date and time at which the object is no longer cacheable.
expires() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
The date and time at which the object is no longer cacheable.
expiresString(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The date and time at which the object is no longer cacheable
expiresString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The date and time at which the object is no longer cacheable
expiresString(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The date and time at which the object is no longer cacheable
expiresString() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The date and time at which the object is no longer cacheable
exponentialDelay(Duration, Duration) - Static method in interface com.ibm.cos.v2.retries.api.BackoffStrategy
Wait for a random period of time between 0ms and an exponentially increasing amount of time between each subsequent attempt of the same call.
exponentialDelayHalfJitter(Duration, Duration) - Static method in interface com.ibm.cos.v2.retries.api.BackoffStrategy
Wait for a random period of time with an upper bound of exponentially increasing amount of time between each subsequent attempt of the same call and a lower bound of half the amount of the computed exponential delay.
ExponentialDelayWithHalfJitter - Class in com.ibm.cos.v2.retries.api.internal.backoff
Strategy that waits for a random period of time between a lower bound x and an exponentially increasing amount of time between each subsequent attempt of the same call.
ExponentialDelayWithHalfJitter(Supplier<Random>, Duration, Duration) - Constructor for class com.ibm.cos.v2.retries.api.internal.backoff.ExponentialDelayWithHalfJitter
 
ExponentialDelayWithJitter - Class in com.ibm.cos.v2.retries.api.internal.backoff
Strategy that waits for a random period of time between 0ms and an exponentially increasing amount of time between each subsequent attempt of the same call.
ExponentialDelayWithJitter(Supplier<Random>, Duration, Duration) - Constructor for class com.ibm.cos.v2.retries.api.internal.backoff.ExponentialDelayWithJitter
 
exponentialDelayWithoutJitter(Duration, Duration) - Static method in interface com.ibm.cos.v2.retries.api.BackoffStrategy
Wait for an exponentially increasing amount of time between each subsequent attempt of the same call.
ExponentialDelayWithoutJitter - Class in com.ibm.cos.v2.retries.api.internal.backoff
Strategy that waits for an exponentially increasing amount of time between each subsequent attempt of the same call.
ExponentialDelayWithoutJitter(Duration, Duration) - Constructor for class com.ibm.cos.v2.retries.api.internal.backoff.ExponentialDelayWithoutJitter
 
exposeHeaders(Collection<String>) - Method in interface com.ibm.cos.v2.services.s3.model.CORSRule.Builder
One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript XMLHttpRequest object).
exposeHeaders(String...) - Method in interface com.ibm.cos.v2.services.s3.model.CORSRule.Builder
One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript XMLHttpRequest object).
exposeHeaders() - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript XMLHttpRequest object).
expr() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Condition
 
Expr - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
Expr() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Expr
 
expr() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
expression(String) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
The expression that is used to query the object.
expression() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
The expression that is used to query the object.
expression(String) - Method in interface com.ibm.cos.v2.services.s3.model.SelectParameters.Builder
expression() - Method in class com.ibm.cos.v2.services.s3.model.SelectParameters
ExpressionType - Enum in com.ibm.cos.v2.services.s3.model
 
expressionType(String) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
The type of the provided expression (for example, SQL).
expressionType(ExpressionType) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
The type of the provided expression (for example, SQL).
expressionType() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
The type of the provided expression (for example, SQL).
expressionType(String) - Method in interface com.ibm.cos.v2.services.s3.model.SelectParameters.Builder
The type of the provided expression (for example, SQL).
expressionType(ExpressionType) - Method in interface com.ibm.cos.v2.services.s3.model.SelectParameters.Builder
The type of the provided expression (for example, SQL).
expressionType() - Method in class com.ibm.cos.v2.services.s3.model.SelectParameters
The type of the provided expression (for example, SQL).
expressionTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
The type of the provided expression (for example, SQL).
expressionTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.SelectParameters
The type of the provided expression (for example, SQL).
ExprVisitor<R> - Interface in com.ibm.cos.v2.services.s3.endpoints.internal
 
ExprVisitor.Default<R> - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
extendedRequestId(String) - Method in interface com.ibm.cos.v2.awscore.exception.AwsServiceException.Builder
 
extendedRequestId(String) - Method in class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
extendedRequestId(String) - Method in interface com.ibm.cos.v2.core.exception.SdkServiceException.Builder
Specifies the extendedRequestId returned by the called service.
extendedRequestId() - Method in interface com.ibm.cos.v2.core.exception.SdkServiceException.Builder
The extendedRequestId returned by the called service.
extendedRequestId - Variable in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
extendedRequestId(String) - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
extendedRequestId() - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
extendedRequestId() - Method in exception com.ibm.cos.v2.core.exception.SdkServiceException
The extendedRequestId that was returned by the called service.
extendedRequestId() - Method in class com.ibm.cos.v2.services.s3.model.S3ResponseMetadata
 
extendObjectRetention(ExtendObjectRetentionRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Extend the retention period of the protected object.
extendObjectRetention(Consumer<ExtendObjectRetentionRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
 
ExtendObjectRetentionRequest - Class in com.ibm.cos.v2.services.s3.model
IBM specific: Request object containing all the options for extending the retention period of a protected object.
ExtendObjectRetentionRequest(ExtendObjectRetentionRequest.BuilderImpl) - Constructor for class com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest
Constructs a new ExtendObjectRetentionRequest object and initializes all required and optional object fields.
ExtendObjectRetentionRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ExtendObjectRetentionRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
 
ExtendObjectRetentionRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.ExtendObjectRetentionRequestMarshaller
 
extendRetentionFromCurrentTime(Long) - Method in interface com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest.Builder
 
extendRetentionFromCurrentTime() - Method in class com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest
 
extensions(List<ChunkExtensionProvider>) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkedEncodedInputStream.Builder
 
EXTERNAL_ID - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Property name for specifying the IAM role external id
extractPresignerParams(B, ExecutionAttributes) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAws4Signer
 
extractSignerParams(B, ExecutionAttributes) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAws4Signer
 
extraHeaders() - Method in interface com.ibm.cos.v2.protocols.json.internal.ProtocolFact
Returns a configured set of headers to be added to each request of the protocol.

F

factory() - Static method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityCredentialsUtils
Resolves the StsWebIdentityCredentialsProviderFactory from the Sts module if on the classpath to allow JWT web identity tokens to be used as credentials.
facts() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.FatScope
 
FailedFileDownload - Class in com.ibm.cos.v2.transfer.s3.model
Represents a failed single file download from S3TransferManager.downloadDirectory(DownloadDirectoryRequest).
FailedFileDownload.Builder - Interface in com.ibm.cos.v2.transfer.s3.model
 
FailedFileUpload - Class in com.ibm.cos.v2.transfer.s3.model
FailedFileUpload.Builder - Interface in com.ibm.cos.v2.transfer.s3.model
 
failedFuture(Throwable) - Static method in class com.ibm.cos.v2.utils.CompletableFutureUtils
Convenience method for creating a future that is immediately completed exceptionally with the given Throwable.
FailedObjectTransfer - Interface in com.ibm.cos.v2.transfer.s3.model
Represents a failed single file transfer in a multi-file transfer operation such as S3TransferManager.uploadDirectory(com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest)
failedTransfers(Collection<FailedFileDownload>) - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryDownload.Builder
Sets a collection of FailedFileDownloads
failedTransfers() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryDownload
 
failedTransfers() - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryTransfer
A list of failed transfer details, including the FailedObjectTransfer.exception() responsible for the failure and the FailedObjectTransfer.request() that initiated the transfer.
failedTransfers(Collection<FailedFileUpload>) - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryUpload.Builder
Sets a collection of FailedFileUploads
failedTransfers() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryUpload
 
failOn(Predicate<T>) - Method in class com.ibm.cos.v2.testutils.Waiter
Define the condition on the response under which the thing we are trying has already failed and further attempts are pointless.
failure(Throwable) - Static method in class com.ibm.cos.v2.core.internal.util.ThrowableUtils
Used to help perform common throw-up with minimal wrapping.
failure(Throwable, String) - Static method in class com.ibm.cos.v2.core.internal.util.ThrowableUtils
Same as ThrowableUtils.failure(Throwable), but the given errmsg will be used if it was wrapped as either an SdkClientException or AbortedException.
failure(Throwable) - Method in class com.ibm.cos.v2.retries.api.internal.RefreshRetryTokenRequestImpl.Builder
 
failure() - Method in class com.ibm.cos.v2.retries.api.internal.RefreshRetryTokenRequestImpl
 
failure(Throwable) - Method in interface com.ibm.cos.v2.retries.api.RefreshRetryTokenRequest.Builder
Configures the latest caught exception.
failure() - Method in interface com.ibm.cos.v2.retries.api.RefreshRetryTokenRequest
The cause of the last attempt failure.
failureBehavior(FileTransformerConfiguration.FailureBehavior) - Method in interface com.ibm.cos.v2.core.FileTransformerConfiguration.Builder
Configures the FileTransformerConfiguration.FailureBehavior in the event of an error
failureBehavior() - Method in class com.ibm.cos.v2.core.FileTransformerConfiguration
FakeIoException - Exception in com.ibm.cos.v2.core.internal.util
Used for simulating an IOException for test purposes.
FakeIoException(String) - Constructor for exception com.ibm.cos.v2.core.internal.util.FakeIoException
 
FALSE_DOCUMENT - Static variable in interface com.ibm.cos.v2.core.document.Document
 
fastFailRateLimiting(Boolean) - Method in interface com.ibm.cos.v2.core.retry.RetryPolicy.Builder
Deprecated.
Whether the client should immediately fail the request when not enough capacity is immediately available from the rate limiter to execute the request, instead of waiting for capacity to be available.
fatal(Object) - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Logs a message with fatal log level.
fatal(Object, Throwable) - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Logs an error with fatal log level.
FatScope<T> - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
FatScope(HashMap<Identifier, T>, HashMap<Expr, T>) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.FatScope
 
FatScope() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.FatScope
 
FEATURE_METADATA - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
fetch(Supplier<RefreshResult<T>>) - Method in interface com.ibm.cos.v2.utils.cache.CachedSupplier.PrefetchStrategy
Invoke the provided supplier to retrieve the refresh result.
fetch(Supplier<RefreshResult<T>>) - Method in class com.ibm.cos.v2.utils.cache.NonBlocking
 
fetchOwner(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
The owner field is not present in ListObjectsV2 by default.
fetchOwner() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
The owner field is not present in ListObjectsV2 by default.
field(String, String) - Static method in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
According to specifications, the SDK user agent consists of metadata fields separated by RWS characters - in this implementation, space.
field(String) - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ObjectJsonNode
 
field(String) - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
When JsonNode.isObject() is true, this will return the result of Optional.ofNullable(asObject().get(child)).
field(String) - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Retrieve an identifier from this value: https://jmespath.org/specification.html#identifiers
fieldDelimiter(String) - Method in interface com.ibm.cos.v2.services.s3.model.CSVInput.Builder
A single character used to separate individual fields in a record.
fieldDelimiter() - Method in class com.ibm.cos.v2.services.s3.model.CSVInput
A single character used to separate individual fields in a record.
fieldDelimiter(String) - Method in interface com.ibm.cos.v2.services.s3.model.CSVOutput.Builder
The value used to separate individual fields in a record.
fieldDelimiter() - Method in class com.ibm.cos.v2.services.s3.model.CSVOutput
The value used to separate individual fields in a record.
FieldWithDefault<T> - Class in com.ibm.cos.v2.services.s3.internal
A helper class for setting a field's value to a default if it isn't specified, while still keeping track of whether the value was from the default or from the field.
FifoCache<T> - Class in com.ibm.cos.v2.auth.signer.internal
A bounded cache that has a FIFO eviction policy when the cache is full.
FifoCache(int) - Constructor for class com.ibm.cos.v2.auth.signer.internal.FifoCache
 
FifoCache<T> - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.util
A bounded cache that has a FIFO eviction policy when the cache is full.
FifoCache(int) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.util.FifoCache
 
FileAsyncRequestBody - Class in com.ibm.cos.v2.core.internal.async
Implementation of AsyncRequestBody that reads data from a file.
FileAsyncRequestBody.Builder - Interface in com.ibm.cos.v2.core.internal.async
A builder for FileAsyncRequestBody.
FileAsyncRequestBodySplitHelper - Class in com.ibm.cos.v2.core.internal.async
A helper class to split a FileAsyncRequestBody to multiple smaller async request bodies.
FileAsyncRequestBodySplitHelper(FileAsyncRequestBody, AsyncRequestBodySplitConfiguration) - Constructor for class com.ibm.cos.v2.core.internal.async.FileAsyncRequestBodySplitHelper
 
FileAsyncResponseTransformer<ResponseT> - Class in com.ibm.cos.v2.core.internal.async
AsyncResponseTransformer that writes the data to the specified file.
FileAsyncResponseTransformer(Path) - Constructor for class com.ibm.cos.v2.core.internal.async.FileAsyncResponseTransformer
 
FileAsyncResponseTransformer(Path, FileTransformerConfiguration) - Constructor for class com.ibm.cos.v2.core.internal.async.FileAsyncResponseTransformer
 
FileContentStreamProvider - Class in com.ibm.cos.v2.core.internal.sync
ContentStreamProvider implementation for files.
FileContentStreamProvider(Path) - Constructor for class com.ibm.cos.v2.core.internal.sync.FileContentStreamProvider
 
FileDownload - Interface in com.ibm.cos.v2.transfer.s3.model
A download transfer of a single object from S3.
fileHeaderInfo(String) - Method in interface com.ibm.cos.v2.services.s3.model.CSVInput.Builder
Describes the first line of input.
fileHeaderInfo(FileHeaderInfo) - Method in interface com.ibm.cos.v2.services.s3.model.CSVInput.Builder
Describes the first line of input.
fileHeaderInfo() - Method in class com.ibm.cos.v2.services.s3.model.CSVInput
Describes the first line of input.
FileHeaderInfo - Enum in com.ibm.cos.v2.services.s3.model
 
fileHeaderInfoAsString() - Method in class com.ibm.cos.v2.services.s3.model.CSVInput
Describes the first line of input.
fileLastModified(Instant) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload.Builder
Sets the last modified time of the object
fileLastModified() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
Last modified time of the file since last pause
fileLastModified(Instant) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload.Builder
Sets the last modified time of the object
fileLastModified() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
Last modified time of the file since last pause
fileLength() - Method in class com.ibm.cos.v2.core.internal.async.FileAsyncRequestBody
 
fileLength(Long) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload.Builder
Sets the file length
fileLength() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
File length since last pause
fileModified(ResumableFileUpload, S3AsyncClient) - Method in class com.ibm.cos.v2.transfer.s3.internal.PauseResumeHelper
 
fileNotModified(long, Instant, Path) - Static method in class com.ibm.cos.v2.transfer.s3.internal.utils.FileUtils
 
FileRequestBodyConfiguration - Class in com.ibm.cos.v2.core
Configuration options for AsyncRequestBody.fromFile(FileRequestBodyConfiguration) to configure how the SDK should read the file.
FileRequestBodyConfiguration.Builder - Interface in com.ibm.cos.v2.core
 
FileStoreTlsKeyManagersProvider - Class in com.ibm.cos.v2.http
Implementation of FileStoreTlsKeyManagersProvider that loads a the key store from a file.
FileTransformerConfiguration - Class in com.ibm.cos.v2.core
Configuration options for AsyncResponseTransformer.toFile(Path, FileTransformerConfiguration) to configure how the SDK should write the file and if the SDK should delete the file when an exception occurs.
FileTransformerConfiguration.Builder - Interface in com.ibm.cos.v2.core
 
FileTransformerConfiguration.FailureBehavior - Enum in com.ibm.cos.v2.core
Defines how the SDK should handle the file if there is an exception
FileTransformerConfiguration.FileWriteOption - Enum in com.ibm.cos.v2.core
Defines how the SDK should write the file
FileUpload - Interface in com.ibm.cos.v2.transfer.s3.model
An upload transfer of a single object to S3.
FileUtils - Class in com.ibm.cos.v2.testutils
 
FileUtils - Class in com.ibm.cos.v2.transfer.s3.internal.utils
 
fileWriteOption(FileTransformerConfiguration.FileWriteOption) - Method in interface com.ibm.cos.v2.core.FileTransformerConfiguration.Builder
Configures how to write the file
fileWriteOption() - Method in class com.ibm.cos.v2.core.FileTransformerConfiguration
fillRate() - Method in class com.ibm.cos.v2.retries.internal.ratelimiter.RateLimiterUpdateResponse
 
filter(Class<U>) - Method in interface com.ibm.cos.v2.core.async.SdkPublisher
Filters published events to just those that are instances of the given class.
filter(Predicate<T>) - Method in interface com.ibm.cos.v2.core.async.SdkPublisher
Filters published events to just those that match the given predicate.
filter(Function<JmesPathRuntime.Value, JmesPathRuntime.Value>) - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Filter this value: https://jmespath.org/specification.html#filter-expressions
filter(AnalyticsFilter) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration.Builder
The filter used to describe a set of objects for analyses.
filter(Consumer<AnalyticsFilter.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration.Builder
The filter used to describe a set of objects for analyses.
filter() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration
The filter used to describe a set of objects for analyses.
filter(IntelligentTieringFilter) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration.Builder
Specifies a bucket filter.
filter(Consumer<IntelligentTieringFilter.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration.Builder
Specifies a bucket filter.
filter() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration
Specifies a bucket filter.
filter(InventoryFilter) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryConfiguration.Builder
Specifies an inventory filter.
filter(Consumer<InventoryFilter.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryConfiguration.Builder
Specifies an inventory filter.
filter() - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
Specifies an inventory filter.
filter(NotificationConfigurationFilter) - Method in interface com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration.Builder
Sets the value of the Filter property for this object.
filter(Consumer<NotificationConfigurationFilter.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration.Builder
Sets the value of the Filter property for this object.
filter() - Method in class com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration
Returns the value of the Filter property for this object.
filter(LifecycleRuleFilter) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
The Filter is used to identify objects that a Lifecycle Rule applies to.
filter(Consumer<LifecycleRuleFilter.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
The Filter is used to identify objects that a Lifecycle Rule applies to.
filter() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
The Filter is used to identify objects that a Lifecycle Rule applies to.
filter(MetricsFilter) - Method in interface com.ibm.cos.v2.services.s3.model.MetricsConfiguration.Builder
Specifies a metrics configuration filter.
filter(Consumer<MetricsFilter.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.MetricsConfiguration.Builder
Specifies a metrics configuration filter.
filter() - Method in class com.ibm.cos.v2.services.s3.model.MetricsConfiguration
Specifies a metrics configuration filter.
filter(NotificationConfigurationFilter) - Method in interface com.ibm.cos.v2.services.s3.model.QueueConfiguration.Builder
Sets the value of the Filter property for this object.
filter(Consumer<NotificationConfigurationFilter.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.QueueConfiguration.Builder
Sets the value of the Filter property for this object.
filter() - Method in class com.ibm.cos.v2.services.s3.model.QueueConfiguration
Returns the value of the Filter property for this object.
filter(ReplicationRuleFilter) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRule.Builder
Sets the value of the Filter property for this object.
filter(Consumer<ReplicationRuleFilter.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRule.Builder
Sets the value of the Filter property for this object.
filter() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
Returns the value of the Filter property for this object.
filter(NotificationConfigurationFilter) - Method in interface com.ibm.cos.v2.services.s3.model.TopicConfiguration.Builder
Sets the value of the Filter property for this object.
filter(Consumer<NotificationConfigurationFilter.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.TopicConfiguration.Builder
Sets the value of the Filter property for this object.
filter() - Method in class com.ibm.cos.v2.services.s3.model.TopicConfiguration
Returns the value of the Filter property for this object.
filter(DownloadFilter) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest.Builder
Specifies a filter that will be used to evaluate which objects should be downloaded from the target directory.
filter() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest
 
FilteringSubscriber<T> - Class in com.ibm.cos.v2.utils.async
 
FilteringSubscriber(Subscriber<? super T>, Predicate<T>) - Constructor for class com.ibm.cos.v2.utils.async.FilteringSubscriber
 
filterMap(Map<K, V>, Predicate<Map.Entry<K, V>>) - Static method in class com.ibm.cos.v2.utils.CollectionUtils
Filters a map based on a condition
FilterRule - Class in com.ibm.cos.v2.services.s3.model
Specifies the Amazon S3 object key name to filter on.
FilterRule.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
FilterRuleName - Enum in com.ibm.cos.v2.services.s3.model
 
filterRules(Collection<FilterRule>) - Method in interface com.ibm.cos.v2.services.s3.model.S3KeyFilter.Builder
Sets the value of the FilterRules property for this object.
filterRules(FilterRule...) - Method in interface com.ibm.cos.v2.services.s3.model.S3KeyFilter.Builder
Sets the value of the FilterRules property for this object.
filterRules(Consumer<FilterRule.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.S3KeyFilter.Builder
Sets the value of the FilterRules property for this object.
filterRules() - Method in class com.ibm.cos.v2.services.s3.model.S3KeyFilter
Returns the value of the FilterRules property for this object.
FilterTransformingAsyncHttpResponseHandler<ResultT> - Class in com.ibm.cos.v2.core.internal.http.async
Decorator class that simply delegates to the wrapped TransformingAsyncResponseHandler.
FilterTransformingAsyncHttpResponseHandler(TransformingAsyncResponseHandler<ResultT>) - Constructor for class com.ibm.cos.v2.core.internal.http.async.FilterTransformingAsyncHttpResponseHandler
 
FINAL_CHUNK - Static variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream
 
finalizeChildConfiguration(SdkClientConfiguration) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
Return a client configuration object, populated with the following chain of priorities.
finalizeChildConfiguration(SdkClientConfiguration) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
Optionally overridden by child implementations to derive implementation-specific configuration from the default-applied configuration.
finalizeServiceConfiguration(SdkClientConfiguration) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
Optionally overridden by child classes to derive service-specific configuration from the default-applied configuration.
findAccessor(Object, String) - Static method in class com.ibm.cos.v2.testutils.smoketest.ReflectionUtils
Returns the accessor method for the specified member property.
findFirstOccurrence(String, char...) - Static method in class com.ibm.cos.v2.utils.StringUtils
Searches a string for the first occurrence of a character specified by a list of characters.
findMethod(Object, String, Class<?>) - Static method in class com.ibm.cos.v2.testutils.smoketest.ReflectionUtils
Finds a method of the given name that will accept a parameter of the given type.
finishMultipartTemplate() - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.TemplateVisitor
Invoked at the conclusion of visiting a multipart template like `https://{Region}.{dnsSuffix}`.
FIPS - Static variable in class com.ibm.cos.v2.regions.EndpointTag
 
FIPS_ENDPOINT_ENABLED - Static variable in class com.ibm.cos.v2.awscore.AwsExecutionAttribute
Whether fips endpoints were enabled for this request.
FIPS_ENDPOINT_ENABLED - Static variable in class com.ibm.cos.v2.awscore.client.config.AwsClientOption
Whether the SDK should resolve fips endpoints instead of default endpoints.
fipsDualstackEndpoint(String, String, String) - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointUtils
 
fipsEnabled(Boolean) - Method in interface com.ibm.cos.v2.awscore.client.builder.AwsClientBuilder
Configure whether the SDK should use the AWS fips endpoints.
fipsEnabled(Boolean) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
 
fipsEnabled(Boolean) - Method in class com.ibm.cos.v2.awscore.endpoint.AwsClientEndpointProvider.Builder
Whether FIPS endpoints should be used when resolving with ServiceMetadata.of(String).
fipsEnabled(Boolean) - Method in interface com.ibm.cos.v2.awscore.presigner.SdkPresigner.Builder
Configure whether the SDK should use the AWS fips endpoint.
fipsEnabled(Boolean) - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext.Builder
 
fipsEnabled() - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext
 
fipsEnabled(Boolean) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointBuilder
Enable fips in endpoint.
fipsEnabled(Boolean) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaEndpointBuilder
 
fipsEnabled(Boolean) - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultSdkPresigner.Builder
 
fipsEnabled() - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultSdkPresigner
 
fipsEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner.Builder
 
fipsEnabled(Boolean) - Method in class com.ibm.cos.v2.services.s3.S3Utilities.Builder
Configure whether the SDK should use the AWS fips endpoint.
fipsEnabledBuiltIn(ExecutionAttributes) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.AwsEndpointProviderUtils
 
FipsEnabledProvider - Class in com.ibm.cos.v2.awscore.endpoint
A resolver for the default value of whether the SDK should use fips endpoints.
FipsEnabledProvider.Builder - Class in com.ibm.cos.v2.awscore.endpoint
 
fipsEndpoint(String, String, String) - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointUtils
 
fireChannelActive() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
fireChannelInactive() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
fireChannelRead(Object) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
fireChannelReadComplete() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
fireChannelRegistered() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
fireChannelUnregistered() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
fireChannelWritabilityChanged() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
fireExceptionCaught(Throwable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
fireUserEventTriggered(Object) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
first(Function<HttpClientDependencies, RequestPipeline<InputT, OutputT>>) - Static method in class com.ibm.cos.v2.core.internal.http.pipeline.RequestPipelineBuilder
Factory method to create a RequestPipelineBuilder with an initial pipeline stage.
first(Supplier<RequestPipeline<InputT, OutputT>>) - Static method in class com.ibm.cos.v2.core.internal.http.pipeline.RequestPipelineBuilder
Factory method to create a RequestPipelineBuilder with an initial pipeline stage.
firstIfPresent(List<T>) - Static method in class com.ibm.cos.v2.utils.CollectionUtils
 
firstMatchingHeader(String) - Method in interface com.ibm.cos.v2.http.SdkHttpHeaders
Perform a case-insensitive search for a particular header in this request, returning the first matching header, if one is found.
firstMatchingHeader(Collection<String>) - Method in interface com.ibm.cos.v2.http.SdkHttpHeaders
 
firstMatchingHeader(Map<String, List<String>>, String) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Deprecated.
Use SdkHttpHeaders#firstMatchingHeader
firstMatchingHeaderFromCollection(Map<String, List<String>>, Collection<String>) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Deprecated.
Use SdkHttpHeaders#firstMatchingHeader
firstMatchingRawQueryParameter(String) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest
 
firstMatchingRawQueryParameter(Collection<String>) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest
 
firstMatchingRawQueryParameter(String) - Method in class com.ibm.cos.v2.services.s3.S3Uri
Returns the value for the specified query parameter.
firstMatchingRawQueryParameters(String) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest
 
firstMatchingRawQueryParameters(String) - Method in class com.ibm.cos.v2.services.s3.S3Uri
Returns the list of values for a specified query parameter.
firstPresent(Optional<T>, Supplier<Optional<T>>...) - Static method in class com.ibm.cos.v2.utils.OptionalUtils
Attempt to find a present-valued optional in a list of optionals.
firstPresent(Optional<T>, Supplier<T>) - Static method in class com.ibm.cos.v2.utils.OptionalUtils
 
firstSyncAttempted(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted.Builder
 
firstSyncAttempted() - Method in class com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted
 
firstSyncAttemptedBefore(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest.Builder
Sets the optional parameter indicating where you want Amazon S3 to start the object listing from.
firstSyncAttemptedBefore() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest
Returns optional parameter indicating where you want Amazon S3 to start the object listing from.
firstSyncAttemptedBefore(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse.Builder
Sets the optional parameter indicating where you want Amazon S3 to start the object listing from.
firstSyncAttemptedBefore() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
Returns optional parameter indicating where you want Amazon S3 to start the object listing from.
firstWaiterAcceptorIfMatched(Either<T, Throwable>) - Method in class com.ibm.cos.v2.core.internal.waiters.WaiterExecutorHelper
 
fixedDelay(Duration) - Static method in interface com.ibm.cos.v2.retries.api.BackoffStrategy
Wait for a random period of time between 0ms and the provided delay.
FixedDelayBackoffStrategy - Class in com.ibm.cos.v2.core.retry.backoff
FixedDelayWithJitter - Class in com.ibm.cos.v2.retries.api.internal.backoff
Strategy that waits for a random period of time between 0ms and the provided delay.
FixedDelayWithJitter(Supplier<Random>, Duration) - Constructor for class com.ibm.cos.v2.retries.api.internal.backoff.FixedDelayWithJitter
 
fixedDelayWithoutJitter(Duration) - Static method in interface com.ibm.cos.v2.retries.api.BackoffStrategy
Wait for a period of time equal to the provided delay.
FixedDelayWithoutJitter - Class in com.ibm.cos.v2.retries.api.internal.backoff
Strategy that waits for a period of time equal to the provided delay.
FixedDelayWithoutJitter(Duration) - Constructor for class com.ibm.cos.v2.retries.api.internal.backoff.FixedDelayWithoutJitter
 
fixedProfileFile(ProfileFile) - Static method in interface com.ibm.cos.v2.profiles.ProfileFileSupplier
Creates a ProfileFileSupplier that produces an existing profile.
flatMapIterable(Function<T, Iterable<U>>) - Method in interface com.ibm.cos.v2.core.async.SdkPublisher
Performs a mapping on the published events and creates a new publisher that emits the mapped events one by one.
flatten() - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Execute a flattening expression on this value: https://jmespath.org/specification.html#flatten-operator
FlatteningSubscriber<U> - Class in com.ibm.cos.v2.utils.async
 
FlatteningSubscriber(Subscriber<? super U>) - Constructor for class com.ibm.cos.v2.utils.async.FlatteningSubscriber
 
flattenQueryParameters(Map<String, List<String>>) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Flatten the provided query parameters into a string that can be used as the query string in a URL.
flattenQueryParameters(StringBuilder, Map<String, List<String>>) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Flatten the provided query parameters into a string that can be used as the query string in a URL.
FlexibleChecksummer - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
A "flexible" implementation of a checksummer.
FlexibleChecksummer(FlexibleChecksummer.Option...) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.FlexibleChecksummer
 
FlexibleChecksummer.Option - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
 
FlexibleChecksummer.Option.Builder - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
 
FLOAT - Static variable in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
FLOAT - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.HeaderMarshaller
 
FLOAT - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.QueryParamMarshaller
 
FLOAT - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
 
FLOAT - Static variable in class com.ibm.cos.v2.protocols.query.internal.marshall.SimpleTypeQueryMarshaller
 
FLOAT - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.HeaderMarshaller
 
FLOAT - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.QueryParamMarshaller
 
FLOAT - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlPayloadMarshaller
 
FLOAT - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.HeaderUnmarshaller
 
FLOAT - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlPayloadUnmarshaller
 
FLOAT - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonMarshaller
 
FLOAT - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonUnmarshaller
 
floatValue() - Method in class com.ibm.cos.v2.core.SdkNumber
Gets the float value of the SdkNumber.
flush() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
flush() - Method in class com.ibm.cos.v2.utils.async.OutputStreamPublisher
 
FlushOnReadHandler - Class in com.ibm.cos.v2.http.nio.netty.internal.http2
This is an HTTP/2 related workaround for an issue where a WINDOW_UPDATE is queued but not written to the socket, causing a read() on the channel to hang if the remote endpoint thinks our inbound window is 0.
fn(Fn) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Condition.Builder
 
Fn - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
Fn(FnNode) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Fn
 
fn(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.FnNode.Builder
 
fnNode - Variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Fn
 
FnNode - Class in com.ibm.cos.v2.services.s3.endpoints.internal
Parsed but not validated function contents containing the `fn` name and `argv`
FnNode.Builder - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
FnVisitor<R> - Interface in com.ibm.cos.v2.services.s3.endpoints.internal
 
followSymbolicLinks(Boolean) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest.Builder
Specifies whether to follow symbolic links when traversing the file tree in S3TransferManager.downloadDirectory(com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest) operation
followSymbolicLinks() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest
 
forAlgorithm(ChecksumAlgorithm) - Static method in interface com.ibm.cos.v2.checksums.SdkChecksum
Returns an SdkChecksum based on the ChecksumAlgorithm provided.
forAlgorithm(Algorithm) - Static method in interface com.ibm.cos.v2.core.checksums.SdkChecksum
Deprecated.
Gets the Checksum based on the required Algorithm.
FORBIDDEN - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
forBlockingInputStream(Long) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates a BlockingInputStreamAsyncRequestBody to use for writing an input stream to the downstream service.
forBlockingOutputStream(Long) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates a BlockingOutputStreamAsyncRequestBody to use for writing to the downstream service as if it's an output stream.
forBuildable() - Method in class com.ibm.cos.v2.internal.http.LowCopyListMap.ForBuilder
 
forBuilder() - Method in class com.ibm.cos.v2.internal.http.LowCopyListMap.ForBuildable
 
FORCE_PATH_STYLE - Static variable in class com.ibm.cos.v2.services.s3.endpoints.S3ClientContextParams
Forces this client to use path-style addressing for buckets.
forcePathStyle() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
forcePathStyle(Boolean) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
When true, force a path-style endpoint to be used where the bucket name is part of the path.
forcePathStyle() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
When true, force a path-style endpoint to be used where the bucket name is part of the path.
forcePathStyle(Boolean) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
forcePathStyle() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
forcePathStyle(Boolean) - Method in interface com.ibm.cos.v2.services.s3.S3BaseClientBuilder
Forces this client to use path-style addressing for buckets.
forEach(BiConsumer<Identifier, Value>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Record
 
forEachHeader(BiConsumer<? super String, ? super List<String>>) - Method in interface com.ibm.cos.v2.http.SdkHttpHeaders
 
forEachIdentityProperty(AuthSchemeOption.IdentityPropertyConsumer) - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultAuthSchemeOption
 
forEachIdentityProperty(AuthSchemeOption.IdentityPropertyConsumer) - Method in interface com.ibm.cos.v2.http.auth.spi.scheme.AuthSchemeOption
A method to operate on all IdentityProperty values of this AuthSchemeOption.
forEachRawQueryParameter(BiConsumer<? super String, ? super List<String>>) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
 
forEachRawQueryParameter(BiConsumer<? super String, ? super List<String>>) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest
 
forEachSignerProperty(AuthSchemeOption.SignerPropertyConsumer) - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultAuthSchemeOption
 
forEachSignerProperty(AuthSchemeOption.SignerPropertyConsumer) - Method in interface com.ibm.cos.v2.http.auth.spi.scheme.AuthSchemeOption
A method to operate on all SignerProperty values of this AuthSchemeOption.
forEndpointOverride(URI) - Static method in interface com.ibm.cos.v2.core.ClientEndpointProvider
Create a client endpoint provider that uses the provided URI and returns true from ClientEndpointProvider.isEndpointOverridden().
forExternalRead() - Method in class com.ibm.cos.v2.internal.http.LowCopyListMap.ForBuildable
 
forFlexibleChecksum(ChecksumAlgorithm) - Static method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.Checksummer
Get a flexible checksummer that performs two checksums: the given checksum-algorithm and the SHA-256 checksum.
forFlexibleChecksum(String, ChecksumAlgorithm) - Static method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.Checksummer
Get a flexible checksummer that performs two checksums: the given checksum-algorithm and a precomputed checksum from the given checksum string.
forInternalRead() - Method in class com.ibm.cos.v2.internal.http.LowCopyListMap.ForBuildable
 
forInternalRead() - Method in class com.ibm.cos.v2.internal.http.LowCopyListMap.ForBuilder
 
forInternalWrite() - Method in class com.ibm.cos.v2.internal.http.LowCopyListMap.ForBuilder
 
forList(String) - Static method in class com.ibm.cos.v2.endpoints.EndpointAttributeKey
 
format() - Method in class com.ibm.cos.v2.core.traits.TimestampFormatTrait
 
format(String) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination.Builder
Specifies the file format used when exporting data to Amazon S3.
format(AnalyticsS3ExportFileFormat) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination.Builder
Specifies the file format used when exporting data to Amazon S3.
format() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination
Specifies the file format used when exporting data to Amazon S3.
format(String) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination.Builder
Specifies the output format of the inventory results.
format(InventoryFormat) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination.Builder
Specifies the output format of the inventory results.
format() - Method in class com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination
Specifies the output format of the inventory results.
formatAsString() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination
Specifies the file format used when exporting data to Amazon S3.
formatAsString() - Method in class com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination
Specifies the output format of the inventory results.
formatDate(Instant) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerUtils
Returns a string representation of the given datetime in yyyyMMdd format.
formatDateStamp(long) - Static method in class com.ibm.cos.v2.auth.signer.internal.Aws4SignerUtils
Returns a string representation of the given date time in yyyyMMdd format.
formatDateStamp(Instant) - Static method in class com.ibm.cos.v2.auth.signer.internal.Aws4SignerUtils
 
formatDateTime(Instant) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerUtils
Returns a string representation of the given datetime in yyyyMMdd'T'HHmmss'Z' format.
formatIso8601Date(Instant) - Static method in class com.ibm.cos.v2.utils.DateUtils
Formats the specified date as an ISO 8601 string.
formatRfc1123Date(Instant) - Static method in class com.ibm.cos.v2.utils.DateUtils
Formats the specified date as an RFC 1123 string.
formatRfc822Date(Instant) - Static method in class com.ibm.cos.v2.utils.DateUtils
Formats the specified date as an RFC 822 string.
formatter(Function<byte[], String>) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.FlexibleChecksummer.Option.Builder
 
formatTimestamp(long) - Static method in class com.ibm.cos.v2.auth.signer.internal.Aws4SignerUtils
Returns a string representation of the given date time in yyyyMMdd'T'HHmmss'Z' format.
formatTimestamp(Instant) - Static method in class com.ibm.cos.v2.auth.signer.internal.Aws4SignerUtils
 
formatUnixTimestampInstant(Instant) - Static method in class com.ibm.cos.v2.utils.DateUtils
Formats the give Instant object into an Unix timestamp with millisecond decimal precision.
formDataEncode(String) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Encode a string according to RFC 1630: encoding for form data.
forNoOp() - Static method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.Checksummer
 
forPrecomputed256Checksum(String) - Static method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.Checksummer
Get a precomputed checksummer which places the precomputed checksum to the x-amz-content-sha256 header.
forRetryMode(RetryMode) - Static method in class com.ibm.cos.v2.awscore.retry.AwsRetryPolicy
Deprecated.
Retrieve the RetryPolicy.defaultRetryPolicy() with AWS-specific conditions added.
forRetryMode(RetryMode) - Static method in class com.ibm.cos.v2.awscore.retry.AwsRetryStrategy
Retrieve the appropriate retry strategy for the retry mode with AWS-specific conditions added.
forRetryMode(RetryMode) - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetryStrategy
Retrieve the appropriate retry strategy for the retry mode with AWS-specific conditions added.
forRetryMode(RetryMode) - Static method in class com.ibm.cos.v2.core.retry.conditions.MaxNumberOfRetriesCondition
 
forRetryMode(RetryMode) - Static method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition
Create a condition using the configured RetryMode.
forRetryMode(RetryMode) - Static method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
Create a RetryPolicy using the provided RetryMode defaults.
forUnsafe(Class<?>) - Static method in class com.ibm.cos.v2.protocols.core.OperationMetadataAttribute
Useful for parameterized types.
forwardExceptionTo(CompletableFuture<T>, CompletableFuture<?>) - Static method in class com.ibm.cos.v2.utils.CompletableFutureUtils
Forward the Throwable from src to dst.
forwardResultTo(CompletableFuture<T>, CompletableFuture<T>) - Static method in class com.ibm.cos.v2.utils.CompletableFutureUtils
Completes the dst future based on the result of the src future asynchronously on the provided Executor and return the src future.
forwardResultTo(CompletableFuture<T>, CompletableFuture<T>, Executor) - Static method in class com.ibm.cos.v2.utils.CompletableFutureUtils
Completes the dst future based on the result of the src future asynchronously on the provided Executor and return the src future.
forwardTransformedExceptionTo(CompletableFuture<T>, CompletableFuture<?>, Function<Throwable, Throwable>) - Static method in class com.ibm.cos.v2.utils.CompletableFutureUtils
Forward the Throwable that can be transformed as per the transformationFunction from src to dst.
forwardTransformedResultTo(CompletableFuture<SourceT>, CompletableFuture<DestT>, Function<SourceT, DestT>) - Static method in class com.ibm.cos.v2.utils.CompletableFutureUtils
Completes the dst future based on the result of the src future, synchronously, after applying the provided transformation Function if successful.
FRAMEWORK_METADATA - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
frequency(String) - Method in interface com.ibm.cos.v2.services.s3.model.InventorySchedule.Builder
Specifies how frequently inventory results are produced.
frequency(InventoryFrequency) - Method in interface com.ibm.cos.v2.services.s3.model.InventorySchedule.Builder
Specifies how frequently inventory results are produced.
frequency() - Method in class com.ibm.cos.v2.services.s3.model.InventorySchedule
Specifies how frequently inventory results are produced.
frequencyAsString() - Method in class com.ibm.cos.v2.services.s3.model.InventorySchedule
Specifies how frequently inventory results are produced.
from(RequestOverrideConfiguration) - Static method in class com.ibm.cos.v2.awscore.AwsRequestOverrideConfiguration
from(byte[]) - Static method in class com.ibm.cos.v2.core.internal.async.ByteBuffersAsyncRequestBody
 
from(String, byte[]) - Static method in class com.ibm.cos.v2.core.internal.async.ByteBuffersAsyncRequestBody
 
from(Class<?>) - Static method in enum com.ibm.cos.v2.core.protocol.MarshallingKnownType
 
from(Class<?>) - Static method in enum com.ibm.cos.v2.core.traits.TraitType
Returns the type for the given class.
from(AwsJsonProtocol) - Static method in interface com.ibm.cos.v2.protocols.json.internal.ProtocolFact
Returns the object representing a collection of facts for each protocol.
from(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParameterReference
 
from(String, String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParameterReference
 
FROM_BIG_DECIMAL - Static variable in class com.ibm.cos.v2.protocols.core.ValueToStringConverter
 
FROM_BOOLEAN - Static variable in class com.ibm.cos.v2.protocols.core.ValueToStringConverter
Marshalls boolean as a literal 'true' or 'false' string.
FROM_BYTE - Static variable in class com.ibm.cos.v2.protocols.core.ValueToStringConverter
 
FROM_DOUBLE - Static variable in class com.ibm.cos.v2.protocols.core.ValueToStringConverter
 
FROM_FLOAT - Static variable in class com.ibm.cos.v2.protocols.core.ValueToStringConverter
 
FROM_INTEGER - Static variable in class com.ibm.cos.v2.protocols.core.ValueToStringConverter
 
FROM_LONG - Static variable in class com.ibm.cos.v2.protocols.core.ValueToStringConverter
 
FROM_SDK_BYTES - Static variable in class com.ibm.cos.v2.protocols.core.ValueToStringConverter
Marshalls bytes as a Base64 string.
FROM_SHORT - Static variable in class com.ibm.cos.v2.protocols.core.ValueToStringConverter
 
FROM_STRING - Static variable in class com.ibm.cos.v2.protocols.core.ValueToStringConverter
Identity converter.
fromAccessPointArn(String) - Static method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
Create an instance of this class with MetricsFilter.accessPointArn() initialized to the given value.
fromAnd(AnalyticsAndOperator) - Static method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
Create an instance of this class with AnalyticsFilter.and() initialized to the given value.
fromAnd(Consumer<AnalyticsAndOperator.Builder>) - Static method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
Create an instance of this class with AnalyticsFilter.and() initialized to the given value.
fromAnd(LifecycleRuleAndOperator) - Static method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
Create an instance of this class with LifecycleRuleFilter.and() initialized to the given value.
fromAnd(Consumer<LifecycleRuleAndOperator.Builder>) - Static method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
Create an instance of this class with LifecycleRuleFilter.and() initialized to the given value.
fromAnd(MetricsAndOperator) - Static method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
Create an instance of this class with MetricsFilter.and() initialized to the given value.
fromAnd(Consumer<MetricsAndOperator.Builder>) - Static method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
Create an instance of this class with MetricsFilter.and() initialized to the given value.
fromAnd(ReplicationRuleAndOperator) - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
Create an instance of this class with ReplicationRuleFilter.and() initialized to the given value.
fromAnd(Consumer<ReplicationRuleAndOperator.Builder>) - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
Create an instance of this class with ReplicationRuleFilter.and() initialized to the given value.
fromArray(List<Value>) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value
 
fromBase64(String) - Static method in class com.ibm.cos.v2.utils.BinaryUtils
Converts a Base64-encoded string to the original byte data.
fromBase64Bytes(byte[]) - Static method in class com.ibm.cos.v2.utils.BinaryUtils
Converts a Base64-encoded string to the original byte data.
fromBigDecimal(BigDecimal) - Static method in class com.ibm.cos.v2.core.SdkNumber
Create SdkNumber from a BigDecimal value.
fromBigInteger(BigInteger) - Static method in class com.ibm.cos.v2.core.SdkNumber
Create SdkNumber from a BigInteger value.
fromBool(boolean) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Literal
 
fromBool(boolean) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value
 
fromBoolean(boolean) - Static method in interface com.ibm.cos.v2.core.document.Document
Create Document from a boolean.
fromByteArray(ResponseT, byte[]) - Static method in class com.ibm.cos.v2.core.ResponseBytes
Create ResponseBytes from a Byte array.
fromByteArray(byte[]) - Static method in class com.ibm.cos.v2.core.SdkBytes
Create SdkBytes from a Byte array.
fromByteArray(byte[]) - Static method in interface com.ibm.cos.v2.http.ContentStreamProvider
Create ContentStreamProvider from a byte array.
fromByteArrayUnsafe(ResponseT, byte[]) - Static method in class com.ibm.cos.v2.core.ResponseBytes
Create ResponseBytes from a Byte array without copying the contents of the byte array.
fromByteArrayUnsafe(byte[]) - Static method in class com.ibm.cos.v2.core.SdkBytes
Create SdkBytes from a Byte array without copying the contents of the byte array.
fromByteArrayUnsafe(byte[]) - Static method in interface com.ibm.cos.v2.http.ContentStreamProvider
Create ContentStreamProvider from a byte array without copying the contents of the byte array.
fromByteBuffer(ByteBuffer) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class com.ibm.cos.v2.core.SdkBytes
Create SdkBytes from a Byte buffer.
fromByteBuffer(ByteBuffer) - Static method in class com.ibm.cos.v2.core.sync.RequestBody
Creates a RequestBody from a ByteBuffer.
fromByteBuffers(ByteBuffer...) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody from a ByteBuffer array.
fromByteBuffersUnsafe(ByteBuffer...) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody from a ByteBuffer array without copying the contents of each ByteBuffer.
fromByteBufferUnsafe(ByteBuffer) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody from a ByteBuffer without copying the contents of the ByteBuffer.
fromBytes(byte[]) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody from a byte array.
fromBytes(byte[]) - Static method in class com.ibm.cos.v2.core.sync.RequestBody
Creates a RequestBody from a byte array.
fromBytes(SdkBytes) - Static method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
Deserialize bytes with JSON data into a ResumableFileDownload.
fromBytes(SdkBytes) - Static method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
Deserializes bytes with JSON data into a ResumableFileUpload.
fromBytes(byte[], Charset) - Static method in class com.ibm.cos.v2.utils.StringUtils
Encode the given bytes as a string using the given charset
fromBytesUnsafe(byte[]) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody from a byte array without copying the contents of the byte array.
fromChecksumAlgorithm(ChecksumAlgorithm) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.ChecksumUtil
Gets the SdkChecksum object based on the given ChecksumAlgorithm.
fromContentProvider(ContentStreamProvider, long, String) - Static method in class com.ibm.cos.v2.core.sync.RequestBody
Creates a RequestBody from the given ContentStreamProvider.
fromContentProvider(ContentStreamProvider, String) - Static method in class com.ibm.cos.v2.core.sync.RequestBody
Creates a RequestBody from the given ContentStreamProvider when the content length is unknown.
fromDouble(double) - Static method in class com.ibm.cos.v2.core.SdkNumber
Create SdkNumber from a double Value.
fromEnvironmentSettings(String) - Static method in interface com.ibm.cos.v2.utils.ProxyConfigProvider
Returns a new ProxyConfigProvider that retrieves proxy configuration from environment variables.
fromException(Throwable) - Static method in enum com.ibm.cos.v2.core.internal.metrics.SdkErrorType
 
fromFile(Path) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody that produces data from the contents of a file.
fromFile(File) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody that produces data from the contents of a file.
fromFile(FileRequestBodyConfiguration) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody that produces data from the contents of a file.
fromFile(Consumer<FileRequestBodyConfiguration.Builder>) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody that produces data from the contents of a file.
fromFile(Path) - Static method in class com.ibm.cos.v2.core.sync.RequestBody
Create a RequestBody using the full contents of the specified file.
fromFile(File) - Static method in class com.ibm.cos.v2.core.sync.RequestBody
Create a RequestBody using the full contents of the specified file.
fromFile(Path) - Static method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
Deserialize data at the given path into a ResumableFileDownload.
fromFile(Path) - Static method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
Deserializes data at the given path into a ResumableFileUpload.
fromFloat(float) - Static method in class com.ibm.cos.v2.core.SdkNumber
Create SdkNumber from a float Value.
fromHex(String) - Static method in class com.ibm.cos.v2.utils.BinaryUtils
Converts a Hex-encoded data string to the original byte data.
fromInputStream(InputStream, Long, ExecutorService) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody from an InputStream.
fromInputStream(AsyncRequestBodyFromInputStreamConfiguration) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
fromInputStream(Consumer<AsyncRequestBodyFromInputStreamConfiguration.Builder>) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
This is a convenience method that passes an instance of the AsyncRequestBodyFromInputStreamConfiguration builder, avoiding the need to create one manually via AsyncRequestBodyFromInputStreamConfiguration.builder().
fromInputStream(ResponseT, InputStream) - Static method in class com.ibm.cos.v2.core.ResponseBytes
Create ResponseBytes from a Byte array.
fromInputStream(InputStream) - Static method in class com.ibm.cos.v2.core.SdkBytes
Create SdkBytes from an input stream.
fromInputStream(InputStream, long) - Static method in class com.ibm.cos.v2.core.sync.RequestBody
Creates a RequestBody from an input stream.
fromInputStream(InputStream) - Static method in interface com.ibm.cos.v2.http.ContentStreamProvider
Create a ContentStreamProvider from an input stream.
fromInputStreamSupplier(Supplier<InputStream>) - Static method in interface com.ibm.cos.v2.http.ContentStreamProvider
Create ContentStreamProvider from an input stream supplier.
fromInteger(int) - Static method in class com.ibm.cos.v2.core.SdkNumber
Create SdkNumber from a integer value.
fromInteger(int) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Literal
 
fromInteger(int) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value
 
fromIterable(Iterable<T>) - Static method in interface com.ibm.cos.v2.core.async.SdkPublisher
Create an SdkPublisher from an Iterable.
fromJson(String) - Static method in class com.ibm.cos.v2.core.auth.policy.Policy
Returns an AWS access control policy object generated from JSON string.
fromJson(String) - Static method in class com.ibm.cos.v2.transfer.s3.internal.serialization.ResumableFileDownloadSerializer
 
fromJson(byte[]) - Static method in class com.ibm.cos.v2.transfer.s3.internal.serialization.ResumableFileDownloadSerializer
 
fromJson(InputStream) - Static method in class com.ibm.cos.v2.transfer.s3.internal.serialization.ResumableFileDownloadSerializer
 
fromJson(String) - Static method in class com.ibm.cos.v2.transfer.s3.internal.serialization.ResumableFileUploadSerializer
 
fromJson(byte[]) - Static method in class com.ibm.cos.v2.transfer.s3.internal.serialization.ResumableFileUploadSerializer
 
fromJson(InputStream) - Static method in class com.ibm.cos.v2.transfer.s3.internal.serialization.ResumableFileUploadSerializer
 
fromJsonString(String, Class<T>) - Static method in class com.ibm.cos.v2.core.auth.policy.internal.JacksonUtils
Returns the deserialized object from the given json string and target class; or null if the given json string is null.
fromList(List<Document>) - Static method in interface com.ibm.cos.v2.core.document.Document
Create a Document.ListBuilder for generating a Document by directly allowing user add Documents.
fromLong(long) - Static method in class com.ibm.cos.v2.core.SdkNumber
Create SdkNumber from a long Value.
fromMap(Map<String, Document>) - Static method in interface com.ibm.cos.v2.core.document.Document
Creates a Document from a Map of Documents.
fromNode(JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Condition
 
fromNode(JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointResult
 
fromNode(JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRuleset
 
fromNode(JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Expr
 
fromNode(JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.FnNode
 
fromNode(JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Literal
 
fromNode(JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs
 
fromNode(JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Deprecated
 
fromNode(String, JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
fromNode(JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameters
 
fromNode(JsonNode) - Static method in enum com.ibm.cos.v2.services.s3.endpoints.internal.ParameterType
 
fromNode(JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partition
 
fromNode(JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partitions
 
fromNode(JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RegionOverride
 
fromNode(JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule
 
fromNode(String, JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition
 
fromNode(JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Endpoint
 
fromNode(JsonNode) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value
 
fromNull() - Static method in interface com.ibm.cos.v2.core.document.Document
Creates a document is a null value.
fromNullable(L, R) - Static method in class com.ibm.cos.v2.utils.Either
Create a new Optional<Either> from two possibly null values.
fromNumber(SdkNumber) - Static method in interface com.ibm.cos.v2.core.document.Document
Create Document from a SdkNumber.
fromNumber(int) - Static method in interface com.ibm.cos.v2.core.document.Document
Create Document from a int.
fromNumber(long) - Static method in interface com.ibm.cos.v2.core.document.Document
Create Document from a long.
fromNumber(float) - Static method in interface com.ibm.cos.v2.core.document.Document
Create Document from a float.
fromNumber(double) - Static method in interface com.ibm.cos.v2.core.document.Document
Create Document from a double.
fromNumber(BigDecimal) - Static method in interface com.ibm.cos.v2.core.document.Document
Create Document from a BigDecimal.
fromNumber(BigInteger) - Static method in interface com.ibm.cos.v2.core.document.Document
Create Document from a BigInteger.
fromNumber(String) - Static method in interface com.ibm.cos.v2.core.document.Document
Create Document from a String.
fromObjectSizeGreaterThan(Long) - Static method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
Create an instance of this class with LifecycleRuleFilter.objectSizeGreaterThan() initialized to the given value.
fromObjectSizeLessThan(Long) - Static method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
Create an instance of this class with LifecycleRuleFilter.objectSizeLessThan() initialized to the given value.
fromOverrideConfiguration(ClientOverrideConfiguration) - Static method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration
fromParam(Parameter, Expr) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.BooleanEqualsFn
 
fromParam(Parameter) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.PartitionFn
 
fromPrefix(String) - Static method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
Create an instance of this class with AnalyticsFilter.prefix() initialized to the given value.
fromPrefix(String) - Static method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
Create an instance of this class with LifecycleRuleFilter.prefix() initialized to the given value.
fromPrefix(String) - Static method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
Create an instance of this class with MetricsFilter.prefix() initialized to the given value.
fromPrefix(String) - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
Create an instance of this class with ReplicationRuleFilter.prefix() initialized to the given value.
fromPropertyKeyName(String) - Static method in enum com.ibm.cos.v2.profiles.internal.ProfileSection
 
fromPublisher(Publisher<ByteBuffer>) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody the produces data from the input ByteBuffer publisher.
fromRecord(Map<Identifier, Literal>) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Literal
 
fromRecord(Map<Identifier, Value>) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value
 
fromRemainingByteBuffer(ByteBuffer) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody from the remaining readable bytes from a ByteBuffer.
fromRemainingByteBuffer(ByteBuffer) - Static method in class com.ibm.cos.v2.core.sync.RequestBody
Creates a RequestBody from the remaining readable bytes from a ByteBuffer.
fromRemainingByteBuffers(ByteBuffer...) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody from a ByteBuffer array.
fromRemainingByteBuffersUnsafe(ByteBuffer...) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody from a ByteBuffer array without copying the contents of each ByteBuffer.
fromRemainingByteBufferUnsafe(ByteBuffer) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody from a ByteBuffer without copying the contents of the ByteBuffer.
fromSectionTitle(String) - Static method in enum com.ibm.cos.v2.profiles.internal.ProfileSection
 
fromSessionResponse(SessionCredentials) - Static method in interface com.ibm.cos.v2.services.s3.s3express.S3ExpressSessionCredentials
Create S3 express session credentials for the provided SessionCredentials.
fromShort(short) - Static method in class com.ibm.cos.v2.core.SdkNumber
Create SdkNumber from a long Value.
fromStr(Template) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Literal
 
fromStr(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Literal
 
fromStr(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value
 
fromString(String) - Static method in class com.ibm.cos.v2.arns.Arn
Parses a given string into an Arn.
fromString(String) - Static method in class com.ibm.cos.v2.arns.ArnResource
Parses a string containing either a resource, resource type and resource or resource type, resource and qualifier into an ArnResource.
fromString(String, Charset) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody that uses a single string as data.
fromString(String) - Static method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Creates an AsyncRequestBody that uses a single string as data with UTF_8 encoding.
fromString(String) - Static method in enum com.ibm.cos.v2.core.auth.policy.Principal.Service
Construct the Services object from a string representing the service id.
fromString(String) - Static method in enum com.ibm.cos.v2.core.auth.policy.Principal.WebIdentityProvider
Construct the Services object from a string representing web identity provider.
fromString(String) - Static method in interface com.ibm.cos.v2.core.document.Document
Create Document from a string, using the provided String.
fromString(String, Charset) - Static method in class com.ibm.cos.v2.core.SdkBytes
Create SdkBytes from a string, using the provided charset.
fromString(String) - Static method in class com.ibm.cos.v2.core.SdkNumber
Create SdkNumber from a long Value.
fromString(String, Charset) - Static method in class com.ibm.cos.v2.core.sync.RequestBody
Creates a RequestBody from a string.
fromString(String) - Static method in class com.ibm.cos.v2.core.sync.RequestBody
Creates a RequestBody from a string.
fromString(String) - Static method in enum com.ibm.cos.v2.core.traits.TimestampFormatTrait.Format
Creates a timestamp format enum from the string defined in the model.
fromString(String, Charset) - Static method in interface com.ibm.cos.v2.http.ContentStreamProvider
Create ContentStreamProvider from a string, using the provided charset.
fromString(String) - Static method in enum com.ibm.cos.v2.metrics.MetricCategory
Create a MetricCategory from the given String value.
fromString(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Identifier
 
fromString(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template
 
fromString(String) - Static method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
Deserialize a string with JSON data into a ResumableFileDownload.
fromString(String) - Static method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
Deserializes a string with JSON data into a ResumableFileUpload.
fromSystemEnvironmentSettings(Boolean, Boolean, String) - Static method in interface com.ibm.cos.v2.utils.ProxyConfigProvider
Returns a ProxyConfigProvider based on the specified settings for using system properties, environment variables, and the scheme.
fromSystemPropertySettings(String) - Static method in interface com.ibm.cos.v2.utils.ProxyConfigProvider
Returns a new ProxyConfigProvider that retrieves proxy configuration from system properties.
fromTag(Tag) - Static method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
Create an instance of this class with AnalyticsFilter.tag() initialized to the given value.
fromTag(Consumer<Tag.Builder>) - Static method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
Create an instance of this class with AnalyticsFilter.tag() initialized to the given value.
fromTag(Tag) - Static method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
Create an instance of this class with LifecycleRuleFilter.tag() initialized to the given value.
fromTag(Consumer<Tag.Builder>) - Static method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
Create an instance of this class with LifecycleRuleFilter.tag() initialized to the given value.
fromTag(Tag) - Static method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
Create an instance of this class with MetricsFilter.tag() initialized to the given value.
fromTag(Consumer<Tag.Builder>) - Static method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
Create an instance of this class with MetricsFilter.tag() initialized to the given value.
fromTag(Tag) - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
Create an instance of this class with ReplicationRuleFilter.tag() initialized to the given value.
fromTag(Consumer<Tag.Builder>) - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
Create an instance of this class with ReplicationRuleFilter.tag() initialized to the given value.
fromTuple(List<Literal>) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Literal
 
fromUtf8String(String) - Static method in class com.ibm.cos.v2.core.SdkBytes
Create SdkBytes from a string, using the UTF-8 charset.
fromUtf8String(String) - Static method in interface com.ibm.cos.v2.http.ContentStreamProvider
Create ContentStreamProvider from a string, using the UTF-8 charset.
fromValue(String) - Static method in enum com.ibm.cos.v2.awscore.defaultsmode.DefaultsMode
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.awscore.endpoints.AccountIdEndpointMode
Returns the appropriate AccountIdEndpointMode value after parsing the parameter.
fromValue(String) - Static method in enum com.ibm.cos.v2.awscore.internal.AwsServiceProtocol
 
fromValue(String) - Static method in class com.ibm.cos.v2.checksums.DefaultChecksumAlgorithm
 
fromValue(String) - Static method in enum com.ibm.cos.v2.core.checksums.Algorithm
Deprecated.
 
fromValue(String) - Static method in enum com.ibm.cos.v2.core.checksums.RequestChecksumCalculation
Returns the appropriate RequestChecksumCalculation value after parsing the parameter.
fromValue(String) - Static method in enum com.ibm.cos.v2.core.checksums.ResponseChecksumValidation
Returns the appropriate ResponseChecksumValidation value after parsing the parameter.
fromValue(String) - Static method in enum com.ibm.cos.v2.http.SdkHttpMethod
 
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.endpoints.internal.ParameterType
 
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.internal.resource.OutpostResourceType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.internal.resource.S3ResourceType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.AnalyticsS3ExportFileFormat
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ArchiveStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.BucketAccelerateStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.BucketCannedACL
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.BucketLocationConstraint
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.BucketLogsPermission
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.BucketProtectionStatus
 
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.BucketType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.BucketVersioningStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ChecksumAlgorithm
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ChecksumMode
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ChecksumType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.CompressionType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.DataRedundancy
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.DeleteMarkerReplicationStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.EncodingType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.Event
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ExistingObjectReplicationStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ExpirationStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ExpressionType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.FileHeaderInfo
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.FilterRuleName
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.IntelligentTieringAccessTier
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.IntelligentTieringStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.InventoryFormat
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.InventoryFrequency
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.InventoryIncludedObjectVersions
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.InventoryOptionalField
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.JSONType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.LocationType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.MetadataDirective
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.MetricsStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.MFADelete
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.MFADeleteStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectAttributes
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectCannedACL
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectLockEnabled
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectLockLegalHoldStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectLockMode
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectLockRetentionMode
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectOwnership
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectStorageClass
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectVersionStorageClass
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.OptionalObjectAttributes
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.OwnerOverride
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.PartitionDateSource
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.Payer
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.Permission
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.Protocol
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.QuoteFields
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicaModificationsStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicationRuleStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicationStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicationTimeStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.RequestCharged
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.RequestPayer
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.RestoreRequestType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.SdkPartType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.SelectObjectContentEventStream.EventType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ServerSideEncryption
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.SessionMode
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjectsStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.StorageClass
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.StorageClassAnalysisSchemaVersion
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.TaggingDirective
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.Tier
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.TransitionDefaultMinimumObjectSize
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.TransitionStorageClass
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum com.ibm.cos.v2.services.s3.model.Type
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fulfillDownstreamDemand() - Method in class com.ibm.cos.v2.utils.async.BaseSubscriberAdapter
This method is called when demand from the downstream subscriber needs to be fulfilled.
fulfillDownstreamDemand() - Method in class com.ibm.cos.v2.utils.async.DelegatingBufferingSubscriber
 
fulfillDownstreamDemand() - Method in class com.ibm.cos.v2.utils.async.FlatteningSubscriber
 
fullDuplex(boolean) - Method in interface com.ibm.cos.v2.http.async.AsyncExecuteRequest.Builder
Option to indicate if the request is for a full duplex operation ie., request and response are sent/received at the same time.
fullDuplex() - Method in class com.ibm.cos.v2.http.async.AsyncExecuteRequest
 
fullDuplex() - Method in class com.ibm.cos.v2.http.SdkRequestContext.Builder
 
fullDuplex(boolean) - Method in class com.ibm.cos.v2.http.SdkRequestContext.Builder
 
fullDuplex() - Method in class com.ibm.cos.v2.http.SdkRequestContext
Option to indicate if the request is for a full duplex operation ie., request and response are sent/received at the same time.
FullJitterBackoffStrategy - Class in com.ibm.cos.v2.core.retry.backoff
FullJitterBackoffStrategy.Builder - Interface in com.ibm.cos.v2.core.retry.backoff
Deprecated.
 
FunctionalUtils - Class in com.ibm.cos.v2.utils
 
FunctionalUtils.UnsafeConsumer<I> - Interface in com.ibm.cos.v2.utils
Equivalent of Consumer that throws a checked exception.
FunctionalUtils.UnsafeFunction<T,R> - Interface in com.ibm.cos.v2.utils
Equivalent of Function that throws a checked exception.
FunctionalUtils.UnsafeRunnable - Interface in com.ibm.cos.v2.utils
Equivalent of Runnable that throws a checked exception.
FunctionalUtils.UnsafeSupplier<T> - Interface in com.ibm.cos.v2.utils
Equivalent of Supplier that throws a checked exception.
future(CompletableFuture<Void>) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
 
future() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloaderSubscriber
 
FUTURE_COMPLETION_EXECUTOR - Static variable in class com.ibm.cos.v2.core.client.config.SdkAdvancedAsyncClientOption
Configure the Executor that should be used to complete the CompletableFuture that is returned by the async service client.
FutureCancelHandler - Class in com.ibm.cos.v2.http.nio.netty.internal
Closes the channel if the execution future has been cancelled.

G

GATEWAY_TIMEOUT - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
GB - Static variable in class com.ibm.cos.v2.transfer.s3.SizeConstant
1 Gibibyte.
generateCombineMatrices(long) - Static method in class com.ibm.cos.v2.checksums.internal.CrcCombineChecksumUtil
Generates the combine matrices for CRC calculations.
Generated - Annotation Type in com.ibm.cos.v2.annotations
Marker interface for generated source codes.
GeneratedPartitionMetadataProvider - Class in com.ibm.cos.v2.regions
 
GeneratedPartitionMetadataProvider() - Constructor for class com.ibm.cos.v2.regions.GeneratedPartitionMetadataProvider
 
GeneratedRegionMetadataProvider - Class in com.ibm.cos.v2.regions
 
GeneratedRegionMetadataProvider() - Constructor for class com.ibm.cos.v2.regions.GeneratedRegionMetadataProvider
 
GeneratedServiceMetadataProvider - Class in com.ibm.cos.v2.regions
 
GeneratedServiceMetadataProvider() - Constructor for class com.ibm.cos.v2.regions.GeneratedServiceMetadataProvider
 
generateEndpoint(EndpointResult) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
GENERATES_BODY - Static variable in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory
Used by operations that do not serialize the input, e.g., when the input is not defined in the model.
generatesBody(OperationInfo) - Method in interface com.ibm.cos.v2.protocols.json.internal.ProtocolFact
Returns true if the operation generates a body, false otherwise.
GenericMultipartHelper<RequestT extends S3Request,ResponseT extends S3Response> - Class in com.ibm.cos.v2.services.s3.internal.multipart
 
GenericMultipartHelper(S3AsyncClient, Function<RequestT, AbortMultipartUploadRequest.Builder>, Function<CompleteMultipartUploadResponse, ResponseT>) - Constructor for class com.ibm.cos.v2.services.s3.internal.multipart.GenericMultipartHelper
 
get(String) - Method in class com.ibm.cos.v2.auth.signer.internal.FifoCache
Returns the value of the given key; or null of no such entry exists.
get(String, EndpointDiscoveryRequest) - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRefreshCache
Abstract method to be implemented by each service to handle retrieving endpoints from a cache.
get(int) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
get(Object) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructMap
 
get(ByteBuffer) - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.SigV4aChunkExtensionProvider
 
get() - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.SigV4aTrailerProvider
 
get() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChecksumTrailerProvider
 
get(ByteBuffer) - Method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkExtensionProvider
 
get(ByteBuffer) - Method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkHeaderProvider
 
get(ByteBuffer) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.SigV4ChunkExtensionProvider
 
get() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.SigV4TrailerProvider
 
get() - Method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.TrailerProvider
 
get(String) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.FifoCache
Returns the value of the given key; or null of no such entry exists.
get(K) - Method in class com.ibm.cos.v2.http.nio.netty.internal.SdkChannelPoolMap
 
get() - Static method in class com.ibm.cos.v2.http.nio.netty.internal.SharedSdkEventLoopGroup
 
get(MarshallLocation, MarshallingType<?>) - Method in class com.ibm.cos.v2.protocols.core.AbstractMarshallingRegistry
Get a registered marshaller/unmarshaller by location and type.
get() - Method in interface com.ibm.cos.v2.protocols.json.internal.unmarshall.UnmarshallerRegistryFactory
Returns a unmarshaller registry that uses the default timestamp formats passed in.
get() - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.EndpointAuthSchemeStrategyFactory
 
get(Identifier) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameters
 
get(int) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Array
 
get(Identifier) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Record
 
get() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.CachedS3ExpressCredentials
 
get(S3ExpressIdentityKey) - Method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressIdentityCache
 
get(AttributeMap.Key<T>) - Method in class com.ibm.cos.v2.utils.AttributeMap.Builder
Get the value for the provided key.
get(AttributeMap.Key<T>) - Method in class com.ibm.cos.v2.utils.AttributeMap
Get the value associated with the provided key from this map.
get(AttributeMap.LazyValueSource) - Method in interface com.ibm.cos.v2.utils.AttributeMap.LazyValue
 
get(AttributeMap.Key<T>) - Method in interface com.ibm.cos.v2.utils.AttributeMap.LazyValueSource
 
get() - Method in class com.ibm.cos.v2.utils.cache.CachedSupplier
 
get(K) - Method in class com.ibm.cos.v2.utils.cache.lru.LruCache
Get a value based on the key.
get() - Method in interface com.ibm.cos.v2.utils.FunctionalUtils.UnsafeSupplier
 
get(Object) - Method in class com.ibm.cos.v2.utils.ImmutableMap
 
getActionName() - Method in class com.ibm.cos.v2.core.auth.policy.Action
Returns the name of this action.
getActions() - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Returns the list of actions to which this policy statement applies.
getAdditionalJvmLanguages() - Static method in class com.ibm.cos.v2.core.internal.useragent.UserAgentLangValues
 
getAdjustmentInSeconds(SdkHttpResponse) - Method in class com.ibm.cos.v2.core.internal.retry.ClockSkewAdjuster
Returns the recommended clock adjustment that should be used for future requests (in seconds).
getAlgorithmChecksumValuePair(SdkHttpResponse, ChecksumSpecs) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
Loops through the supported list of checksum for the operation, and gets the header value for the checksum header.
getAlgorithmName() - Method in enum com.ibm.cos.v2.checksums.internal.DigestAlgorithm
 
getAlgorithmName() - Method in enum com.ibm.cos.v2.http.auth.aws.internal.signer.util.SigningAlgorithm
 
getAllByPath(Object, List<String>) - Static method in class com.ibm.cos.v2.testutils.smoketest.ReflectionUtils
Evaluates the given path expression and returns the list of all matching objects.
getArgv() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Fn
 
getArgv() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.FnNode
 
getArnType(String) - Static method in class com.ibm.cos.v2.services.s3.internal.resource.S3ArnUtils
 
getAsync(String, EndpointDiscoveryRequest) - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRefreshCache
 
getAsyncRequestBody() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
getAttemptNumber() - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.RetryableStageHelper
Retrieve the current attempt number, updated whenever RetryableStageHelper.startingAttempt() is invoked.
getAttr(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Expr
 
getAttr(Identifier) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Expr
 
GetAttr - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
GetAttr(FnNode) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr
 
GetAttr.Builder - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
GetAttr.Part - Interface in com.ibm.cos.v2.services.s3.endpoints.internal
 
GetAttr.Part.Index - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
GetAttr.Part.Key - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
getAttribute(ExecutionAttribute<U>) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes
Retrieve the current value of the provided attribute in this collection of attributes.
getAttribute(Channel, AttributeKey<T>) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.ChannelUtils
Retrieve optional attribute of the channel
getAttribute(SdkHttpExecutionAttribute<T>) - Method in class com.ibm.cos.v2.http.SdkHttpExecutionAttributes
Retrieve the current value of the provided attribute in this collection of attributes.
getAttributeMap() - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
getAttributes() - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes
Retrieve the collection of attributes.
getAvailableStreams() - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.MultiplexedChannelRecord.Metrics
 
getAwsErrorDetails() - Method in class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
getBinaryRequestPayloadStream(ContentStreamProvider) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsSigner
 
getBinaryRequestPayloadStream(ContentStreamProvider) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerUtils
 
getBlobTypePayloadMemberToUnmarshal(SdkPojo) - Static method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlResponseParserUtils
Gets the Member which is a Payload and which is of Blob Type.
getBooleanValue() - Method in interface com.ibm.cos.v2.utils.SystemSetting
Attempt to load a system setting from System.getProperty(String) and System.getenv(String).
getBooleanValueOrThrow() - Method in interface com.ibm.cos.v2.utils.SystemSetting
Load the requested system setting as per the documentation in SystemSetting.getBooleanValue(), throwing an exception if the value was not set and had no default.
getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketAccelerateConfiguration(Consumer<GetBucketAccelerateConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketAccelerateConfiguration(Consumer<GetBucketAccelerateConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketAccelerateConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketAccelerateConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketAccelerateConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketAccelerateConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketAccelerateConfigurationRequestMarshaller
 
GetBucketAccelerateConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketAccelerateConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketAcl(GetBucketAclRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketAcl(GetBucketAclRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketAcl(GetBucketAclRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketAcl(Consumer<GetBucketAclRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketAcl(GetBucketAclRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketAcl(Consumer<GetBucketAclRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketAclRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketAclRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketAclRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketAclRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketAclRequestMarshaller
 
GetBucketAclResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketAclResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketAnalyticsConfiguration(GetBucketAnalyticsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketAnalyticsConfiguration(GetBucketAnalyticsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketAnalyticsConfiguration(GetBucketAnalyticsConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketAnalyticsConfiguration(Consumer<GetBucketAnalyticsConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketAnalyticsConfiguration(GetBucketAnalyticsConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketAnalyticsConfiguration(Consumer<GetBucketAnalyticsConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketAnalyticsConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketAnalyticsConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketAnalyticsConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketAnalyticsConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketAnalyticsConfigurationRequestMarshaller
 
GetBucketAnalyticsConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketAnalyticsConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketCors(GetBucketCorsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketCors(GetBucketCorsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketCors(GetBucketCorsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketCors(Consumer<GetBucketCorsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketCors(GetBucketCorsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketCors(Consumer<GetBucketCorsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketCorsRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketCorsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketCorsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketCorsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketCorsRequestMarshaller
 
GetBucketCorsResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketCorsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketEncryption(GetBucketEncryptionRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Returns the default encryption configuration for an Amazon S3 bucket.
getBucketEncryption(GetBucketEncryptionRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Returns the default encryption configuration for an Amazon S3 bucket.
getBucketEncryption(GetBucketEncryptionRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Returns the default encryption configuration for an Amazon S3 bucket.
getBucketEncryption(Consumer<GetBucketEncryptionRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Returns the default encryption configuration for an Amazon S3 bucket.
getBucketEncryption(GetBucketEncryptionRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Returns the default encryption configuration for an Amazon S3 bucket.
getBucketEncryption(Consumer<GetBucketEncryptionRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Returns the default encryption configuration for an Amazon S3 bucket.
GetBucketEncryptionRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketEncryptionRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketEncryptionRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketEncryptionRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketEncryptionRequestMarshaller
 
GetBucketEncryptionResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketEncryptionResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketIntelligentTieringConfiguration(GetBucketIntelligentTieringConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketIntelligentTieringConfiguration(GetBucketIntelligentTieringConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketIntelligentTieringConfiguration(GetBucketIntelligentTieringConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketIntelligentTieringConfiguration(Consumer<GetBucketIntelligentTieringConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketIntelligentTieringConfiguration(GetBucketIntelligentTieringConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketIntelligentTieringConfiguration(Consumer<GetBucketIntelligentTieringConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketIntelligentTieringConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketIntelligentTieringConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketIntelligentTieringConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketIntelligentTieringConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketIntelligentTieringConfigurationRequestMarshaller
 
GetBucketIntelligentTieringConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketIntelligentTieringConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketInventoryConfiguration(Consumer<GetBucketInventoryConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketInventoryConfiguration(Consumer<GetBucketInventoryConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketInventoryConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketInventoryConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketInventoryConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketInventoryConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketInventoryConfigurationRequestMarshaller
 
GetBucketInventoryConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketInventoryConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketLifecycleConfiguration(GetBucketLifecycleConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Returns the lifecycle configuration information set on the bucket.
getBucketLifecycleConfiguration(GetBucketLifecycleConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Returns the lifecycle configuration information set on the bucket.
getBucketLifecycleConfiguration(GetBucketLifecycleConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Returns the lifecycle configuration information set on the bucket.
getBucketLifecycleConfiguration(Consumer<GetBucketLifecycleConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Returns the lifecycle configuration information set on the bucket.
getBucketLifecycleConfiguration(GetBucketLifecycleConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Returns the lifecycle configuration information set on the bucket.
getBucketLifecycleConfiguration(Consumer<GetBucketLifecycleConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Returns the lifecycle configuration information set on the bucket.
GetBucketLifecycleConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketLifecycleConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketLifecycleConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketLifecycleConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketLifecycleConfigurationRequestMarshaller
 
GetBucketLifecycleConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketLifecycleConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketLocation(GetBucketLocationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketLocation(GetBucketLocationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketLocation(GetBucketLocationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketLocation(Consumer<GetBucketLocationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketLocation(GetBucketLocationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketLocation(Consumer<GetBucketLocationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketLocationRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketLocationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketLocationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketLocationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketLocationRequestMarshaller
 
GetBucketLocationResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketLocationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketLogging(GetBucketLoggingRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketLogging(GetBucketLoggingRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketLogging(GetBucketLoggingRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketLogging(Consumer<GetBucketLoggingRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketLogging(GetBucketLoggingRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketLogging(Consumer<GetBucketLoggingRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketLoggingRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketLoggingRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketLoggingRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketLoggingRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketLoggingRequestMarshaller
 
GetBucketLoggingResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketLoggingResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketMetadataTableConfiguration(GetBucketMetadataTableConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Retrieves the metadata table configuration for a general purpose bucket.
getBucketMetadataTableConfiguration(GetBucketMetadataTableConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Retrieves the metadata table configuration for a general purpose bucket.
getBucketMetadataTableConfiguration(GetBucketMetadataTableConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Retrieves the metadata table configuration for a general purpose bucket.
getBucketMetadataTableConfiguration(Consumer<GetBucketMetadataTableConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Retrieves the metadata table configuration for a general purpose bucket.
getBucketMetadataTableConfiguration(GetBucketMetadataTableConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Retrieves the metadata table configuration for a general purpose bucket.
getBucketMetadataTableConfiguration(Consumer<GetBucketMetadataTableConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Retrieves the metadata table configuration for a general purpose bucket.
GetBucketMetadataTableConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketMetadataTableConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketMetadataTableConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketMetadataTableConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketMetadataTableConfigurationRequestMarshaller
 
GetBucketMetadataTableConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketMetadataTableConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketMetadataTableConfigurationResult(GetBucketMetadataTableConfigurationResult) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResponse.Builder
The metadata table configuration for the general purpose bucket.
getBucketMetadataTableConfigurationResult(Consumer<GetBucketMetadataTableConfigurationResult.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResponse.Builder
The metadata table configuration for the general purpose bucket.
getBucketMetadataTableConfigurationResult() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResponse
The metadata table configuration for the general purpose bucket.
GetBucketMetadataTableConfigurationResult - Class in com.ibm.cos.v2.services.s3.model
The metadata table configuration for a general purpose bucket.
GetBucketMetadataTableConfigurationResult.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketMetricsConfiguration(GetBucketMetricsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketMetricsConfiguration(GetBucketMetricsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketMetricsConfiguration(GetBucketMetricsConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketMetricsConfiguration(Consumer<GetBucketMetricsConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketMetricsConfiguration(GetBucketMetricsConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketMetricsConfiguration(Consumer<GetBucketMetricsConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketMetricsConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketMetricsConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketMetricsConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketMetricsConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketMetricsConfigurationRequestMarshaller
 
GetBucketMetricsConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketMetricsConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketNotificationConfiguration(GetBucketNotificationConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketNotificationConfiguration(GetBucketNotificationConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketNotificationConfiguration(GetBucketNotificationConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketNotificationConfiguration(Consumer<GetBucketNotificationConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketNotificationConfiguration(GetBucketNotificationConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketNotificationConfiguration(Consumer<GetBucketNotificationConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketNotificationConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketNotificationConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketNotificationConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketNotificationConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketNotificationConfigurationRequestMarshaller
 
GetBucketNotificationConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
A container for specifying the notification configuration of the bucket.
GetBucketNotificationConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketOwnershipControls(GetBucketOwnershipControlsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketOwnershipControls(GetBucketOwnershipControlsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketOwnershipControls(GetBucketOwnershipControlsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketOwnershipControls(Consumer<GetBucketOwnershipControlsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketOwnershipControls(GetBucketOwnershipControlsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketOwnershipControls(Consumer<GetBucketOwnershipControlsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketOwnershipControlsRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketOwnershipControlsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketOwnershipControlsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketOwnershipControlsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketOwnershipControlsRequestMarshaller
 
GetBucketOwnershipControlsResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketOwnershipControlsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketPolicy(GetBucketPolicyRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Returns the policy of a specified bucket.
getBucketPolicy(GetBucketPolicyRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Returns the policy of a specified bucket.
getBucketPolicy(GetBucketPolicyRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Returns the policy of a specified bucket.
getBucketPolicy(Consumer<GetBucketPolicyRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Returns the policy of a specified bucket.
getBucketPolicy(GetBucketPolicyRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Returns the policy of a specified bucket.
getBucketPolicy(Consumer<GetBucketPolicyRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Returns the policy of a specified bucket.
GetBucketPolicyInterceptor - Class in com.ibm.cos.v2.services.s3.internal.handlers
GetBucketPolicy returns just JSON so we wrap in XML so that it is unmarshalled correctly.
GetBucketPolicyInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.internal.handlers.GetBucketPolicyInterceptor
 
GetBucketPolicyRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketPolicyRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketPolicyRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketPolicyRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketPolicyRequestMarshaller
 
GetBucketPolicyResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketPolicyResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketPolicyStatus(GetBucketPolicyStatusRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketPolicyStatus(GetBucketPolicyStatusRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketPolicyStatus(GetBucketPolicyStatusRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketPolicyStatus(Consumer<GetBucketPolicyStatusRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketPolicyStatus(GetBucketPolicyStatusRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketPolicyStatus(Consumer<GetBucketPolicyStatusRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketPolicyStatusRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketPolicyStatusRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketPolicyStatusRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketPolicyStatusRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketPolicyStatusRequestMarshaller
 
GetBucketPolicyStatusResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketPolicyStatusResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketProtection(GetBucketProtectionConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
 
getBucketProtection(Consumer<GetBucketProtectionConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
 
GetBucketProtectionConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
Request object for the parameters to get a bucket's protection configuration.
GetBucketProtectionConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketProtectionConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
 
GetBucketProtectionConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketProtectionConfigurationRequestMarshaller
 
GetBucketProtectionConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketProtectionConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketRegionFromException(S3Exception) - Static method in class com.ibm.cos.v2.services.s3.internal.crossregion.utils.CrossRegionUtils
 
getBucketReplication(GetBucketReplicationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketReplication(GetBucketReplicationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketReplication(GetBucketReplicationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketReplication(Consumer<GetBucketReplicationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketReplication(GetBucketReplicationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketReplication(Consumer<GetBucketReplicationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketReplicationRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketReplicationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketReplicationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketReplicationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketReplicationRequestMarshaller
 
GetBucketReplicationResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketReplicationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketRequestPayment(GetBucketRequestPaymentRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketRequestPayment(GetBucketRequestPaymentRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketRequestPayment(GetBucketRequestPaymentRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketRequestPayment(Consumer<GetBucketRequestPaymentRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketRequestPayment(GetBucketRequestPaymentRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketRequestPayment(Consumer<GetBucketRequestPaymentRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketRequestPaymentRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketRequestPaymentRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketRequestPaymentRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketRequestPaymentRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketRequestPaymentRequestMarshaller
 
GetBucketRequestPaymentResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketRequestPaymentResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketTagging(GetBucketTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketTagging(GetBucketTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketTagging(GetBucketTaggingRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketTagging(Consumer<GetBucketTaggingRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketTagging(GetBucketTaggingRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketTagging(Consumer<GetBucketTaggingRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketTaggingRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketTaggingRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketTaggingRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketTaggingRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketTaggingRequestMarshaller
 
GetBucketTaggingResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketTaggingResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketVersioning(GetBucketVersioningRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketVersioning(GetBucketVersioningRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketVersioning(GetBucketVersioningRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketVersioning(Consumer<GetBucketVersioningRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketVersioning(GetBucketVersioningRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketVersioning(Consumer<GetBucketVersioningRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketVersioningRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketVersioningRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketVersioningRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketVersioningRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketVersioningRequestMarshaller
 
GetBucketVersioningResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketVersioningResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBucketWebsite(GetBucketWebsiteRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getBucketWebsite(GetBucketWebsiteRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getBucketWebsite(GetBucketWebsiteRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketWebsite(Consumer<GetBucketWebsiteRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getBucketWebsite(GetBucketWebsiteRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getBucketWebsite(Consumer<GetBucketWebsiteRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetBucketWebsiteRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketWebsiteRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetBucketWebsiteRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetBucketWebsiteRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetBucketWebsiteRequestMarshaller
 
GetBucketWebsiteResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetBucketWebsiteResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getBufferedData() - Method in class com.ibm.cos.v2.core.internal.async.ChunkBuffer
Retrieve the current buffered data.
getBuiltIn() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
getByPath(Object, List<String>) - Static method in class com.ibm.cos.v2.testutils.smoketest.ReflectionUtils
Evaluates the given path expression on the given object and returns the object found.
getBytes() - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
Get the JSON content as a UTF-8 encoded byte array.
getBytes() - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
getBytes() - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
Get the JSON content as a UTF-8 encoded byte array.
getBytesRead() - Method in class com.ibm.cos.v2.testutils.RandomInputStream
 
getBytesReadBeforeException() - Method in class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
getCanonicalHeaders(SdkHttpRequest) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4CanonicalRequest
Get the list of headers that are to be signed.
getCanonicalHeaders(Map<String, List<String>>) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4CanonicalRequest
Get the list of headers that are to be signed.
getCanonicalHeadersString(List<Pair<String, List<String>>>) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4CanonicalRequest
Get the string representing the headers that will be signed and their values.
getCanonicalizedHeaderString(Map<String, List<String>>) - Static method in class com.ibm.cos.v2.auth.signer.internal.util.HeaderTransformsHelper
 
getCanonicalRequest() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4RequestSigningResult
 
getCanonicalRequestString() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4CanonicalRequest
Get the canonical request string.
getCapacityForExecution(ExecutionAttributes) - Static method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition
If TokenBucketRetryCondition.shouldRetry(RetryPolicyContext) returned true for the provided execution, this method returns the TokenBucketRetryCondition.Capacity consumed by the request.
getCause() - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
getCause() - Method in exception com.ibm.cos.v2.testutils.retry.NonRetryableException
 
getCause() - Method in error com.ibm.cos.v2.testutils.retry.RetryableError
 
getChannel() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getChannel() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getChecksum() - Method in class com.ibm.cos.v2.checksums.internal.BaseCrcChecksum
 
getChecksumBytes() - Method in class com.ibm.cos.v2.checksums.internal.Crc32Checksum
 
getChecksumBytes() - Method in class com.ibm.cos.v2.checksums.internal.Crc64NvmeChecksum
 
getChecksumBytes() - Method in class com.ibm.cos.v2.checksums.internal.CrcCloneOnMarkChecksum
 
getChecksumBytes() - Method in class com.ibm.cos.v2.checksums.internal.CrcCombineOnMarkChecksum
 
getChecksumBytes() - Method in class com.ibm.cos.v2.checksums.internal.DigestAlgorithmChecksum
 
getChecksumBytes() - Method in interface com.ibm.cos.v2.checksums.SdkChecksum
Returns the computed checksum in a byte array rather than the long provided by Checksum.getValue().
getChecksumBytes() - Method in class com.ibm.cos.v2.core.checksums.Crc32CChecksum
Deprecated.
 
getChecksumBytes() - Method in class com.ibm.cos.v2.core.checksums.Crc32Checksum
Deprecated.
 
getChecksumBytes() - Method in class com.ibm.cos.v2.core.checksums.Md5Checksum
Deprecated.
 
getChecksumBytes() - Method in interface com.ibm.cos.v2.core.checksums.SdkChecksum
Deprecated.
Returns the computed checksum in a byte array rather than the long provided by Checksum.getValue().
getChecksumBytes() - Method in class com.ibm.cos.v2.core.checksums.Sha1Checksum
Deprecated.
 
getChecksumBytes() - Method in class com.ibm.cos.v2.core.checksums.Sha256Checksum
Deprecated.
 
getChecksumBytes() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.checksums.ConstantChecksum
 
getChecksumTrailerLength(AwsS3V4SignerParams) - Static method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsS3V4Signer
 
getClassLoader(Class<?>) - Static method in class com.ibm.cos.v2.utils.internal.ClassLoaderHelperTestBackdoor
 
getClockSkew(Instant, Instant) - Static method in class com.ibm.cos.v2.core.retry.ClockSkew
Calculate the time skew between a client and server date.
getCombinedResponseHandler() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
Non-streaming requests can use handlers that handle both error and success as a single handler instead of submitting individual success and error handlers.
getConditionKey() - Method in class com.ibm.cos.v2.core.auth.policy.Condition
Returns the name of the condition key involved in this condition.
getConditions() - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Returns the conditions associated with this policy statement.
getConditions() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule
 
getConnection() - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.MultiplexedChannelRecord
 
getConnectionHealthConfiguration() - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
getConnectionManager() - Method in class com.ibm.cos.v2.http.apache.internal.impl.ApacheSdkHttpClient
 
getConstructor(String) - Method in class com.ibm.cos.v2.checksums.internal.ConstructorCache
Retrieve the zero-argument constructor for the given class name.
getContentHash(SdkHttpRequest.Builder) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerUtils
 
getContentHash() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4RequestSigningResult
 
getContentType() - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory
 
getContentType() - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
getContentType() - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
Deprecated.
getContentTypeResolver() - Method in class com.ibm.cos.v2.protocols.cbor.AwsCborProtocolFactory
 
getContentTypeResolver() - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory
 
getContext() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParameterReference
 
getCrc32Checksum() - Method in class com.ibm.cos.v2.core.internal.util.Crc32ChecksumCalculatingInputStream
 
getCredentials() - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aProperties
 
getCredentials() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4Properties
 
getCredentialScope() - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aProperties
 
getCredentialScope() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4Properties
 
getCurrNumErrors() - Method in class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
getDate() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.CredentialScope
 
getDatetime() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.CredentialScope
 
getDefault() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ExprVisitor.Default
 
getDefault() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
The default value for this Parameter
getDefaultAwsCrtV4aHttpSigner() - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.OptionalDependencyLoaderUtil
 
getDefaultTimestampFormats() - Method in class com.ibm.cos.v2.protocols.cbor.AwsCborProtocolFactory
CBOR uses epoch millis for timestamps rather than epoch seconds with millisecond decimal precision like JSON protocols.
getDefaultTimestampFormats() - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory
 
getDefaultValue() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
getDelayInMs() - Method in class com.ibm.cos.v2.testutils.retry.RetryableParams
 
getDelegate() - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
getDeprecated() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
getDetachedMarker(String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.IMarkerFactoryAdapter
 
getDetails() - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent.BuilderImpl
 
getDetails() - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent.BuilderImpl
 
getDigest() - Method in enum com.ibm.cos.v2.checksums.internal.DigestAlgorithm
Returns a DigestAlgorithm.CloseableMessageDigest to use for this algorithm.
getDocumentation() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
getEffect() - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Returns the result effect of this policy statement when it is evaluated.
getElementByName(String) - Method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlElement
Retrieves a single child element by tag name.
getElementsByName(String) - Method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlElement
Get all child elements by the given tag name.
getEnabledCipherSuites() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getEnabledProtocols() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getEnableSessionCreation() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getEncodings() - Method in class com.ibm.cos.v2.core.internal.interceptor.trait.RequestCompression
 
getEndpoint() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRule
 
getErrorCodeParser(String) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsStructuredJsonFactory
 
getErrorCodeParser(String) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonFactory
 
getErrorResponseHandler() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
getEventStreamV4PayloadSigner(AwsCredentialsIdentity, CredentialScope, Clock) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.OptionalDependencyLoaderUtil
 
getException() - Method in class com.ibm.cos.v2.regions.util.ResourcesEndpointRetryParameters
 
getExpr() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template.Dynamic
 
getExtendedRequestId() - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
getField(T, Field) - Static method in class com.ibm.cos.v2.testutils.smoketest.ReflectionUtils
 
getFile() - Method in class com.ibm.cos.v2.core.io.ResettableInputStream
Returns the underlying file, if known; or null if not;
getFirstChild() - Method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlElement
 
getFn() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Condition
 
getFormattedRequestSigningDate() - Method in class com.ibm.cos.v2.auth.signer.internal.Aws4SignerRequestParams
Returns the formatted date in UTC zone of the signing date for the request.
getFormattedRequestSigningDateTime() - Method in class com.ibm.cos.v2.auth.signer.internal.Aws4SignerRequestParams
Returns the formatted date and time of the request signing date in UTC zone.
getGenerator() - Static method in class com.ibm.cos.v2.core.util.IdempotentUtils
 
getGenerator() - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
getGlobalInterceptors() - Method in class com.ibm.cos.v2.core.interceptor.ClasspathInterceptorChainFactory
Load the global handlers by reading the global execution interceptors resource.
getGlobalTimeOffset() - Static method in class com.ibm.cos.v2.core.SdkGlobalTime
Gets the global time difference in seconds between the running JVM and AWS.
getHeaders() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointResult
 
getHeaders() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Endpoint
 
getHttpClientConnectionManager() - Method in class com.ibm.cos.v2.http.apache.internal.impl.ApacheSdkHttpClient
 
getHttpClientConnectionManager() - Method in interface com.ibm.cos.v2.http.apache.internal.impl.ConnectionManagerAwareHttpClient
Returns the HttpClientConnectionManager associated with the http client.
getiamCredentials() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4Properties
 
getIAMToken() - Method in class com.ibm.cos.v2.auth.credentials.ibmOAuth.BasicIBMOAuthCredentials
 
getIAMToken() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultIAMCredentialsIdentity
 
getIAMToken() - Method in interface com.ibm.cos.v2.identity.spi.internal.IBMOAuthIdentity
 
getIbmoAuthIdentity() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4Properties
 
getId() - Method in class com.ibm.cos.v2.core.auth.policy.Policy
Returns the policy ID for this policy.
getId() - Method in class com.ibm.cos.v2.core.auth.policy.Principal
Returns the unique ID for this principal.
getId() - Method in class com.ibm.cos.v2.core.auth.policy.Resource
Returns the resource ID, typically an Amazon Resource Name (ARN), identifying this resource.
getId() - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Returns the ID for this statement.
getId() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.FnNode
 
getInetAddress() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getInetAddress() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getInput() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
getInputStream() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getInputStream() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getInstance() - Static method in class com.ibm.cos.v2.core.internal.util.Mimetype
Loads MIME type info from the file 'mime.types' in the classpath, if it's available.
getInstance() - Static method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
getInstance() - Static method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructMap
 
getInstance() - Static method in class com.ibm.cos.v2.http.apache.internal.conn.IdleConnectionReaper
 
getInstance() - Static method in class com.ibm.cos.v2.http.nio.netty.internal.FutureCancelHandler
 
getInstance() - Static method in class com.ibm.cos.v2.http.nio.netty.internal.http2.FlushOnReadHandler
 
getInstance() - Static method in class com.ibm.cos.v2.http.nio.netty.internal.ResponseHandler
 
getInstance() - Static method in class com.ibm.cos.v2.http.nio.netty.internal.SslCloseCompletionEventHandler
 
getInstance() - Static method in class com.ibm.cos.v2.http.nio.netty.internal.UnusedChannelExceptionHandler
 
getInstance() - Static method in class com.ibm.cos.v2.internal.http.NoneTlsKeyManagersProvider
 
getInstant() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.CredentialScope
 
getIntegerValue() - Method in interface com.ibm.cos.v2.utils.SystemSetting
Attempt to load a system setting from System.getProperty(String) and System.getenv(String).
getIntegerValueOrThrow() - Method in interface com.ibm.cos.v2.utils.SystemSetting
Load the requested system setting as per the documentation in SystemSetting.getIntegerValue(), throwing an exception if the value was not set and had no default.
getInterceptors(String) - Method in class com.ibm.cos.v2.core.interceptor.ClasspathInterceptorChainFactory
Constructs a new request handler chain by analyzing the specified classpath resource.
getJavaVersion() - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
 
getJsonFactory() - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonFactory
 
getJsonNode() - Method in class com.ibm.cos.v2.protocols.json.JsonContent
 
getKeepAlive() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getKeepAlive() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getKeepAliveDuration(HttpResponse, HttpContext) - Method in class com.ibm.cos.v2.http.apache.internal.conn.SdkConnectionKeepAliveStrategy
 
getKnownType() - Method in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
getLastException() - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.RetryableStageHelper
Retrieve the last call failure exception encountered by this execution, updated whenever RetryableStageHelper.setLastException(java.lang.Throwable) is invoked.
getLeft() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.BooleanEqualsFn
 
getLeft() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.StringEqualsFn
 
getLocalAddress() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getLocalAddress() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getLocalPort() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getLocalPort() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getLocalSocketAddress() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getLocalSocketAddress() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getLogger(Class<?>) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyClientLogger
 
getLogger(String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.ILoggerFactoryAdapter
 
getLoggerFactory() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.StaticLoggerBinder
 
getLoggerFactoryClassStr() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.StaticLoggerBinder
 
getMac() - Method in enum com.ibm.cos.v2.auth.signer.internal.SigningAlgorithm
Returns the thread local reference for the crypto algorithm
getMac() - Method in enum com.ibm.cos.v2.http.auth.aws.internal.signer.util.SigningAlgorithm
Returns the thread local reference for the crypto algorithm
getMarked() - Method in class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
getMarker(String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.IMarkerFactoryAdapter
 
getMarkerFactory() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.StaticMarkerBinder
 
getMarkerFactoryClassStr() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.StaticMarkerBinder
 
getMarshaller() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
getMarshaller(MarshallLocation, T) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerRegistry
 
getMarshaller(MarshallLocation, MarshallingType<T>, Object) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerRegistry
 
getMarshaller(T) - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryMarshallerRegistry
 
getMarshaller(MarshallingType<T>, Object) - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryMarshallerRegistry
 
getMarshaller(MarshallLocation, T) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerRegistry
 
getMarshaller(MarshallLocation, MarshallingType<T>, Object) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerRegistry
 
getMarshaller(T) - Static method in class com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerMarshallingUtils
 
getMarshaller(MarshallingType<?>, T) - Static method in class com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerMarshallingUtils
 
getMaxAttempts() - Method in class com.ibm.cos.v2.testutils.retry.RetryableParams
 
getMaxNumErrors() - Method in class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
getMaxSize() - Method in class com.ibm.cos.v2.auth.signer.internal.FifoCache
Returns the maximum size of the cache.
getMaxSize() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.FifoCache
Returns the maximum size of the cache.
getMessage() - Method in exception com.ibm.cos.v2.awscore.exception.AwsServiceException
 
getMessage() - Method in exception com.ibm.cos.v2.core.exception.SdkClientException
 
getMessage() - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
getMessage() - Method in exception com.ibm.cos.v2.http.nio.netty.internal.http2.GoAwayException
 
getMetricCollector() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
getMimetype(Path) - Method in class com.ibm.cos.v2.core.internal.util.Mimetype
Determines the mimetype of a file by looking up the file's extension in an internal listing to find the corresponding mime type.
getMimetype(File) - Method in class com.ibm.cos.v2.core.internal.util.Mimetype
Determines the mimetype of a file by looking up the file's extension in an internal listing to find the corresponding mime type.
getName() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Fn
Returns the name of this function, eg.
getName() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
getName() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParameterReference
 
getName() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Ref
 
getName() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
getName() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.ShadedMarkerAdapter
 
getName() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.UnshadedMarkerAdapter
 
getNeedClientAuth() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getNonDefaultStringValue() - Method in interface com.ibm.cos.v2.utils.SystemSetting
Attempt to load a system setting from System.getProperty(String) and System.getenv(String).
getNumAttempts() - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
getObject(GetObjectRequest, AsyncResponseTransformer<GetObjectResponse, ReturnT>) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Retrieves an object from Amazon S3.
getObject(GetObjectRequest, ResponseTransformer<GetObjectResponse, ReturnT>) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Retrieves an object from Amazon S3.
getObject(GetObjectRequest, AsyncResponseTransformer<GetObjectResponse, ReturnT>) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartS3AsyncClient
 
getObject(GetObjectRequest, AsyncResponseTransformer<GetObjectResponse, ReturnT>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Retrieves an object from Amazon S3.
getObject(Consumer<GetObjectRequest.Builder>, AsyncResponseTransformer<GetObjectResponse, ReturnT>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Retrieves an object from Amazon S3.
getObject(GetObjectRequest, Path) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Retrieves an object from Amazon S3.
getObject(Consumer<GetObjectRequest.Builder>, Path) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Retrieves an object from Amazon S3.
getObject(GetObjectRequest, ResponseTransformer<GetObjectResponse, ReturnT>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Retrieves an object from Amazon S3.
getObject(Consumer<GetObjectRequest.Builder>, ResponseTransformer<GetObjectResponse, ReturnT>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Retrieves an object from Amazon S3.
getObject(GetObjectRequest, Path) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Retrieves an object from Amazon S3.
getObject(Consumer<GetObjectRequest.Builder>, Path) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Retrieves an object from Amazon S3.
getObject(GetObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Retrieves an object from Amazon S3.
getObject(Consumer<GetObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Retrieves an object from Amazon S3.
getObjectAcl(GetObjectAclRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getObjectAcl(GetObjectAclRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getObjectAcl(GetObjectAclRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getObjectAcl(Consumer<GetObjectAclRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getObjectAcl(GetObjectAclRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getObjectAcl(Consumer<GetObjectAclRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetObjectAclRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetObjectAclRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetObjectAclRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetObjectAclRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetObjectAclRequestMarshaller
 
GetObjectAclResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetObjectAclResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getObjectAsBytes(GetObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Retrieves an object from Amazon S3.
getObjectAsBytes(Consumer<GetObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Retrieves an object from Amazon S3.
getObjectAttributes(GetObjectAttributesRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Retrieves all the metadata from an object without returning the object itself.
getObjectAttributes(GetObjectAttributesRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Retrieves all the metadata from an object without returning the object itself.
getObjectAttributes(GetObjectAttributesRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Retrieves all the metadata from an object without returning the object itself.
getObjectAttributes(Consumer<GetObjectAttributesRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Retrieves all the metadata from an object without returning the object itself.
getObjectAttributes(GetObjectAttributesRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Retrieves all the metadata from an object without returning the object itself.
getObjectAttributes(Consumer<GetObjectAttributesRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Retrieves all the metadata from an object without returning the object itself.
GetObjectAttributesParts - Class in com.ibm.cos.v2.services.s3.model
A collection of parts associated with a multipart upload.
GetObjectAttributesParts.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetObjectAttributesRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetObjectAttributesRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetObjectAttributesRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetObjectAttributesRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetObjectAttributesRequestMarshaller
 
GetObjectAttributesResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetObjectAttributesResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getObjectChecksumEnabledPerRequest(SdkRequest, ExecutionAttributes) - Static method in class com.ibm.cos.v2.services.s3.internal.checksums.ChecksumsEnabledValidator
Checks if trailing checksum is enabled and ChecksumMode is disabled for S3Client.getObject(GetObjectRequest) per request.
getObjectChecksumEnabledPerResponse(SdkRequest, SdkHttpHeaders, ExecutionAttributes) - Static method in class com.ibm.cos.v2.services.s3.internal.checksums.ChecksumsEnabledValidator
Checks if trailing checksum is enabled for S3Client.getObject(GetObjectRequest) per response.
GetObjectInterceptor - Class in com.ibm.cos.v2.services.s3.internal.handlers
Interceptor for GetObjectRequest messages.
GetObjectInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.internal.handlers.GetObjectInterceptor
 
getObjectLegalHold(GetObjectLegalHoldRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getObjectLegalHold(GetObjectLegalHoldRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getObjectLegalHold(GetObjectLegalHoldRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getObjectLegalHold(Consumer<GetObjectLegalHoldRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getObjectLegalHold(GetObjectLegalHoldRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getObjectLegalHold(Consumer<GetObjectLegalHoldRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetObjectLegalHoldRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetObjectLegalHoldRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetObjectLegalHoldRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetObjectLegalHoldRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetObjectLegalHoldRequestMarshaller
 
GetObjectLegalHoldResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetObjectLegalHoldResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getObjectLockConfiguration(GetObjectLockConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getObjectLockConfiguration(GetObjectLockConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getObjectLockConfiguration(GetObjectLockConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getObjectLockConfiguration(Consumer<GetObjectLockConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getObjectLockConfiguration(GetObjectLockConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getObjectLockConfiguration(Consumer<GetObjectLockConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetObjectLockConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetObjectLockConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetObjectLockConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetObjectLockConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetObjectLockConfigurationRequestMarshaller
 
GetObjectLockConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetObjectLockConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetObjectPresignRequest - Class in com.ibm.cos.v2.services.s3.presigner.model
A request to pre-sign a GetObjectRequest so that it can be executed at a later time without requiring additional signing or authentication.
GetObjectPresignRequest.Builder - Interface in com.ibm.cos.v2.services.s3.presigner.model
GetObjectRequest - Class in com.ibm.cos.v2.services.s3.model
 
getObjectRequest(GetObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.GetObjectPresignRequest.Builder
Configure the GetObjectRequest that should be presigned.
getObjectRequest(Consumer<GetObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.GetObjectPresignRequest.Builder
Configure the GetObjectRequest that should be presigned.
getObjectRequest() - Method in class com.ibm.cos.v2.services.s3.presigner.model.GetObjectPresignRequest
Retrieve the GetObjectRequest that should be presigned.
getObjectRequest(GetObjectRequest) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadFileRequest.Builder
The GetObjectRequest request that should be used for the download
getObjectRequest(Consumer<GetObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadFileRequest.Builder
The GetObjectRequest request that should be used for the download
getObjectRequest() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadFileRequest
 
getObjectRequest() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadRequest
 
getObjectRequest(GetObjectRequest) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadRequest.TypedBuilder
The GetObjectRequest request that should be used for the download
getObjectRequest(Consumer<GetObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadRequest.TypedBuilder
The GetObjectRequest request that should be used for the download
getObjectRequest(GetObjectRequest) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadRequest.UntypedBuilder
The GetObjectRequest request that should be used for the download
getObjectRequest(Consumer<GetObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadRequest.UntypedBuilder
The GetObjectRequest request that should be used for the download
GetObjectRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetObjectRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetObjectRequest Marshaller
GetObjectRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetObjectRequestMarshaller
 
GetObjectResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetObjectResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getObjectRetention(GetObjectRetentionRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getObjectRetention(GetObjectRetentionRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getObjectRetention(GetObjectRetentionRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getObjectRetention(Consumer<GetObjectRetentionRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getObjectRetention(GetObjectRetentionRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getObjectRetention(Consumer<GetObjectRetentionRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetObjectRetentionRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetObjectRetentionRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetObjectRetentionRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetObjectRetentionRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetObjectRetentionRequestMarshaller
 
GetObjectRetentionResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetObjectRetentionResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getObjectSdkField(String) - Static method in class com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerMarshallingUtils
 
getObjectTagging(GetObjectTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getObjectTagging(GetObjectTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getObjectTagging(GetObjectTaggingRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getObjectTagging(Consumer<GetObjectTaggingRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getObjectTagging(GetObjectTaggingRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getObjectTagging(Consumer<GetObjectTaggingRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetObjectTaggingRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetObjectTaggingRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetObjectTaggingRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetObjectTaggingRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetObjectTaggingRequestMarshaller
 
GetObjectTaggingResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetObjectTaggingResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getObjectTorrent(GetObjectTorrentRequest, AsyncResponseTransformer<GetObjectTorrentResponse, ReturnT>) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getObjectTorrent(GetObjectTorrentRequest, ResponseTransformer<GetObjectTorrentResponse, ReturnT>) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getObjectTorrent(GetObjectTorrentRequest, AsyncResponseTransformer<GetObjectTorrentResponse, ReturnT>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getObjectTorrent(Consumer<GetObjectTorrentRequest.Builder>, AsyncResponseTransformer<GetObjectTorrentResponse, ReturnT>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getObjectTorrent(GetObjectTorrentRequest, Path) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getObjectTorrent(Consumer<GetObjectTorrentRequest.Builder>, Path) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getObjectTorrent(GetObjectTorrentRequest, ResponseTransformer<GetObjectTorrentResponse, ReturnT>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getObjectTorrent(Consumer<GetObjectTorrentRequest.Builder>, ResponseTransformer<GetObjectTorrentResponse, ReturnT>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getObjectTorrent(GetObjectTorrentRequest, Path) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getObjectTorrent(Consumer<GetObjectTorrentRequest.Builder>, Path) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getObjectTorrent(GetObjectTorrentRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getObjectTorrent(Consumer<GetObjectTorrentRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getObjectTorrentAsBytes(GetObjectTorrentRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getObjectTorrentAsBytes(Consumer<GetObjectTorrentRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetObjectTorrentRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetObjectTorrentRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetObjectTorrentRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetObjectTorrentRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetObjectTorrentRequestMarshaller
 
GetObjectTorrentResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetObjectTorrentResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getOOBInline() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getOOBInline() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getOperationName() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
getOptionalAttribute(ExecutionAttribute<U>) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes
Retrieve the Optional current value of the provided attribute in this collection of attributes.
getOptionalAttributeByName(String) - Method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlElement
Retrieves an optional attribute by attribute name.
getOptionalElementByName(String) - Method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlElement
Retrieves a single child element by tag name.
getOptionalTrait(Class<T>) - Method in class com.ibm.cos.v2.core.SdkField
Gets the trait of the specified class if available.
getOptionalTrait(Class<T>, TraitType) - Method in class com.ibm.cos.v2.core.SdkField
Gets the trait of the specified class if available.
getOrCreate() - Static method in class com.ibm.cos.v2.core.internal.useragent.DefaultSystemUserAgent
 
getOrCreate() - Static method in interface com.ibm.cos.v2.core.util.SystemUserAgent
 
getOrCreateAttributeKey(String) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
 
getOrDefault(T, Supplier<T>) - Static method in class com.ibm.cos.v2.utils.Validate
Returns the param if non null, otherwise gets a default value from the provided Supplier.
getOutputStream() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getOutputStream() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getOutputStream() - Method in class com.ibm.cos.v2.http.apache.internal.net.InputShutdownCheckingSslSocket
 
getParameters() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRuleset
 
getParameterTypes(Object, List<String>) - Static method in class com.ibm.cos.v2.testutils.smoketest.ReflectionUtils
 
getParams() - Method in class com.ibm.cos.v2.http.apache.internal.impl.ApacheSdkHttpClient
 
getParts() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template
 
getPayload() - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent.BuilderImpl
 
getPort() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getPort() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getPosition() - Method in class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
getPostQuantumTlsEnabled() - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
getPrincipals() - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Returns the principals associated with this policy statement, indicating which AWS accounts are affected by this policy statement.
getProperties() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointResult
 
getProperties() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Endpoint
 
getProperty(String) - Method in class com.ibm.cos.v2.core.internal.useragent.SdkClientUserAgentProperties
 
getPropertyKeyName() - Method in enum com.ibm.cos.v2.profiles.internal.ProfileSection
 
getProtocolMetadata() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
getProvider() - Method in class com.ibm.cos.v2.core.auth.policy.Principal
Returns the provider for this principal, which indicates in what group of users this principal resides.
getProxyConfiguration() - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
getPublicAccessBlock(GetPublicAccessBlockRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
getPublicAccessBlock(GetPublicAccessBlockRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
getPublicAccessBlock(GetPublicAccessBlockRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getPublicAccessBlock(Consumer<GetPublicAccessBlockRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
getPublicAccessBlock(GetPublicAccessBlockRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
getPublicAccessBlock(Consumer<GetPublicAccessBlockRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
GetPublicAccessBlockRequest - Class in com.ibm.cos.v2.services.s3.model
 
GetPublicAccessBlockRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GetPublicAccessBlockRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
GetPublicAccessBlockRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.GetPublicAccessBlockRequestMarshaller
 
GetPublicAccessBlockResponse - Class in com.ibm.cos.v2.services.s3.model
 
GetPublicAccessBlockResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getRawContent() - Method in class com.ibm.cos.v2.protocols.json.JsonContent
 
getReadBufferSizeInBytes() - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
getReceiveBufferSize() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getReceiveBufferSize() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getRegion() - Method in class com.ibm.cos.v2.awscore.endpoint.DefaultServiceEndpointBuilder
Deprecated.
 
getRegion() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.CredentialScope
 
getRegion() - Method in class com.ibm.cos.v2.regions.providers.AwsProfileRegionProvider
 
getRegion() - Method in interface com.ibm.cos.v2.regions.providers.AwsRegionProvider
Returns the region name to use.
getRegion() - Method in class com.ibm.cos.v2.regions.providers.AwsRegionProviderChain
 
getRegion() - Method in class com.ibm.cos.v2.regions.providers.LazyAwsRegionProvider
 
getRegion() - Method in class com.ibm.cos.v2.regions.providers.SystemSettingsRegionProvider
 
getRegionName() - Method in class com.ibm.cos.v2.auth.signer.internal.Aws4SignerRequestParams
Returns the AWS region name to be used while computing the signature.
getRemoteSocketAddress() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getRemoteSocketAddress() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getRequestBody() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
getRequestId() - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
getRequestSigningDateTimeMilli() - Method in class com.ibm.cos.v2.auth.signer.internal.Aws4SignerRequestParams
Returns the request signing date time in millis for which the request signature needs to be computed.
getRequiredTrait(Class<T>) - Method in class com.ibm.cos.v2.core.SdkField
Gets the trait of the specified class, or throw IllegalStateException if not available.
getRequiredTrait(Class<T>, TraitType) - Method in class com.ibm.cos.v2.core.SdkField
Gets the trait of the specified class, or throw IllegalStateException if not available.
getResetCount() - Method in class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
getResetIntervalBeforeException() - Method in class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
getResolvedChecksumSpecs(ExecutionAttributes) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumResolver
 
getResolvedChecksumSpecs(ExecutionAttributes) - Static method in class com.ibm.cos.v2.services.s3.internal.handlers.LegacyMd5ExecutionInterceptor
 
getResource(String, boolean, Class<?>...) - Static method in class com.ibm.cos.v2.utils.ClassLoaderHelper
If classesFirst is false, retrieves the resource via the context class loader of the current thread, and if not found, via the class loaders of the optionally specified classes in the order of their specification, and if not found, from the class loader of ClassLoaderHelper as the last resort.
getResourceAsStream(String, Class<?>...) - Static method in class com.ibm.cos.v2.utils.ClassLoaderHelper
Retrieves the resource as an input stream via the context class loader of the current thread, and if not found, via the class loaders of the optionally specified classes in the order of their specification, and if not found, from the class loader of ClassLoaderHelper as the last resort.
getResourceAsStream(String, boolean, Class<?>...) - Static method in class com.ibm.cos.v2.utils.ClassLoaderHelper
If classesFirst is false, retrieves the resource as an input stream via the context class loader of the current thread, and if not found, via the class loaders of the optionally specified classes in the order of their specification, and if not found, from the class loader of ClassLoaderHelper as the last resort.
getResources() - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Returns the resources associated with this policy statement.
getResponseHandler() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
getResponseStream() - Method in exception com.ibm.cos.v2.core.exception.SdkInterruptedException
 
getResult() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Condition
 
getReuseAddress() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getReuseAddress() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getRight() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.BooleanEqualsFn
 
getRight() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.StringEqualsFn
 
getRootCause(Throwable) - Static method in class com.ibm.cos.v2.core.internal.util.ThrowableUtils
Returns the root cause of the given cause, or null if the given cause is null.
getRules() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRuleset
 
getS3SigV4aSigner() - Static method in class com.ibm.cos.v2.auth.signer.SignerLoader
Deprecated.
 
getScope() - Method in class com.ibm.cos.v2.auth.signer.internal.Aws4SignerRequestParams
Returns the scope of the request signing.
getSdkFactory() - Method in class com.ibm.cos.v2.protocols.cbor.AwsCborProtocolFactory
 
getSdkFactory() - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory
 
getSdkPreviousReleaseVersion(Path) - Static method in class com.ibm.cos.v2.testutils.SdkVersionUtils
 
getSection(String, String) - Method in class com.ibm.cos.v2.profiles.ProfileFile
 
getSectionTitle() - Method in enum com.ibm.cos.v2.profiles.internal.ProfileSection
 
getSendBufferSize() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getSendBufferSize() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getServerTime(SdkHttpResponse) - Static method in class com.ibm.cos.v2.core.retry.ClockSkew
Get the server time from the service response, or empty if the time could not be determined.
getService() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.CredentialScope
 
getServiceEndpoint() - Method in class com.ibm.cos.v2.awscore.endpoint.DefaultServiceEndpointBuilder
Deprecated.
 
getServiceId() - Method in enum com.ibm.cos.v2.core.auth.policy.Principal.Service
 
getServiceId() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRuleset
 
getServiceSigningName() - Method in class com.ibm.cos.v2.auth.signer.internal.Aws4SignerRequestParams
Returns the AWS Service name to be used while computing the signature.
getSession() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getShaded() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.UnshadedMarkerAdapter
 
getSignature() - Method in class com.ibm.cos.v2.authcrt.signer.internal.SdkSigningResult
 
getSignature() - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aRequestSigningResult
 
getSignature() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4RequestSigningResult
 
getSignatureLength() - Static method in class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsS3V4ChunkSigner
 
getSignatureLength() - Static method in class com.ibm.cos.v2.authcrt.signer.internal.chunkedencoding.AwsS3V4aChunkSigner
 
getSignedHeadersString() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4CanonicalRequest
Get the string representing which headers are part of the signing process.
getSignedHeadersString(List<Pair<String, List<String>>>) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4CanonicalRequest
Get the string representing which headers are part of the signing process.
getSignedRequest() - Method in class com.ibm.cos.v2.authcrt.signer.internal.SdkSigningResult
 
getSignedRequest() - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aRequestSigningResult
 
getSignedRequest() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4RequestSigningResult
 
getSigningAlgorithm() - Method in class com.ibm.cos.v2.auth.signer.internal.Aws4SignerRequestParams
Returns the signing algorithm used for computing the signature.
getSigningClock() - Method in class com.ibm.cos.v2.auth.signer.internal.Aws4SignerRequestParams
 
getSigningClock(ExecutionAttributes) - Static method in class com.ibm.cos.v2.authcrt.signer.internal.SigningUtils
 
getSigningClock() - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aProperties
 
getSigningClock() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4Properties
 
getSigningConfig() - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aRequestSigningResult
 
getSigningKey() - Method in class com.ibm.cos.v2.auth.signer.internal.SignerKey
Returns a copy of the signing key.
getSigningKey() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerKey
Returns a copy of the signing key.
getSigningKey() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4RequestSigningResult
 
getSigV4aSigner() - Static method in class com.ibm.cos.v2.auth.signer.SignerLoader
Deprecated.
 
getSingleton() - Static method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.StaticLoggerBinder
 
getSingleton() - Static method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.StaticMarkerBinder
 
getSoLinger() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getSoLinger() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getSoTimeout() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getSoTimeout() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getStatements() - Method in class com.ibm.cos.v2.core.auth.policy.Policy
Returns the collection of statements contained by this policy.
getStatusCode() - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
getStatusCode() - Method in class com.ibm.cos.v2.regions.util.ResourcesEndpointRetryParameters
 
getString() - Method in class com.ibm.cos.v2.utils.StringInputStream
Returns the original string specified when this input stream was constructed.
getStringValue() - Method in enum com.ibm.cos.v2.utils.ProxyEnvironmentSetting
 
getStringValue() - Method in interface com.ibm.cos.v2.utils.SystemSetting
Attempt to load a system setting from System.getProperty(String) and System.getenv(String).
getStringValueFromEnvironmentVariable(String) - Static method in interface com.ibm.cos.v2.utils.SystemSetting
Attempt to load a system setting from System.getenv(String).
getStringValueOrThrow() - Method in interface com.ibm.cos.v2.utils.SystemSetting
Load the requested system setting as per the documentation in SystemSetting.getStringValue(), throwing an exception if the value was not set and had no default.
getSupportedCipherSuites() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getSupportedProtocols() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getTargetClass() - Method in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
getTcpKeepAliveConfiguration() - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
getTcpNoDelay() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getTcpNoDelay() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getter(Function<Object, TypeT>) - Method in class com.ibm.cos.v2.core.SdkField.Builder
Sets the Function that will accept an object and return the current value of 'this' field on that object.
getTimeOffset() - Method in class com.ibm.cos.v2.core.internal.http.SdkClientTime
Gets the latest recorded time offset.
getTotalBytes() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgressSnapshot.Builder
 
getTrafficClass() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
getTrafficClass() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getTrait(Class<T>) - Method in class com.ibm.cos.v2.core.SdkField
Gets the trait of the specified class if available.
getTrait(Class<T>, TraitType) - Method in class com.ibm.cos.v2.core.SdkField
Gets the trait of the specified class and known type if available.
getTransferredBytes() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgressSnapshot.Builder
 
getType() - Method in class com.ibm.cos.v2.core.auth.policy.Condition
Returns the type of this condition.
getType() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
getUnmarshaller(MarshallLocation, MarshallingType<T>) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultJsonUnmarshallerRegistry
 
getUnmarshaller(MarshallLocation, MarshallingType<?>) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonUnmarshallerContext
Lookup the marshaller for the given location andtype.
getUnmarshaller(MarshallLocation, MarshallingType<T>) - Method in interface com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonUnmarshallerRegistry
Returns the unmarshaller for the given location and type.
getUnmarshaller(MarshallLocation, MarshallingType<T>) - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.QueryUnmarshallerContext
Conveience method to get an unmarshaller from the registry.
getUnmarshaller(MarshallLocation, MarshallingType<T>) - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.QueryUnmarshallerRegistry
 
getUnmarshaller(MarshallLocation, MarshallingType<T>) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlUnmarshallerContext
 
getUnmarshaller(MarshallLocation, MarshallingType<T>) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlUnmarshallerRegistry
 
getUnmarshaller(MarshallingType<?>) - Static method in class com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerMarshallingUtils
 
getUnshaded() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.ShadedMarkerAdapter
 
getUploadDirectoryFollowSymbolicLinks() - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerFactory.DefaultBuilder
 
getUploadDirectoryMaxDepth() - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerFactory.DefaultBuilder
 
getUri() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest
Convert this HTTP request's protocol, host, port, path and query string into a properly-encoded URI string that matches the URI string used for AWS request signing.
getUrl() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointResult
 
getUrl() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Endpoint
 
getUrl(Consumer<GetUrlRequest.Builder>) - Method in class com.ibm.cos.v2.services.s3.S3Utilities
Returns the URL for an object stored in Amazon S3.
getUrl(GetUrlRequest) - Method in class com.ibm.cos.v2.services.s3.S3Utilities
Returns the URL for an object stored in Amazon S3.
GetUrlRequest - Class in com.ibm.cos.v2.services.s3.model
Request to generate a URL representing an object in Amazon S3.
GetUrlRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
getUseClientMode() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getValue(String) - Method in class com.ibm.cos.v2.awscore.AwsResponseMetadata
Get the value based on the key, returning AwsResponseMetadata.UNKNOWN if the value is null.
getValue() - Method in class com.ibm.cos.v2.checksums.internal.BaseCrcChecksum
 
getValue() - Method in class com.ibm.cos.v2.checksums.internal.Crc32Checksum
 
getValue() - Method in class com.ibm.cos.v2.checksums.internal.Crc64NvmeChecksum
 
getValue() - Method in class com.ibm.cos.v2.checksums.internal.CrcCombineOnMarkChecksum
 
getValue() - Method in class com.ibm.cos.v2.checksums.internal.DigestAlgorithmChecksum
 
getValue() - Method in class com.ibm.cos.v2.checksums.internal.SdkCrc32CChecksum
 
getValue() - Method in class com.ibm.cos.v2.checksums.internal.SdkCrc32Checksum
 
getValue() - Method in class com.ibm.cos.v2.core.checksums.Crc32CChecksum
Deprecated.
 
getValue() - Method in class com.ibm.cos.v2.core.checksums.Crc32Checksum
Deprecated.
 
getValue() - Method in class com.ibm.cos.v2.core.checksums.Md5Checksum
Deprecated.
 
getValue() - Method in class com.ibm.cos.v2.core.checksums.Sha1Checksum
Deprecated.
 
getValue() - Method in class com.ibm.cos.v2.core.checksums.Sha256Checksum
Deprecated.
 
getValue() - Method in class com.ibm.cos.v2.core.internal.checksums.factory.SdkCrc32
 
getValue() - Method in class com.ibm.cos.v2.core.internal.checksums.factory.SdkCrc32C
 
getValue() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.checksums.ConstantChecksum
 
getValue() - Method in enum com.ibm.cos.v2.metrics.MetricCategory
 
getValue() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
getValue(Identifier) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Scope
 
getValue() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template.Literal
 
getValue() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Record
 
getValue() - Method in class com.ibm.cos.v2.utils.Lazy
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.core.SdkRequest
Used to retrieve the value of a field from any class that extends SdkRequest.
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.core.SdkResponse
Used to retrieve the value of a field from any class that extends SdkResponse.
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.AbortIncompleteMultipartUpload
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.AccelerateConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.AccessControlPolicy
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.AccessControlTranslation
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.AddLegalHoldRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsExportDestination
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Bucket
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.BucketInfo
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.BucketLifecycleConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.BucketLoggingStatus
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Checksum
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CommonPrefix
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CompletedMultipartUpload
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CompletedPart
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Condition
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ContentList
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ContinuationEvent
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CORSConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CSVInput
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.CSVOutput
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DefaultRetention
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Delete
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeletedObject
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteLegalHoldRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerReplication
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Destination
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Encryption
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.EncryptionConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.EndEvent
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ErrorDetails
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ErrorDocument
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.EventBridgeConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ExistingObjectReplication
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.FilterRule
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GetUrlRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.GlacierJobParameters
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Grant
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Grantee
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.IndexDocument
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Initiator
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.InputSerialization
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.InventoryDestination
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.InventoryEncryption
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.InventoryFilter
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.InventorySchedule
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.JSONInput
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.JSONOutput
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.LifecycleExpiration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.LocationInfo
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.LoggingEnabled
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.MetadataEntry
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfigurationResult
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Metrics
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.MetricsAndOperator
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.MetricsConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionExpiration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfigurationFilter
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ObjectIdentifier
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockLegalHold
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRetention
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRule
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ObjectPart
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.OutputLocation
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.OutputSerialization
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Owner
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControls
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControlsRule
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ParquetInput
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Part
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PartitionedPrefix
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PolicyStatus
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Progress
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketProtectionConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationReattemptRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.QueueConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Redirect
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.RedirectAllRequestsTo
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ReplicaModifications
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTime
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTimeValue
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.RequestPaymentConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.RequestProgress
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.RestoreStatus
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.RoutingRule
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.S3Error
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.S3KeyFilter
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.S3Location
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.S3Object
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestination
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ScanRange
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.SelectParameters
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionByDefault
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionRule
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.SessionCredentials
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.SimplePrefix
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.SourceSelectionCriteria
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.SSEKMS
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjects
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.SSES3
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Stats
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysis
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Tag
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Tagging
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.TargetGrant
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.TargetObjectKeyFormat
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Tiering
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.TopicConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.Transition
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.VersioningConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.WebsiteConfiguration
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
 
getValueForField(String, Class<T>) - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseResponse
 
getValueOrDefault(Object) - Method in class com.ibm.cos.v2.core.SdkField
Retrieves the current value of 'this' field from the given POJO.
getValues() - Method in class com.ibm.cos.v2.core.auth.policy.Condition
Returns the values specified for this access control policy condition.
getVersion() - Method in class com.ibm.cos.v2.core.auth.policy.Policy
Returns the version of this AWS policy.
getVersion() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRuleset
 
getWantClientAuth() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
getWebIdentityProvider() - Method in enum com.ibm.cos.v2.core.auth.policy.Principal.WebIdentityProvider
 
getWrappedClass(Class<?>) - Static method in class com.ibm.cos.v2.utils.internal.ReflectionUtils
Returns the wrapped class type associated with a primitive if one is known.
getWrappedInputStream() - Method in class com.ibm.cos.v2.core.internal.io.AwsChunkedInputStream
 
getWrappedInputStream() - Method in class com.ibm.cos.v2.core.io.SdkInputStream
Returns the underlying input stream, if any, from the subclass; or null if there is no underlying input stream.
getWritableStackTrace() - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
GlacierJobParameters - Class in com.ibm.cos.v2.services.s3.model
Container for S3 Glacier job parameters.
glacierJobParameters(GlacierJobParameters) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreRequest.Builder
S3 Glacier related parameters pertaining to this job.
glacierJobParameters(Consumer<GlacierJobParameters.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreRequest.Builder
S3 Glacier related parameters pertaining to this job.
glacierJobParameters() - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
S3 Glacier related parameters pertaining to this job.
GlacierJobParameters.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
GLOBAL - Static variable in class com.ibm.cos.v2.http.auth.aws.signer.RegionSet
The "Global" region, which is represented with a single wildcard character: "*".
GLOBAL - Static variable in class com.ibm.cos.v2.regions.RegionScope
 
GLOBAL_HTTP_DEFAULTS - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
 
globalRegion() - Method in class com.ibm.cos.v2.regions.internal.DefaultServicePartitionMetadata
 
globalRegion() - Method in interface com.ibm.cos.v2.regions.ServicePartitionMetadata
Retrieve the global region associated with this service, in this ServicePartitionMetadata.partition().
GlobalServiceExecutionInterceptor - Class in com.ibm.cos.v2.awscore.interceptor
A more specific version of HelpfulUnknownHostExceptionInterceptor that was used for older IAM clients.
GlobalServiceExecutionInterceptor() - Constructor for class com.ibm.cos.v2.awscore.interceptor.GlobalServiceExecutionInterceptor
 
GoAwayException - Exception in com.ibm.cos.v2.http.nio.netty.internal.http2
Exception thrown when a GOAWAY frame is sent by the service.
Grant - Class in com.ibm.cos.v2.services.s3.model
Container for grant information.
Grant.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
grantee(Grantee) - Method in interface com.ibm.cos.v2.services.s3.model.Grant.Builder
The person being granted permissions.
grantee(Consumer<Grantee.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.Grant.Builder
The person being granted permissions.
grantee() - Method in class com.ibm.cos.v2.services.s3.model.Grant
The person being granted permissions.
Grantee - Class in com.ibm.cos.v2.services.s3.model
Container for the person being granted permissions.
grantee(Grantee) - Method in interface com.ibm.cos.v2.services.s3.model.TargetGrant.Builder
Container for the person being granted permissions.
grantee(Consumer<Grantee.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.TargetGrant.Builder
Container for the person being granted permissions.
grantee() - Method in class com.ibm.cos.v2.services.s3.model.TargetGrant
Container for the person being granted permissions.
Grantee.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
grantFullControl(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.
grantFullControl() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.
grantFullControl(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
grantFullControl() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
grantFullControl(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specify access permissions explicitly to give the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.
grantFullControl() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specify access permissions explicitly to give the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.
grantFullControl(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAclRequest.Builder
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
grantFullControl() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
grantFullControl(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
grantFullControl() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
grantFullControl(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.
grantFullControl() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.
grantRead(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Allows grantee to read the object data and its metadata.
grantRead() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Allows grantee to read the object data and its metadata.
grantRead(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
Allows grantee to list the objects in the bucket.
grantRead() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
Allows grantee to list the objects in the bucket.
grantRead(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specify access permissions explicitly to allow grantee to read the object data and its metadata.
grantRead() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specify access permissions explicitly to allow grantee to read the object data and its metadata.
grantRead(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAclRequest.Builder
Allows grantee to list the objects in the bucket.
grantRead() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
Allows grantee to list the objects in the bucket.
grantRead(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
Allows grantee to list the objects in the bucket.
grantRead() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
Allows grantee to list the objects in the bucket.
grantRead(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Allows grantee to read the object data and its metadata.
grantRead() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Allows grantee to read the object data and its metadata.
grantReadACP(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Allows grantee to read the object ACL.
grantReadACP() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Allows grantee to read the object ACL.
grantReadACP(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
Allows grantee to read the bucket ACL.
grantReadACP() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
Allows grantee to read the bucket ACL.
grantReadACP(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specify access permissions explicitly to allows grantee to read the object ACL.
grantReadACP() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specify access permissions explicitly to allows grantee to read the object ACL.
grantReadACP(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAclRequest.Builder
Allows grantee to read the bucket ACL.
grantReadACP() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
Allows grantee to read the bucket ACL.
grantReadACP(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
Allows grantee to read the bucket ACL.
grantReadACP() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
Allows grantee to read the bucket ACL.
grantReadACP(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Allows grantee to read the object ACL.
grantReadACP() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Allows grantee to read the object ACL.
grants(Collection<Grant>) - Method in interface com.ibm.cos.v2.services.s3.model.AccessControlPolicy.Builder
A list of grants.
grants(Grant...) - Method in interface com.ibm.cos.v2.services.s3.model.AccessControlPolicy.Builder
A list of grants.
grants(Consumer<Grant.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.AccessControlPolicy.Builder
A list of grants.
grants() - Method in class com.ibm.cos.v2.services.s3.model.AccessControlPolicy
A list of grants.
grants(Collection<Grant>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAclResponse.Builder
A list of grants.
grants(Grant...) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAclResponse.Builder
A list of grants.
grants(Consumer<Grant.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAclResponse.Builder
A list of grants.
grants() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclResponse
A list of grants.
grants(Collection<Grant>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAclResponse.Builder
A list of grants.
grants(Grant...) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAclResponse.Builder
A list of grants.
grants(Consumer<Grant.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAclResponse.Builder
A list of grants.
grants() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclResponse
A list of grants.
grantWrite(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
Allows grantee to create new objects in the bucket.
grantWrite() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
Allows grantee to create new objects in the bucket.
grantWrite(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAclRequest.Builder
Allows grantee to create new objects in the bucket.
grantWrite() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
Allows grantee to create new objects in the bucket.
grantWrite(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
Allows grantee to create new objects in the bucket.
grantWrite() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
Allows grantee to create new objects in the bucket.
grantWriteACP(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Allows grantee to write the ACL for the applicable object.
grantWriteACP() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Allows grantee to write the ACL for the applicable object.
grantWriteACP(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
Allows grantee to write the ACL for the applicable bucket.
grantWriteACP() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
Allows grantee to write the ACL for the applicable bucket.
grantWriteACP(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specify access permissions explicitly to allows grantee to allow grantee to write the ACL for the applicable object.
grantWriteACP() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specify access permissions explicitly to allows grantee to allow grantee to write the ACL for the applicable object.
grantWriteACP(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAclRequest.Builder
Allows grantee to write the ACL for the applicable bucket.
grantWriteACP() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
Allows grantee to write the ACL for the applicable bucket.
grantWriteACP(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
Allows grantee to write the ACL for the applicable bucket.
grantWriteACP() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
Allows grantee to write the ACL for the applicable bucket.
grantWriteACP(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Allows grantee to write the ACL for the applicable object.
grantWriteACP() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Allows grantee to write the ACL for the applicable object.
GREEDY - Static variable in class com.ibm.cos.v2.protocols.core.PathMarshaller
Marshaller for greedy path labels.
GREEDY_STRING - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypePathMarshaller
Marshallers for Strings bound to a greedy path param.
GREEDY_STRING - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.SimpleTypePathMarshaller
Marshallers for Strings bound to a greedy path param.
GREEDY_WITH_SLASHES - Static variable in class com.ibm.cos.v2.protocols.core.PathMarshaller
Marshaller for greedy path labels that allows leading slahes.
greedyPathParamMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerRegistry.Builder
 
greedyPathParamMarshaller(MarshallingType<T>, XmlMarshaller<T>) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerRegistry.Builder
 
GZIP - Static variable in class com.ibm.cos.v2.core.internal.compression.CompressorType
 
GzipCompressor - Class in com.ibm.cos.v2.core.internal.compression
 
GzipCompressor() - Constructor for class com.ibm.cos.v2.core.internal.compression.GzipCompressor
 

H

handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.client.handler.AttachHttpMetadataResponseHandler
 
handle(SdkHttpFullResponse, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.http.HttpResponseHandler
Accepts an HTTP response object, and returns an object of type T.
handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.http.MetricCollectingHttpResponseHandler
 
handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.internal.http.CombinedResponseHandler
 
handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller
 
handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.AwsJsonResponseHandler
 
handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonResponseHandler
 
handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.AwsQueryResponseHandler
 
handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.protocols.query.unmarshall.AwsXmlErrorProtocolUnmarshaller
 
handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlPredicatedResponseHandler
Handle a response
handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlResponseHandler
 
handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlResponseHandler
 
handleException(CompletableFuture<ResponseT>, Supplier<String>, Throwable) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.GenericMultipartHelper
 
handleExceptionOrResponse(RequestT, CompletableFuture<ResponseT>, String) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.GenericMultipartHelper
 
handler() - Method in class com.ibm.cos.v2.http.nio.netty.internal.RequestContext
Convenience method to retrieve the SdkAsyncHttpResponseHandler contained in the AsyncExecuteRequest returned by RequestContext.executeRequest.
handler() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
handlerAdded(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2PingHandler
 
handlerAdded(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerPublisher
 
handlerAdded(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerSubscriber
 
handlerAdded(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.OldConnectionReaperHandler
 
handlerAdded(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ProxyTunnelInitHandler
 
handleRequests() - Method in class com.ibm.cos.v2.core.internal.pagination.async.ItemsSubscription
 
handleRequests() - Method in class com.ibm.cos.v2.core.pagination.async.PaginationSubscription
Recursive method to deal with requests until there are no outstandingRequests or no more pages.
handleRequests() - Method in class com.ibm.cos.v2.core.pagination.async.ResponsesSubscription
 
HandleResponseStage<OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Pipeline stage that executes an HttpResponseHandler to transform the response into a Response object that contains a flag indicating success of failure and an unmarshalled response object or exception as appropriate.
HandleResponseStage(HttpResponseHandler<Response<OutputT>>) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.HandleResponseStage
 
HandlerPublisher<T> - Class in com.ibm.cos.v2.http.nio.netty.internal.nrs
Publisher for a Netty Handler.
HandlerPublisher(EventExecutor, Class<? extends T>) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerPublisher
Create a handler publisher.
handlerRemoved(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2PingHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerPublisher
 
handlerRemoved(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerSubscriber
 
handlerRemoved(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.OldConnectionReaperHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ProxyTunnelInitHandler
 
HandlerRemovingChannelPoolListener - Class in com.ibm.cos.v2.http.nio.netty.internal
Removes any per-request ChannelHandler from the pipeline when releasing it to the pool.
HandlerSubscriber<T> - Class in com.ibm.cos.v2.http.nio.netty.internal.nrs
Subscriber that publishes received messages to the handler pipeline.
HandlerSubscriber(EventExecutor, long, long) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerSubscriber
Create a new handler subscriber.
HandlerSubscriber(EventExecutor) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerSubscriber
Create a new handler subscriber with the default low and high watermarks.
handleStateUpdate() - Method in class com.ibm.cos.v2.utils.async.BaseSubscriberAdapter
This is invoked after each downstream request or upstream onNext, onError or onComplete.
handleTestExecutionException(ExtensionContext, Throwable) - Method in class com.ibm.cos.v2.testutils.retry.RetryableTestExtension
 
handlingStateUpdate - Variable in class com.ibm.cos.v2.utils.async.BaseSubscriberAdapter
A flag that is used to ensure that only one thread is handling updates to the state of this subscriber at a time.
HAS_INITIAL_REQUEST_EVENT - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
If true, indicates that this is an event streaming request being sent over RPC, and therefore the serialized request object is encapsulated as an event of type initial-request.
hasAccessControlList() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
For responses, this returns true if the service returned a value for the AccessControlList property.
hasAllowedHeaders() - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
For responses, this returns true if the service returned a value for the AllowedHeaders property.
hasAllowedMethods() - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
For responses, this returns true if the service returned a value for the AllowedMethods property.
hasAllowedOrigins() - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
For responses, this returns true if the service returned a value for the AllowedOrigins property.
hasAnalyticsConfigurationList() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse
For responses, this returns true if the service returned a value for the AnalyticsConfigurationList property.
hasAttr(AttributeKey<T>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
hasAwsQueryCompatible(boolean) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory.Builder
Provides a check on whether AwsQueryCompatible trait is found in Metadata.
hasAwsQueryCompatible(boolean) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
 
hasAwsQueryCompatible(boolean) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
Provides a check on whether AwsQueryCompatible trait is found in Metadata.
hasBody(HttpResponse) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HttpStreamsClientHandler
 
hasBuckets() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsResponse
For responses, this returns true if the service returned a value for the Buckets property.
hasBuckets() - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse
For responses, this returns true if the service returned a value for the Buckets property.
hasChecksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
For responses, this returns true if the service returned a value for the ChecksumAlgorithm property.
hasChecksumAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
For responses, this returns true if the service returned a value for the ChecksumAlgorithm property.
hasChecksumHeader(BaseSignRequest<?, ? extends Identity>) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.ChecksumUtil
 
hasChildren() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.ShadedMarkerAdapter
 
hasChildren() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.UnshadedMarkerAdapter
 
hasCommonPrefixes() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
For responses, this returns true if the service returned a value for the CommonPrefixes property.
hasCommonPrefixes() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
For responses, this returns true if the service returned a value for the CommonPrefixes property.
hasCommonPrefixes() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
For responses, this returns true if the service returned a value for the CommonPrefixes property.
hasCommonPrefixes() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
For responses, this returns true if the service returned a value for the CommonPrefixes property.
hasContents() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
For responses, this returns true if the service returned a value for the Contents property.
hasContents() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
For responses, this returns true if the service returned a value for the Contents property.
hasCorsRules() - Method in class com.ibm.cos.v2.services.s3.model.CORSConfiguration
For responses, this returns true if the service returned a value for the CORSRules property.
hasCorsRules() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsResponse
For responses, this returns true if the service returned a value for the CORSRules property.
hasDeleted() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse
For responses, this returns true if the service returned a value for the Deleted property.
hasDeleteMarkers() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
For responses, this returns true if the service returned a value for the DeleteMarkers property.
hasErrors() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse
For responses, this returns true if the service returned a value for the Errors property.
hasEvent(boolean) - Method in class com.ibm.cos.v2.protocols.core.OperationInfo.Builder
 
hasEvent() - Method in class com.ibm.cos.v2.protocols.core.OperationInfo
 
hasEvents() - Method in class com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration
For responses, this returns true if the service returned a value for the Events property.
hasEvents() - Method in class com.ibm.cos.v2.services.s3.model.QueueConfiguration
For responses, this returns true if the service returned a value for the Events property.
hasEvents() - Method in class com.ibm.cos.v2.services.s3.model.TopicConfiguration
For responses, this returns true if the service returned a value for the Events property.
hasEventStreamingInput(boolean) - Method in class com.ibm.cos.v2.protocols.core.OperationInfo.Builder
 
hasEventStreamingInput() - Method in class com.ibm.cos.v2.protocols.core.OperationInfo
 
hasExecuted() - Method in class com.ibm.cos.v2.core.internal.http.timers.ApiCallTimeoutTracker
 
hasExecuted() - Method in class com.ibm.cos.v2.core.internal.http.timers.AsyncTimeoutTask
 
hasExecuted() - Method in class com.ibm.cos.v2.core.internal.http.timers.NoOpTimeoutTracker
 
hasExecuted() - Method in class com.ibm.cos.v2.core.internal.http.timers.SyncTimeoutTask
Returns whether this task has finished executing its timeout behavior.
hasExecuted() - Method in interface com.ibm.cos.v2.core.internal.http.timers.TimeoutTask
 
hasExecuted() - Method in interface com.ibm.cos.v2.core.internal.http.timers.TimeoutTracker
 
hasExplicitPayloadMember(boolean) - Method in class com.ibm.cos.v2.protocols.core.OperationInfo.Builder
 
hasExplicitPayloadMember() - Method in class com.ibm.cos.v2.protocols.core.OperationInfo
 
hasExposeHeaders() - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
For responses, this returns true if the service returned a value for the ExposeHeaders property.
hasFilterRules() - Method in class com.ibm.cos.v2.services.s3.model.S3KeyFilter
For responses, this returns true if the service returned a value for the FilterRules property.
hasGrants() - Method in class com.ibm.cos.v2.services.s3.model.AccessControlPolicy
For responses, this returns true if the service returned a value for the Grants property.
hasGrants() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclResponse
For responses, this returns true if the service returned a value for the Grants property.
hasGrants() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclResponse
For responses, this returns true if the service returned a value for the Grants property.
HASH - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
hash(InputStream) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerUtils
 
hash(ByteBuffer) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerUtils
 
hash(byte[]) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerUtils
 
hash(String) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerUtils
 
hashCanonicalRequest(String) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerUtils
Create a hash of the canonical request string
hashCode() - Method in class com.ibm.cos.v2.arns.Arn
 
hashCode() - Method in class com.ibm.cos.v2.arns.ArnResource
 
hashCode() - Method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials
 
hashCode() - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials
 
hashCode() - Method in class com.ibm.cos.v2.auth.credentials.ProfileProviderCredentialsContext
 
hashCode() - Method in class com.ibm.cos.v2.auth.signer.internal.ContentChecksum
 
hashCode() - Method in class com.ibm.cos.v2.awscore.AwsRequest
 
hashCode() - Method in class com.ibm.cos.v2.awscore.AwsRequestOverrideConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.awscore.AwsResponse
 
hashCode() - Method in class com.ibm.cos.v2.awscore.AwsResponseMetadata
 
hashCode() - Method in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4aAuthScheme
 
hashCode() - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4AuthScheme
 
hashCode() - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails
 
hashCode() - Method in class com.ibm.cos.v2.awscore.internal.AwsProtocolMetadata
 
hashCode() - Method in class com.ibm.cos.v2.awscore.presigner.PresignedRequest
 
hashCode() - Method in class com.ibm.cos.v2.awscore.presigner.PresignRequest
 
hashCode() - Method in class com.ibm.cos.v2.core.ApiName
 
hashCode() - Method in class com.ibm.cos.v2.core.async.AsyncRequestBodyFromInputStreamConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.core.async.AsyncRequestBodySplitConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.core.async.ResponsePublisher
 
hashCode() - Method in class com.ibm.cos.v2.core.auth.policy.Principal
 
hashCode() - Method in class com.ibm.cos.v2.core.BytesWrapper
 
hashCode() - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs
 
hashCode() - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.core.CompressionConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.core.CredentialType
 
hashCode() - Method in class com.ibm.cos.v2.core.document.internal.BooleanDocument
 
hashCode() - Method in class com.ibm.cos.v2.core.document.internal.ListDocument
 
hashCode() - Method in class com.ibm.cos.v2.core.document.internal.MapDocument
 
hashCode() - Method in class com.ibm.cos.v2.core.document.internal.NullDocument
 
hashCode() - Method in class com.ibm.cos.v2.core.document.internal.NumberDocument
 
hashCode() - Method in class com.ibm.cos.v2.core.document.internal.StringDocument
 
hashCode() - Method in class com.ibm.cos.v2.core.FileRequestBodyConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.core.FileTransformerConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttribute
This override considers execution attributes with the same name to be the same object for the purpose of attribute merge.
hashCode() - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes
 
hashCode() - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum
 
hashCode() - Method in class com.ibm.cos.v2.core.internal.capacity.TokenBucket
 
hashCode() - Method in class com.ibm.cos.v2.core.internal.compression.CompressorType
 
hashCode() - Method in class com.ibm.cos.v2.core.internal.interceptor.trait.RequestCompression
 
hashCode() - Method in class com.ibm.cos.v2.core.internal.retry.DefaultTokenBucketExceptionCostFunction
 
hashCode() - Method in class com.ibm.cos.v2.core.internal.StaticClientEndpointProvider
 
hashCode() - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiterResponse
 
hashCode() - Method in class com.ibm.cos.v2.core.internal.waiters.ResponseOrException
 
hashCode() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.core.Response
 
hashCode() - Method in class com.ibm.cos.v2.core.ResponseBytes
 
hashCode() - Method in class com.ibm.cos.v2.core.retry.backoff.EqualJitterBackoffStrategy
Deprecated.
 
hashCode() - Method in class com.ibm.cos.v2.core.retry.backoff.FixedDelayBackoffStrategy
Deprecated.
 
hashCode() - Method in class com.ibm.cos.v2.core.retry.backoff.FullJitterBackoffStrategy
Deprecated.
 
hashCode() - Method in class com.ibm.cos.v2.core.retry.conditions.AndRetryCondition
 
hashCode() - Method in class com.ibm.cos.v2.core.retry.conditions.MaxNumberOfRetriesCondition
 
hashCode() - Method in class com.ibm.cos.v2.core.retry.conditions.OrRetryCondition
 
hashCode() - Method in class com.ibm.cos.v2.core.retry.conditions.RetryOnClockSkewCondition
 
hashCode() - Method in class com.ibm.cos.v2.core.retry.conditions.RetryOnExceptionsCondition
 
hashCode() - Method in class com.ibm.cos.v2.core.retry.conditions.RetryOnStatusCodeCondition
 
hashCode() - Method in class com.ibm.cos.v2.core.retry.conditions.RetryOnThrottlingCondition
 
hashCode() - Method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition
 
hashCode() - Method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
 
hashCode() - Method in class com.ibm.cos.v2.core.SdkNumber
 
hashCode() - Method in class com.ibm.cos.v2.core.SdkResponse
 
hashCode() - Method in class com.ibm.cos.v2.core.SdkServiceClientConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.core.SplittingTransformerConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
hashCode() - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructMap
 
hashCode() - Method in class com.ibm.cos.v2.core.waiters.WaiterOverrideConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.crtcore.CrtConnectionHealthConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.endpoints.Endpoint
 
hashCode() - Method in class com.ibm.cos.v2.endpoints.EndpointAttributeKey
 
hashCode() - Method in class com.ibm.cos.v2.http.auth.aws.signer.RegionSet
 
hashCode() - Method in class com.ibm.cos.v2.http.auth.spi.signer.SignerProperty
 
hashCode() - Method in class com.ibm.cos.v2.http.nio.netty.Http2Configuration
 
hashCode() - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.DefaultStreamedHttpRequest
 
hashCode() - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.DefaultStreamedHttpResponse
 
hashCode() - Method in class com.ibm.cos.v2.http.nio.netty.ProxyConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.http.SdkHttpExecutionAttributes
 
hashCode() - Method in class com.ibm.cos.v2.identity.spi.IdentityProperty
 
hashCode() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsCredentialsIdentity
 
hashCode() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsSessionCredentialsIdentity
 
hashCode() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultIAMCredentialsIdentity
 
hashCode() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultResolveIdentityRequest
 
hashCode() - Method in class com.ibm.cos.v2.internal.http.LowCopyListMap.ForBuildable
 
hashCode() - Method in class com.ibm.cos.v2.internal.http.LowCopyListMap.ForBuilder
 
hashCode() - Method in class com.ibm.cos.v2.metrics.internal.DefaultSdkMetric
 
hashCode() - Method in class com.ibm.cos.v2.profiles.Profile
 
hashCode() - Method in class com.ibm.cos.v2.profiles.ProfileFile
 
hashCode() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ArrayJsonNode
 
hashCode() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.BooleanJsonNode
 
hashCode() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.EmbeddedObjectJsonNode
 
hashCode() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NullJsonNode
 
hashCode() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NumberJsonNode
 
hashCode() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ObjectJsonNode
 
hashCode() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.StringJsonNode
 
hashCode() - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext
 
hashCode() - Method in class com.ibm.cos.v2.regions.PartitionEndpointKey
 
hashCode() - Method in class com.ibm.cos.v2.regions.RegionScope
 
hashCode() - Method in class com.ibm.cos.v2.regions.ServiceEndpointKey
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.authscheme.S3ExpressEndpointAuthScheme
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Arn
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.DefaultS3EndpointProvider
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointResult
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.FatScope
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Fn
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.FnNode
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Part.Index
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Part.Key
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Identifier
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Literal
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Deprecated
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParameterReference
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameters
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partition
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partitions
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Ref
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RegionOverride
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleArn
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template.Dynamic
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template.Literal
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Array
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Bool
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Endpoint
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Int
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Record
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Str
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.internal.ConfiguredS3SdkHttpRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectResource
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostResource
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.CachedS3ExpressCredentials
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressSessionCredentials
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressIdentityKey
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.AbortIncompleteMultipartUpload
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.AccelerateConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.AccessControlPolicy
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.AccessControlTranslation
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.AddLegalHoldRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsExportDestination
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Bucket
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.BucketInfo
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.BucketLifecycleConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.BucketLoggingStatus
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Checksum
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CommonPrefix
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CompletedMultipartUpload
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CompletedPart
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Condition
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ContentList
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ContinuationEvent
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CORSConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CSVInput
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.CSVOutput
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DefaultRetention
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Delete
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeletedObject
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteLegalHoldRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerReplication
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Destination
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Encryption
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.EncryptionConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.EndEvent
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ErrorDetails
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ErrorDocument
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.EventBridgeConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ExistingObjectReplication
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.FilterRule
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.GlacierJobParameters
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Grant
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Grantee
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.IndexDocument
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Initiator
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.InputSerialization
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.InventoryDestination
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.InventoryEncryption
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.InventoryFilter
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.InventorySchedule
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.JSONInput
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.JSONOutput
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleExpiration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.LocationInfo
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.LoggingEnabled
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.MetadataEntry
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfigurationResult
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Metrics
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.MetricsAndOperator
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.MetricsConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionExpiration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfigurationFilter
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ObjectIdentifier
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockLegalHold
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRetention
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRule
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ObjectPart
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.OutputLocation
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.OutputSerialization
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Owner
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControls
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControlsRule
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ParquetInput
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Part
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PartitionedPrefix
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PolicyStatus
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Progress
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketProtectionConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationReattemptRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.QueueConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Redirect
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.RedirectAllRequestsTo
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ReplicaModifications
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTime
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTimeValue
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.RequestPaymentConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.RequestProgress
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.RestoreStatus
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.RoutingRule
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.S3Error
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.S3KeyFilter
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestination
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ScanRange
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.SelectParameters
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionByDefault
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionRule
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.SessionCredentials
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.SimplePrefix
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.SourceSelectionCriteria
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.SSEKMS
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjects
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.SSES3
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Stats
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysis
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Tag
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Tagging
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.TargetGrant
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.TargetObjectKeyFormat
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Tiering
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.TopicConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.Transition
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.VersioningConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.WebsiteConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseResponse
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.multipart.S3ResumeToken
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.presigner.model.AbortMultipartUploadPresignRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.presigner.model.CompleteMultipartUploadPresignRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.presigner.model.CreateMultipartUploadPresignRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.presigner.model.DeleteObjectPresignRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.presigner.model.GetObjectPresignRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.presigner.model.PutObjectPresignRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.presigner.model.UploadPartPresignRequest
 
hashCode() - Method in class com.ibm.cos.v2.services.s3.S3Uri
 
hashCode() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.ShadedMarkerAdapter
 
hashCode() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.UnshadedMarkerAdapter
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.config.TransferRequestOverrideConfiguration
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultCopy
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultDirectoryDownload
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultDirectoryUpload
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultDownload
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultFileUpload
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultUpload
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgressSnapshot
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedCopy
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryDownload
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryUpload
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedDownload
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedFileDownload
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedFileUpload
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedUpload
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.CopyRequest
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadFileRequest
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadRequest
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.FailedFileDownload
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.FailedFileUpload
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadFileRequest
 
hashCode() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadRequest
 
hashCode() - Method in class com.ibm.cos.v2.utils.AttributeMap
 
hashCode() - Method in class com.ibm.cos.v2.utils.Either
 
hashCode() - Method in class com.ibm.cos.v2.utils.ImmutableMap
 
hashCode() - Method in class com.ibm.cos.v2.utils.internal.DefaultConditionalDecorator
 
hashCode() - Method in class com.ibm.cos.v2.utils.Pair
 
hasImplicitPayloadMembers(boolean) - Method in class com.ibm.cos.v2.protocols.core.OperationInfo.Builder
 
hasImplicitPayloadMembers() - Method in class com.ibm.cos.v2.protocols.core.OperationInfo
 
hasInitialRequestEvent() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
hasIntelligentTieringConfigurationList() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse
For responses, this returns true if the service returned a value for the IntelligentTieringConfigurationList property.
hasInventoryConfigurationList() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse
For responses, this returns true if the service returned a value for the InventoryConfigurationList property.
hasLambdaFunctionConfigurations() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
For responses, this returns true if the service returned a value for the LambdaFunctionConfigurations property.
hasLambdaFunctionConfigurations() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
For responses, this returns true if the service returned a value for the LambdaFunctionConfigurations property.
hasLegacyChecksumRequiredTrait(ExecutionAttributes) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
 
hasMetadata() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
For responses, this returns true if the service returned a value for the Metadata property.
hasMetadata() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
For responses, this returns true if the service returned a value for the Metadata property.
hasMetadata() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
For responses, this returns true if the service returned a value for the Metadata property.
hasMetadata() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
For responses, this returns true if the service returned a value for the Metadata property.
hasMetadata() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
For responses, this returns true if the service returned a value for the Metadata property.
hasMetadata() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
For responses, this returns true if the service returned a value for the Metadata property.
hasMetricsConfigurationList() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse
For responses, this returns true if the service returned a value for the MetricsConfigurationList property.
hasNext() - Method in class com.ibm.cos.v2.core.pagination.sync.PaginatedResponsesIterator
 
hasNextPage(ResponseT) - Method in interface com.ibm.cos.v2.core.pagination.async.AsyncPageFetcher
Returns a boolean value indicating if a next page is available.
hasNextPage() - Method in class com.ibm.cos.v2.core.pagination.async.PaginationSubscription
 
hasNextPage(ResponseT) - Method in interface com.ibm.cos.v2.core.pagination.sync.SyncPageFetcher
Returns a boolean value indicating if a next page is available.
hasNoncurrentVersionTransitions() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
For responses, this returns true if the service returned a value for the NoncurrentVersionTransitions property.
hasObjectAttributes() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
For responses, this returns true if the service returned a value for the ObjectAttributes property.
hasObjects() - Method in class com.ibm.cos.v2.services.s3.model.Delete
For responses, this returns true if the service returned a value for the Objects property.
hasOptionalFields() - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
For responses, this returns true if the service returned a value for the OptionalFields property.
hasOptionalObjectAttributes() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
For responses, this returns true if the service returned a value for the OptionalObjectAttributes property.
hasOptionalObjectAttributes() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
For responses, this returns true if the service returned a value for the OptionalObjectAttributes property.
hasOptionalObjectAttributes() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
For responses, this returns true if the service returned a value for the OptionalObjectAttributes property.
hasParts() - Method in class com.ibm.cos.v2.services.s3.model.CompletedMultipartUpload
For responses, this returns true if the service returned a value for the Parts property.
hasParts() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
For responses, this returns true if the service returned a value for the Parts property.
hasParts() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
For responses, this returns true if the service returned a value for the Parts property.
hasPayloadMembers(boolean) - Method in class com.ibm.cos.v2.protocols.core.OperationInfo.Builder
 
hasPayloadMembers() - Method in class com.ibm.cos.v2.protocols.core.OperationInfo
 
hasProperty(SignerProperty<T>) - Method in interface com.ibm.cos.v2.http.auth.spi.signer.BaseSignRequest
Ensure that the SignerProperty is present in the BaseSignRequest.
hasQueueConfigurations() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
For responses, this returns true if the service returned a value for the QueueConfigurations property.
hasQueueConfigurations() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
For responses, this returns true if the service returned a value for the QueueConfigurations property.
hasReferences() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.ShadedMarkerAdapter
 
hasReferences() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.UnshadedMarkerAdapter
 
hasRemaining() - Method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.Chunk
Whether the logical end of a chunk has been reached.
hasResultWrapper(boolean) - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.QueryProtocolUnmarshaller.Builder
Example response with result wrapper
hasResumeToken(ResumableFileUpload) - Method in class com.ibm.cos.v2.transfer.s3.internal.PauseResumeHelper
 
hasRetryPredicates() - Method in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
Returns true if there are retry predicates configured for this retry strategy.
hasRoutingRules() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse
For responses, this returns true if the service returned a value for the RoutingRules property.
hasRoutingRules() - Method in class com.ibm.cos.v2.services.s3.model.WebsiteConfiguration
For responses, this returns true if the service returned a value for the RoutingRules property.
hasRules() - Method in class com.ibm.cos.v2.services.s3.model.BucketLifecycleConfiguration
For responses, this returns true if the service returned a value for the Rules property.
hasRules() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse
For responses, this returns true if the service returned a value for the Rules property.
hasRules() - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControls
For responses, this returns true if the service returned a value for the Rules property.
hasRules() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationConfiguration
For responses, this returns true if the service returned a value for the Rules property.
hasRules() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionConfiguration
For responses, this returns true if the service returned a value for the Rules property.
hasStreamingInput(boolean) - Method in class com.ibm.cos.v2.protocols.core.OperationInfo.Builder
 
hasStreamingInput() - Method in class com.ibm.cos.v2.protocols.core.OperationInfo
 
hasStreamingSuccessResponse(boolean) - Method in class com.ibm.cos.v2.protocols.json.JsonOperationMetadata.Builder
True if the success response (2xx response) contains a payload that should be treated as streaming.
hasStreamingSuccessResponse() - Method in class com.ibm.cos.v2.protocols.json.JsonOperationMetadata
 
hasStreamingSuccessResponse(boolean) - Method in class com.ibm.cos.v2.protocols.xml.XmlOperationMetadata.Builder
 
hasTags() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class com.ibm.cos.v2.services.s3.model.MetricsAndOperator
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator
For responses, this returns true if the service returned a value for the Tags property.
hasTagSet() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingResponse
For responses, this returns true if the service returned a value for the TagSet property.
hasTagSet() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse
For responses, this returns true if the service returned a value for the TagSet property.
hasTagSet() - Method in class com.ibm.cos.v2.services.s3.model.Tagging
For responses, this returns true if the service returned a value for the TagSet property.
hasTargetGrants() - Method in class com.ibm.cos.v2.services.s3.model.LoggingEnabled
For responses, this returns true if the service returned a value for the TargetGrants property.
hasTierings() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration
For responses, this returns true if the service returned a value for the Tierings property.
hasTopicConfigurations() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
For responses, this returns true if the service returned a value for the TopicConfigurations property.
hasTopicConfigurations() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
For responses, this returns true if the service returned a value for the TopicConfigurations property.
hasTransitions() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
For responses, this returns true if the service returned a value for the Transitions property.
hasUploads() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
For responses, this returns true if the service returned a value for the Uploads property.
hasUserMetadata() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
For responses, this returns true if the service returned a value for the UserMetadata property.
hasValue() - Method in class com.ibm.cos.v2.utils.Lazy
 
hasValue(String) - Static method in class com.ibm.cos.v2.utils.StringUtils
 
hasVersions() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
For responses, this returns true if the service returned a value for the Versions property.
headBucket(HeadBucketRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
You can use this operation to determine if a bucket exists and if you have permission to access it.
headBucket(HeadBucketRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
You can use this operation to determine if a bucket exists and if you have permission to access it.
headBucket(HeadBucketRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
You can use this operation to determine if a bucket exists and if you have permission to access it.
headBucket(Consumer<HeadBucketRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
You can use this operation to determine if a bucket exists and if you have permission to access it.
headBucket(HeadBucketRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
You can use this operation to determine if a bucket exists and if you have permission to access it.
headBucket(Consumer<HeadBucketRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
You can use this operation to determine if a bucket exists and if you have permission to access it.
HeadBucketRequest - Class in com.ibm.cos.v2.services.s3.model
 
HeadBucketRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
HeadBucketRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
HeadBucketRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.HeadBucketRequestMarshaller
 
HeadBucketResponse - Class in com.ibm.cos.v2.services.s3.model
 
HeadBucketResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
header(ChunkHeaderProvider) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkedEncodedInputStream.Builder
 
header(V4Properties) - Static method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.V4RequestSigner
Retrieve an implementation of a V4RequestSigner, which signs the request and adds authentication through headers.
Header - Class in com.ibm.cos.v2.http
Constants for commonly used HTTP headers.
HEADER_COLON_SEPARATOR - Static variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream
 
HEADER_COLON_SEPARATOR - Static variable in class com.ibm.cos.v2.core.internal.util.ChunkContentUtils
 
HEADER_FOR_TRAILER_REFERENCE - Static variable in class com.ibm.cos.v2.core.HttpChecksumConstant
 
HEADER_SDK_TRANSACTION_ID - Static variable in class com.ibm.cos.v2.core.internal.http.pipeline.stages.ApplyTransactionIdStage
 
HEADER_USER_AGENT - Static variable in class com.ibm.cos.v2.core.internal.http.pipeline.stages.ApplyUserAgentStage
 
HeaderMarshaller - Class in com.ibm.cos.v2.protocols.json.internal.marshall
 
headerMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerRegistry.Builder
 
HeaderMarshaller - Class in com.ibm.cos.v2.protocols.xml.internal.marshall
 
headerMarshaller(MarshallingType<T>, XmlMarshaller<T>) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerRegistry.Builder
 
headerName(String) - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs.Builder
 
headerName() - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs
 
headerName(String) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.FlexibleChecksummer.Option.Builder
 
headers(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Configure headers to be set on the HTTP request.
headers() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
 
headers() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
An unmodifiable representation of the set of HTTP headers that should be sent with every request.
headers() - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Optional additional headers to be added to the HTTP request.
headers(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Add additional headers to be set on the HTTP request.
headers() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
headers(Map<String, List<String>>) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
headers() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration
Optional additional headers to be added to the HTTP request.
headers() - Method in class com.ibm.cos.v2.endpoints.Endpoint
 
headers() - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
headers(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Configure an SdkHttpHeaders.headers() to be used in the created HTTP request.
headers() - Method in interface com.ibm.cos.v2.http.SdkHttpFullResponse.Builder
headers(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.http.SdkHttpFullResponse.Builder
Configure an SdkHttpHeaders.headers() to be used in the created HTTP response.
headers() - Method in interface com.ibm.cos.v2.http.SdkHttpHeaders
Returns a map of all HTTP headers in this message, sorted in case-insensitive order by their header name.
headers() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
headers(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Configure an SdkHttpHeaders.headers() to be used in the created HTTP request.
headers() - Method in interface com.ibm.cos.v2.http.SdkHttpResponse.Builder
headers(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.http.SdkHttpResponse.Builder
Configure an SdkHttpHeaders.headers() to be used in the created HTTP response.
headers() - Method in interface com.ibm.cos.v2.regions.util.ResourcesEndpointProvider
Allows passing additional headers to the request
HEADERS_READ_END_NANO_TIME - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The nano time that reading the response headers is complete.
headerSignature(String) - Method in class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsSignedChunkedEncodingInputStream.Builder
 
headersReceived(SdkHttpResponse) - Method in interface com.ibm.cos.v2.http.async.SdkHttpResponseHandler
Called when the initial response with headers is received.
HeaderTransformsHelper - Class in com.ibm.cos.v2.auth.signer.internal.util
Helper class for transforming headers required during signing of headers.
headerUnmarshaller(MarshallingType<T>, JsonUnmarshaller<T>) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultJsonUnmarshallerRegistry.Builder
 
HeaderUnmarshaller - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
 
headerUnmarshaller(MarshallingType<T>, XmlUnmarshaller<T>) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlUnmarshallerRegistry.Builder
 
headObject(HeadObjectRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
The HEAD operation retrieves metadata from an object without returning the object itself.
headObject(HeadObjectRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
The HEAD operation retrieves metadata from an object without returning the object itself.
headObject(HeadObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
The HEAD operation retrieves metadata from an object without returning the object itself.
headObject(Consumer<HeadObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
The HEAD operation retrieves metadata from an object without returning the object itself.
headObject(HeadObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
The HEAD operation retrieves metadata from an object without returning the object itself.
headObject(Consumer<HeadObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
The HEAD operation retrieves metadata from an object without returning the object itself.
HeadObjectRequest - Class in com.ibm.cos.v2.services.s3.model
 
HeadObjectRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
HeadObjectRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
HeadObjectRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.HeadObjectRequestMarshaller
 
HeadObjectResponse - Class in com.ibm.cos.v2.services.s3.model
 
HeadObjectResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
HealthCheckedChannelPool - Class in com.ibm.cos.v2.http.nio.netty.internal
An implementation of ChannelPool that validates the health of its connections.
HealthCheckedChannelPool(EventLoopGroup, NettyConfiguration, SdkChannelPool) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.HealthCheckedChannelPool
 
healthCheckPingPeriod(Duration) - Method in interface com.ibm.cos.v2.http.nio.netty.Http2Configuration.Builder
Sets the period that the Netty client will send PING frames to the remote endpoint to check the health of the connection.
healthCheckPingPeriod() - Method in class com.ibm.cos.v2.http.nio.netty.Http2Configuration
 
healthCheckPingPeriod(Duration) - Method in class com.ibm.cos.v2.http.nio.netty.internal.AwaitCloseChannelPoolMap.Builder
 
heapSummary() - Static method in class com.ibm.cos.v2.testutils.Memory
Returns a summary information about the heap memory.
HelpfulUnknownHostExceptionInterceptor - Class in com.ibm.cos.v2.awscore.interceptor
This interceptor will monitor for UnknownHostExceptions and provide the customer with additional information they can use to debug or fix the problem.
HelpfulUnknownHostExceptionInterceptor() - Constructor for class com.ibm.cos.v2.awscore.interceptor.HelpfulUnknownHostExceptionInterceptor
 
highestSequentialCompletedPart() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloadResumeContext
 
HonorCloseOnReleaseChannelPool - Class in com.ibm.cos.v2.http.nio.netty.internal
Wrap a channel pool so that ChannelAttributeKey.CLOSE_ON_RELEASE is honored when a channel is released to the underlying pool.
HonorCloseOnReleaseChannelPool(ChannelPool) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.HonorCloseOnReleaseChannelPool
 
host(String) - Method in interface com.ibm.cos.v2.crtcore.CrtProxyConfiguration.Builder
Set the hostname of the proxy.
host(String) - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration.DefaultBuilder
 
host() - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration
 
host() - Method in class com.ibm.cos.v2.http.apache.ProxyConfiguration
Returns the proxy host name from the configured endpoint if set, else from the "https.proxyHost" or "http.proxyHost" system property, based on the scheme used, if ProxyConfiguration.Builder.useSystemPropertyValues(Boolean) is set to true.
HOST - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
host(String) - Method in interface com.ibm.cos.v2.http.crt.ProxyConfiguration.Builder
Set the hostname of the proxy.
HOST - Static variable in class com.ibm.cos.v2.http.Header
 
host(String) - Method in interface com.ibm.cos.v2.http.nio.netty.ProxyConfiguration.Builder
Set the hostname of the proxy.
host() - Method in class com.ibm.cos.v2.http.nio.netty.ProxyConfiguration
 
host() - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
The host, exactly as it was configured with SdkHttpFullRequest.Builder.host(String).
host(String) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Configure a SdkHttpRequest.host() to be used in the created HTTP request.
host() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
The host, exactly as it was configured with SdkHttpRequest.Builder.host(String).
host(String) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Configure a SdkHttpRequest.host() to be used in the created HTTP request.
host() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest
Returns the host that should be communicated with.
host() - Method in class com.ibm.cos.v2.http.urlconnection.ProxyConfiguration
Returns the proxy host name either from the configured endpoint or from the "http.proxyHost" system property if ProxyConfiguration.Builder.useSystemPropertyValues(Boolean) is set to true.
host() - Method in class com.ibm.cos.v2.utils.internal.proxy.ProxyEnvironmentVariableConfigProvider
 
host() - Method in class com.ibm.cos.v2.utils.internal.proxy.ProxySystemPropertyConfigProvider
 
host() - Method in interface com.ibm.cos.v2.utils.ProxyConfigProvider
Gets the proxy host.
hostLabel() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.IsValidHostLabel
 
hostLabel() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.IsVirtualHostableS3Bucket
 
hostname(ServiceEndpointKey, Map<ServiceEndpointKey, String>, Map<Pair<String, PartitionEndpointKey>, String>) - Static method in class com.ibm.cos.v2.regions.internal.util.ServiceMetadataUtils
 
hostname(PartitionEndpointKey) - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsCnPartitionMetadata
 
hostname(PartitionEndpointKey) - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsEuscPartitionMetadata
 
hostname(PartitionEndpointKey) - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoBPartitionMetadata
 
hostname(PartitionEndpointKey) - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoEPartitionMetadata
 
hostname(PartitionEndpointKey) - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoFPartitionMetadata
 
hostname(PartitionEndpointKey) - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoPartitionMetadata
 
hostname(PartitionEndpointKey) - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsPartitionMetadata
 
hostname(PartitionEndpointKey) - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsUsGovPartitionMetadata
 
hostname() - Method in interface com.ibm.cos.v2.regions.PartitionMetadata
Returns the hostname pattern, such as {service}.{region}.{dnsSuffix} for this partition.
hostname(PartitionEndpointKey) - Method in interface com.ibm.cos.v2.regions.PartitionMetadata
Returns the hostname pattern, such as {service}.{region}.{dnsSuffix} for this partition.
hostName(String) - Method in interface com.ibm.cos.v2.services.s3.model.Redirect.Builder
The host name to use in the redirect request.
hostName() - Method in class com.ibm.cos.v2.services.s3.model.Redirect
The host name to use in the redirect request.
hostName(String) - Method in interface com.ibm.cos.v2.services.s3.model.RedirectAllRequestsTo.Builder
Name of the host where requests are redirected.
hostName() - Method in class com.ibm.cos.v2.services.s3.model.RedirectAllRequestsTo
Name of the host where requests are redirected.
HostnameValidator - Class in com.ibm.cos.v2.utils
 
hostPrefixExpression() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
hostPrefixExpression(String) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
Sets the resolved host prefix expression that will be added as a prefix to the original endpoint.
HTTP - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
Http1TunnelConnectionPool - Class in com.ibm.cos.v2.http.nio.netty.internal
Connection pool that knows how to establish a tunnel using the HTTP CONNECT method.
Http1TunnelConnectionPool(EventLoop, ChannelPool, SslContext, URI, String, String, URI, ChannelPoolHandler, NettyConfiguration) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.Http1TunnelConnectionPool
 
Http1TunnelConnectionPool(EventLoop, ChannelPool, SslContext, URI, URI, ChannelPoolHandler, NettyConfiguration) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.Http1TunnelConnectionPool
 
HTTP2_CONNECTION - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.ChannelAttributeKey
 
HTTP2_CONNECTION_PING_TIMEOUT_SECONDS - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
HTTP2_FRAME_STREAM - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.ChannelAttributeKey
The Http2FrameStream associated with this stream channel.
HTTP2_INITIAL_WINDOW_SIZE - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.ChannelAttributeKey
 
HTTP2_MULTIPLEXED_CHANNEL_POOL - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.ChannelAttributeKey
Reference to Http2MultiplexedChannelPool which stores information about leased streams for a multiplexed connection.
Http2Configuration - Class in com.ibm.cos.v2.http.nio.netty
Configuration specific to HTTP/2 connections.
http2Configuration(Http2Configuration) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
Set the HTTP/2 specific configuration for this client.
http2Configuration(Consumer<Http2Configuration.Builder>) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
Set the HTTP/2 specific configuration for this client.
Http2Configuration.Builder - Interface in com.ibm.cos.v2.http.nio.netty
 
Http2GoAwayEventListener - Class in com.ibm.cos.v2.http.nio.netty.internal.http2
Handles Http2GoAwayFrames sent on a connection.
Http2GoAwayEventListener(Channel) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2GoAwayEventListener
 
Http2Metric - Class in com.ibm.cos.v2.http
Metrics collected by HTTP clients for HTTP/2 operations.
Http2MultiplexedChannelPool - Class in com.ibm.cos.v2.http.nio.netty.internal.http2
ChannelPool implementation that handles multiplexed streams.
Http2PingHandler - Class in com.ibm.cos.v2.http.nio.netty.internal.http2
Attached to a Channel to periodically check the health of HTTP2 connections via PING frames.
Http2PingHandler(int) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2PingHandler
 
Http2ResetSendingSubscription - Class in com.ibm.cos.v2.http.nio.netty.internal.http2
Wrapper around a Subscription to send a RST_STREAM frame on cancel.
Http2ResetSendingSubscription(ChannelHandlerContext, Subscription) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2ResetSendingSubscription
 
Http2SettingsFrameHandler - Class in com.ibm.cos.v2.http.nio.netty.internal.http2
Configure channel based on the Http2SettingsFrame received from server
Http2SettingsFrameHandler(Channel, long, AtomicReference<ChannelPool>) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2SettingsFrameHandler
 
Http2StreamExceptionHandler - Class in com.ibm.cos.v2.http.nio.netty.internal.http2
Exception Handler for errors on the Http2 streams.
Http2ToHttpInboundAdapter - Class in com.ibm.cos.v2.http.nio.netty.internal.http2
Converts Http2Frames to HttpObjects.
Http2ToHttpInboundAdapter() - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2ToHttpInboundAdapter
 
Http2ToHttpInboundAdapter.Http2ResetException - Exception in com.ibm.cos.v2.http.nio.netty.internal.http2
 
HTTP_CHECKSUM - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
Key to indicate if the Http Checksums that are valid for an operation.
HTTP_CHECKSUM_HEADER_PREFIX - Static variable in class com.ibm.cos.v2.core.HttpChecksumConstant
 
HTTP_CHECKSUM_HEADER_PREFIX - Static variable in class com.ibm.cos.v2.services.s3.internal.handlers.LegacyMd5ExecutionInterceptor
 
HTTP_CHECKSUM_REQUIRED - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
 
HTTP_CHECKSUM_VALIDATION_ALGORITHM - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
HTTP_CHECKSUM_VALIDATION_ALGORITHM_V2 - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
The algorithm used for checksum validation of a response.
HTTP_CHECKSUM_VALUE - Static variable in class com.ibm.cos.v2.core.HttpChecksumConstant
 
HTTP_CLIENT_CONFIG - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
Configuration that should be used to build the SdkClientOption.SYNC_HTTP_CLIENT or SdkClientOption.ASYNC_HTTP_CLIENT.
HTTP_CLIENT_NAME - Static variable in class com.ibm.cos.v2.http.HttpMetric
The name of the HTTP client.
HTTP_EXTRA_HEADERS - Static variable in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory
Attribute for a protocol to configure extra headers for the operation.
HTTP_RESPONSE_CHECKSUM_VALIDATION - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
Provides the status of ChecksumValidation performed on the response.
HTTP_STATUS_CODE - Static variable in class com.ibm.cos.v2.http.HttpMetric
The status code of the HTTP response.
HttpAuthAwsCrt - Class in com.ibm.cos.v2.http.auth.aws.crt
This is a place-holder class for this module, http-auth-aws-crt.
HttpAuthAwsCrt() - Constructor for class com.ibm.cos.v2.http.auth.aws.crt.HttpAuthAwsCrt
 
HttpAuthAwsEventStream - Class in com.ibm.cos.v2.http.auth.aws.eventstream
This is a place-holder class for this module, http-auth-aws-eventstream.
HttpAuthAwsEventStream() - Constructor for class com.ibm.cos.v2.http.auth.aws.eventstream.HttpAuthAwsEventStream
 
HttpChecksum - Class in com.ibm.cos.v2.core.interceptor.trait
 
HttpChecksum.Builder - Class in com.ibm.cos.v2.core.interceptor.trait
 
HttpChecksumConstant - Class in com.ibm.cos.v2.core
Defines all the constants that are used while adding and validating Http checksum for an operation.
httpChecksumHeader(String) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
 
HttpChecksumRequired - Class in com.ibm.cos.v2.core.interceptor.trait
 
HttpChecksumResolver - Class in com.ibm.cos.v2.core.internal.util
Class to resolve the different Checksums specs from ExecutionAttributes.
HttpChecksumStage - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Stage to implement the "httpChecksum" and "httpChecksumRequired" C2J traits, and flexible checksums.
HttpChecksumStage(ClientType) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.HttpChecksumStage
 
HttpChecksumUtils - Class in com.ibm.cos.v2.core.internal.util
 
HttpChecksumValidationInterceptor - Class in com.ibm.cos.v2.core.internal.interceptor
Interceptor to intercepts Sync and Async responses.
HttpChecksumValidationInterceptor() - Constructor for class com.ibm.cos.v2.core.internal.interceptor.HttpChecksumValidationInterceptor
 
httpClient(SdkAsyncHttpClient) - Method in interface com.ibm.cos.v2.core.client.builder.SdkAsyncClientBuilder
Sets the SdkAsyncHttpClient that the SDK service client will use to make HTTP calls.
httpClient(SdkHttpClient) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
httpClient(SdkAsyncHttpClient) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
httpClient(SdkHttpClient) - Method in interface com.ibm.cos.v2.core.client.builder.SdkSyncClientBuilder
Sets the SdkHttpClient that the SDK service client will use to make HTTP calls.
httpClientBuilder(SdkAsyncHttpClient.Builder) - Method in interface com.ibm.cos.v2.core.client.builder.SdkAsyncClientBuilder
Sets a custom HTTP client builder that will be used to obtain a configured instance of SdkAsyncHttpClient.
httpClientBuilder(SdkHttpClient.Builder) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
httpClientBuilder(SdkAsyncHttpClient.Builder) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
httpClientBuilder(SdkHttpClient.Builder) - Method in interface com.ibm.cos.v2.core.client.builder.SdkSyncClientBuilder
Sets a SdkHttpClient.Builder that will be used to obtain a configured instance of SdkHttpClient.
httpClientDependencies(HttpClientDependencies) - Method in interface com.ibm.cos.v2.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
 
httpClientDependencies() - Method in interface com.ibm.cos.v2.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
 
httpClientDependencies(Consumer<HttpClientDependencies.Builder>) - Method in interface com.ibm.cos.v2.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
 
httpClientDependencies(HttpClientDependencies) - Method in interface com.ibm.cos.v2.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
 
httpClientDependencies() - Method in interface com.ibm.cos.v2.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
 
httpClientDependencies(Consumer<HttpClientDependencies.Builder>) - Method in interface com.ibm.cos.v2.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
 
HttpClientDependencies - Class in com.ibm.cos.v2.core.internal.http
Client scoped dependencies of AmazonSyncHttpClient and AmazonAsyncHttpClient.
HttpClientDependencies.Builder - Class in com.ibm.cos.v2.core.internal.http
HttpCredentialsProvider - Interface in com.ibm.cos.v2.auth.credentials
A base for many credential providers within the SDK that rely on calling a remote HTTP endpoint to refresh credentials.
HttpCredentialsProvider.Builder<TypeToBuildT extends HttpCredentialsProvider,BuilderT extends HttpCredentialsProvider.Builder<?,?>> - Interface in com.ibm.cos.v2.auth.credentials
 
httpErrorCodeReturnedEquals(String) - Method in interface com.ibm.cos.v2.services.s3.model.Condition.Builder
The HTTP error code when the redirect is applied.
httpErrorCodeReturnedEquals() - Method in class com.ibm.cos.v2.services.s3.model.Condition
The HTTP error code when the redirect is applied.
HttpExecuteRequest - Class in com.ibm.cos.v2.http
Request object containing the parameters necessary to make a synchronous HTTP request.
HttpExecuteRequest.Builder - Interface in com.ibm.cos.v2.http
 
HttpExecuteResponse - Class in com.ibm.cos.v2.http
 
HttpExecuteResponse.Builder - Interface in com.ibm.cos.v2.http
 
httpExecutionAttributes(SdkHttpExecutionAttributes) - Method in interface com.ibm.cos.v2.http.async.AsyncExecuteRequest.Builder
Sets the additional HTTP execution attributes collection for this request.
httpExecutionAttributes() - Method in class com.ibm.cos.v2.http.async.AsyncExecuteRequest
 
httpMethod(SdkHttpMethod) - Method in class com.ibm.cos.v2.protocols.core.OperationInfo.Builder
 
httpMethod() - Method in class com.ibm.cos.v2.protocols.core.OperationInfo
 
HttpMetric - Class in com.ibm.cos.v2.http
Metrics collected by HTTP clients for HTTP/1 and HTTP/2 operations.
HttpOrHttp2ChannelPool - Class in com.ibm.cos.v2.http.nio.netty.internal.http2
Channel pool that establishes an initial connection to determine protocol.
HttpOrHttp2ChannelPool(ChannelPool, EventLoopGroup, int, NettyConfiguration) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.http2.HttpOrHttp2ChannelPool
 
httpRedirectCode(String) - Method in interface com.ibm.cos.v2.services.s3.model.Redirect.Builder
The HTTP redirect code to use on the response.
httpRedirectCode() - Method in class com.ibm.cos.v2.services.s3.model.Redirect
The HTTP redirect code to use on the response.
httpRequest(SdkHttpRequest) - Method in interface com.ibm.cos.v2.awscore.presigner.PresignedRequest.Builder
Configure the entire SigV4 query-parameter signed request (minus the payload), that can be transmitted as-is to a service using any HTTP client that implement the SDK's HTTP client SPI.
httpRequest(SdkHttpRequest) - Method in class com.ibm.cos.v2.awscore.presigner.PresignedRequest.DefaultBuilder
 
httpRequest() - Method in class com.ibm.cos.v2.awscore.presigner.PresignedRequest
The entire SigV4 query-parameter signed request (minus the payload), that can be transmitted as-is to a service using any HTTP client that implement the SDK's HTTP client SPI.
httpRequest() - Method in interface com.ibm.cos.v2.core.interceptor.Context.AfterMarshalling
The SdkHttpRequest that was created as a result of marshalling the Context.BeforeExecution.request().
httpRequest() - Method in interface com.ibm.cos.v2.core.interceptor.Context.FailedExecution
The latest version of the SdkHttpRequest available when the execution failed.
httpRequest(SdkHttpRequest) - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext.Builder
 
httpRequest() - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext
 
httpRequest() - Method in class com.ibm.cos.v2.core.internal.interceptor.DefaultFailedExecutionContext
 
httpRequest() - Method in class com.ibm.cos.v2.http.HttpExecuteRequest
 
httpRequest(SdkHttpRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedAbortMultipartUploadRequest.Builder
 
httpRequest(SdkHttpRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedCompleteMultipartUploadRequest.Builder
 
httpRequest(SdkHttpRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedCreateMultipartUploadRequest.Builder
 
httpRequest(SdkHttpRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedDeleteObjectRequest.Builder
 
httpRequest(SdkHttpRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedGetObjectRequest.Builder
 
httpRequest(SdkHttpRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedPutObjectRequest.Builder
 
httpRequest(SdkHttpRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedUploadPartRequest.Builder
 
HttpResourcesUtils - Class in com.ibm.cos.v2.regions.util
 
httpResponse() - Method in interface com.ibm.cos.v2.core.interceptor.Context.AfterTransmission
The HTTP response returned by the service with which the SDK is communicating.
httpResponse() - Method in interface com.ibm.cos.v2.core.interceptor.Context.FailedExecution
The latest version of the SdkHttpResponse available when the execution failed.
httpResponse(SdkHttpResponse) - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext.Builder
 
httpResponse() - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext
 
httpResponse() - Method in class com.ibm.cos.v2.core.internal.interceptor.DefaultFailedExecutionContext
 
httpResponse(SdkHttpFullResponse) - Method in class com.ibm.cos.v2.core.Response.Builder
The HTTP response that was received by the SDK prior to determining the result.
httpResponse() - Method in class com.ibm.cos.v2.core.Response
The HTTP response that was received by the SDK prior to determining the result.
httpResponse() - Method in class com.ibm.cos.v2.http.HttpExecuteResponse
 
HttpResponseHandler<T> - Interface in com.ibm.cos.v2.core.http
Responsible for handling an HTTP response and returning an object of type T.
httpRoutePlanner(HttpRoutePlanner) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
Configuration that defines an HTTP route planner that computes the route an HTTP request should take.
HTTPS - Static variable in interface com.ibm.cos.v2.utils.ProxyConfigProvider
Constant representing the HTTPS scheme.
HttpSigner<IdentityT extends Identity> - Interface in com.ibm.cos.v2.http.auth.spi.signer
Interface for the process of modifying a request destined for a service so that the service can authenticate the SDK customer’s identity.
httpStatusCode(Integer) - Method in class com.ibm.cos.v2.core.retry.RetryPolicyContext.Builder
 
httpStatusCode() - Method in class com.ibm.cos.v2.core.retry.RetryPolicyContext
 
HttpStatusCode - Class in com.ibm.cos.v2.http
Constants for common HTTP status codes.
httpStatusCode(Integer) - Method in class com.ibm.cos.v2.protocols.core.ExceptionMetadata.Builder
 
httpStatusCode() - Method in class com.ibm.cos.v2.protocols.core.ExceptionMetadata
Returns the http status code for the exception.
HttpStatusFamily - Enum in com.ibm.cos.v2.http
The set of HTTP status families defined by the standard.
HttpStreamsClientHandler - Class in com.ibm.cos.v2.http.nio.netty.internal.nrs
Handler that converts written StreamedHttpRequest messages into HttpRequest messages followed by HttpContent messages and reads HttpResponse messages followed by HttpContent messages and produces StreamedHttpResponse messages.
HttpStreamsClientHandler() - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.nrs.HttpStreamsClientHandler
 
HttpToHttp2OutboundAdapter - Class in com.ibm.cos.v2.http.nio.netty.internal.http2
Translates HTTP/1.1 Netty objects to the corresponding HTTP/2 frame objects.
HttpToHttp2OutboundAdapter() - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.http2.HttpToHttp2OutboundAdapter
 

I

IAM_AUTH_TOKEN - Static variable in class com.ibm.cos.v2.identity.spi.internal.IBMIamAuthProperties
 
IAM_CREDENTIALS - Static variable in class com.ibm.cos.v2.auth.credentials.ibmOAuth.IBMSignerExecutionAttribute
 
IAM_ENDPOINT - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
Global variable IAM Endpoint
iamCredentials(IBMOAuthIdentity) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4Properties.Builder
 
iamEndpoint(String) - Method in interface com.ibm.cos.v2.core.client.builder.SdkClientBuilder
Sets the IAM endpoint to use for token retrieval by the DefaultTokenManager and the DefaultTokenProvider.
iamEndpoint(String) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
IBM Supported
IAMRequestSigner - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
 
IAMRequestSigner() - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.IAMRequestSigner
 
IBM_API_KEY_ID - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Property name for specifying the IBM API Key
IBM_IAM_APIKEY - Static variable in interface com.ibm.cos.v2.http.auth.aws.signer.AwsV4FamilyHttpSigner
 
IBM_IAM_SERVICEINSTANCEID - Static variable in interface com.ibm.cos.v2.http.auth.aws.signer.AwsV4FamilyHttpSigner
 
IBM_PROTECTION_MANAGEMENT_STATE - Static variable in class com.ibm.cos.v2.awscore.util.AwsHeader
IBM Supported
IBM_PROTECTION_MANAGEMENT_STATE_HEADER - Static variable in interface com.ibm.cos.v2.core.http.HttpResponseHandler
IBM Supported: IBM Protection Management header
IBM_SERVICE_INSTANCE_ID - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
IBM Supported
IBM_SERVICE_INSTANCE_ID - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Property name for specifying the IBM Service Instance ID
IBM_SSE_KP_CUSTOMER_ROOT_KEY_CRN - Static variable in class com.ibm.cos.v2.services.s3.transform.CreateBucketRequestMarshaller
 
IBM_SSE_KP_ENCRYPTION_ALGORITHM - Static variable in class com.ibm.cos.v2.services.s3.transform.CreateBucketRequestMarshaller
 
IBMAclGrantee - Class in com.ibm.cos.v2.services.s3.model
This is a helper class provides predefined group grantees for commonly used ACLs
IBMIamAuthProperties - Class in com.ibm.cos.v2.identity.spi.internal
 
IBMIamAuthSchemeParams - Interface in com.ibm.cos.v2.http.auth.spi.internal.scheme
 
IBMIamAuthSchemeParams.Builder - Interface in com.ibm.cos.v2.http.auth.spi.internal.scheme
 
IBMInternalFlag - Class in com.ibm.cos.v2
 
IBMInternalFlag() - Constructor for class com.ibm.cos.v2.IBMInternalFlag
 
IBMOAuthCredentials - Interface in com.ibm.cos.v2.auth.credentials.ibmOAuth
IBM OAuth Credentials interface.
IBMOAuthIdentity - Interface in com.ibm.cos.v2.identity.spi.internal
 
IBMOAuthIdentity.Builder - Interface in com.ibm.cos.v2.identity.spi.internal
 
IBMOAuthSigner - Interface in com.ibm.cos.v2.http.auth.aws.signer
 
ibmProtectionManagementState() - Method in class com.ibm.cos.v2.awscore.AwsResponseMetadata
IBM Supported Returns the IBM Protection Management State contained in this response metadata object.
ibmRestoredCopyStorageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
 
ibmRestoredCopyStorageClass() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
IBM-specific
IBMSignerExecutionAttribute - Class in com.ibm.cos.v2.auth.credentials.ibmOAuth
Execution attribute that contains the IBMOAuthCredentials to be used when signing requests with the IBMOAuthSigner.
IBMSignerExecutionAttribute() - Constructor for class com.ibm.cos.v2.auth.credentials.ibmOAuth.IBMSignerExecutionAttribute
 
ibmSSEKMSCustomerRootKeyCrn(String) - Method in interface com.ibm.cos.v2.services.s3.model.EncryptionType.Builder
Set the IBMSSEKMSCustomerRootKeyCrn.
ibmSseKmsCustomerRootKeyCrn() - Method in class com.ibm.cos.v2.services.s3.model.EncryptionType
return the IBMSSEKMSCustomerRootKeyCrn header value
ibmSSEKPCrk(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Sets the CRK value
ibmSSEKPCrk() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Indicates the CRK header of the HEAD request
IBMSSEKPCrk(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadBucketResponse.Builder
Sets the CRK value
IBMSSEKPCrk() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
Indicates the CRK header of the HEAD request
ibmSSEKPEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Sets if KP is enabled
ibmSSEKPEnabled() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Indicates whether key protect has been enabled on bucket.
IBMSSEKPEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.HeadBucketResponse.Builder
Sets if KP is enabled
IBMSSEKPEnabled() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
Indicates whether key protect has been enabled on bucket.
ibmTransition(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
 
ibmTransition() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
IBM-specific
id() - Method in class com.ibm.cos.v2.regions.EndpointTag
 
id() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsCnPartitionMetadata
 
id() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsEuscPartitionMetadata
 
id() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoBPartitionMetadata
 
id() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoEPartitionMetadata
 
id() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoFPartitionMetadata
 
id() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoPartitionMetadata
 
id() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsPartitionMetadata
 
id() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsUsGovPartitionMetadata
 
id() - Method in interface com.ibm.cos.v2.regions.PartitionMetadata
Returns the identifier for this partition, such as aws.
id() - Method in class com.ibm.cos.v2.regions.Region
 
id() - Method in class com.ibm.cos.v2.regions.regionmetadata.AfSouth1
 
id() - Method in interface com.ibm.cos.v2.regions.RegionMetadata
The unique system ID for this region; ex: "us-east-1".
id() - Method in class com.ibm.cos.v2.regions.RegionScope
Gets the string representation of this region scope.
ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.BooleanEqualsFn
 
ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr
 
ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.IsSet
 
ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.IsValidHostLabel
 
ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.IsVirtualHostableS3Bucket
 
ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Not
 
ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseArn
 
ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseUrl
 
id(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partition.Builder
 
id() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partition
 
ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.PartitionFn
 
ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.StringEqualsFn
 
ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Substring
 
ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.UriEncodeFn
 
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration.Builder
The ID that identifies the analytics configuration.
id() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration
The ID that identifies the analytics configuration.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.CORSRule.Builder
Unique identifier for the rule.
id() - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
Unique identifier for the rule.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest.Builder
The ID that identifies the analytics configuration.
id() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest
The ID that identifies the analytics configuration.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationRequest.Builder
The ID used to identify the S3 Intelligent-Tiering configuration.
id() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationRequest
The ID used to identify the S3 Intelligent-Tiering configuration.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest.Builder
The ID used to identify the inventory configuration.
id() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest
The ID used to identify the inventory configuration.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest.Builder
The ID used to identify the metrics configuration.
id() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest
The ID used to identify the metrics configuration.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest.Builder
The ID that identifies the analytics configuration.
id() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest
The ID that identifies the analytics configuration.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationRequest.Builder
The ID used to identify the S3 Intelligent-Tiering configuration.
id() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationRequest
The ID used to identify the S3 Intelligent-Tiering configuration.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest.Builder
The ID used to identify the inventory configuration.
id() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest
The ID used to identify the inventory configuration.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest.Builder
The ID used to identify the metrics configuration.
id() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest
The ID used to identify the metrics configuration.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.Grantee.Builder
The canonical user ID of the grantee.
id() - Method in class com.ibm.cos.v2.services.s3.model.Grantee
The canonical user ID of the grantee.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.Initiator.Builder
If the principal is an Amazon Web Services account, it provides the Canonical User ID.
id() - Method in class com.ibm.cos.v2.services.s3.model.Initiator
If the principal is an Amazon Web Services account, it provides the Canonical User ID.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration.Builder
The ID used to identify the S3 Intelligent-Tiering configuration.
id() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration
The ID used to identify the S3 Intelligent-Tiering configuration.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryConfiguration.Builder
The ID used to identify the inventory configuration.
id() - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
The ID used to identify the inventory configuration.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration.Builder
Sets the value of the Id property for this object.
id() - Method in class com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration
Returns the value of the Id property for this object.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.LegalHold.Builder
 
id() - Method in class com.ibm.cos.v2.services.s3.model.LegalHold
 
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
Unique identifier for the rule.
id() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
Unique identifier for the rule.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.MetricsConfiguration.Builder
The ID used to identify the metrics configuration.
id() - Method in class com.ibm.cos.v2.services.s3.model.MetricsConfiguration
The ID used to identify the metrics configuration.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.Owner.Builder
Container for the ID of the owner.
id() - Method in class com.ibm.cos.v2.services.s3.model.Owner
Container for the ID of the owner.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest.Builder
The ID that identifies the analytics configuration.
id() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest
The ID that identifies the analytics configuration.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest.Builder
The ID used to identify the S3 Intelligent-Tiering configuration.
id() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest
The ID used to identify the S3 Intelligent-Tiering configuration.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest.Builder
The ID used to identify the inventory configuration.
id() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest
The ID used to identify the inventory configuration.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest.Builder
The ID used to identify the metrics configuration.
id() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest
The ID used to identify the metrics configuration.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.QueueConfiguration.Builder
Sets the value of the Id property for this object.
id() - Method in class com.ibm.cos.v2.services.s3.model.QueueConfiguration
Returns the value of the Id property for this object.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRule.Builder
A unique identifier for the rule.
id() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
A unique identifier for the rule.
id(String) - Method in interface com.ibm.cos.v2.services.s3.model.TopicConfiguration.Builder
Sets the value of the Id property for this object.
id() - Method in class com.ibm.cos.v2.services.s3.model.TopicConfiguration
Returns the value of the Id property for this object.
idempotencyToken() - Static method in class com.ibm.cos.v2.core.traits.DefaultValueTrait
Creates a precanned DefaultValueTrait using the idempotency token generation which creates a new UUID if a field is null.
IdempotentAsyncResponseHandler<T,R> - Class in com.ibm.cos.v2.core.internal.http
Wrapper for a TransformingAsyncResponseHandler that allows attachment to an external scope and given a way of evaluating whether that scope has changed or not will only allow prepare() to be called on its delegate once per state change and will cache and reserve the future that is returned by the delegate the rest of the time.
IdempotentUtils - Class in com.ibm.cos.v2.core.util
Utility class to manage idempotency token
Identifier - Class in com.ibm.cos.v2.services.s3.endpoints.internal
Identifiers for variables declared within the rule engine, e.g.
Identifier(String) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Identifier
 
identifiers(Map<String, String>) - Method in interface com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRequest.Builder
Specifies a map containing a set identifiers mapped to the name of the field in the request.
identifiers() - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRequest
 
identity() - Method in class com.ibm.cos.v2.core.SelectedAuthScheme
 
identity(IdentityT) - Method in interface com.ibm.cos.v2.http.auth.spi.signer.BaseSignRequest.Builder
Set the identity of the request.
identity() - Method in interface com.ibm.cos.v2.http.auth.spi.signer.BaseSignRequest
Returns the identity.
Identity - Interface in com.ibm.cos.v2.identity.spi
Interface to represent who is using the SDK, i.e., the identity of the caller, used for authentication.
identity(AwsCredentialsIdentity) - Method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressIdentityKey.Builder
 
identity() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressIdentityKey
 
IDENTITY_PROVIDERS - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The IdentityProviders configured on the client.
IDENTITY_PROVIDERS - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The IdentityProviders for a request.
identityProperty(IdentityProperty<T>) - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultAuthSchemeOption
 
identityProperty(IdentityProperty<T>) - Method in interface com.ibm.cos.v2.http.auth.spi.scheme.AuthSchemeOption
Retrieve the value of an IdentityProperty.
IdentityProperty<T> - Class in com.ibm.cos.v2.identity.spi
A strongly-typed property for input to an IdentityProvider.
identityProvider(IdentityProviders) - Method in class com.ibm.cos.v2.http.auth.aws.internal.scheme.DefaultAwsV4AuthScheme
 
identityProvider(IdentityProviders) - Method in interface com.ibm.cos.v2.http.auth.aws.scheme.AwsV4AuthScheme
Retrieve the AwsCredentialsIdentity based IdentityProvider associated with this authentication scheme.
identityProvider(IdentityProviders) - Method in class com.ibm.cos.v2.http.auth.internal.scheme.DefaultBearerAuthScheme
 
identityProvider(IdentityProviders) - Method in class com.ibm.cos.v2.http.auth.internal.scheme.DefaultNoAuthAuthScheme
 
identityProvider(IdentityProviders) - Method in interface com.ibm.cos.v2.http.auth.scheme.BearerAuthScheme
Retrieve the TokenIdentity based IdentityProvider associated with this authentication scheme.
identityProvider(IdentityProviders) - Method in interface com.ibm.cos.v2.http.auth.scheme.NoAuthAuthScheme
Retrieve the NoAuthAuthScheme.AnonymousIdentity based IdentityProvider associated with this authentication scheme.
identityProvider(IdentityProviders) - Method in interface com.ibm.cos.v2.http.auth.spi.scheme.AuthScheme
Retrieve the identity provider associated with this authentication scheme.
IdentityProvider<IdentityT extends Identity> - Interface in com.ibm.cos.v2.identity.spi
Interface for loading Identity that is used for authentication.
identityProvider(Class<T>) - Method in interface com.ibm.cos.v2.identity.spi.IdentityProviders
Retrieve an identity provider for the provided identity type.
identityProvider(Class<T>) - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultIdentityProviders
 
identityProvider(IdentityProviders) - Method in class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressAuthScheme
 
identityProvider(IdentityProviders) - Method in interface com.ibm.cos.v2.services.s3.s3express.S3ExpressAuthScheme
Retrieve the AwsCredentialsIdentity based IdentityProvider associated with this authentication scheme.
IdentityProviderNameMapping - Enum in com.ibm.cos.v2.core.internal.useragent
A enum class representing a short form of identity providers to record in the UA string.
IdentityProviders - Interface in com.ibm.cos.v2.identity.spi
An interface to allow retrieving an IdentityProvider based on the identity type.
IdentityProviders.Builder - Interface in com.ibm.cos.v2.identity.spi
A builder for a IdentityProviders.
identityType() - Method in interface com.ibm.cos.v2.auth.credentials.AwsCredentialsProvider
 
identityType() - Method in interface com.ibm.cos.v2.auth.token.credentials.SdkTokenProvider
 
identityType() - Method in interface com.ibm.cos.v2.identity.spi.IdentityProvider
Retrieve the class of identity this identity provider produces.
identityType() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressIdentityProvider
 
IdleConnectionCountingChannelPool - Class in com.ibm.cos.v2.http.nio.netty.internal
A channel pool implementation that tracks the number of "idle" channels in an underlying channel pool.
IdleConnectionCountingChannelPool(EventExecutor, ChannelPool) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.IdleConnectionCountingChannelPool
 
IdleConnectionReaper - Class in com.ibm.cos.v2.http.apache.internal.conn
Manages the reaping of idle connections.
IdleConnectionReaperHandler - Class in com.ibm.cos.v2.http.nio.netty.internal
A handler that closes unused channels that have not had any traffic on them for a configurable amount of time.
IdleConnectionReaperHandler(int) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.IdleConnectionReaperHandler
 
idleTimeoutMillis() - Method in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
ifMatch(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
Uploads the object only if the ETag (entity tag) value provided during the WRITE operation matches the ETag of the object in S3.
ifMatch() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
Uploads the object only if the ETag (entity tag) value provided during the WRITE operation matches the ETag of the object in S3.
ifMatch(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectRequest.Builder
The If-Match header field makes the request method conditional on ETags.
ifMatch() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
The If-Match header field makes the request method conditional on ETags.
ifMatch(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Return the object only if its entity tag (ETag) is the same as the one specified in this header; otherwise, return a 412 Precondition Failed error.
ifMatch() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Return the object only if its entity tag (ETag) is the same as the one specified in this header; otherwise, return a 412 Precondition Failed error.
ifMatch(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Return the object only if its entity tag (ETag) is the same as the one specified; otherwise, return a 412 (precondition failed) error.
ifMatch() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Return the object only if its entity tag (ETag) is the same as the one specified; otherwise, return a 412 (precondition failed) error.
ifMatch(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Uploads the object only if the ETag (entity tag) value provided during the WRITE operation matches the ETag of the object in S3.
ifMatch() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Uploads the object only if the ETag (entity tag) value provided during the WRITE operation matches the ETag of the object in S3.
ifMatchInitiatedTime(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest.Builder
If present, this header aborts an in progress multipart upload only if it was initiated on the provided timestamp.
ifMatchInitiatedTime() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
If present, this header aborts an in progress multipart upload only if it was initiated on the provided timestamp.
ifMatchLastModifiedTime(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectRequest.Builder
If present, the object is deleted only if its modification times matches the provided Timestamp.
ifMatchLastModifiedTime() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
If present, the object is deleted only if its modification times matches the provided Timestamp.
ifMatchSize(Long) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectRequest.Builder
If present, the object is deleted only if its size matches the provided size in bytes.
ifMatchSize() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
If present, the object is deleted only if its size matches the provided size in bytes.
ifMetricsAreEnabled(MetricCollector, Consumer<MetricCollector>) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.NettyRequestMetrics
 
ifModifiedSince(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Return the object only if it has been modified since the specified time; otherwise, return a 304 Not Modified error.
ifModifiedSince() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Return the object only if it has been modified since the specified time; otherwise, return a 304 Not Modified error.
ifModifiedSince(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Return the object only if it has been modified since the specified time; otherwise, return a 304 (not modified) error.
ifModifiedSince() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Return the object only if it has been modified since the specified time; otherwise, return a 304 (not modified) error.
ifNoneMatch(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
Uploads the object only if the object key name does not already exist in the bucket specified.
ifNoneMatch() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
Uploads the object only if the object key name does not already exist in the bucket specified.
ifNoneMatch(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Return the object only if its entity tag (ETag) is different from the one specified in this header; otherwise, return a 304 Not Modified error.
ifNoneMatch() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Return the object only if its entity tag (ETag) is different from the one specified in this header; otherwise, return a 304 Not Modified error.
ifNoneMatch(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Return the object only if its entity tag (ETag) is different from the one specified; otherwise, return a 304 (not modified) error.
ifNoneMatch() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Return the object only if its entity tag (ETag) is different from the one specified; otherwise, return a 304 (not modified) error.
ifNoneMatch(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Uploads the object only if the object key name does not already exist in the bucket specified.
ifNoneMatch() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Uploads the object only if the object key name does not already exist in the bucket specified.
ifUnmodifiedSince(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Return the object only if it has not been modified since the specified time; otherwise, return a 412 Precondition Failed error.
ifUnmodifiedSince() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Return the object only if it has not been modified since the specified time; otherwise, return a 412 Precondition Failed error.
ifUnmodifiedSince(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Return the object only if it has not been modified since the specified time; otherwise, return a 412 (precondition failed) error.
ifUnmodifiedSince() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Return the object only if it has not been modified since the specified time; otherwise, return a 412 (precondition failed) error.
ignoreDataTypeConversionFailures() - Method in class com.ibm.cos.v2.core.SdkField
 
ignorePublicAcls(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration.Builder
Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket.
ignorePublicAcls() - Method in class com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration
Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket.
ignoringException(Class<? extends Throwable>...) - Method in class com.ibm.cos.v2.testutils.Waiter
Define the exception types that should be ignored if the thing we are trying throws them.
IL_CENTRAL_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
ILLEGAL_LOCATION_CONSTRAINT_EXCEPTION_ERROR_CODE - Static variable in class com.ibm.cos.v2.services.s3.internal.crossregion.utils.CrossRegionUtils
 
ILoggerFactoryAdapter - Class in com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal
Adapts a normal, unshaded ILoggerFactory to the shaded ILoggerFactory.
ILoggerFactoryAdapter(ILoggerFactory) - Constructor for class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.ILoggerFactoryAdapter
 
IMarkerFactoryAdapter - Class in com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal
Adapts a normal, unshaded IMarkerFactory to the shaded IMarkerFactory.
IMarkerFactoryAdapter(IMarkerFactory) - Constructor for class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.IMarkerFactoryAdapter
 
Immediately - Class in com.ibm.cos.v2.retries.api.internal.backoff
Strategy that do not back off: retry immediately.
Immediately() - Constructor for class com.ibm.cos.v2.retries.api.internal.backoff.Immediately
 
Immutable - Annotation Type in com.ibm.cos.v2.annotations
The class to which this annotation is applied is immutable.
immutableCopyOf(ByteBuffer) - Static method in class com.ibm.cos.v2.utils.BinaryUtils
Returns an immutable copy of the given ByteBuffer.
immutableCopyOfRemaining(ByteBuffer) - Static method in class com.ibm.cos.v2.utils.BinaryUtils
Returns an immutable copy of the remaining bytes of the given ByteBuffer.
ImmutableMap<K,V> - Class in com.ibm.cos.v2.utils
An immutable map that could be built by convenient constructors.
ImmutableMap.Builder<K,V> - Class in com.ibm.cos.v2.utils
A convenient builder for creating ImmutableMap instances.
IMPLICIT_GLOBAL_REGION - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.PartitionFn
 
implicitGlobalRegion(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs.Builder
 
implicitGlobalRegion() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs
 
implicitGlobalRegion(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition.Builder
 
implicitGlobalRegion() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition
 
includedObjectVersions(String) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryConfiguration.Builder
Object versions to include in the inventory list.
includedObjectVersions(InventoryIncludedObjectVersions) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryConfiguration.Builder
Object versions to include in the inventory list.
includedObjectVersions() - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
Object versions to include in the inventory list.
includedObjectVersionsAsString() - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
Object versions to include in the inventory list.
includesLevel(MetricLevel) - Method in enum com.ibm.cos.v2.metrics.MetricLevel
 
inclusiveBetween(U, U, T, String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified argument object fall between the two inclusive values specified; otherwise, throws an exception with the specified message.
inclusiveBetween(long, long, long, String) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified primitive value falls between the two inclusive values specified; otherwise, throws an exception with the specified message.
inclusiveBetween(double, double, double, String) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified primitive value falls between the two inclusive values specified; otherwise, throws an exception with the specified message.
increaseAttempt() - Method in class com.ibm.cos.v2.retries.internal.DefaultRetryToken.Builder
Increments the current attempt count.
incrementRequestCount() - Method in class com.ibm.cos.v2.http.nio.netty.internal.ChannelDiagnostics
 
incrementResponseCount() - Method in class com.ibm.cos.v2.http.nio.netty.internal.ChannelDiagnostics
 
incrementWindow(HttpStream, int) - Method in class com.ibm.cos.v2.http.crt.internal.response.ResponseHandlerHelper
 
index(int) - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ArrayJsonNode
 
index(int) - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
When JsonNode.isArray() is true, this will return the result of asArray().get(child) if child is within bounds.
Index(int) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Part.Index
 
index() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Part.Index
 
indexDocument(IndexDocument) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse.Builder
The name of the index document for the website (for example index.html).
indexDocument(Consumer<IndexDocument.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse.Builder
The name of the index document for the website (for example index.html).
indexDocument() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse
The name of the index document for the website (for example index.html).
IndexDocument - Class in com.ibm.cos.v2.services.s3.model
Container for the Suffix element.
indexDocument(IndexDocument) - Method in interface com.ibm.cos.v2.services.s3.model.WebsiteConfiguration.Builder
The name of the index document for the website.
indexDocument(Consumer<IndexDocument.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.WebsiteConfiguration.Builder
The name of the index document for the website.
indexDocument() - Method in class com.ibm.cos.v2.services.s3.model.WebsiteConfiguration
The name of the index document for the website.
IndexDocument.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
indexOf(Object) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
INFERRED - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.PartitionFn
 
info(Object) - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Logs a message with info log level.
info(Object, Throwable) - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Logs an error with info log level.
info(String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
info(String, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
info(String, Object, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
info(String, Object...) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
info(String, Throwable) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
info(Marker, String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
info(Marker, String, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
info(Marker, String, Object, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
info(Marker, String, Object...) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
info(Marker, String, Throwable) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
info(Supplier<String>) - Method in class com.ibm.cos.v2.utils.Logger
Checks if info is enabled and if so logs the supplied message
info(Supplier<String>, Throwable) - Method in class com.ibm.cos.v2.utils.Logger
Checks if info is enabled and if so logs the supplied message and exception
init(ChannelFactory<? extends DatagramChannel>) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.DnsResolverLoader
 
initialize(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.internal.retry.RetryPolicyAdapter.Builder
 
initialize() - Method in class com.ibm.cos.v2.utils.ReflectionMethodInvoker
Initializes the method invoker by finding and caching the target method from the target class that will be used for subsequent invoke operations.
initializeCachedSupplier(CachedSupplier<?>) - Method in interface com.ibm.cos.v2.utils.cache.CachedSupplier.PrefetchStrategy
Invoked when the prefetch strategy is registered with a CachedSupplier.
initializeCachedSupplier(CachedSupplier<?>) - Method in class com.ibm.cos.v2.utils.cache.NonBlocking
 
initialResponseHandler(HttpResponseHandler<? extends ResponseT>) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
 
initialWindowSize(Integer) - Method in interface com.ibm.cos.v2.http.nio.netty.Http2Configuration.Builder
Sets initial window size of a stream.
initialWindowSize() - Method in class com.ibm.cos.v2.http.nio.netty.Http2Configuration
 
initialWindowSize(int) - Method in class com.ibm.cos.v2.http.nio.netty.internal.AwaitCloseChannelPoolMap.Builder
 
initiated(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.MultipartUpload.Builder
Date and time at which the multipart upload was initiated.
initiated() - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
Date and time at which the multipart upload was initiated.
Initiator - Class in com.ibm.cos.v2.services.s3.model
Container element that identifies who initiated the multipart upload.
initiator(Initiator) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
Container element that identifies who initiated the multipart upload.
initiator(Consumer<Initiator.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
Container element that identifies who initiated the multipart upload.
initiator() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
Container element that identifies who initiated the multipart upload.
initiator(Initiator) - Method in interface com.ibm.cos.v2.services.s3.model.MultipartUpload.Builder
Identifies who initiated the multipart upload.
initiator(Consumer<Initiator.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.MultipartUpload.Builder
Identifies who initiated the multipart upload.
initiator() - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
Identifies who initiated the multipart upload.
Initiator.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
InMemoryPublisher - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.io
Temporarily used for buffering all data into memory.
InMemoryPublisher(List<ByteBuffer>) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.io.InMemoryPublisher
 
InnerParseError - Exception in com.ibm.cos.v2.services.s3.endpoints.internal
 
InnerParseError(String) - Constructor for exception com.ibm.cos.v2.services.s3.endpoints.internal.InnerParseError
 
InputSerialization - Class in com.ibm.cos.v2.services.s3.model
Describes the serialization format of the object.
inputSerialization(InputSerialization) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
Describes the format of the data in the object that is being queried.
inputSerialization(Consumer<InputSerialization.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
Describes the format of the data in the object that is being queried.
inputSerialization() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
Describes the format of the data in the object that is being queried.
inputSerialization(InputSerialization) - Method in interface com.ibm.cos.v2.services.s3.model.SelectParameters.Builder
Describes the serialization format of the object.
inputSerialization(Consumer<InputSerialization.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.SelectParameters.Builder
Describes the serialization format of the object.
inputSerialization() - Method in class com.ibm.cos.v2.services.s3.model.SelectParameters
Describes the serialization format of the object.
InputSerialization.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
InputShutdownCheckingSslSocket - Class in com.ibm.cos.v2.http.apache.internal.net
Wrapper socket that ensures the read end of the socket is still open before performing a write().
InputShutdownCheckingSslSocket(SSLSocket) - Constructor for class com.ibm.cos.v2.http.apache.internal.net.InputShutdownCheckingSslSocket
 
inputStream(InputStream) - Method in interface com.ibm.cos.v2.core.async.AsyncRequestBodyFromInputStreamConfiguration.Builder
Configures the InputStream.
inputStream() - Method in class com.ibm.cos.v2.core.async.AsyncRequestBodyFromInputStreamConfiguration
 
inputStream - Variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream.Builder
 
inputStream(InputStream) - Method in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream.Builder
 
inputStream(InputStream) - Method in class com.ibm.cos.v2.core.internal.io.AwsCompressionInputStream.Builder
 
inputStream() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkedEncodedInputStream.Builder
 
inputStream(InputStream) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkedEncodedInputStream.Builder
 
InputStreamAdaptingHttpStreamResponseHandler - Class in com.ibm.cos.v2.http.crt.internal.response
Response handler adaptor for AwsCrtHttpClient.
InputStreamAdaptingHttpStreamResponseHandler(HttpClientConnection, CompletableFuture<SdkHttpFullResponse>) - Constructor for class com.ibm.cos.v2.http.crt.internal.response.InputStreamAdaptingHttpStreamResponseHandler
 
InputStreamAdaptingHttpStreamResponseHandler(HttpClientConnection, CompletableFuture<SdkHttpFullResponse>, SimplePublisher<ByteBuffer>) - Constructor for class com.ibm.cos.v2.http.crt.internal.response.InputStreamAdaptingHttpStreamResponseHandler
 
InputStreamConsumingPublisher - Class in com.ibm.cos.v2.utils.async
A publisher to which an InputStream can be written.
InputStreamConsumingPublisher() - Constructor for class com.ibm.cos.v2.utils.async.InputStreamConsumingPublisher
 
InputStreamResponseTransformer<ResponseT extends SdkResponse> - Class in com.ibm.cos.v2.core.internal.async
A AsyncResponseTransformer that allows performing blocking reads on the response data.
InputStreamResponseTransformer() - Constructor for class com.ibm.cos.v2.core.internal.async.InputStreamResponseTransformer
 
InputStreamSubscriber - Class in com.ibm.cos.v2.utils.async
Adapts a Subscriber to a InputStream.
InputStreamSubscriber() - Constructor for class com.ibm.cos.v2.utils.async.InputStreamSubscriber
 
InputStreamSubscriber(ByteBufferStoringSubscriber) - Constructor for class com.ibm.cos.v2.utils.async.InputStreamSubscriber
 
InputStreamUtils - Class in com.ibm.cos.v2.testutils
 
InputStreamWithExecutorAsyncRequestBody - Class in com.ibm.cos.v2.core.internal.async
A AsyncRequestBody that allows reading data off of an InputStream using a background ExecutorService.
InputStreamWithExecutorAsyncRequestBody(AsyncRequestBodyFromInputStreamConfiguration) - Constructor for class com.ibm.cos.v2.core.internal.async.InputStreamWithExecutorAsyncRequestBody
 
inScope(Supplier<U>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Scope
 
insert(String, T) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Scope
 
insert(Identifier, T) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Scope
 
insertFact(Expr, T) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Scope
 
INSTANCE - Static variable in class com.ibm.cos.v2.core.internal.http.timers.NoOpTimeoutTracker
 
INSTANCE - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.UnusedChannelExceptionHandler
 
instance() - Static method in class com.ibm.cos.v2.protocols.jsoncore.internal.NullJsonNode
 
instance() - Static method in class com.ibm.cos.v2.regions.util.HttpResourcesUtils
 
instance() - Static method in class com.ibm.cos.v2.services.s3.internal.TaggingAdapter
 
INSTANT - Static variable in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
INSTANT - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.HeaderMarshaller
 
INSTANT - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.QueryParamMarshaller
 
INSTANT - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
 
INSTANT - Static variable in class com.ibm.cos.v2.protocols.query.internal.marshall.SimpleTypeQueryMarshaller
 
INSTANT - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.HeaderMarshaller
 
INSTANT - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.QueryParamMarshaller
 
INSTANT - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlPayloadMarshaller
 
INSTANT - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.HeaderUnmarshaller
 
INSTANT - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlPayloadUnmarshaller
 
INSTANT - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonMarshaller
 
INSTANT - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonUnmarshaller
 
INSTANT_STRING_TO_VALUE - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlProtocolUnmarshaller
 
INSTANT_VALUE_TO_STRING - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonProtocolMarshaller
 
INSTANT_VALUE_TO_STRING - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlProtocolMarshaller
 
InstantToString - Class in com.ibm.cos.v2.protocols.core
Implementation of ValueToStringConverter.ValueToString that converts and Instant to a string.
INTEGER - Static variable in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
INTEGER - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.HeaderMarshaller
 
INTEGER - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.QueryParamMarshaller
 
INTEGER - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
 
INTEGER - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypePathMarshaller
 
INTEGER - Static variable in class com.ibm.cos.v2.protocols.query.internal.marshall.SimpleTypeQueryMarshaller
 
INTEGER - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.HeaderMarshaller
 
INTEGER - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.QueryParamMarshaller
 
INTEGER - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.SimpleTypePathMarshaller
 
INTEGER - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlPayloadMarshaller
 
INTEGER - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.HeaderUnmarshaller
 
INTEGER - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlPayloadUnmarshaller
 
INTEGER - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonMarshaller
 
INTEGER - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonUnmarshaller
 
IntelligentTieringAccessTier - Enum in com.ibm.cos.v2.services.s3.model
 
IntelligentTieringAndOperator - Class in com.ibm.cos.v2.services.s3.model
A container for specifying S3 Intelligent-Tiering filters.
IntelligentTieringAndOperator.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
intelligentTieringConfiguration(IntelligentTieringConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationResponse.Builder
Container for S3 Intelligent-Tiering configuration.
intelligentTieringConfiguration(Consumer<IntelligentTieringConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationResponse.Builder
Container for S3 Intelligent-Tiering configuration.
intelligentTieringConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationResponse
Container for S3 Intelligent-Tiering configuration.
IntelligentTieringConfiguration - Class in com.ibm.cos.v2.services.s3.model
Specifies the S3 Intelligent-Tiering configuration for an Amazon S3 bucket.
intelligentTieringConfiguration(IntelligentTieringConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest.Builder
Container for S3 Intelligent-Tiering configuration.
intelligentTieringConfiguration(Consumer<IntelligentTieringConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest.Builder
Container for S3 Intelligent-Tiering configuration.
intelligentTieringConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest
Container for S3 Intelligent-Tiering configuration.
IntelligentTieringConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
intelligentTieringConfigurationList(Collection<IntelligentTieringConfiguration>) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse.Builder
The list of S3 Intelligent-Tiering configurations for a bucket.
intelligentTieringConfigurationList(IntelligentTieringConfiguration...) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse.Builder
The list of S3 Intelligent-Tiering configurations for a bucket.
intelligentTieringConfigurationList(Consumer<IntelligentTieringConfiguration.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse.Builder
The list of S3 Intelligent-Tiering configurations for a bucket.
intelligentTieringConfigurationList() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse
The list of S3 Intelligent-Tiering configurations for a bucket.
IntelligentTieringFilter - Class in com.ibm.cos.v2.services.s3.model
The Filter is used to identify objects that the S3 Intelligent-Tiering configuration applies to.
IntelligentTieringFilter.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
IntelligentTieringStatus - Enum in com.ibm.cos.v2.services.s3.model
 
interceptorChain(ExecutionInterceptorChain) - Method in class com.ibm.cos.v2.core.http.ExecutionContext.Builder
 
interceptorChain() - Method in class com.ibm.cos.v2.core.http.ExecutionContext
 
interceptorChain() - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext
 
interceptorContext(InterceptorContext) - Method in class com.ibm.cos.v2.core.http.ExecutionContext.Builder
 
interceptorContext() - Method in class com.ibm.cos.v2.core.http.ExecutionContext
 
interceptorContext(InterceptorContext) - Method in class com.ibm.cos.v2.core.http.ExecutionContext
 
InterceptorContext - Class in com.ibm.cos.v2.core.interceptor
An SDK-internal implementation of Context.AfterExecution and its parent interfaces.
interceptorContext(InterceptorContext) - Method in class com.ibm.cos.v2.core.internal.interceptor.DefaultFailedExecutionContext.Builder
 
InterceptorContext.Builder - Class in com.ibm.cos.v2.core.interceptor
 
IntermediateOutpostResource - Class in com.ibm.cos.v2.services.s3.internal.resource
The intermediate outpost resource
IntermediateOutpostResource.Builder - Class in com.ibm.cos.v2.services.s3.internal.resource
 
INTERNAL_METADATA_MARKER - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
INTERNAL_SERVER_ERROR - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
INTERNAL_USER_AGENT - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
Option to specify the internal user agent.
InternalCoreExecutionAttribute - Class in com.ibm.cos.v2.core.internal
Attributes that can be applied to all sdk requests.
InternalLogApi - Interface in com.ibm.cos.v2.core.log
An SDK internal logging API, not intended for general use.
internalSignerOverride(S3Request) - Static method in class com.ibm.cos.v2.services.s3.internal.signing.S3SigningUtils
 
InterruptMonitor - Class in com.ibm.cos.v2.core.internal.http
A set of utilities for monitoring the status of the currently-executing SDK thread.
into() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Fn
 
Into<T> - Interface in com.ibm.cos.v2.services.s3.endpoints.internal
 
into() - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.Into
 
into() - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.IntoSelf
 
IntoSelf<T extends IntoSelf<T>> - Interface in com.ibm.cos.v2.services.s3.endpoints.internal
 
intValue() - Method in class com.ibm.cos.v2.core.SdkNumber
Gets the integer value of the SdkNumber.
InUseTrackingChannelPoolListener - Class in com.ibm.cos.v2.http.nio.netty.internal
Marks Channels as in-use when they are leased from the pool.
InvalidObjectStateException - Exception in com.ibm.cos.v2.services.s3.model
Object is archived and inaccessible until restored.
InvalidObjectStateException.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
InvalidRequestException - Exception in com.ibm.cos.v2.services.s3.model
You may receive this error in multiple cases.
InvalidRequestException.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
InvalidWriteOffsetException - Exception in com.ibm.cos.v2.services.s3.model
The write offset value that you specified does not match the current object size.
InvalidWriteOffsetException.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
inventoryConfiguration(InventoryConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationResponse.Builder
Specifies the inventory configuration.
inventoryConfiguration(Consumer<InventoryConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationResponse.Builder
Specifies the inventory configuration.
inventoryConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationResponse
Specifies the inventory configuration.
InventoryConfiguration - Class in com.ibm.cos.v2.services.s3.model
Specifies the inventory configuration for an Amazon S3 bucket.
inventoryConfiguration(InventoryConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest.Builder
Specifies the inventory configuration.
inventoryConfiguration(Consumer<InventoryConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest.Builder
Specifies the inventory configuration.
inventoryConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest
Specifies the inventory configuration.
InventoryConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
inventoryConfigurationList(Collection<InventoryConfiguration>) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse.Builder
The list of inventory configurations for a bucket.
inventoryConfigurationList(InventoryConfiguration...) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse.Builder
The list of inventory configurations for a bucket.
inventoryConfigurationList(Consumer<InventoryConfiguration.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse.Builder
The list of inventory configurations for a bucket.
inventoryConfigurationList() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse
The list of inventory configurations for a bucket.
InventoryDestination - Class in com.ibm.cos.v2.services.s3.model
Specifies the inventory configuration for an Amazon S3 bucket.
InventoryDestination.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
InventoryEncryption - Class in com.ibm.cos.v2.services.s3.model
Contains the type of server-side encryption used to encrypt the inventory results.
InventoryEncryption.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
InventoryFilter - Class in com.ibm.cos.v2.services.s3.model
Specifies an inventory filter.
InventoryFilter.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
InventoryFormat - Enum in com.ibm.cos.v2.services.s3.model
 
InventoryFrequency - Enum in com.ibm.cos.v2.services.s3.model
 
InventoryIncludedObjectVersions - Enum in com.ibm.cos.v2.services.s3.model
 
InventoryOptionalField - Enum in com.ibm.cos.v2.services.s3.model
 
InventoryS3BucketDestination - Class in com.ibm.cos.v2.services.s3.model
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
InventoryS3BucketDestination.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
InventorySchedule - Class in com.ibm.cos.v2.services.s3.model
Specifies the schedule for generating inventory results.
InventorySchedule.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
inverseMap(Map<V, K>) - Static method in class com.ibm.cos.v2.utils.CollectionUtils
Return a new map that is the inverse of the supplied map, with the values becoming the keys and vice versa.
InvocationHelper - Class in com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal
Utility for creating and invoke MethodHandles.
invoke(T, Object...) - Method in class com.ibm.cos.v2.utils.ReflectionMethodInvoker
Attempt to invoke the method this proxy targets for on the given object with the given arguments.
invokeAll(Collection<? extends Callable<T>>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
invokeAll(Collection<? extends Callable<T>>) - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
invokeAny(Collection<? extends Callable<T>>) - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
invokeInterceptorsAndCreateExecutionContext(ClientExecutionParams<InputT, OutputT>) - Method in class com.ibm.cos.v2.awscore.client.handler.AwsAsyncClientHandler
 
invokeInterceptorsAndCreateExecutionContext(ClientExecutionParams<InputT, OutputT>) - Method in class com.ibm.cos.v2.awscore.client.handler.AwsSyncClientHandler
 
invokeInterceptorsAndCreateExecutionContext(ClientExecutionParams<InputT, OutputT>, SdkClientConfiguration) - Static method in class com.ibm.cos.v2.awscore.internal.AwsExecutionContextBuilder
Used by both sync and async clients to create the execution context, and run initial interceptors.
invokeInterceptorsAndCreateExecutionContext(ClientExecutionParams<InputT, OutputT>) - Method in class com.ibm.cos.v2.core.internal.handler.BaseClientHandler
 
invokeOperation(T, Function<T, CompletableFuture<ReturnT>>) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
 
invokeOperation(T, Function<T, ReturnT>) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
 
invokeOperation(T, Function<T, CompletableFuture<ReturnT>>) - Method in class com.ibm.cos.v2.services.s3.internal.crossregion.S3CrossRegionAsyncClient
 
invokeOperation(T, Function<T, ReturnT>) - Method in class com.ibm.cos.v2.services.s3.internal.crossregion.S3CrossRegionSyncClient
 
invokePlugins(SdkClientConfiguration) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
By default, returns the configuration as-is.
invokeSafely(FunctionalUtils.UnsafeSupplier<T>) - Static method in class com.ibm.cos.v2.utils.FunctionalUtils
 
invokeSafely(FunctionalUtils.UnsafeRunnable) - Static method in class com.ibm.cos.v2.utils.FunctionalUtils
 
IO - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
IoUtils - Class in com.ibm.cos.v2.utils
Utilities for IO operations.
IpAddressCondition - Class in com.ibm.cos.v2.core.auth.policy.conditions
AWS access control policy condition that allows an access control statement to be conditionally applied based on the comparison of the the incoming source IP address at the time of a request against a CIDR IP range.
IpAddressCondition(String) - Constructor for class com.ibm.cos.v2.core.auth.policy.conditions.IpAddressCondition
Constructs a new access policy condition that compares the source IP address of the incoming request to an AWS service against the specified CIDR range.
IpAddressCondition(IpAddressCondition.IpAddressComparisonType, String) - Constructor for class com.ibm.cos.v2.core.auth.policy.conditions.IpAddressCondition
Constructs a new access policy condition that compares the source IP address of the incoming request to an AWS service against the specified CIDR range.
IpAddressCondition.IpAddressComparisonType - Enum in com.ibm.cos.v2.core.auth.policy.conditions
Enumeration of the supported ways an IP address comparison can be evaluated.
is - Variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedInputStream
 
IS_DISCOVERED_ENDPOINT - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
Whether the endpoint on the request is the result of Endpoint Discovery.
IS_FULL_DUPLEX - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The key to indicate if the request is for a full duplex operation ie., request and response are sent/received at the same time.
IS_IP - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseUrl
 
IS_NONE_AUTH_TYPE_REQUEST - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
 
isAccelerateEnabled(S3Configuration) - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointUtils
 
isAccelerateSupported(SdkRequest) - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointUtils
 
isAlpnSupported(SslProvider) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
 
isAnonymous(AwsCredentials) - Static method in class com.ibm.cos.v2.auth.credentials.CredentialUtils
Determine whether the provided credentials are anonymous credentials, indicating that the customer is not attempting to authenticate themselves.
isAnonymous(AwsCredentialsIdentity) - Static method in class com.ibm.cos.v2.auth.credentials.CredentialUtils
Determine whether the provided credentials are anonymous credentials, indicating that the customer is not attempting to authenticate themselves.
isAnonymous(AwsCredentials) - Static method in class com.ibm.cos.v2.auth.signer.internal.util.SignerMethodResolver
 
isAnonymous(Identity) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.CredentialUtils
Determine whether the provided credentials are anonymous credentials, indicating that the customer is not attempting to authenticate themselves.
isArn(String) - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointUtils
 
isArnRegionEnabled(S3Configuration) - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointUtils
 
isArray() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ArrayJsonNode
 
isArray() - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
Returns true if this node represents a JSON array: https://datatracker.ietf.org/doc/html/rfc8259#section-5
isAssignableFrom(Class<T>, Class<?>, String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validates that the argument can be converted to the specified class, if not throws an exception.
isAtStart - Variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedInputStream
 
isBlank(CharSequence) - Static method in class com.ibm.cos.v2.utils.StringUtils
Checks if a CharSequence is empty (""), null or whitespace only.
isBoolean() - Method in interface com.ibm.cos.v2.core.document.Document
 
isBoolean() - Method in class com.ibm.cos.v2.core.document.internal.BooleanDocument
Indicates this is a Boolean Document.
isBoolean() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.BooleanJsonNode
 
isBoolean() - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
Returns true if this node represents a JSON boolean: https://datatracker.ietf.org/doc/html/rfc8259#section-3
isBound() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
isBound() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
isBrowserExecutable(Boolean) - Method in interface com.ibm.cos.v2.awscore.presigner.PresignedRequest.Builder
Configure whether the url returned by the url method can be executed in a browser.
isBrowserExecutable(Boolean) - Method in class com.ibm.cos.v2.awscore.presigner.PresignedRequest.DefaultBuilder
 
isBrowserExecutable() - Method in class com.ibm.cos.v2.awscore.presigner.PresignedRequest
Whether the url returned by the url method can be executed in a browser.
isBrowserExecutable(Boolean) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedAbortMultipartUploadRequest.Builder
 
isBrowserExecutable(Boolean) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedCompleteMultipartUploadRequest.Builder
 
isBrowserExecutable(Boolean) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedCreateMultipartUploadRequest.Builder
 
isBrowserExecutable(Boolean) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedDeleteObjectRequest.Builder
 
isBrowserExecutable(Boolean) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedGetObjectRequest.Builder
 
isBrowserExecutable(Boolean) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedPutObjectRequest.Builder
 
isBrowserExecutable(Boolean) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedUploadPartRequest.Builder
 
isBuiltIn() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
isCalculateCrc32FromCompressedData() - Method in class com.ibm.cos.v2.core.internal.handler.BaseClientHandler
 
isChunked() - Method in class com.ibm.cos.v2.http.apache.internal.RepeatableInputStreamRequestEntity
 
isClockSkewed(Instant, Instant) - Static method in class com.ibm.cos.v2.core.retry.ClockSkew
Determine whether the request-level client time was sufficiently skewed from the server time as to possibly cause a clock skew error.
isClockSkewException() - Method in exception com.ibm.cos.v2.awscore.exception.AwsServiceException
 
isClockSkewException() - Method in exception com.ibm.cos.v2.core.exception.SdkServiceException
Specifies whether an exception may have been caused by clock skew.
isClockSkewException(SdkException) - Static method in class com.ibm.cos.v2.core.retry.RetryUtils
Returns true if the specified exception is a clock skew error.
isClosed() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
isClosed() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
isCloseDisabled() - Method in class com.ibm.cos.v2.core.io.ReleasableInputStream
Returns true if the close method has been disabled; false otherwise.
isComplete() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloadResumeContext
Check if the multipart download is complete or not by checking if the total amount of downloaded parts is equal to the total amount of parts.
isConnected() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
isConnected() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
isDebugEnabled() - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Is debug logging currently enabled?
isDebugEnabled() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
isDebugEnabled(Marker) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
isDefault() - Method in class com.ibm.cos.v2.services.s3.internal.FieldWithDefault
True, if the value returned by FieldWithDefault.value() is the default value (i.e.
isDefiniteClockSkewErrorCode(String) - Static method in class com.ibm.cos.v2.awscore.internal.AwsErrorCode
 
isDisableDoubleEncodingSet() - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4aAuthScheme
 
isDisableDoubleEncodingSet() - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4AuthScheme
 
isDisableDoubleEncodingSet() - Method in class com.ibm.cos.v2.services.s3.endpoints.authscheme.S3ExpressEndpointAuthScheme
 
isDisableHostPrefixInjection() - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext
 
isDualstackEnabled() - Method in class com.ibm.cos.v2.awscore.endpoint.DualstackEnabledProvider
Returns true when dualstack should be used, false when dualstack should not be used, and empty when there is no global dualstack configuration.
isDualstackEnabled(S3Configuration) - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointUtils
 
isEc2(boolean) - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryProtocolMarshaller.Builder
 
isEmbeddedObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.EmbeddedObjectJsonNode
 
isEmbeddedObject() - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
Returns true if this node represents a JSON "embedded object".
isEmpty() - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
isEmpty() - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructMap
 
isEmpty() - Method in class com.ibm.cos.v2.http.nio.netty.internal.SdkChannelPoolMap
Returns true if the AbstractChannelPoolMap is empty, otherwise false.
isEmpty() - Method in class com.ibm.cos.v2.utils.ImmutableMap
 
isEmpty(CharSequence) - Static method in class com.ibm.cos.v2.utils.StringUtils
Checks if a CharSequence is empty ("") or null.
isEnabled() - Method in class com.ibm.cos.v2.core.internal.http.timers.ApiCallTimeoutTracker
 
isEnabled() - Method in class com.ibm.cos.v2.core.internal.http.timers.NoOpTimeoutTracker
 
isEnabled() - Method in interface com.ibm.cos.v2.core.internal.http.timers.TimeoutTracker
 
isEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryConfiguration.Builder
Specifies whether the inventory is enabled or disabled.
isEnabled() - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
Specifies whether the inventory is enabled or disabled.
isEndpoint() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleResult
 
isEndpointOverridden() - Method in class com.ibm.cos.v2.awscore.endpoint.AwsClientEndpointProvider
Return true if the endpoint was overridden by the customer, or false if it was loaded from the ServiceMetadata.
isEndpointOverridden() - Method in interface com.ibm.cos.v2.core.ClientEndpointProvider
Returns true if this endpoint was specified as an override by the customer, or false if it was determined automatically by the SDK.
isEndpointOverridden() - Method in class com.ibm.cos.v2.core.internal.StaticClientEndpointProvider
 
isError() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleResult
 
isErrorEnabled() - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Is error logging currently enabled?
isErrorEnabled() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
isErrorEnabled(Marker) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
isEventStreaming(SdkHttpRequest) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.ChecksumUtil
 
isFakeIoException() - Method in class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
isFalse(boolean, String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the argument condition is false; otherwise throwing an exception with the specified message.
isFastFailRateLimiting() - Method in interface com.ibm.cos.v2.core.retry.RetryPolicy.Builder
Deprecated.
Whether the client should immediately fail the request when not enough capacity is immediately available from the rate limiter to execute the request, instead of waiting for capacity to be available.
isFastFailRateLimiting() - Method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
When using RetryMode.ADAPTIVE retry mode, this controls the client should immediately fail the request when not enough capacity is immediately available from the rate limiter to execute the request, instead of waiting for capacity to be available.
isFatalEnabled() - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Is fatal logging currently enabled?
isFipsEnabled() - Method in class com.ibm.cos.v2.awscore.endpoint.FipsEnabledProvider
Returns true when dualstack should be used, false when dualstack should not be used, and empty when there is no global dualstack configuration.
isFipsRegion(String) - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointUtils
 
isFlattened(boolean) - Method in class com.ibm.cos.v2.core.traits.ListTrait.Builder
 
isFlattened() - Method in class com.ibm.cos.v2.core.traits.ListTrait
 
isFlattened(boolean) - Method in class com.ibm.cos.v2.core.traits.MapTrait.Builder
 
isFlattened() - Method in class com.ibm.cos.v2.core.traits.MapTrait
 
isFullDuplex() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
isGlobalRegion() - Method in class com.ibm.cos.v2.regions.Region
 
isHasStreamingSuccessResponse() - Method in class com.ibm.cos.v2.protocols.xml.XmlOperationMetadata
 
isHeaderBasedSigningAuth(SigningMethod, String) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
 
isHttpChecksumCalculationNeeded(SdkHttpFullRequest.Builder, ExecutionAttributes) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
HTTP checksum calculation is needed if one of the following conditions is met: 1.
isHttpChecksumPresent(SdkHttpRequest, ChecksumSpecs) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
Checks if the request header is already updated with Calculated checksum.
isHttpChecksumValidationEnabled(ChecksumSpecs) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
 
isIAM - Static variable in class com.ibm.cos.v2.IBMInternalFlag
 
isIAM() - Static method in class com.ibm.cos.v2.IBMInternalFlag
 
isInfoEnabled() - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Is info logging currently enabled?
isInfoEnabled() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
isInfoEnabled(Marker) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
isInitialized() - Method in class com.ibm.cos.v2.core.internal.retry.RetryPolicyAdapter
 
isInitialized() - Method in class com.ibm.cos.v2.utils.ReflectionMethodInvoker
Gets the initialization state of the invoker.
isInputShutdown() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
isInputShutdown() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
isInstanceOf(Class<U>, T, String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the argument is an instance of the specified class; otherwise throwing an exception with the specified message.
isInUri(MarshallLocation) - Static method in class com.ibm.cos.v2.protocols.json.internal.MarshallerUtil
 
isIp() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleUrl
 
isLastPage(boolean) - Method in interface com.ibm.cos.v2.core.pagination.async.PaginatedItemsPublisher.Builder
 
isLatest(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry.Builder
Specifies whether the object is (true) or is not (false) the latest version of an object.
isLatest() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry
Specifies whether the object is (true) or is not (false) the latest version of an object.
isLatest(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
Specifies whether the object is (true) or is not (false) the latest version of an object.
isLatest() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
Specifies whether the object is (true) or is not (false) the latest version of an object.
isList() - Method in interface com.ibm.cos.v2.core.document.Document
 
isList() - Method in class com.ibm.cos.v2.core.document.internal.ListDocument
 
isLoggingLevelEnabled(Level) - Method in class com.ibm.cos.v2.utils.Logger
Determines if the provided log-level is enabled.
isLoggingLevelEnabled(String) - Method in class com.ibm.cos.v2.utils.Logger
Determines if the log-level passed is enabled
isMap() - Method in interface com.ibm.cos.v2.core.document.Document
 
isMap() - Method in class com.ibm.cos.v2.core.document.internal.MapDocument
 
isMd5ChecksumRequired(ExecutionAttributes) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
 
isMd5ChecksumRequired(ExecutionAttributes) - Static method in class com.ibm.cos.v2.services.s3.internal.handlers.LegacyMd5ExecutionInterceptor
 
isNone() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value
 
isNone() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.None
 
isNotBlank(CharSequence) - Static method in class com.ibm.cos.v2.utils.StringUtils
Checks if a CharSequence is not empty (""), not null and not whitespace only.
isNotEmpty(Map<?, ?>) - Static method in class com.ibm.cos.v2.utils.CollectionUtils
 
isNotNegative(int, String) - Static method in class com.ibm.cos.v2.utils.Validate
 
isNotNegative(long, String) - Static method in class com.ibm.cos.v2.utils.Validate
 
isNotNegative(Duration, String) - Static method in class com.ibm.cos.v2.utils.Validate
Asserts that the given duration is positive, including zero.
isNotNegativeOrNull(Long, String) - Static method in class com.ibm.cos.v2.utils.Validate
 
isNull() - Method in interface com.ibm.cos.v2.core.document.Document
Checks if the document is a null value.
isNull() - Method in class com.ibm.cos.v2.core.document.internal.NullDocument
 
isNull() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NullJsonNode
 
isNull() - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
Returns true if this node represents a JSON null: https://datatracker.ietf.org/doc/html/rfc8259#section-3
isNull(T, String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified argument is null; otherwise throwing an exception with the specified message.
isNullOrEmpty(Collection<?>) - Static method in class com.ibm.cos.v2.utils.CollectionUtils
 
isNullOrEmpty(Map<?, ?>) - Static method in class com.ibm.cos.v2.utils.CollectionUtils
 
isNullOrEmpty(String) - Static method in class com.ibm.cos.v2.utils.StringUtils
 
isNumber() - Method in interface com.ibm.cos.v2.core.document.Document
 
isNumber() - Method in class com.ibm.cos.v2.core.document.internal.NumberDocument
isNumber() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NumberJsonNode
 
isNumber() - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
Returns true if this node represents a JSON number: https://datatracker.ietf.org/doc/html/rfc8259#section-6
isObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ObjectJsonNode
 
isObject() - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
Returns true if this node represents a JSON object: https://datatracker.ietf.org/doc/html/rfc8259#section-4
isOneOf(HttpStatusFamily...) - Method in enum com.ibm.cos.v2.http.HttpStatusFamily
Determine whether this HTTP status family is in the list of provided families.
isOutputShutdown() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
isOutputShutdown() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
isOutputTokenAvailable(T) - Static method in class com.ibm.cos.v2.core.util.PaginatorUtils
Checks if the output token is available.
isPathStyle(boolean) - Method in class com.ibm.cos.v2.services.s3.S3Uri.Builder
Configure the path style flag
isPathStyle() - Method in class com.ibm.cos.v2.services.s3.S3Uri
Returns true if the URI is path-style, false if the URI is virtual-hosted style.
isPathStyleAccessEnabled(S3Configuration) - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointUtils
 
isPayloadJson(boolean) - Method in class com.ibm.cos.v2.protocols.json.JsonOperationMetadata.Builder
True is payload contains JSON content, false if it doesn't (i.e.
isPayloadJson() - Method in class com.ibm.cos.v2.protocols.json.JsonOperationMetadata
 
isPayloadSigning(BaseSignRequest<?, ? extends Identity>) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.ChecksumUtil
 
isPositive(int, String) - Static method in class com.ibm.cos.v2.utils.Validate
Asserts that the given number is positive (non-negative and non-zero).
isPositive(long, String) - Static method in class com.ibm.cos.v2.utils.Validate
Asserts that the given number is positive (non-negative and non-zero).
isPositive(double, String) - Static method in class com.ibm.cos.v2.utils.Validate
 
isPositive(Duration, String) - Static method in class com.ibm.cos.v2.utils.Validate
Asserts that the given duration is positive (non-negative and non-zero).
isPositiveOrNull(Duration, String) - Static method in class com.ibm.cos.v2.utils.Validate
Asserts that the given duration is positive (non-negative and non-zero) or null.
isPositiveOrNull(Integer, String) - Static method in class com.ibm.cos.v2.utils.Validate
Asserts that the given boxed integer is positive (non-negative and non-zero) or null.
isPositiveOrNull(Double, String) - Static method in class com.ibm.cos.v2.utils.Validate
Asserts that the given boxed double is positive (non-negative and non-zero) or null.
isPositiveOrNull(Long, String) - Static method in class com.ibm.cos.v2.utils.Validate
Asserts that the given boxed long is positive (non-negative and non-zero) or null.
isPossibleClockSkewErrorCode(String) - Static method in class com.ibm.cos.v2.awscore.internal.AwsErrorCode
 
isPossibleClockSkewStatusCode(int) - Static method in class com.ibm.cos.v2.awscore.internal.AwsStatusCode
 
isPublic(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.PolicyStatus.Builder
The policy status for this bucket.
isPublic() - Method in class com.ibm.cos.v2.services.s3.model.PolicyStatus
The policy status for this bucket.
isRemoved() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
isRepeatable() - Method in class com.ibm.cos.v2.http.apache.internal.RepeatableInputStreamRequestEntity
Returns true if the underlying InputStream supports marking/reseting or if the underlying InputStreamRequestEntity is repeatable.
isRequestChecksumRequired(boolean) - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs.Builder
 
isRequestChecksumRequired() - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs
 
isRequestChecksumRequired() - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum
 
isRequestEntityTooLargeException(SdkException) - Static method in class com.ibm.cos.v2.core.retry.RetryUtils
Returns true if the specified exception is a request entity too large error.
isRequestStreaming(boolean) - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs.Builder
 
isRequestStreaming() - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs
 
isRequestStreaming(boolean) - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum.Builder
 
isRequestStreaming() - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum
 
isRequired() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
isResolved() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleResult
 
isResponseSuccess(Boolean) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext.Builder
 
isResponseSuccess() - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext
true if the response indicates success; false if not; null if that has not been determined yet
isRestoreInProgress(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreStatus.Builder
Specifies whether the object is currently being restored.
isRestoreInProgress() - Method in class com.ibm.cos.v2.services.s3.model.RestoreStatus
Specifies whether the object is currently being restored.
isRetryableErrorCode(String) - Static method in class com.ibm.cos.v2.awscore.internal.AwsErrorCode
 
isRetryableException() - Method in exception com.ibm.cos.v2.core.exception.SdkServiceException
Specifies whether an exception is retryable.
isRetryableException(SdkException) - Static method in class com.ibm.cos.v2.core.retry.RetryUtils
Returns true if the specified exception is retryable.
isS3RedirectException(Throwable) - Static method in class com.ibm.cos.v2.services.s3.internal.crossregion.utils.CrossRegionUtils
 
isServiceException(SdkException) - Static method in class com.ibm.cos.v2.core.retry.RetryUtils
 
IsSet - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
IsSet(FnNode) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.IsSet
 
isShutdown() - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
isShutdown() - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
isShuttingDown() - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
isSignerOverridden(SdkRequest, ExecutionAttributes) - Static method in class com.ibm.cos.v2.awscore.util.SignerOverrideUtils
 
isSingleHeader(String) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
 
isStatic() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template
 
isStreaming(boolean) - Method in class com.ibm.cos.v2.core.internal.interceptor.trait.RequestCompression.Builder
 
isStreaming() - Method in class com.ibm.cos.v2.core.internal.interceptor.trait.RequestCompression
 
isStreamingRequest(boolean) - Method in class com.ibm.cos.v2.auth.signer.params.SignerChecksumParams.Builder
Deprecated.
 
isStreamingRequest() - Method in class com.ibm.cos.v2.auth.signer.params.SignerChecksumParams
Deprecated.
 
isStreamingUnsignedPayload(SdkHttpRequest, ExecutionAttributes, ChecksumSpecs, boolean) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
The header based Checksum is computed only if following criteria is met - Flexible checksum is not already computed.
isString() - Method in interface com.ibm.cos.v2.core.document.Document
 
isString() - Method in class com.ibm.cos.v2.core.document.internal.StringDocument
 
isString() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.StringJsonNode
 
isString() - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
Returns true if this node represents a JSON string: https://datatracker.ietf.org/doc/html/rfc8259#section-7
isSuccess(Boolean) - Method in class com.ibm.cos.v2.core.Response.Builder
Indicates whether the result indicates success or failure of the original request.
isSuccess() - Method in class com.ibm.cos.v2.core.Response
Indicates whether the result indicates success or failure of the original request.
isSuccessful() - Method in interface com.ibm.cos.v2.http.SdkHttpResponse
If we get back any 2xx status code, then we know we should treat the service call as successful.
isSupported(String) - Static method in class com.ibm.cos.v2.core.internal.compression.CompressorType
Whether or not the compressor type is supported by the SDK.
isTaskScheduled() - Method in class com.ibm.cos.v2.utils.cache.NonBlocking
 
isTerminated() - Method in class com.ibm.cos.v2.core.pagination.async.PaginationSubscription
 
isTerminated() - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
isTerminated() - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
isTerminating - Variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedInputStream
 
isThrottlingErrorCode(String) - Static method in class com.ibm.cos.v2.awscore.internal.AwsErrorCode
 
isThrottlingException() - Method in exception com.ibm.cos.v2.awscore.exception.AwsServiceException
Checks if the exception is caused by throttling, considering both generic SDK and AWS-specific error code details.
isThrottlingException() - Method in exception com.ibm.cos.v2.core.exception.SdkServiceException
Specifies whether an exception is caused by throttling.
isThrottlingException(SdkException) - Static method in class com.ibm.cos.v2.core.retry.RetryUtils
Returns true if the specified exception is a throttling error.
isTraceEnabled() - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Is trace logging currently enabled?
isTraceEnabled() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
isTraceEnabled(Marker) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
isTrailerBasedChecksumForClientType(ExecutionAttributes, SdkHttpRequest, ClientType, ChecksumSpecs, boolean, boolean) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
 
isTrailerBasedFlexibleChecksumComputed(SdkHttpRequest, ExecutionAttributes, ChecksumSpecs, boolean, boolean) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
The trailer based Checksum is computed only if following criteria is met - Flexible checksum is not already computed.
isTrailingTerminated - Variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream
 
isTrue(boolean, String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the argument condition is true; otherwise throwing an exception with the specified message.
isTruncated(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts.Builder
Indicates whether the returned list of parts is truncated.
isTruncated() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
Indicates whether the returned list of parts is truncated.
isTruncated(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse.Builder
Indicates whether the returned list of analytics configurations is complete.
isTruncated() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse
Indicates whether the returned list of analytics configurations is complete.
isTruncated(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse.Builder
Indicates whether the returned list of analytics configurations is complete.
isTruncated() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse
Indicates whether the returned list of analytics configurations is complete.
isTruncated(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse.Builder
Tells whether the returned list of inventory configurations is complete.
isTruncated() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse
Tells whether the returned list of inventory configurations is complete.
isTruncated(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse.Builder
Indicates whether the returned list of metrics configurations is complete.
isTruncated() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse
Indicates whether the returned list of metrics configurations is complete.
isTruncated(boolean) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse.Builder
Sets the optional isTruncated parameter indicating whether or not the results are truncated.
isTruncated() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
 
isTruncated(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse.Builder
For internal use only.
isTruncated() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse
Gets whether or not this listing is complete.
isTruncated(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
Indicates whether the returned list of multipart uploads is truncated.
isTruncated() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
Indicates whether the returned list of multipart uploads is truncated.
isTruncated(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria.
isTruncated() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria.
isTruncated(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
Set to false if all of the results were returned.
isTruncated() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
Set to false if all of the results were returned.
isTruncated(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria.
isTruncated() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria.
isTruncated(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
Indicates whether the returned list of parts is truncated.
isTruncated() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
Indicates whether the returned list of parts is truncated.
isUnresolved() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleResult
 
isUnsignedPayload(SigningMethod, String, boolean) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
 
isUseEnvironmentVariableValues() - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration
Indicates whether environment variables are utilized for proxy configuration.
isUsingStandardPort(String, Integer) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Returns true if the specified port is the standard port for the given protocol.
isValidationEnabled(boolean) - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs.Builder
 
isValidationEnabled() - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs
 
isValidDnsBucketName(String, boolean) - Static method in class com.ibm.cos.v2.services.s3.internal.BucketUtils
Validates that the specified bucket name is valid for Amazon S3 V2 naming (i.e.
isValidForDate(Instant) - Method in class com.ibm.cos.v2.auth.signer.internal.SignerKey
 
isValidForDate(Instant) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerKey
 
IsValidHostLabel - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
IsValidHostLabel(FnNode) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.IsValidHostLabel
 
isValidHostLabel(String, boolean) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulesFunctions
 
isVirtualAddressingCompatibleBucketName(String, boolean) - Static method in class com.ibm.cos.v2.services.s3.internal.BucketUtils
Validates if the given bucket name follows naming guidelines that are acceptable for using virtual host style addressing.
IsVirtualHostableS3Bucket - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
IsVirtualHostableS3Bucket(FnNode) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.IsVirtualHostableS3Bucket
 
isWarnEnabled() - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Is warn logging currently enabled?
isWarnEnabled() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
isWarnEnabled(Marker) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
isWindows() - Static method in class com.ibm.cos.v2.utils.Platform
Determine whether the current operation system seems to be Windows.
itemIteratorFunction(Function<ResponseT, Iterator<ItemT>>) - Method in interface com.ibm.cos.v2.core.pagination.sync.PaginatedItemsIterable.Builder
 
ItemsSubscription<ResponseT,ItemT> - Class in com.ibm.cos.v2.core.internal.pagination.async
An implementation of the Subscription interface that can be used to signal and cancel demand for paginated items across pages
ItemsSubscription.Builder - Interface in com.ibm.cos.v2.core.internal.pagination.async
 
IterablePublisher<T> - Class in com.ibm.cos.v2.utils.async
 
IterablePublisher(Iterable<T>) - Constructor for class com.ibm.cos.v2.utils.async.IterablePublisher
 
iterator() - Method in class com.ibm.cos.v2.core.pagination.sync.PaginatedItemsIterable
 
iterator() - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
iterator() - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
iterator() - Method in class com.ibm.cos.v2.http.nio.netty.internal.SdkChannelPoolMap
 
iterator() - Method in class com.ibm.cos.v2.metrics.internal.DefaultMetricCollection
 
iterator() - Method in class com.ibm.cos.v2.metrics.internal.EmptyMetricCollection
 
iterator() - Method in class com.ibm.cos.v2.services.s3.paginators.ListBucketsIterable
 
iterator() - Method in class com.ibm.cos.v2.services.s3.paginators.ListDirectoryBucketsIterable
 
iterator() - Method in class com.ibm.cos.v2.services.s3.paginators.ListMultipartUploadsIterable
 
iterator() - Method in class com.ibm.cos.v2.services.s3.paginators.ListObjectsV2Iterable
 
iterator() - Method in class com.ibm.cos.v2.services.s3.paginators.ListObjectVersionsIterable
 
iterator() - Method in class com.ibm.cos.v2.services.s3.paginators.ListPartsIterable
 
iterator() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.ShadedMarkerAdapter
 
iterator() - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.UnshadedMarkerAdapter
 
iteratorFunction(Function) - Method in interface com.ibm.cos.v2.core.internal.pagination.async.ItemsSubscription.Builder
 
iteratorFunction(Function) - Method in interface com.ibm.cos.v2.core.pagination.async.PaginatedItemsPublisher.Builder
 

J

JacksonUtils - Class in com.ibm.cos.v2.core.auth.policy.internal
 
JAVA_PROGRESS_LISTENER - Static variable in class com.ibm.cos.v2.services.s3.multipart.S3MultipartExecutionAttribute
 
JAVA_SDK_METADATA - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
JavaSystemSetting - Enum in com.ibm.cos.v2.utils
The system properties usually provided by the Java runtime.
JmesPathRuntime - Class in com.ibm.cos.v2.services.s3.jmespath.internal
 
JmesPathRuntime.Value - Class in com.ibm.cos.v2.services.s3.jmespath.internal
An intermediate value for JMESPath expressions, encapsulating the different data types supported by JMESPath and the operations on that data.
joinInterruptibly(CompletableFuture<T>) - Static method in class com.ibm.cos.v2.utils.CompletableFutureUtils
 
joinInterruptiblyIgnoringFailures(CompletableFuture<?>) - Static method in class com.ibm.cos.v2.utils.CompletableFutureUtils
 
joinLikeSync(CompletableFuture<T>) - Static method in class com.ibm.cos.v2.utils.CompletableFutureUtils
Joins (interruptibly) on the future, and re-throws any RuntimeExceptions or Errors just like the async task would have thrown if it was executed synchronously.
json(JSONInput) - Method in interface com.ibm.cos.v2.services.s3.model.InputSerialization.Builder
Specifies JSON as object's input serialization format.
json(Consumer<JSONInput.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.InputSerialization.Builder
Specifies JSON as object's input serialization format.
json() - Method in class com.ibm.cos.v2.services.s3.model.InputSerialization
Specifies JSON as object's input serialization format.
json(JSONOutput) - Method in interface com.ibm.cos.v2.services.s3.model.OutputSerialization.Builder
Specifies JSON as request's output serialization format.
json(Consumer<JSONOutput.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.OutputSerialization.Builder
Specifies JSON as request's output serialization format.
json() - Method in class com.ibm.cos.v2.services.s3.model.OutputSerialization
Specifies JSON as request's output serialization format.
JsonContent - Class in com.ibm.cos.v2.protocols.json
Simple struct like class to hold both the raw json string content and it's parsed JsonNode
JsonContentTypeResolver - Interface in com.ibm.cos.v2.protocols.json
Interface to compute the content type to send in requests for JSON based protocols.
JsonDocumentField - Class in com.ibm.cos.v2.core.auth.policy.internal
 
JsonErrorCodeParser - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall
 
JsonErrorCodeParser(String) - Constructor for class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonErrorCodeParser
 
jsonFactory(JsonFactory) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
JSON Factory to create a JSON parser.
jsonFactory(JsonFactory) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies.Builder
 
jsonFactory() - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies
 
jsonFactory() - Method in interface com.ibm.cos.v2.protocols.json.internal.unmarshall.ProtocolUnmarshallDependencies
Used to parse JSON using Jackson.
jsonFactory(JsonFactory) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonNodeParser.Builder
The JsonFactory implementation to be used when parsing the input.
jsonFactory(JsonFactory) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter.Builder
The JsonFactory implementation to be used when parsing the input.
JsonGenerationException(Throwable) - Constructor for exception com.ibm.cos.v2.protocols.json.SdkJsonGenerator.JsonGenerationException
 
JsonGenerationException(Throwable) - Constructor for exception com.ibm.cos.v2.protocols.jsoncore.JsonWriter.JsonGenerationException
 
jsonGenerator(StructuredJsonGenerator) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerContext.Builder
 
jsonGenerator() - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerContext
 
jsonGenerator(StructuredJsonGenerator) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
Sets the implementation of StructuredJsonGenerator which allows writing JSON or JSON like (i.e.
jsonGeneratorFactory(JsonWriter.JsonGeneratorFactory) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter.Builder
A factory for JsonGenerators based on an OutputStream.
jsonGeneratorOf(Writer) - Static method in class com.ibm.cos.v2.core.auth.policy.internal.JacksonUtils
 
JSONInput - Class in com.ibm.cos.v2.services.s3.model
Specifies JSON as object's input serialization format.
JSONInput.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
JsonMarshaller<T> - Interface in com.ibm.cos.v2.protocols.json.internal.marshall
Interface to marshall data according to the JSON protocol specification.
JsonMarshallerContext - Class in com.ibm.cos.v2.protocols.json.internal.marshall
Dependencies needed by implementations of JsonMarshaller.
JsonMarshallerContext.Builder - Class in com.ibm.cos.v2.protocols.json.internal.marshall
Builder for a JsonMarshallerContext.
JsonMarshallerRegistry - Class in com.ibm.cos.v2.protocols.json.internal.marshall
Marshaller registry for JSON based protocols.
JsonMarshallerRegistry.Builder - Class in com.ibm.cos.v2.protocols.json.internal.marshall
Builder for a JsonMarshallerRegistry.
JsonNode - Interface in com.ibm.cos.v2.protocols.jsoncore
A node in a JSON document.
jsonNodeOf(String) - Static method in class com.ibm.cos.v2.core.auth.policy.internal.JacksonUtils
 
JsonNodeParser - Class in com.ibm.cos.v2.protocols.jsoncore
Parses an JSON document into a simple DOM-like structure, JsonNode.
JsonNodeParser.Builder - Class in com.ibm.cos.v2.protocols.jsoncore
A builder for configuring and creating JsonNodeParser.
JsonNodeVisitor<T> - Interface in com.ibm.cos.v2.protocols.jsoncore
Converter from a JsonNode to a new type.
JsonOperationMetadata - Class in com.ibm.cos.v2.protocols.json
Contains various information needed to create a JsonResponseHandler for the client.
JsonOperationMetadata.Builder - Class in com.ibm.cos.v2.protocols.json
JSONOutput - Class in com.ibm.cos.v2.services.s3.model
Specifies JSON as request's output serialization format.
JSONOutput.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
JsonPolicyReader - Class in com.ibm.cos.v2.core.auth.policy.internal
Generate an AWS policy object by parsing the given JSON string.
JsonPolicyReader() - Constructor for class com.ibm.cos.v2.core.auth.policy.internal.JsonPolicyReader
 
JsonPolicyWriter - Class in com.ibm.cos.v2.core.auth.policy.internal
Serializes an AWS policy object to a JSON string, suitable for sending to an AWS service.
JsonPolicyWriter() - Constructor for class com.ibm.cos.v2.core.auth.policy.internal.JsonPolicyWriter
Constructs a new instance of JSONPolicyWriter.
JsonProtocolMarshaller - Class in com.ibm.cos.v2.protocols.json.internal.marshall
Implementation of ProtocolMarshaller for JSON based services.
JsonProtocolMarshallerBuilder - Class in com.ibm.cos.v2.protocols.json.internal.marshall
Builder to create an appropriate implementation of ProtocolMarshaller for JSON based services.
jsonProtocolUnmarshaller(JsonProtocolUnmarshaller) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
Underlying response unmarshaller.
JsonProtocolUnmarshaller - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall
Unmarshaller implementation for both JSON RPC and REST JSON services.
JsonProtocolUnmarshaller.Builder - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall
JsonResponseHandler<T extends SdkPojo> - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall
Default implementation of HttpResponseHandler that handles a successful response from a service and unmarshalls the result using a JSON unmarshaller.
JsonResponseHandler(JsonProtocolUnmarshaller, Function<SdkHttpFullResponse, SdkPojo>, boolean, boolean) - Constructor for class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonResponseHandler
Constructs a new response handler that will use the specified JSON unmarshaller to unmarshall the service response and uses the specified response element path to find the root of the business data in the service's response.
JSONType - Enum in com.ibm.cos.v2.services.s3.model
 
JsonUnmarshaller<T> - Interface in com.ibm.cos.v2.protocols.json.internal.unmarshall
Interface for unmarshalling a field from a JSON based service.
JsonUnmarshallerContext - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall
Dependencies needed by implementations of JsonUnmarshaller.
JsonUnmarshallerContext.Builder - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall
jsonUnmarshallerRegistry(JsonUnmarshallerRegistry) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies.Builder
 
jsonUnmarshallerRegistry() - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies
 
JsonUnmarshallerRegistry - Interface in com.ibm.cos.v2.protocols.json.internal.unmarshall
Registry of JsonUnmarshaller implementations by location and type.
jsonUnmarshallerRegistry() - Method in interface com.ibm.cos.v2.protocols.json.internal.unmarshall.ProtocolUnmarshallDependencies
Used for unmarshalling.
jsonValueNodeFactory(JsonValueNodeFactory) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonNodeParser.Builder
Factory to create JsonNode out of JSON tokens.
JsonValueNodeFactory - Interface in com.ibm.cos.v2.protocols.jsoncore
Parses JSON tokens into JsonNode's values.
JsonValueTrait - Class in com.ibm.cos.v2.core.traits
Trait that indicates a String member is a JSON document.
JsonWriter - Class in com.ibm.cos.v2.protocols.jsoncore
Thin wrapper around Jackson's JSON generator.
JsonWriter.Builder - Class in com.ibm.cos.v2.protocols.jsoncore
A builder for configuring and creating JsonWriter.
JsonWriter.JsonGenerationException - Exception in com.ibm.cos.v2.protocols.jsoncore
Indicates an issue writing JSON content.
JsonWriter.JsonGeneratorFactory - Interface in com.ibm.cos.v2.protocols.jsoncore
Generate a JsonGenerator for a OutputStream.

K

KB - Static variable in class com.ibm.cos.v2.transfer.s3.SizeConstant
1 Kibibyte
KEEP_ALIVE_VALUE - Static variable in class com.ibm.cos.v2.http.Header
 
keepAliveInterval(Duration) - Method in interface com.ibm.cos.v2.http.crt.TcpKeepAliveConfiguration.Builder
Sets the Duration between TCP keepalive packets being sent to the peer
keepAliveInterval() - Method in class com.ibm.cos.v2.http.crt.TcpKeepAliveConfiguration
 
keepAliveProbes(Integer) - Method in interface com.ibm.cos.v2.http.crt.TcpKeepAliveConfiguration.Builder
Sets the number of keepalive probes allowed to fail before the connection is considered lost.
keepAliveProbes() - Method in class com.ibm.cos.v2.http.crt.TcpKeepAliveConfiguration
 
keepAliveTimeout(Duration) - Method in interface com.ibm.cos.v2.http.crt.TcpKeepAliveConfiguration.Builder
Sets the Duration to wait for a keepalive response before considering the connection timed out
keepAliveTimeout() - Method in class com.ibm.cos.v2.http.crt.TcpKeepAliveConfiguration
 
key() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
key(String) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
The S3 Key used to send the request.
key() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
The S3 Key used to send the request.
Key(Identifier) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Part.Key
 
key() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Part.Key
 
key(String) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
key() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
key(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectResource.Builder
The key of the S3 object.
key() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectResource
Gets the key of the S3 object.
key(S3ExpressIdentityKey) - Method in class com.ibm.cos.v2.services.s3.internal.s3express.CachedS3ExpressCredentials.Builder
 
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest.Builder
Key of the object for which the multipart upload was initiated.
key() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
Key of the object for which the multipart upload was initiated.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.AddLegalHoldRequest.Builder
 
key() - Method in class com.ibm.cos.v2.services.s3.model.AddLegalHoldRequest
 
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
Object key for which the multipart upload was initiated.
key() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
Object key for which the multipart upload was initiated.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
The object key of the newly created object.
key() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
The object key of the newly created object.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
key() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Object key for which the multipart upload is to be initiated.
key() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Object key for which the multipart upload is to be initiated.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
Object key for which the multipart upload was initiated.
key() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
Object key for which the multipart upload was initiated.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeletedObject.Builder
The name of the deleted object.
key() - Method in class com.ibm.cos.v2.services.s3.model.DeletedObject
The name of the deleted object.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteLegalHoldRequest.Builder
Sets the key, the name of the reference to the object to delete a legal hold from.
key() - Method in class com.ibm.cos.v2.services.s3.model.DeleteLegalHoldRequest
Gets the key, the name of the reference to the object to delete a legal hold from.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry.Builder
The object key.
key() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry
The object key.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectRequest.Builder
Key name of the object to delete.
key() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
Key name of the object to delete.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest.Builder
The key that identifies the object in the bucket from which to remove all tags.
key() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest
The key that identifies the object in the bucket from which to remove all tags.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.ErrorDocument.Builder
The object key name to use when a 4XX class error occurs.
key() - Method in class com.ibm.cos.v2.services.s3.model.ErrorDocument
The object key name to use when a 4XX class error occurs.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest.Builder
Sets the key, the name of the reference to the object to add a legal hold to.
key() - Method in class com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest
Gets the key, the name of the reference to the object to add a legal hold to.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAclRequest.Builder
The key of the object for which to get the ACL information.
key() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclRequest
The key of the object for which to get the ACL information.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
The object key.
key() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
The object key.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest.Builder
The key name for the object whose legal hold status you want to retrieve.
key() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest
The key name for the object whose legal hold status you want to retrieve.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Key of the object to get.
key() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Key of the object to get.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest.Builder
The key name for the object whose retention settings you want to retrieve.
key() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest
The key name for the object whose retention settings you want to retrieve.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest.Builder
Object key for which to get the tagging information.
key() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest
Object key for which to get the tagging information.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest.Builder
The object key for which to get the information.
key() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest
The object key for which to get the information.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetUrlRequest.Builder
Sets the value of the Key property for this object.
key() - Method in class com.ibm.cos.v2.services.s3.model.GetUrlRequest
 
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
The object key.
key() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
The object key.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListLegalHoldsRequest.Builder
Sets the name of the specified object to perform the list against and returns the updated ListLegalHoldsRequest.Builder so that additional method calls may be chained together.
key() - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsRequest
Returns the name of the object to perform the list against.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsRequest.Builder
Object key for which the multipart upload was initiated.
key() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
Object key for which the multipart upload was initiated.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
Object key for which the multipart upload was initiated.
key() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
Object key for which the multipart upload was initiated.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.MultipartUpload.Builder
Key of the object for which the multipart upload was initiated.
key() - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
Key of the object for which the multipart upload was initiated.
key(S3KeyFilter) - Method in interface com.ibm.cos.v2.services.s3.model.NotificationConfigurationFilter.Builder
Sets the value of the Key property for this object.
key(Consumer<S3KeyFilter.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.NotificationConfigurationFilter.Builder
Sets the value of the Key property for this object.
key() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfigurationFilter
Returns the value of the Key property for this object.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectIdentifier.Builder
Key name of the object.
key() - Method in class com.ibm.cos.v2.services.s3.model.ObjectIdentifier
Key name of the object.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted.Builder
 
key() - Method in class com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted
Returns the key of Amazon S3 bucket.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
The object key.
key() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
The object key.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
Key for which the PUT action was initiated.
key() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
Key for which the PUT action was initiated.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest.Builder
The key name for the object that you want to place a legal hold on.
key() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
The key name for the object that you want to place a legal hold on.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Object key for which the PUT action was initiated.
key() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Object key for which the PUT action was initiated.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest.Builder
The key name for the object that you want to apply this Object Retention configuration to.
key() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
The key name for the object that you want to apply this Object Retention configuration to.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest.Builder
Name of the object key.
key() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
Name of the object key.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreObjectRequest.Builder
Object key for which the action was initiated.
key() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
Object key for which the action was initiated.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3Error.Builder
The error key.
key() - Method in class com.ibm.cos.v2.services.s3.model.S3Error
The error key.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3Object.Builder
The name that you assign to an object.
key() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
The name that you assign to an object.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
The object key.
key() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
The object key.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.Tag.Builder
Name of the object key.
key() - Method in class com.ibm.cos.v2.services.s3.model.Tag
Name of the object key.
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
key() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
key(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
Object key for which the multipart upload was initiated.
key() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
Object key for which the multipart upload was initiated.
key(String) - Method in class com.ibm.cos.v2.services.s3.S3Uri.Builder
Configure the key
key() - Method in class com.ibm.cos.v2.services.s3.S3Uri
Returns the key specified in the URI.
Key(Class<T>) - Constructor for class com.ibm.cos.v2.utils.AttributeMap.Key
 
Key(AttributeMap.Key.UnsafeValueType) - Constructor for class com.ibm.cos.v2.utils.AttributeMap.Key
 
keyCount(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse.Builder
KeyCount is the number of keys returned with this request.
keyCount() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
 
keyCount(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
KeyCount is the number of keys returned with this request.
keyCount() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
KeyCount is the number of keys returned with this request.
keyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.SSEKMS.Builder
Specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key to use for encrypting inventory reports.
keyId() - Method in class com.ibm.cos.v2.services.s3.model.SSEKMS
Specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key to use for encrypting inventory reports.
keyLocationName(String) - Method in class com.ibm.cos.v2.core.traits.MapTrait.Builder
 
keyLocationName() - Method in class com.ibm.cos.v2.core.traits.MapTrait
 
keyManagers() - Method in class com.ibm.cos.v2.http.FileStoreTlsKeyManagersProvider
 
keyManagers() - Method in class com.ibm.cos.v2.http.SystemPropertyTlsKeyManagersProvider
 
keyManagers() - Method in interface com.ibm.cos.v2.http.TlsKeyManagersProvider
 
keyManagers() - Method in class com.ibm.cos.v2.internal.http.NoneTlsKeyManagersProvider
 
keyMarker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest.Builder
Specifies the multipart upload after which listing should begin.
keyMarker() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
Specifies the multipart upload after which listing should begin.
keyMarker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
The key at or after which the listing began.
keyMarker() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
The key at or after which the listing began.
keyMarker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
Specifies the key to start with when listing objects in a bucket.
keyMarker() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
Specifies the key to start with when listing objects in a bucket.
keyMarker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
Marks the last key returned in a truncated response.
keyMarker() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
Marks the last key returned in a truncated response.
keyPrefixEquals(String) - Method in interface com.ibm.cos.v2.services.s3.model.Condition.Builder
The object key name prefix when the redirect is applied.
keyPrefixEquals() - Method in class com.ibm.cos.v2.services.s3.model.Condition
The object key name prefix when the redirect is applied.
keys() - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
 
keySet() - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructMap
 
keySet() - Method in class com.ibm.cos.v2.utils.ImmutableMap
 
kmsContext(String) - Method in interface com.ibm.cos.v2.services.s3.model.Encryption.Builder
If the encryption type is aws:kms, this optional value can be used to specify the encryption context for the restore results.
kmsContext() - Method in class com.ibm.cos.v2.services.s3.model.Encryption
If the encryption type is aws:kms, this optional value can be used to specify the encryption context for the restore results.
kmsEncryptionAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.EncryptionType.Builder
The encryption algorithm that will be used for objects stored in the newly created bucket
kmsEncryptionAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.EncryptionType
The encryption algorithm that will be used for objects stored in the newly created bucket
kmsKeyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.Encryption.Builder
If the encryption type is aws:kms, this optional value specifies the ID of the symmetric encryption customer managed key to use for encryption of job results.
kmsKeyId() - Method in class com.ibm.cos.v2.services.s3.model.Encryption
If the encryption type is aws:kms, this optional value specifies the ID of the symmetric encryption customer managed key to use for encryption of job results.
kmsMasterKeyID(String) - Method in interface com.ibm.cos.v2.services.s3.model.ServerSideEncryptionByDefault.Builder
Amazon Web Services Key Management Service (KMS) customer managed key ID to use for the default encryption.
kmsMasterKeyID() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionByDefault
Amazon Web Services Key Management Service (KMS) customer managed key ID to use for the default encryption.
KNOWN_S3_ENDPOINT_PROPERTIES - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.KnownS3ExpressEndpointProperty
 
KnownContentLengthAsyncRequestBodySubscriber - Class in com.ibm.cos.v2.services.s3.internal.multipart
 
KnownS3ExpressEndpointProperty - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.AnalyticsS3ExportFileFormat
Use this in place of AnalyticsS3ExportFileFormat.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ArchiveStatus
Use this in place of ArchiveStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.BucketAccelerateStatus
Use this in place of BucketAccelerateStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.BucketCannedACL
Use this in place of BucketCannedACL.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.BucketLocationConstraint
Use this in place of BucketLocationConstraint.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.BucketLogsPermission
Use this in place of BucketLogsPermission.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.BucketType
Use this in place of BucketType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.BucketVersioningStatus
Use this in place of BucketVersioningStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ChecksumAlgorithm
Use this in place of ChecksumAlgorithm.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ChecksumMode
Use this in place of ChecksumMode.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ChecksumType
Use this in place of ChecksumType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.CompressionType
Use this in place of CompressionType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.DataRedundancy
Use this in place of DataRedundancy.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.DeleteMarkerReplicationStatus
Use this in place of DeleteMarkerReplicationStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.EncodingType
Use this in place of EncodingType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.Event
Use this in place of Event.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ExistingObjectReplicationStatus
Use this in place of ExistingObjectReplicationStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ExpirationStatus
Use this in place of ExpirationStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ExpressionType
Use this in place of ExpressionType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.FileHeaderInfo
Use this in place of FileHeaderInfo.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.FilterRuleName
Use this in place of FilterRuleName.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.IntelligentTieringAccessTier
Use this in place of IntelligentTieringAccessTier.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.IntelligentTieringStatus
Use this in place of IntelligentTieringStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.InventoryFormat
Use this in place of InventoryFormat.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.InventoryFrequency
Use this in place of InventoryFrequency.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.InventoryIncludedObjectVersions
Use this in place of InventoryIncludedObjectVersions.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.InventoryOptionalField
Use this in place of InventoryOptionalField.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.JSONType
Use this in place of JSONType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.LocationType
Use this in place of LocationType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.MetadataDirective
Use this in place of MetadataDirective.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.MetricsStatus
Use this in place of MetricsStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.MFADelete
Use this in place of MFADelete.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.MFADeleteStatus
Use this in place of MFADeleteStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectAttributes
Use this in place of ObjectAttributes.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectCannedACL
Use this in place of ObjectCannedACL.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectLockEnabled
Use this in place of ObjectLockEnabled.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectLockLegalHoldStatus
Use this in place of ObjectLockLegalHoldStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectLockMode
Use this in place of ObjectLockMode.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectLockRetentionMode
Use this in place of ObjectLockRetentionMode.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectOwnership
Use this in place of ObjectOwnership.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectStorageClass
Use this in place of ObjectStorageClass.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectVersionStorageClass
Use this in place of ObjectVersionStorageClass.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.OptionalObjectAttributes
Use this in place of OptionalObjectAttributes.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.OwnerOverride
Use this in place of OwnerOverride.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.PartitionDateSource
Use this in place of PartitionDateSource.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.Payer
Use this in place of Payer.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.Permission
Use this in place of Permission.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.Protocol
Use this in place of Protocol.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.QuoteFields
Use this in place of QuoteFields.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicaModificationsStatus
Use this in place of ReplicaModificationsStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicationRuleStatus
Use this in place of ReplicationRuleStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicationStatus
Use this in place of ReplicationStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicationTimeStatus
Use this in place of ReplicationTimeStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.RequestCharged
Use this in place of RequestCharged.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.RequestPayer
Use this in place of RequestPayer.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.RestoreRequestType
Use this in place of RestoreRequestType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.SdkPartType
Use this in place of SdkPartType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.SelectObjectContentEventStream.EventType
Use this in place of SelectObjectContentEventStream.EventType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.ServerSideEncryption
Use this in place of ServerSideEncryption.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.SessionMode
Use this in place of SessionMode.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjectsStatus
Use this in place of SseKmsEncryptedObjectsStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.StorageClass
Use this in place of StorageClass.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.StorageClassAnalysisSchemaVersion
Use this in place of StorageClassAnalysisSchemaVersion.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.TaggingDirective
Use this in place of TaggingDirective.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.Tier
Use this in place of Tier.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.TransitionDefaultMinimumObjectSize
Use this in place of TransitionDefaultMinimumObjectSize.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.TransitionStorageClass
Use this in place of TransitionStorageClass.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum com.ibm.cos.v2.services.s3.model.Type
Use this in place of Type.values() to return a Set of all values known to the SDK.
kotlinVersion() - Static method in class com.ibm.cos.v2.core.internal.useragent.UserAgentLangValues
Attempt to determine if Kotlin is on the classpath and if so what version is in use.

L

lambdaFunctionArn(String) - Method in interface com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration.Builder
The Amazon Resource Name (ARN) of the Lambda function that Amazon S3 invokes when the specified event type occurs.
lambdaFunctionArn() - Method in class com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration
The Amazon Resource Name (ARN) of the Lambda function that Amazon S3 invokes when the specified event type occurs.
LambdaFunctionConfiguration - Class in com.ibm.cos.v2.services.s3.model
A container for specifying the configuration for Lambda notifications.
LambdaFunctionConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
lambdaFunctionConfigurations(Collection<LambdaFunctionConfiguration>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse.Builder
Describes the Lambda functions to invoke and the events for which to invoke them.
lambdaFunctionConfigurations(LambdaFunctionConfiguration...) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse.Builder
Describes the Lambda functions to invoke and the events for which to invoke them.
lambdaFunctionConfigurations(Consumer<LambdaFunctionConfiguration.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse.Builder
Describes the Lambda functions to invoke and the events for which to invoke them.
lambdaFunctionConfigurations() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
Describes the Lambda functions to invoke and the events for which to invoke them.
lambdaFunctionConfigurations(Collection<LambdaFunctionConfiguration>) - Method in interface com.ibm.cos.v2.services.s3.model.NotificationConfiguration.Builder
Describes the Lambda functions to invoke and the events for which to invoke them.
lambdaFunctionConfigurations(LambdaFunctionConfiguration...) - Method in interface com.ibm.cos.v2.services.s3.model.NotificationConfiguration.Builder
Describes the Lambda functions to invoke and the events for which to invoke them.
lambdaFunctionConfigurations(Consumer<LambdaFunctionConfiguration.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.NotificationConfiguration.Builder
Describes the Lambda functions to invoke and the events for which to invoke them.
lambdaFunctionConfigurations() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
Describes the Lambda functions to invoke and the events for which to invoke them.
LANG_METADATA - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
langMetadata() - Method in class com.ibm.cos.v2.core.internal.useragent.DefaultSystemUserAgent
 
langMetadata() - Method in interface com.ibm.cos.v2.core.util.SystemUserAgent
 
languageTagMetadata() - Method in class com.ibm.cos.v2.core.internal.useragent.DefaultSystemUserAgent
 
languageTagMetadata() - Method in interface com.ibm.cos.v2.core.util.SystemUserAgent
 
LAST_BACKOFF_DELAY_DURATION - Static variable in class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.RetryableStageHelper
 
LAST_CHUNK - Static variable in class com.ibm.cos.v2.core.internal.util.ChunkContentUtils
 
LAST_CHUNK_LEN - Static variable in class com.ibm.cos.v2.core.internal.util.ChunkContentUtils
 
lastIdleDuration() - Method in class com.ibm.cos.v2.http.nio.netty.internal.ChannelDiagnostics
 
lastIndexOf(Object) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
lastModified(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResult.Builder
Creation date of the object.
lastModified() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
Creation date of the object.
lastModified(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.CopyPartResult.Builder
Date and time at which the object was uploaded.
lastModified() - Method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
Date and time at which the object was uploaded.
lastModified(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry.Builder
Date and time when the object was last modified.
lastModified() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry
Date and time when the object was last modified.
lastModified(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse.Builder
Date and time when the object was last modified.
lastModified() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
Date and time when the object was last modified.
lastModified(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Date and time when the object was last modified.
lastModified() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Date and time when the object was last modified.
lastModified(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Date and time when the object was last modified.
lastModified() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Date and time when the object was last modified.
lastModified(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
Date and time when the object was last modified.
lastModified() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
Date and time when the object was last modified.
lastModified(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.Part.Builder
Date and time at which the part was uploaded.
lastModified() - Method in class com.ibm.cos.v2.services.s3.model.Part
Date and time at which the part was uploaded.
lastModified(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.S3Object.Builder
Creation date of the object.
lastModified() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
Creation date of the object.
lastModified(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
The date and time that the object was last modified.
lastModified() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
The date and time that the object was last modified.
lastModifiedTime(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectIdentifier.Builder
If present, the objects are deleted only if its modification times matches the provided Timestamp.
lastModifiedTime() - Method in class com.ibm.cos.v2.services.s3.model.ObjectIdentifier
If present, the objects are deleted only if its modification times matches the provided Timestamp.
lastSyncAttempted(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted.Builder
 
lastSyncAttempted() - Method in class com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted
 
Lazy<T> - Class in com.ibm.cos.v2.utils
A class that lazily constructs a value the first time Lazy.getValue() is invoked.
Lazy(Supplier<T>) - Constructor for class com.ibm.cos.v2.utils.Lazy
 
LazyAwsCredentialsProvider - Class in com.ibm.cos.v2.auth.credentials.internal
A wrapper for AwsCredentialsProvider that defers creation of the underlying provider until the first time the AwsCredentialsProvider.resolveCredentials() method is invoked.
LazyAwsRegionProvider - Class in com.ibm.cos.v2.regions.providers
A wrapper for AwsRegionProvider that defers creation of the underlying provider until the first time the AwsRegionProvider.getRegion() method is invoked.
LazyAwsRegionProvider(Supplier<AwsRegionProvider>) - Constructor for class com.ibm.cos.v2.regions.providers.LazyAwsRegionProvider
 
lazyOption(ClientOption<T>, AttributeMap.LazyValue<T>) - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration.Builder
Add a mapping between the provided option and value provider.
lazyOptionIfAbsent(ClientOption<T>, AttributeMap.LazyValue<T>) - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration.Builder
Equivalent to SdkClientConfiguration.Builder.lazyOption(ClientOption, AttributeMap.LazyValue), but does not assign the value if there is already a non-null value assigned for the provided option.
LazyTokenProvider - Class in com.ibm.cos.v2.auth.token.internal
A wrapper for SdkTokenProvider that defers creation of the underlying provider until the first time the SdkTokenProvider.resolveToken() method is invoked.
LazyTokenProvider(Supplier<SdkTokenProvider>) - Constructor for class com.ibm.cos.v2.auth.token.internal.LazyTokenProvider
 
LEASED_CONCURRENCY - Static variable in class com.ibm.cos.v2.http.HttpMetric
The number of requests that are currently being executed by the HTTP client.
left(L) - Static method in class com.ibm.cos.v2.utils.Either
Create a new Either with the left type.
left() - Method in class com.ibm.cos.v2.utils.Either
 
left() - Method in class com.ibm.cos.v2.utils.Pair
 
Legacy() - Constructor for class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetrySetting.Legacy
 
LegacyMd5ExecutionInterceptor - Class in com.ibm.cos.v2.services.s3.internal.handlers
 
LegacyMd5Plugin - Class in com.ibm.cos.v2.services.s3
Plugin that enables legacy MD5 checksum behavior for S3 operations.
legacyRetryStrategy() - Static method in class com.ibm.cos.v2.awscore.retry.AwsRetryStrategy
Returns a LegacyRetryStrategy with AWS-specific conditions added.
legacyRetryStrategy() - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetryStrategy
Returns a LegacyRetryStrategy with generic SDK retry conditions.
LegacyRetryStrategy - Interface in com.ibm.cos.v2.retries
The legacy retry strategy is a RetryStrategy for normal use-cases.
LegacyRetryStrategy.Builder - Interface in com.ibm.cos.v2.retries
 
legacyRetryStrategyBuilder() - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetryStrategy
Returns a LegacyRetryStrategy.Builder with preconfigured generic SDK retry conditions.
legacyStrategyBuilder() - Static method in class com.ibm.cos.v2.retries.DefaultRetryStrategy
Create a new builder for a LegacyRetryStrategy.
LegacyToNonLegacyAdapter - Class in com.ibm.cos.v2.core.internal.waiters
 
LegacyToNonLegacyAdapter(BackoffStrategy) - Constructor for class com.ibm.cos.v2.core.internal.waiters.LegacyToNonLegacyAdapter
 
legalHold(ObjectLockLegalHold) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldResponse.Builder
The current legal hold status for the specified object.
legalHold(Consumer<ObjectLockLegalHold.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldResponse.Builder
The current legal hold status for the specified object.
legalHold() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldResponse
The current legal hold status for the specified object.
LegalHold - Class in com.ibm.cos.v2.services.s3.model
 
LegalHold(LegalHold.BuilderImpl) - Constructor for class com.ibm.cos.v2.services.s3.model.LegalHold
 
legalHold(ObjectLockLegalHold) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest.Builder
Container element for the legal hold configuration you want to apply to the specified object.
legalHold(Consumer<ObjectLockLegalHold.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest.Builder
Container element for the legal hold configuration you want to apply to the specified object.
legalHold() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
Container element for the legal hold configuration you want to apply to the specified object.
LegalHold.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
legalHoldId(String) - Method in interface com.ibm.cos.v2.services.s3.model.AddLegalHoldRequest.Builder
 
legalHoldId() - Method in class com.ibm.cos.v2.services.s3.model.AddLegalHoldRequest
 
legalHoldId(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteLegalHoldRequest.Builder
Sets the legal hold id to be deleted
legalHoldId() - Method in class com.ibm.cos.v2.services.s3.model.DeleteLegalHoldRequest
Returns the legal hold id to be deleted.
legalHolds(List<LegalHold>) - Method in interface com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse.Builder
Sets the list of legal holds for the object.
legalHolds() - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse
Gets the list of legal holds for the object.
length() - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Execute the length function, with this value as the first parameter: https://jmespath.org/specification.html#length
lengthInBytes - Variable in class com.ibm.cos.v2.testutils.RandomInputStream
The requested amount of data contained in this random stream.
level() - Method in class com.ibm.cos.v2.metrics.internal.DefaultSdkMetric
 
level() - Method in interface com.ibm.cos.v2.metrics.SdkMetric
 
lifecycleConfiguration(BucketLifecycleConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest.Builder
Container for lifecycle rules.
lifecycleConfiguration(Consumer<BucketLifecycleConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest.Builder
Container for lifecycle rules.
lifecycleConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
Container for lifecycle rules.
LifecycleExpiration - Class in com.ibm.cos.v2.services.s3.model
Container for the expiration for the lifecycle of the object.
LifecycleExpiration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
LifecycleRule - Class in com.ibm.cos.v2.services.s3.model
A lifecycle rule for individual objects in an Amazon S3 bucket.
LifecycleRule.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
LifecycleRuleAndOperator - Class in com.ibm.cos.v2.services.s3.model
This is used in a Lifecycle Rule Filter to apply a logical AND to two or more predicates.
LifecycleRuleAndOperator.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
LifecycleRuleFilter - Class in com.ibm.cos.v2.services.s3.model
The Filter is used to identify objects that a Lifecycle Rule applies to.
LifecycleRuleFilter.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
LifecycleRuleFilter.Type - Enum in com.ibm.cos.v2.services.s3.model
 
limit(int) - Method in interface com.ibm.cos.v2.core.async.SdkPublisher
Limit the number of published events and cancel the subscription after that limit has been reached.
LimitingSubscriber<T> - Class in com.ibm.cos.v2.utils.async
 
LimitingSubscriber(Subscriber<? super T>, int) - Constructor for class com.ibm.cos.v2.utils.async.LimitingSubscriber
 
LINE_SEPARATOR - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
LIST - Static variable in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
LIST - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.HeaderMarshaller
 
LIST - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.QueryParamMarshaller
 
LIST - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
 
LIST - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.HeaderMarshaller
 
LIST - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.QueryParamMarshaller
 
LIST - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlPayloadMarshaller
 
LIST - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.HeaderUnmarshaller
 
LIST - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonMarshaller
 
LIST_INT - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonUnmarshaller
 
listAccess(List<T>, int) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulesFunctions
 
listBucketAnalyticsConfigurations(ListBucketAnalyticsConfigurationsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
listBucketAnalyticsConfigurations(ListBucketAnalyticsConfigurationsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
listBucketAnalyticsConfigurations(ListBucketAnalyticsConfigurationsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listBucketAnalyticsConfigurations(Consumer<ListBucketAnalyticsConfigurationsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listBucketAnalyticsConfigurations(ListBucketAnalyticsConfigurationsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
listBucketAnalyticsConfigurations(Consumer<ListBucketAnalyticsConfigurationsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
ListBucketAnalyticsConfigurationsRequest - Class in com.ibm.cos.v2.services.s3.model
 
ListBucketAnalyticsConfigurationsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListBucketAnalyticsConfigurationsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
ListBucketAnalyticsConfigurationsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.ListBucketAnalyticsConfigurationsRequestMarshaller
 
ListBucketAnalyticsConfigurationsResponse - Class in com.ibm.cos.v2.services.s3.model
 
ListBucketAnalyticsConfigurationsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
listBucketIntelligentTieringConfigurations(ListBucketIntelligentTieringConfigurationsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
listBucketIntelligentTieringConfigurations(ListBucketIntelligentTieringConfigurationsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
listBucketIntelligentTieringConfigurations(ListBucketIntelligentTieringConfigurationsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listBucketIntelligentTieringConfigurations(Consumer<ListBucketIntelligentTieringConfigurationsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listBucketIntelligentTieringConfigurations(ListBucketIntelligentTieringConfigurationsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
listBucketIntelligentTieringConfigurations(Consumer<ListBucketIntelligentTieringConfigurationsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
ListBucketIntelligentTieringConfigurationsRequest - Class in com.ibm.cos.v2.services.s3.model
 
ListBucketIntelligentTieringConfigurationsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListBucketIntelligentTieringConfigurationsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
ListBucketIntelligentTieringConfigurationsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.ListBucketIntelligentTieringConfigurationsRequestMarshaller
 
ListBucketIntelligentTieringConfigurationsResponse - Class in com.ibm.cos.v2.services.s3.model
 
ListBucketIntelligentTieringConfigurationsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
listBucketInventoryConfigurations(ListBucketInventoryConfigurationsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
listBucketInventoryConfigurations(ListBucketInventoryConfigurationsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
listBucketInventoryConfigurations(ListBucketInventoryConfigurationsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listBucketInventoryConfigurations(Consumer<ListBucketInventoryConfigurationsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listBucketInventoryConfigurations(ListBucketInventoryConfigurationsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
listBucketInventoryConfigurations(Consumer<ListBucketInventoryConfigurationsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
ListBucketInventoryConfigurationsRequest - Class in com.ibm.cos.v2.services.s3.model
 
ListBucketInventoryConfigurationsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListBucketInventoryConfigurationsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
ListBucketInventoryConfigurationsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.ListBucketInventoryConfigurationsRequestMarshaller
 
ListBucketInventoryConfigurationsResponse - Class in com.ibm.cos.v2.services.s3.model
 
ListBucketInventoryConfigurationsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
listBucketMetricsConfigurations(ListBucketMetricsConfigurationsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
listBucketMetricsConfigurations(ListBucketMetricsConfigurationsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
listBucketMetricsConfigurations(ListBucketMetricsConfigurationsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listBucketMetricsConfigurations(Consumer<ListBucketMetricsConfigurationsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listBucketMetricsConfigurations(ListBucketMetricsConfigurationsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
listBucketMetricsConfigurations(Consumer<ListBucketMetricsConfigurationsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
ListBucketMetricsConfigurationsRequest - Class in com.ibm.cos.v2.services.s3.model
 
ListBucketMetricsConfigurationsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListBucketMetricsConfigurationsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
ListBucketMetricsConfigurationsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.ListBucketMetricsConfigurationsRequestMarshaller
 
ListBucketMetricsConfigurationsResponse - Class in com.ibm.cos.v2.services.s3.model
 
ListBucketMetricsConfigurationsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
listBucketReplicationFailures(ListBucketReplicationFailuresRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
List long-term replication failures for a given bucket.
listBucketReplicationFailures(Consumer<ListBucketReplicationFailuresRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
 
ListBucketReplicationFailuresRequest - Class in com.ibm.cos.v2.services.s3.model
 
ListBucketReplicationFailuresRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListBucketReplicationFailuresRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
 
ListBucketReplicationFailuresRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.ListBucketReplicationFailuresRequestMarshaller
 
ListBucketReplicationFailuresResponse - Class in com.ibm.cos.v2.services.s3.model
 
ListBucketReplicationFailuresResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
listBuckets(ListBucketsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
listBuckets(ListBucketsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
listBuckets(ListBucketsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listBuckets(Consumer<ListBucketsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listBuckets() - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listBuckets(ListBucketsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
listBuckets(Consumer<ListBucketsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
listBuckets() - Method in interface com.ibm.cos.v2.services.s3.S3Client
listBucketsExtended(ListBucketsExtendedRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Returns a list of all Cloud Object Storage (COS) S3 buckets that the authenticated sender of the request owns.
listBucketsExtended(Consumer<ListBucketsExtendedRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
 
listBucketsExtended() - Method in interface com.ibm.cos.v2.services.s3.S3Client
Returns a list of all Cloud Object Storage (COS) S3 buckets that the authenticated sender of the request owns.
ListBucketsExtendedRequest - Class in com.ibm.cos.v2.services.s3.model
Request to retrieve a listing of buckets from Cloud Object Storage.
ListBucketsExtendedRequest(ListBucketsExtendedRequest.BuilderImpl) - Constructor for class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedRequest
Constructs a new ListBucketsExtendedRequest object and initializes all required and optional object fields.
ListBucketsExtendedRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListBucketsExtendedRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
 
ListBucketsExtendedRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.ListBucketsExtendedRequestMarshaller
 
ListBucketsExtendedResponse - Class in com.ibm.cos.v2.services.s3.model
 
ListBucketsExtendedResponse(ListBucketsExtendedResponse.BuilderImpl) - Constructor for class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse
Constructs a new ListBucketsExtendedResponse object and initializes all required and optional object fields.
ListBucketsExtendedResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListBucketsIterable - Class in com.ibm.cos.v2.services.s3.paginators
Represents the output for the S3Client.listBucketsPaginator(com.ibm.cos.v2.services.s3.model.ListBucketsRequest) operation which is a paginated operation.
ListBucketsIterable(S3Client, ListBucketsRequest) - Constructor for class com.ibm.cos.v2.services.s3.paginators.ListBucketsIterable
 
listBucketsPaginator() - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listBucketsPaginator(ListBucketsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listBucketsPaginator(Consumer<ListBucketsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listBucketsPaginator() - Method in interface com.ibm.cos.v2.services.s3.S3Client
This is a variant of S3Client.listBuckets(ListBucketsRequest) operation.
listBucketsPaginator(ListBucketsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This is a variant of S3Client.listBuckets(ListBucketsRequest) operation.
listBucketsPaginator(Consumer<ListBucketsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This is a variant of S3Client.listBuckets(ListBucketsRequest) operation.
ListBucketsPublisher - Class in com.ibm.cos.v2.services.s3.paginators
Represents the output for the S3AsyncClient.listBucketsPaginator(com.ibm.cos.v2.services.s3.model.ListBucketsRequest) operation which is a paginated operation.
ListBucketsPublisher(S3AsyncClient, ListBucketsRequest) - Constructor for class com.ibm.cos.v2.services.s3.paginators.ListBucketsPublisher
 
ListBucketsRequest - Class in com.ibm.cos.v2.services.s3.model
 
ListBucketsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListBucketsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
ListBucketsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.ListBucketsRequestMarshaller
 
ListBucketsResponse - Class in com.ibm.cos.v2.services.s3.model
 
ListBucketsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
listBuilder() - Static method in interface com.ibm.cos.v2.core.document.Document
Provides Builder methods of Document.ListBuilder to directly create Document with List of Documents
listBuilder() - Static method in class com.ibm.cos.v2.core.document.internal.ListDocument
Provides Builder methods of ListDocument.ListBuilderInternal to directly create Document with List of Documents
ListBuilderInternal() - Constructor for class com.ibm.cos.v2.core.document.internal.ListDocument.ListBuilderInternal
 
listDirectoryBuckets(ListDirectoryBucketsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.
listDirectoryBuckets(ListDirectoryBucketsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.
listDirectoryBuckets(ListDirectoryBucketsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.
listDirectoryBuckets(Consumer<ListDirectoryBucketsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.
listDirectoryBuckets(ListDirectoryBucketsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.
listDirectoryBuckets(Consumer<ListDirectoryBucketsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.
ListDirectoryBucketsIterable - Class in com.ibm.cos.v2.services.s3.paginators
Represents the output for the S3Client.listDirectoryBucketsPaginator(com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest) operation which is a paginated operation.
ListDirectoryBucketsIterable(S3Client, ListDirectoryBucketsRequest) - Constructor for class com.ibm.cos.v2.services.s3.paginators.ListDirectoryBucketsIterable
 
listDirectoryBucketsPaginator(ListDirectoryBucketsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listDirectoryBucketsPaginator(Consumer<ListDirectoryBucketsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listDirectoryBucketsPaginator(ListDirectoryBucketsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
listDirectoryBucketsPaginator(Consumer<ListDirectoryBucketsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
ListDirectoryBucketsPublisher - Class in com.ibm.cos.v2.services.s3.paginators
Represents the output for the S3AsyncClient.listDirectoryBucketsPaginator(com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest) operation which is a paginated operation.
ListDirectoryBucketsPublisher(S3AsyncClient, ListDirectoryBucketsRequest) - Constructor for class com.ibm.cos.v2.services.s3.paginators.ListDirectoryBucketsPublisher
 
ListDirectoryBucketsRequest - Class in com.ibm.cos.v2.services.s3.model
 
ListDirectoryBucketsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListDirectoryBucketsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
ListDirectoryBucketsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.ListDirectoryBucketsRequestMarshaller
 
ListDirectoryBucketsResponse - Class in com.ibm.cos.v2.services.s3.model
 
ListDirectoryBucketsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListDocument - Class in com.ibm.cos.v2.core.document.internal
 
ListDocument(List<Document>) - Constructor for class com.ibm.cos.v2.core.document.internal.ListDocument
Create a New ListDocument with List of Document documentList as passed in constructor
ListDocument.ListBuilderInternal - Class in com.ibm.cos.v2.core.document.internal
Internal List Builder for easy construction of Document Lists.
ListenerInvokingChannelPool - Class in com.ibm.cos.v2.http.nio.netty.internal
A SdkChannelPool that wraps and delegates to another SdkChannelPool while invoking ListenerInvokingChannelPool.ChannelPoolListeners for important events that occur.
ListenerInvokingChannelPool(EventLoopGroup, SdkChannelPool, List<ListenerInvokingChannelPool.ChannelPoolListener>) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.ListenerInvokingChannelPool
 
ListenerInvokingChannelPool(Supplier<Promise<Channel>>, SdkChannelPool, List<ListenerInvokingChannelPool.ChannelPoolListener>) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.ListenerInvokingChannelPool
 
ListenerInvokingChannelPool.ChannelPoolListener - Interface in com.ibm.cos.v2.http.nio.netty.internal
Listener which is called for various actions performed on a SdkChannelPool.
listeners() - Method in class com.ibm.cos.v2.transfer.s3.config.TransferRequestOverrideConfiguration
 
listIterator() - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
listIterator(int) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
listLegalHolds(ListLegalHoldsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Lists legal hold configuration to the specified bucket in the ListLegalHoldsRequest.
listLegalHolds(Consumer<ListLegalHoldsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
 
ListLegalHoldsRequest - Class in com.ibm.cos.v2.services.s3.model
Request object containing all the options for listing legal holds associated with a specific object in a Cloud Object Storage (COS) bucket.
ListLegalHoldsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListLegalHoldsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
 
ListLegalHoldsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.ListLegalHoldsRequestMarshaller
 
ListLegalHoldsResponse - Class in com.ibm.cos.v2.services.s3.model
Response object returned from S3Client.listLegalHolds(ListLegalHoldsRequest) operation.
ListLegalHoldsResponse(ListLegalHoldsResponse.BuilderImpl) - Constructor for class com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse
Constructs a new ListLegalHoldsResponse object and initializes all required and optional object fields.
ListLegalHoldsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
listMultipartUploads(ListMultipartUploadsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
This operation lists in-progress multipart uploads in a bucket.
listMultipartUploads(ListMultipartUploadsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
This operation lists in-progress multipart uploads in a bucket.
listMultipartUploads(ListMultipartUploadsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
This operation lists in-progress multipart uploads in a bucket.
listMultipartUploads(Consumer<ListMultipartUploadsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
This operation lists in-progress multipart uploads in a bucket.
listMultipartUploads(ListMultipartUploadsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This operation lists in-progress multipart uploads in a bucket.
listMultipartUploads(Consumer<ListMultipartUploadsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This operation lists in-progress multipart uploads in a bucket.
ListMultipartUploadsIterable - Class in com.ibm.cos.v2.services.s3.paginators
Represents the output for the S3Client.listMultipartUploadsPaginator(com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest) operation which is a paginated operation.
ListMultipartUploadsIterable(S3Client, ListMultipartUploadsRequest) - Constructor for class com.ibm.cos.v2.services.s3.paginators.ListMultipartUploadsIterable
 
listMultipartUploadsPaginator(ListMultipartUploadsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listMultipartUploadsPaginator(Consumer<ListMultipartUploadsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listMultipartUploadsPaginator(ListMultipartUploadsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
listMultipartUploadsPaginator(Consumer<ListMultipartUploadsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
ListMultipartUploadsPublisher - Class in com.ibm.cos.v2.services.s3.paginators
Represents the output for the S3AsyncClient.listMultipartUploadsPaginator(com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest) operation which is a paginated operation.
ListMultipartUploadsPublisher(S3AsyncClient, ListMultipartUploadsRequest) - Constructor for class com.ibm.cos.v2.services.s3.paginators.ListMultipartUploadsPublisher
 
ListMultipartUploadsRequest - Class in com.ibm.cos.v2.services.s3.model
 
ListMultipartUploadsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListMultipartUploadsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
ListMultipartUploadsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.ListMultipartUploadsRequestMarshaller
 
ListMultipartUploadsResponse - Class in com.ibm.cos.v2.services.s3.model
 
ListMultipartUploadsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
listObjects(ListObjectsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
listObjects(ListObjectsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
listObjects(ListObjectsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listObjects(Consumer<ListObjectsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listObjects(ListObjectsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
listObjects(Consumer<ListObjectsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
ListObjectsHelper - Class in com.ibm.cos.v2.transfer.s3.internal
A helper class that returns all objects within a bucket given a ListObjectsV2Request recursively.
ListObjectsHelper(Function<ListObjectsV2Request, CompletableFuture<ListObjectsV2Response>>) - Constructor for class com.ibm.cos.v2.transfer.s3.internal.ListObjectsHelper
 
ListObjectsRequest - Class in com.ibm.cos.v2.services.s3.model
 
ListObjectsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListObjectsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
ListObjectsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.ListObjectsRequestMarshaller
 
listObjectsRequestTransformer() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest
 
ListObjectsResponse - Class in com.ibm.cos.v2.services.s3.model
 
ListObjectsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
listObjectsV2(ListObjectsV2Request) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Returns some or all (up to 1,000) of the objects in a bucket with each request.
listObjectsV2(ListObjectsV2Request) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Returns some or all (up to 1,000) of the objects in a bucket with each request.
listObjectsV2(ListObjectsV2Request) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Returns some or all (up to 1,000) of the objects in a bucket with each request.
listObjectsV2(Consumer<ListObjectsV2Request.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Returns some or all (up to 1,000) of the objects in a bucket with each request.
listObjectsV2(ListObjectsV2Request) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Returns some or all (up to 1,000) of the objects in a bucket with each request.
listObjectsV2(Consumer<ListObjectsV2Request.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Returns some or all (up to 1,000) of the objects in a bucket with each request.
ListObjectsV2Iterable - Class in com.ibm.cos.v2.services.s3.paginators
Represents the output for the S3Client.listObjectsV2Paginator(com.ibm.cos.v2.services.s3.model.ListObjectsV2Request) operation which is a paginated operation.
ListObjectsV2Iterable(S3Client, ListObjectsV2Request) - Constructor for class com.ibm.cos.v2.services.s3.paginators.ListObjectsV2Iterable
 
listObjectsV2Paginator(ListObjectsV2Request) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listObjectsV2Paginator(Consumer<ListObjectsV2Request.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listObjectsV2Paginator(ListObjectsV2Request) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This is a variant of S3Client.listObjectsV2(ListObjectsV2Request) operation.
listObjectsV2Paginator(Consumer<ListObjectsV2Request.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This is a variant of S3Client.listObjectsV2(ListObjectsV2Request) operation.
ListObjectsV2Publisher - Class in com.ibm.cos.v2.services.s3.paginators
Represents the output for the S3AsyncClient.listObjectsV2Paginator(com.ibm.cos.v2.services.s3.model.ListObjectsV2Request) operation which is a paginated operation.
ListObjectsV2Publisher(S3AsyncClient, ListObjectsV2Request) - Constructor for class com.ibm.cos.v2.services.s3.paginators.ListObjectsV2Publisher
 
ListObjectsV2Request - Class in com.ibm.cos.v2.services.s3.model
 
ListObjectsV2Request.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListObjectsV2RequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
ListObjectsV2RequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.ListObjectsV2RequestMarshaller
 
listObjectsV2RequestTransformer(Consumer<ListObjectsV2Request.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest.Builder
Specifies a function used to transform the ListObjectsV2Requests generated by this DownloadDirectoryRequest.
ListObjectsV2Response - Class in com.ibm.cos.v2.services.s3.model
 
ListObjectsV2Response.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
listObjectVersions(ListObjectVersionsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
listObjectVersions(ListObjectVersionsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
listObjectVersions(ListObjectVersionsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listObjectVersions(Consumer<ListObjectVersionsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listObjectVersions(ListObjectVersionsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
listObjectVersions(Consumer<ListObjectVersionsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
ListObjectVersionsIterable - Class in com.ibm.cos.v2.services.s3.paginators
Represents the output for the S3Client.listObjectVersionsPaginator(com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest) operation which is a paginated operation.
ListObjectVersionsIterable(S3Client, ListObjectVersionsRequest) - Constructor for class com.ibm.cos.v2.services.s3.paginators.ListObjectVersionsIterable
 
listObjectVersionsPaginator(ListObjectVersionsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listObjectVersionsPaginator(Consumer<ListObjectVersionsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listObjectVersionsPaginator(ListObjectVersionsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
listObjectVersionsPaginator(Consumer<ListObjectVersionsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
ListObjectVersionsPublisher - Class in com.ibm.cos.v2.services.s3.paginators
Represents the output for the S3AsyncClient.listObjectVersionsPaginator(com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest) operation which is a paginated operation.
ListObjectVersionsPublisher(S3AsyncClient, ListObjectVersionsRequest) - Constructor for class com.ibm.cos.v2.services.s3.paginators.ListObjectVersionsPublisher
 
ListObjectVersionsRequest - Class in com.ibm.cos.v2.services.s3.model
 
ListObjectVersionsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListObjectVersionsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
ListObjectVersionsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.ListObjectVersionsRequestMarshaller
 
ListObjectVersionsResponse - Class in com.ibm.cos.v2.services.s3.model
 
ListObjectVersionsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
listParts(ListPartsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Lists the parts that have been uploaded for a specific multipart upload.
listParts(ListPartsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Lists the parts that have been uploaded for a specific multipart upload.
listParts(ListPartsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Lists the parts that have been uploaded for a specific multipart upload.
listParts(Consumer<ListPartsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Lists the parts that have been uploaded for a specific multipart upload.
listParts(ListPartsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Lists the parts that have been uploaded for a specific multipart upload.
listParts(Consumer<ListPartsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Lists the parts that have been uploaded for a specific multipart upload.
ListPartsIterable - Class in com.ibm.cos.v2.services.s3.paginators
Represents the output for the S3Client.listPartsPaginator(com.ibm.cos.v2.services.s3.model.ListPartsRequest) operation which is a paginated operation.
ListPartsIterable(S3Client, ListPartsRequest) - Constructor for class com.ibm.cos.v2.services.s3.paginators.ListPartsIterable
 
listPartsPaginator(ListPartsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listPartsPaginator(Consumer<ListPartsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
listPartsPaginator(ListPartsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This is a variant of S3Client.listParts(ListPartsRequest) operation.
listPartsPaginator(Consumer<ListPartsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This is a variant of S3Client.listParts(ListPartsRequest) operation.
ListPartsPublisher - Class in com.ibm.cos.v2.services.s3.paginators
Represents the output for the S3AsyncClient.listPartsPaginator(com.ibm.cos.v2.services.s3.model.ListPartsRequest) operation which is a paginated operation.
ListPartsPublisher(S3AsyncClient, ListPartsRequest) - Constructor for class com.ibm.cos.v2.services.s3.paginators.ListPartsPublisher
 
ListPartsRequest - Class in com.ibm.cos.v2.services.s3.model
 
ListPartsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListPartsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
ListPartsRequest Marshaller
ListPartsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.ListPartsRequestMarshaller
 
ListPartsResponse - Class in com.ibm.cos.v2.services.s3.model
 
ListPartsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ListQueryMarshaller - Class in com.ibm.cos.v2.protocols.query.internal.marshall
Marshaller for list types.
ListQueryUnmarshaller - Class in com.ibm.cos.v2.protocols.query.internal.unmarshall
 
ListQueryUnmarshaller() - Constructor for class com.ibm.cos.v2.protocols.query.internal.unmarshall.ListQueryUnmarshaller
 
listS3ObjectsRecursively(ListObjectsV2Request) - Method in class com.ibm.cos.v2.transfer.s3.internal.ListObjectsHelper
 
ListTrait - Class in com.ibm.cos.v2.core.traits
Trait that includes additional metadata about List members.
ListTrait.Builder - Class in com.ibm.cos.v2.core.traits
 
Literal - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
Literal(String) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Template.Literal
 
Literal.Visitor<T> - Interface in com.ibm.cos.v2.services.s3.endpoints.internal
 
loadClass(String, Class<?>...) - Static method in class com.ibm.cos.v2.core.internal.util.ClassLoaderHelper
Loads the class via the optionally specified classes in the order of their specification, and if not found, via the context class loader of the current thread, and if not found, from the caller class loader as the last resort.
loadClass(String, boolean, Class<?>...) - Static method in class com.ibm.cos.v2.core.internal.util.ClassLoaderHelper
If classesFirst is false, loads the class via the context class loader of the current thread, and if not found, via the class loaders of the optionally specified classes in the order of their specification, and if not found, from the caller class loader as the last resort.
loadClass(Class<?>, String) - Static method in class com.ibm.cos.v2.testutils.smoketest.ReflectionUtils
 
loadClass(ClassLoader, String) - Static method in class com.ibm.cos.v2.testutils.smoketest.ReflectionUtils
 
loadClass(String, Class<?>...) - Static method in class com.ibm.cos.v2.utils.ClassLoaderHelper
Loads the class via the optionally specified classes in the order of their specification, and if not found, via the context class loader of the current thread, and if not found, from the caller class loader as the last resort.
loadClass(String, boolean, Class<?>...) - Static method in class com.ibm.cos.v2.utils.ClassLoaderHelper
If classesFirst is false, loads the class via the context class loader of the current thread, and if not found, via the class loaders of the optionally specified classes in the order of their specification, and if not found, from the caller class loader as the last resort.
loadPartitions() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.DefaultPartitionDataProvider
 
loadPartitions() - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.PartitionDataProvider
 
loadSetting(SystemSetting) - Method in class com.ibm.cos.v2.auth.credentials.EnvironmentVariableCredentialsProvider
 
loadSetting(SystemSetting) - Method in class com.ibm.cos.v2.auth.credentials.internal.SystemSettingsCredentialsProvider
Implemented by child classes to load the requested setting.
loadSetting(SystemSetting) - Method in class com.ibm.cos.v2.auth.credentials.SystemPropertyCredentialsProvider
 
loadToken() - Method in interface com.ibm.cos.v2.awscore.internal.token.TokenManager
 
LOCAL_STREAM_WINDOW_SIZE_IN_BYTES - Static variable in class com.ibm.cos.v2.http.Http2Metric
The local HTTP/2 window size in bytes for the stream that this request was executed on.
localAddress(InetAddress) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
Configure the local address that the HTTP client should use for communication.
localAddress(InetAddress) - Method in class com.ibm.cos.v2.http.apache.internal.ApacheHttpRequestConfig.Builder
 
localAddress() - Method in class com.ibm.cos.v2.http.apache.internal.ApacheHttpRequestConfig
 
location() - Method in class com.ibm.cos.v2.core.SdkField
 
location(MarshallLocation) - Method in class com.ibm.cos.v2.core.traits.LocationTrait.Builder
 
location() - Method in class com.ibm.cos.v2.core.traits.LocationTrait
 
location(String) - Method in interface com.ibm.cos.v2.services.s3.model.BucketProtectionResponse.Builder
A forward slash followed by the name of the bucket.
location() - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionResponse
A forward slash followed by the name of the bucket.
location(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
The URI that identifies the newly created object.
location() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
The URI that identifies the newly created object.
location(LocationInfo) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration.Builder
Specifies the location where the bucket will be created.
location(Consumer<LocationInfo.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration.Builder
Specifies the location where the bucket will be created.
location() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration
Specifies the location where the bucket will be created.
location(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketResponse.Builder
A forward slash followed by the name of the bucket.
location() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketResponse
A forward slash followed by the name of the bucket.
locationConstraint(String) - Method in interface com.ibm.cos.v2.services.s3.model.Bucket.Builder
For internal use only: IBM set the bucket locationConstraint from the api response
locationConstraint() - Method in class com.ibm.cos.v2.services.s3.model.Bucket
IBM Returns the locationConstraint associated with the bucket This will only have populated information when used in conjunction with the Extended Listing support to the COS S3 GET Service API
locationConstraint(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration.Builder
Specifies the Region where the bucket will be created.
locationConstraint(BucketLocationConstraint) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration.Builder
Specifies the Region where the bucket will be created.
locationConstraint() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration
Specifies the Region where the bucket will be created.
locationConstraint(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLocationResponse.Builder
Specifies the Region where the bucket resides.
locationConstraint(BucketLocationConstraint) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLocationResponse.Builder
Specifies the Region where the bucket resides.
locationConstraint() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationResponse
Specifies the Region where the bucket resides.
locationConstraintAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration
Specifies the Region where the bucket will be created.
locationConstraintAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationResponse
Specifies the Region where the bucket resides.
LocationInfo - Class in com.ibm.cos.v2.services.s3.model
Specifies the location where the bucket will be created.
LocationInfo.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
locationName() - Method in class com.ibm.cos.v2.core.SdkField
 
locationName(String) - Method in class com.ibm.cos.v2.core.traits.LocationTrait.Builder
 
locationName() - Method in class com.ibm.cos.v2.core.traits.LocationTrait
 
LocationTrait - Class in com.ibm.cos.v2.core.traits
Trait to include metadata about the marshalling/unmarshalling location (i.e.
LocationTrait.Builder - Class in com.ibm.cos.v2.core.traits
Builder for LocationTrait.
LocationType - Enum in com.ibm.cos.v2.services.s3.model
 
LOG - Static variable in class com.ibm.cos.v2.core.internal.checksums.factory.CrtBasedChecksumProvider
 
log - Static variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedInputStream
 
log - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.ProxyTunnelInitHandler
 
log - Variable in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
log(Level, Supplier<String>) - Method in class com.ibm.cos.v2.utils.Logger
Log a message at the given log level (if it is enabled).
logBackingOff(Duration) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.RetryableStageHelper
Log a message to the user at the debug level to indicate how long we will wait before retrying the request.
LogCaptor - Interface in com.ibm.cos.v2.testutils
A test utility that allows inspection of log statements during testing.
LogCaptor.DefaultLogCaptor - Class in com.ibm.cos.v2.testutils
 
LogCaptor.LogCaptorTestBase - Class in com.ibm.cos.v2.testutils
 
LogCaptorTestBase() - Constructor for class com.ibm.cos.v2.testutils.LogCaptor.LogCaptorTestBase
 
LogCaptorTestBase(Level) - Constructor for class com.ibm.cos.v2.testutils.LogCaptor.LogCaptorTestBase
 
logDelivery() - Static method in class com.ibm.cos.v2.services.s3.model.IBMAclGrantee
 
loggedEvents() - Method in class com.ibm.cos.v2.testutils.LogCaptor.DefaultLogCaptor
 
loggedEvents() - Method in interface com.ibm.cos.v2.testutils.LogCaptor
 
Logger - Class in com.ibm.cos.v2.utils
 
logger() - Method in class com.ibm.cos.v2.utils.Logger
 
LoggerAdapter - Class in com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal
Adapts from the shaded Logger to the unshaded Logger.
LoggerAdapter(Logger) - Constructor for class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
loggerFor(Class<?>) - Static method in class com.ibm.cos.v2.utils.Logger
Static factory to get a logger instance for a given class
loggerFor(String) - Static method in class com.ibm.cos.v2.utils.Logger
Static factory to get a logger instance with a specific name.
loggingEnabled(LoggingEnabled) - Method in interface com.ibm.cos.v2.services.s3.model.BucketLoggingStatus.Builder
Sets the value of the LoggingEnabled property for this object.
loggingEnabled(Consumer<LoggingEnabled.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.BucketLoggingStatus.Builder
Sets the value of the LoggingEnabled property for this object.
loggingEnabled() - Method in class com.ibm.cos.v2.services.s3.model.BucketLoggingStatus
Returns the value of the LoggingEnabled property for this object.
loggingEnabled(LoggingEnabled) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLoggingResponse.Builder
Sets the value of the LoggingEnabled property for this object.
loggingEnabled(Consumer<LoggingEnabled.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLoggingResponse.Builder
Sets the value of the LoggingEnabled property for this object.
loggingEnabled() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingResponse
Returns the value of the LoggingEnabled property for this object.
LoggingEnabled - Class in com.ibm.cos.v2.services.s3.model
Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket.
LoggingEnabled.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
LoggingMetricPublisher - Class in com.ibm.cos.v2.metrics
An implementation of MetricPublisher that logs all published metrics under the com.ibm.cos.v2.metrics.LoggingMetricPublisher namespace.
LoggingMetricPublisher.Format - Enum in com.ibm.cos.v2.metrics
 
LoggingTransferListener - Class in com.ibm.cos.v2.transfer.s3.progress
An example implementation of TransferListener that logs a progress bar at the INFO level.
logRequestId(SdkHttpResponse) - Static method in class com.ibm.cos.v2.core.SdkStandardLogger
Log the response status code and request ID
logSendingRequest() - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.RetryableStageHelper
Log a message to the user at the debug level to indicate that we are sending the request to the service.
LONG - Static variable in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
LONG - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.HeaderMarshaller
 
LONG - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.QueryParamMarshaller
 
LONG - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
 
LONG - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypePathMarshaller
 
LONG - Static variable in class com.ibm.cos.v2.protocols.query.internal.marshall.SimpleTypeQueryMarshaller
 
LONG - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.HeaderMarshaller
 
LONG - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.QueryParamMarshaller
 
LONG - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.SimpleTypePathMarshaller
 
LONG - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlPayloadMarshaller
 
LONG - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.HeaderUnmarshaller
 
LONG - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlPayloadUnmarshaller
 
LONG - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonMarshaller
 
LONG - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonUnmarshaller
 
longToByte(Long) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
 
longToByte(Long) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.ChecksumUtil
 
longToByte(Long) - Static method in class com.ibm.cos.v2.utils.NumericUtils
Converts a long to a byte array
longValue() - Method in class com.ibm.cos.v2.core.SdkNumber
Gets the long value of the SdkNumber.
LookaheadInputStream - Class in com.ibm.cos.v2.utils
A wrapper for an InputStream that allows LookaheadInputStream.peek()ing one byte ahead in the stream.
LookaheadInputStream(InputStream) - Constructor for class com.ibm.cos.v2.utils.LookaheadInputStream
 
LowCopyListMap - Class in com.ibm.cos.v2.internal.http
A Map<String, List<String>> for headers and query strings in SdkHttpRequest and SdkHttpResponse that avoids copying data during conversion between builders and buildables, unless data is modified.
LowCopyListMap.ForBuildable - Class in com.ibm.cos.v2.internal.http
 
LowCopyListMap.ForBuilder - Class in com.ibm.cos.v2.internal.http
 
lowerCase(String) - Static method in class com.ibm.cos.v2.utils.StringUtils
Converts a String to lower case as per String.toLowerCase().
lowercaseFirstChar(String) - Static method in class com.ibm.cos.v2.utils.internal.CodegenNamingUtils
 
LruCache<K,V> - Class in com.ibm.cos.v2.utils.cache.lru
A thread-safe LRU (Least Recently Used) cache implementation that returns the value for a specified key, retrieving it by either getting the stored value from the cache or using a supplied function to calculate that value and add it to the cache.
LruCache.Builder<K,V> - Class in com.ibm.cos.v2.utils.cache.lru
 

M

MakeAsyncHttpRequestStage<OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Delegate to the HTTP implementation to make an HTTP request and receive the response.
MakeAsyncHttpRequestStage(TransformingAsyncResponseHandler<Response<OutputT>>, HttpClientDependencies) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.MakeAsyncHttpRequestStage
 
MakeHttpRequestStage - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Delegate to the HTTP implementation to make an HTTP request and receive the response.
MakeHttpRequestStage(HttpClientDependencies) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.MakeHttpRequestStage
 
MakeRequestImmutableStage - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
 
MakeRequestImmutableStage() - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.MakeRequestImmutableStage
 
MakeRequestMutableStage - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
 
MakeRequestMutableStage() - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.MakeRequestMutableStage
 
map(Function<T, U>) - Method in interface com.ibm.cos.v2.core.async.SdkPublisher
Perform a mapping on the published events.
MAP - Static variable in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
MAP - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.QueryParamMarshaller
 
MAP - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
Marshalls a Map as a JSON object where each key becomes a field.
MAP - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.HeaderMarshaller
 
MAP - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.QueryParamMarshaller
 
MAP - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlPayloadMarshaller
 
MAP - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.HeaderUnmarshaller
 
MAP - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonMarshaller
 
MAP - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonUnmarshaller
 
map(Function<? super L, ? extends T>, Function<? super R, ? extends T>) - Method in class com.ibm.cos.v2.utils.Either
Maps the Either to a type and returns the resolved value (which may be from the left or the right value).
mapBuilder() - Static method in interface com.ibm.cos.v2.core.document.Document
Create a Document.MapBuilder for generating a Document by directly allowing user to put String Keys and Document Values in the builder methods.
mapBuilder() - Static method in class com.ibm.cos.v2.core.document.internal.MapDocument
Create a MapDocument.MapBuilderInternal for generating a Document by directly allowing user to put String Keys and Document Values in the builder methods.
MapBuilderInternal() - Constructor for class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
 
MapDocument - Class in com.ibm.cos.v2.core.document.internal
 
MapDocument(Map<String, Document>) - Constructor for class com.ibm.cos.v2.core.document.internal.MapDocument
Create a New MapDocument with Map of Document value as passed in constructor
MapDocument.MapBuilderInternal - Class in com.ibm.cos.v2.core.document.internal
 
mapFrom(String) - Static method in enum com.ibm.cos.v2.core.internal.useragent.IdentityProviderNameMapping
Map the given provider name to a shorter form.
mapLeft(Function<? super L, ? extends T>) - Method in class com.ibm.cos.v2.utils.Either
Map the left most value and return a new Either reflecting the new types.
MappingSubscriber<T,U> - Class in com.ibm.cos.v2.utils.internal
Maps a subscriber of one type to another type.
MapQueryMarshaller - Class in com.ibm.cos.v2.protocols.query.internal.marshall
 
MapQueryMarshaller() - Constructor for class com.ibm.cos.v2.protocols.query.internal.marshall.MapQueryMarshaller
 
MapQueryUnmarshaller - Class in com.ibm.cos.v2.protocols.query.internal.unmarshall
 
MapQueryUnmarshaller() - Constructor for class com.ibm.cos.v2.protocols.query.internal.unmarshall.MapQueryUnmarshaller
 
mapRight(Function<? super R, ? extends T>) - Method in class com.ibm.cos.v2.utils.Either
Map the right most value and return a new Either reflecting the new types.
MapTrait - Class in com.ibm.cos.v2.core.traits
Trait that includes additional metadata for Map members.
MapTrait.Builder - Class in com.ibm.cos.v2.core.traits
 
MapUtils - Class in com.ibm.cos.v2.utils
 
mapValues(Map<K, VInT>, Function<VInT, VOutT>) - Static method in class com.ibm.cos.v2.utils.CollectionUtils
Transforms the values of a map to another map with the same keys, using the supplied function.
mark(int) - Method in class com.ibm.cos.v2.checksums.internal.BaseCrcChecksum
 
mark(int) - Method in class com.ibm.cos.v2.checksums.internal.Crc32Checksum
 
mark(int) - Method in class com.ibm.cos.v2.checksums.internal.Crc64NvmeChecksum
 
mark(int) - Method in class com.ibm.cos.v2.checksums.internal.CrcCombineOnMarkChecksum
 
mark(int) - Method in class com.ibm.cos.v2.checksums.internal.DigestAlgorithmChecksum
 
mark(int) - Method in interface com.ibm.cos.v2.checksums.SdkChecksum
Allows marking a checksum for checksums that support the ability to mark and reset.
mark(int) - Method in class com.ibm.cos.v2.core.checksums.Crc32CChecksum
Deprecated.
 
mark(int) - Method in class com.ibm.cos.v2.core.checksums.Crc32Checksum
Deprecated.
 
mark(int) - Method in class com.ibm.cos.v2.core.checksums.Md5Checksum
Deprecated.
 
mark(int) - Method in interface com.ibm.cos.v2.core.checksums.SdkChecksum
Deprecated.
Allows marking a checksum for checksums that support the ability to mark and reset.
mark(int) - Method in class com.ibm.cos.v2.core.checksums.Sha1Checksum
Deprecated.
 
mark(int) - Method in class com.ibm.cos.v2.core.checksums.Sha256Checksum
Deprecated.
 
mark(int) - Method in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream
The readlimit parameter is ignored.
mark(int) - Method in class com.ibm.cos.v2.core.internal.io.AwsCompressionInputStream
The readlimit parameter is ignored.
mark(int) - Method in class com.ibm.cos.v2.core.internal.io.SdkLengthAwareInputStream
 
mark(int) - Method in class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
mark(int) - Method in class com.ibm.cos.v2.core.io.ResettableInputStream
Marks the current position in this input stream.
mark(int) - Method in class com.ibm.cos.v2.core.io.SdkFilterInputStream
 
mark(int) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.checksums.ConstantChecksum
 
mark(int) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.io.SdkLengthAwareInputStream
 
mark(int) - Method in class com.ibm.cos.v2.utils.LookaheadInputStream
 
markDefaultAdded(String) - Method in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy.Builder
 
markDefaultAdded(String) - Method in interface com.ibm.cos.v2.retries.internal.DefaultAwareRetryStrategy.Builder
Identify the Builder as having the specified defaults to it.
marker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsExtendedRequest.Builder
Gets the optional marker parameter indicating where in the bucket to begin listing.
marker() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedRequest
Gets the optional marker parameter indicating where in the bucket to begin listing.
marker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse.Builder
For internal use only.
marker() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse
Parameter indicating where in the bucket to begin listing.
marker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsRequest.Builder
Marker is where you want Amazon S3 to start listing from.
marker() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
Marker is where you want Amazon S3 to start listing from.
marker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
Indicates where in the bucket listing begins.
marker() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
Indicates where in the bucket listing begins.
MarkerUtils - Class in com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal
Utility for converting Markers back and forth between the shaded and unshaded interfaces.
markStreamWithMaxReadLimit(InputStream) - Static method in class com.ibm.cos.v2.utils.IoUtils
If the stream supports marking, marks the stream at the current position with a readLimit value of 128 KiB.
markStreamWithMaxReadLimit(InputStream, Integer) - Static method in class com.ibm.cos.v2.utils.IoUtils
If the stream supports marking, marks the stream at the current position with a read limit specified in maxReadLimit.
markSupported() - Method in class com.ibm.cos.v2.core.internal.io.AwsChunkedInputStream
 
markSupported() - Method in class com.ibm.cos.v2.core.io.ResettableInputStream
 
markSupported() - Method in class com.ibm.cos.v2.core.io.SdkFilterInputStream
 
marshall(BaseEventT) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamTaggedUnionJsonMarshaller
 
marshall(T) - Method in class com.ibm.cos.v2.core.runtime.transform.AsyncStreamingRequestMarshaller
 
marshall(InputT) - Method in interface com.ibm.cos.v2.core.runtime.transform.Marshaller
Marshalls the given POJO into a SdkHttpFullRequest.
marshall(T) - Method in class com.ibm.cos.v2.core.runtime.transform.StreamingRequestMarshaller
 
marshall(String, String, String) - Method in class com.ibm.cos.v2.protocols.core.PathMarshaller
 
marshall(SdkPojo) - Method in interface com.ibm.cos.v2.protocols.core.ProtocolMarshaller
 
marshall(T, JsonMarshallerContext, String, SdkField<T>) - Method in interface com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshaller
Marshall the data into the request.
marshall(MarshallLocation, Object) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerContext
Convenience method to marshall a nested object (may be simple or structured) at the given location.
marshall(MarshallLocation, T, String) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerContext
Convenience method to marshall a nested object (may be simple or structured) at the given location.
marshall(SdkPojo) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonProtocolMarshaller
 
marshall(SdkPojo) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.NullAsEmptyBodyProtocolRequestMarshaller
 
marshall(QueryMarshallerContext, String, List<?>, SdkField<List<?>>) - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.ListQueryMarshaller
 
marshall(QueryMarshallerContext, String, Map<String, ?>, SdkField<Map<String, ?>>) - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.MapQueryMarshaller
 
marshall(QueryMarshallerContext, String, T, SdkField<T>) - Method in interface com.ibm.cos.v2.protocols.query.internal.marshall.QueryMarshaller
 
marshall(SdkPojo) - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryProtocolMarshaller
 
marshall(QueryMarshallerContext, String, T, SdkField<T>) - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.SimpleTypeQueryMarshaller
 
marshall(T, XmlMarshallerContext, String, SdkField<T>) - Method in interface com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshaller
 
marshall(MarshallLocation, Object) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerContext
Convenience method to marshall a nested object (may be simple or structured) at the given location.
marshall(MarshallLocation, T, String, SdkField<T>) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerContext
Convenience method to marshall a nested object (may be simple or structured) at the given location.
marshall(SdkPojo) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlProtocolMarshaller
 
marshall(AbortMultipartUploadRequest) - Method in class com.ibm.cos.v2.services.s3.transform.AbortMultipartUploadRequestMarshaller
 
marshall(AddLegalHoldRequest) - Method in class com.ibm.cos.v2.services.s3.transform.AddLegalHoldRequestMarshaller
 
marshall(CompleteMultipartUploadRequest) - Method in class com.ibm.cos.v2.services.s3.transform.CompleteMultipartUploadRequestMarshaller
 
marshall(CopyObjectRequest) - Method in class com.ibm.cos.v2.services.s3.transform.CopyObjectRequestMarshaller
 
marshall(CreateBucketMetadataTableConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.CreateBucketMetadataTableConfigurationRequestMarshaller
 
marshall(CreateBucketRequest) - Method in class com.ibm.cos.v2.services.s3.transform.CreateBucketRequestMarshaller
 
marshall(CreateMultipartUploadRequest) - Method in class com.ibm.cos.v2.services.s3.transform.CreateMultipartUploadRequestMarshaller
 
marshall(CreateSessionRequest) - Method in class com.ibm.cos.v2.services.s3.transform.CreateSessionRequestMarshaller
 
marshall(DeleteBucketAnalyticsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteBucketAnalyticsConfigurationRequestMarshaller
 
marshall(DeleteBucketCorsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteBucketCorsRequestMarshaller
 
marshall(DeleteBucketEncryptionRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteBucketEncryptionRequestMarshaller
 
marshall(DeleteBucketIntelligentTieringConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteBucketIntelligentTieringConfigurationRequestMarshaller
 
marshall(DeleteBucketInventoryConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteBucketInventoryConfigurationRequestMarshaller
 
marshall(DeleteBucketLifecycleRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteBucketLifecycleRequestMarshaller
 
marshall(DeleteBucketMetadataTableConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteBucketMetadataTableConfigurationRequestMarshaller
 
marshall(DeleteBucketMetricsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteBucketMetricsConfigurationRequestMarshaller
 
marshall(DeleteBucketOwnershipControlsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteBucketOwnershipControlsRequestMarshaller
 
marshall(DeleteBucketPolicyRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteBucketPolicyRequestMarshaller
 
marshall(DeleteBucketReplicationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteBucketReplicationRequestMarshaller
 
marshall(DeleteBucketRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteBucketRequestMarshaller
 
marshall(DeleteBucketTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteBucketTaggingRequestMarshaller
 
marshall(DeleteBucketWebsiteRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteBucketWebsiteRequestMarshaller
 
marshall(DeleteLegalHoldRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteLegalHoldRequestMarshaller
 
marshall(DeleteObjectRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteObjectRequestMarshaller
 
marshall(DeleteObjectsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteObjectsRequestMarshaller
 
marshall(DeleteObjectTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeleteObjectTaggingRequestMarshaller
 
marshall(DeletePublicAccessBlockRequest) - Method in class com.ibm.cos.v2.services.s3.transform.DeletePublicAccessBlockRequestMarshaller
 
marshall(ExtendObjectRetentionRequest) - Method in class com.ibm.cos.v2.services.s3.transform.ExtendObjectRetentionRequestMarshaller
 
marshall(GetBucketAccelerateConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketAccelerateConfigurationRequestMarshaller
 
marshall(GetBucketAclRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketAclRequestMarshaller
 
marshall(GetBucketAnalyticsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketAnalyticsConfigurationRequestMarshaller
 
marshall(GetBucketCorsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketCorsRequestMarshaller
 
marshall(GetBucketEncryptionRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketEncryptionRequestMarshaller
 
marshall(GetBucketIntelligentTieringConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketIntelligentTieringConfigurationRequestMarshaller
 
marshall(GetBucketInventoryConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketInventoryConfigurationRequestMarshaller
 
marshall(GetBucketLifecycleConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketLifecycleConfigurationRequestMarshaller
 
marshall(GetBucketLocationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketLocationRequestMarshaller
 
marshall(GetBucketLoggingRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketLoggingRequestMarshaller
 
marshall(GetBucketMetadataTableConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketMetadataTableConfigurationRequestMarshaller
 
marshall(GetBucketMetricsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketMetricsConfigurationRequestMarshaller
 
marshall(GetBucketNotificationConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketNotificationConfigurationRequestMarshaller
 
marshall(GetBucketOwnershipControlsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketOwnershipControlsRequestMarshaller
 
marshall(GetBucketPolicyRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketPolicyRequestMarshaller
 
marshall(GetBucketPolicyStatusRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketPolicyStatusRequestMarshaller
 
marshall(GetBucketProtectionConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketProtectionConfigurationRequestMarshaller
 
marshall(GetBucketReplicationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketReplicationRequestMarshaller
 
marshall(GetBucketRequestPaymentRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketRequestPaymentRequestMarshaller
 
marshall(GetBucketTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketTaggingRequestMarshaller
 
marshall(GetBucketVersioningRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketVersioningRequestMarshaller
 
marshall(GetBucketWebsiteRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetBucketWebsiteRequestMarshaller
 
marshall(GetObjectAclRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetObjectAclRequestMarshaller
 
marshall(GetObjectAttributesRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetObjectAttributesRequestMarshaller
 
marshall(GetObjectLegalHoldRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetObjectLegalHoldRequestMarshaller
 
marshall(GetObjectLockConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetObjectLockConfigurationRequestMarshaller
 
marshall(GetObjectRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetObjectRequestMarshaller
 
marshall(GetObjectRetentionRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetObjectRetentionRequestMarshaller
 
marshall(GetObjectTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetObjectTaggingRequestMarshaller
 
marshall(GetObjectTorrentRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetObjectTorrentRequestMarshaller
 
marshall(GetPublicAccessBlockRequest) - Method in class com.ibm.cos.v2.services.s3.transform.GetPublicAccessBlockRequestMarshaller
 
marshall(HeadBucketRequest) - Method in class com.ibm.cos.v2.services.s3.transform.HeadBucketRequestMarshaller
 
marshall(HeadObjectRequest) - Method in class com.ibm.cos.v2.services.s3.transform.HeadObjectRequestMarshaller
 
marshall(ListBucketAnalyticsConfigurationsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.ListBucketAnalyticsConfigurationsRequestMarshaller
 
marshall(ListBucketIntelligentTieringConfigurationsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.ListBucketIntelligentTieringConfigurationsRequestMarshaller
 
marshall(ListBucketInventoryConfigurationsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.ListBucketInventoryConfigurationsRequestMarshaller
 
marshall(ListBucketMetricsConfigurationsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.ListBucketMetricsConfigurationsRequestMarshaller
 
marshall(ListBucketReplicationFailuresRequest) - Method in class com.ibm.cos.v2.services.s3.transform.ListBucketReplicationFailuresRequestMarshaller
 
marshall(ListBucketsExtendedRequest) - Method in class com.ibm.cos.v2.services.s3.transform.ListBucketsExtendedRequestMarshaller
 
marshall(ListBucketsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.ListBucketsRequestMarshaller
 
marshall(ListDirectoryBucketsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.ListDirectoryBucketsRequestMarshaller
 
marshall(ListLegalHoldsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.ListLegalHoldsRequestMarshaller
 
marshall(ListMultipartUploadsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.ListMultipartUploadsRequestMarshaller
 
marshall(ListObjectsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.ListObjectsRequestMarshaller
 
marshall(ListObjectsV2Request) - Method in class com.ibm.cos.v2.services.s3.transform.ListObjectsV2RequestMarshaller
 
marshall(ListObjectVersionsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.ListObjectVersionsRequestMarshaller
 
marshall(ListPartsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.ListPartsRequestMarshaller
 
marshall(PutBucketAccelerateConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketAccelerateConfigurationRequestMarshaller
 
marshall(PutBucketAclRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketAclRequestMarshaller
 
marshall(PutBucketAnalyticsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketAnalyticsConfigurationRequestMarshaller
 
marshall(PutBucketCorsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketCorsRequestMarshaller
 
marshall(PutBucketEncryptionRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketEncryptionRequestMarshaller
 
marshall(PutBucketIntelligentTieringConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketIntelligentTieringConfigurationRequestMarshaller
 
marshall(PutBucketInventoryConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketInventoryConfigurationRequestMarshaller
 
marshall(PutBucketLifecycleConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketLifecycleConfigurationRequestMarshaller
 
marshall(PutBucketLoggingRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketLoggingRequestMarshaller
 
marshall(PutBucketMetricsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketMetricsConfigurationRequestMarshaller
 
marshall(PutBucketNotificationConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketNotificationConfigurationRequestMarshaller
 
marshall(PutBucketOwnershipControlsRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketOwnershipControlsRequestMarshaller
 
marshall(PutBucketPolicyRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketPolicyRequestMarshaller
 
marshall(PutBucketProtectionConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketProtectionConfigurationMarshaller
 
marshall(PutBucketReplicationReattemptRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketReplicationReattemptRequestMarshaller
 
marshall(PutBucketReplicationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketReplicationRequestMarshaller
 
marshall(PutBucketRequestPaymentRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketRequestPaymentRequestMarshaller
 
marshall(PutBucketTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketTaggingRequestMarshaller
 
marshall(PutBucketVersioningRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketVersioningRequestMarshaller
 
marshall(PutBucketWebsiteRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutBucketWebsiteRequestMarshaller
 
marshall(PutObjectAclRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutObjectAclRequestMarshaller
 
marshall(PutObjectLegalHoldRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutObjectLegalHoldRequestMarshaller
 
marshall(PutObjectLockConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutObjectLockConfigurationRequestMarshaller
 
marshall(PutObjectRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutObjectRequestMarshaller
 
marshall(PutObjectRetentionRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutObjectRetentionRequestMarshaller
 
marshall(PutObjectTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutObjectTaggingRequestMarshaller
 
marshall(PutPublicAccessBlockRequest) - Method in class com.ibm.cos.v2.services.s3.transform.PutPublicAccessBlockRequestMarshaller
 
marshall(RestoreObjectRequest) - Method in class com.ibm.cos.v2.services.s3.transform.RestoreObjectRequestMarshaller
 
marshall(SelectObjectContentRequest) - Method in class com.ibm.cos.v2.services.s3.transform.SelectObjectContentRequestMarshaller
 
marshall(UploadPartCopyRequest) - Method in class com.ibm.cos.v2.services.s3.transform.UploadPartCopyRequestMarshaller
 
marshall(UploadPartRequest) - Method in class com.ibm.cos.v2.services.s3.transform.UploadPartRequestMarshaller
 
marshall(WriteGetObjectResponseRequest) - Method in class com.ibm.cos.v2.services.s3.transform.WriteGetObjectResponseRequestMarshaller
 
marshall(T, JsonWriter, String) - Method in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonMarshaller
 
marshall(T, JsonWriter) - Method in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonMarshaller
 
Marshaller<InputT> - Interface in com.ibm.cos.v2.core.runtime.transform
Interface to marshall a POJO into a SdkHttpFullRequest.
Marshaller<T> - Interface in com.ibm.cos.v2.protocols.core
Marker interface for marshallers.
marshaller(MarshallingType<T>, QueryMarshaller<T>) - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryMarshallerRegistry.Builder
Registers a marshaller of the given type.
marshallerRegistry(JsonMarshallerRegistry) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerContext.Builder
 
marshallerRegistry() - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerContext
 
marshallerRegistry(QueryMarshallerRegistry) - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryMarshallerContext.Builder
 
marshallerRegistry() - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryMarshallerContext
 
marshallerRegistry(XmlMarshallerRegistry) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerContext.Builder
 
marshallerRegistry() - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerContext
 
MarshallerUtil - Class in com.ibm.cos.v2.protocols.json.internal
 
MARSHALLING_DURATION - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The duration of time taken to marshall the SDK request to an HTTP request.
MarshallingKnownType - Enum in com.ibm.cos.v2.core.protocol
Enum of known types of marshalling types.
MarshallingType<T> - Interface in com.ibm.cos.v2.core.protocol
Represents the various types supported for marshalling.
marshallingType() - Method in class com.ibm.cos.v2.core.SdkField
 
MarshallLocation - Enum in com.ibm.cos.v2.core.protocol
Enum representing the various locations data can be marshalled to.
matched() - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiterResponse
 
matched() - Method in interface com.ibm.cos.v2.core.waiters.WaiterResponse
 
Matchers - Class in com.ibm.cos.v2.testutils.hamcrest
 
matches(T) - Method in interface com.ibm.cos.v2.core.waiters.WaiterAcceptor
Check to see if the response matches with the expected state defined by this acceptor
matches(Throwable) - Method in interface com.ibm.cos.v2.core.waiters.WaiterAcceptor
Check to see if the exception matches the expected state defined by this acceptor
matches(SdkResponse) - Method in class com.ibm.cos.v2.services.s3.waiters.internal.WaitersRuntime.ResponseStatusAcceptor
 
matches(Throwable) - Method in class com.ibm.cos.v2.services.s3.waiters.internal.WaitersRuntime.ResponseStatusAcceptor
 
matchesSafely(Collection<T>) - Method in class com.ibm.cos.v2.testutils.hamcrest.CollectionContainsOnly
 
matchesSafely(Collection<T>) - Method in class com.ibm.cos.v2.testutils.hamcrest.CollectionContainsOnlyInOrder
 
matchingHeaders(String) - Method in interface com.ibm.cos.v2.http.SdkHttpHeaders
 
max(Duration, Duration) - Static method in class com.ibm.cos.v2.utils.NumericUtils
 
MAX_BACKOFF - Static variable in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetrySetting
 
MAX_CONCURRENCY - Static variable in class com.ibm.cos.v2.http.HttpMetric
The maximum number of concurrent requests that is supported by the HTTP client.
MAX_CONCURRENT_STREAMS - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.ChannelAttributeKey
Value of the MAX_CONCURRENT_STREAMS from the server's SETTING frame.
MAX_CONNECTIONS - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
Maximum number of connections allowed in a connection pool.
MAX_METRICS_STRING_IN_BYTES - Static variable in class com.ibm.cos.v2.core.useragent.BusinessMetricCollection
 
MAX_PENDING_CONNECTION_ACQUIRES - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
Maximum number of requests allowed to wait for a connection.
maxAgeSeconds(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.CORSRule.Builder
The time in seconds that your browser is to cache the preflight response for the specified resource.
maxAgeSeconds() - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
The time in seconds that your browser is to cache the preflight response for the specified resource.
maxAttempts(int) - Method in class com.ibm.cos.v2.core.internal.retry.RetryPolicyAdapter.Builder
 
maxAttempts() - Method in class com.ibm.cos.v2.core.internal.retry.RetryPolicyAdapter
 
maxAttempts(RetryMode) - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetrySetting
 
maxAttempts() - Method in class com.ibm.cos.v2.core.internal.waiters.WaiterConfiguration
 
maxAttempts(Integer) - Method in class com.ibm.cos.v2.core.waiters.WaiterOverrideConfiguration.Builder
Define the maximum number of attempts to try before transitioning the waiter to a failure state.
maxAttempts() - Method in class com.ibm.cos.v2.core.waiters.WaiterOverrideConfiguration
 
maxAttempts(int) - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy.Builder
Configure the maximum number of attempts used by the retry strategy.
maxAttempts() - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy
Returns the maximum numbers attempts that this retry policy will allow.
maxAttempts - Variable in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
maxAttempts() - Method in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
maxAttempts(int) - Method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy.Builder
 
maxAttempts(int) - Method in class com.ibm.cos.v2.retries.internal.DefaultLegacyRetryStrategy.Builder
 
maxAttempts(int) - Method in class com.ibm.cos.v2.retries.internal.DefaultStandardRetryStrategy.Builder
 
maxBackoffTime(Duration) - Method in interface com.ibm.cos.v2.core.retry.backoff.EqualJitterBackoffStrategy.Builder
Deprecated.
 
maxBackoffTime() - Method in interface com.ibm.cos.v2.core.retry.backoff.EqualJitterBackoffStrategy.Builder
Deprecated.
 
maxBackoffTime(Duration) - Method in interface com.ibm.cos.v2.core.retry.backoff.FullJitterBackoffStrategy.Builder
Deprecated.
 
maxBackoffTime() - Method in interface com.ibm.cos.v2.core.retry.backoff.FullJitterBackoffStrategy.Builder
Deprecated.
 
maxBuckets(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsRequest.Builder
Maximum number of buckets to be returned in response.
maxBuckets() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsRequest
Maximum number of buckets to be returned in response.
maxCapacity() - Method in class com.ibm.cos.v2.core.internal.capacity.TokenBucket
Retrieve the maximum capacity of the bucket configured when the bucket was created.
maxCapacity(Integer) - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.AcquireResponse.Builder
 
maxCapacity() - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.AcquireResponse
The max capacity.
maxCapacity(Integer) - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.ReleaseResponse.Builder
 
maxCapacity() - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.ReleaseResponse
Returns the max capacity for the token bucket.
maxCapacity() - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.TokenBucket
Retrieve the maximum capacity of the bucket configured when the bucket was created.
maxConcurrency(Integer) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtAsyncHttpClient.Builder
The Maximum number of allowed concurrent requests.
maxConcurrency(Integer) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtHttpClient.Builder
The Maximum number of allowed concurrent requests.
maxConcurrency(Integer) - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
maxConcurrency(Integer) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
Maximum number of allowed concurrent requests.
maxConnections(Integer) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
The maximum number of connections allowed in the connection pool.
maxConnections() - Method in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
maxConnections(int) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.BetterFixedChannelPool.Builder
 
maxDepth(Integer) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest.Builder
Specifies the maximum number of levels of directories to visit.
maxDepth() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest
 
maxDirectoryBuckets(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest.Builder
Maximum number of buckets to be returned in response.
maxDirectoryBuckets() - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest
Maximum number of buckets to be returned in response.
maxHttp2Streams(Integer) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
maximum(T...) - Static method in class com.ibm.cos.v2.utils.ComparableUtils
Get the maximum value from a list of comparable vales.
maximumBufferInBytes(Long) - Method in class com.ibm.cos.v2.utils.async.DelegatingBufferingSubscriber.Builder
 
maximumBufferSizeInBytes(Long) - Method in class com.ibm.cos.v2.core.internal.async.SplittingTransformer.Builder
The amount of data in byte this publisher will buffer into memory before sending it to the upstream transformer.
maximumRetention(Retention) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse.Builder
 
maximumRetention() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
maximumRetentionInDays(Retention) - Method in interface com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration.Builder
 
maximumRetentionInDays(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration.Builder
Sets the desired bucket protection maximum retention for this configuration object.
maximumRetentionInDays() - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration
 
maximumRetentionInDays() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
maxKeys(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest.Builder
Sets the optional maxKeys parameter indicating the maximum number of keys to include in the response.
maxKeys() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest
Gets the optional maxKeys parameter indicating the maximum number of keys to include in the response.
maxKeys(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse.Builder
Sets the optional maxKeys parameter indicating the maximum number of keys to include in the response.
maxKeys() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
Gets the optional maxKeys parameter indicating the maximum number of keys to include in the response.
maxKeys(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsExtendedRequest.Builder
Sets the optional maxKeys parameter indicating the maximum number of keys to include in the response.
maxKeys() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedRequest
Gets the optional maxKeys parameter indicating the maximum number of keys to include in the response.
maxKeys(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsRequest.Builder
Sets the maximum number of keys returned in the response.
maxKeys() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
Sets the maximum number of keys returned in the response.
maxKeys(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
The maximum number of keys returned in the response body.
maxKeys() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
The maximum number of keys returned in the response body.
maxKeys(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
Sets the maximum number of keys returned in the response.
maxKeys() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
Sets the maximum number of keys returned in the response.
maxKeys(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
Sets the maximum number of keys returned in the response.
maxKeys() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
Sets the maximum number of keys returned in the response.
maxKeys(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
Sets the maximum number of keys returned in the response.
maxKeys() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
Sets the maximum number of keys returned in the response.
maxKeys(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
Specifies the maximum number of objects to return.
maxKeys() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
Specifies the maximum number of objects to return.
MaxNumberOfRetriesCondition - Class in com.ibm.cos.v2.core.retry.conditions
Simple retry condition that allows retries up to a certain max number of retries.
maxParts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts.Builder
The maximum number of parts allowed in the response.
maxParts() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
The maximum number of parts allowed in the response.
maxParts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
Sets the maximum number of parts to return.
maxParts() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
Sets the maximum number of parts to return.
maxParts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsRequest.Builder
Sets the maximum number of parts to return.
maxParts() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
Sets the maximum number of parts to return.
maxParts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
Maximum number of parts that were allowed in the response.
maxParts() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
Maximum number of parts that were allowed in the response.
maxPendingAcquires(int) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.BetterFixedChannelPool.Builder
 
maxPendingConnectionAcquires() - Method in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
maxPendingConnectionAcquires(Integer) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
The maximum number of pending acquires allowed.
maxReadLimit(Integer) - Method in interface com.ibm.cos.v2.core.async.AsyncRequestBodyFromInputStreamConfiguration.Builder
Configures max read limit used to mark and reset the InputStream.
maxReadLimit() - Method in class com.ibm.cos.v2.core.async.AsyncRequestBodyFromInputStreamConfiguration
 
maxSize(Integer) - Method in class com.ibm.cos.v2.utils.cache.lru.LruCache.Builder
 
maxStreams(Long) - Method in interface com.ibm.cos.v2.http.nio.netty.Http2Configuration.Builder
Sets the max number of concurrent streams per connection.
maxStreams() - Method in class com.ibm.cos.v2.http.nio.netty.Http2Configuration
 
maxStreams(long) - Method in class com.ibm.cos.v2.http.nio.netty.internal.AwaitCloseChannelPoolMap.Builder
 
maxUploads(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest.Builder
Sets the maximum number of multipart uploads, from 1 to 1,000, to return in the response body.
maxUploads() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
Sets the maximum number of multipart uploads, from 1 to 1,000, to return in the response body.
maxUploads(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
Maximum number of multipart uploads that could have been included in the response.
maxUploads() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
Maximum number of multipart uploads that could have been included in the response.
MB - Static variable in class com.ibm.cos.v2.transfer.s3.SizeConstant
1 Mebibyte.
MD5 - Static variable in class com.ibm.cos.v2.checksums.DefaultChecksumAlgorithm
 
md5AsBase64(InputStream) - Static method in class com.ibm.cos.v2.utils.Md5Utils
Returns the MD5 in base64 for the data from the given input stream.
md5AsBase64(byte[]) - Static method in class com.ibm.cos.v2.utils.Md5Utils
Returns the MD5 in base64 for the given byte array.
md5AsBase64(File) - Static method in class com.ibm.cos.v2.utils.Md5Utils
Returns the MD5 in base64 for the given file.
Md5Checksum - Class in com.ibm.cos.v2.core.checksums
Deprecated.
this class is deprecated and subject to removal.
Md5Checksum() - Constructor for class com.ibm.cos.v2.core.checksums.Md5Checksum
Deprecated.
 
Md5Utils - Class in com.ibm.cos.v2.utils
Utility methods for computing MD5 sums.
ME_CENTRAL_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
ME_SOUTH_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
measuredTxRate() - Method in class com.ibm.cos.v2.retries.internal.ratelimiter.RateLimiterUpdateResponse
 
measureDuration(Supplier<T>) - Static method in class com.ibm.cos.v2.core.internal.util.MetricUtils
Measure the duration of the given callable.
measureDurationUnsafe(Callable<T>) - Static method in class com.ibm.cos.v2.core.internal.util.MetricUtils
Measure the duration of the given callable.
measureDurationUnsafe(Callable<T>, long) - Static method in class com.ibm.cos.v2.core.internal.util.MetricUtils
Measure the duration of the given callable, using the provided time as the basis.
measureTimeTaken(Future<?>, Consumer<Duration>) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.NettyRequestMetrics
Measure the time taken for a Future to complete.
memberFieldInfo(SdkField) - Method in class com.ibm.cos.v2.core.traits.ListTrait.Builder
 
memberFieldInfo() - Method in class com.ibm.cos.v2.core.traits.ListTrait
 
memberLocationName(String) - Method in class com.ibm.cos.v2.core.traits.ListTrait.Builder
 
memberLocationName() - Method in class com.ibm.cos.v2.core.traits.ListTrait
Location name of member, this is typically only used for XML based protocols which use separate tags for each item.
memberName(String) - Method in class com.ibm.cos.v2.core.SdkField.Builder
 
memberName() - Method in class com.ibm.cos.v2.core.SdkField
 
Memory - Class in com.ibm.cos.v2.testutils
Used to retrieve information about the JVM memory.
merge(SdkClientConfiguration) - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration
Merge this configuration with another configuration, where this configuration's values take precedence.
merge(Consumer<SdkClientConfiguration.Builder>) - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration
 
merge(ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes
Merge attributes of a higher precedence into the current lower precedence collection.
merge(Collection<String>) - Method in class com.ibm.cos.v2.core.useragent.BusinessMetricCollection
 
merge(AttributeMap) - Method in class com.ibm.cos.v2.utils.AttributeMap
Merges two AttributeMaps into one.
mergeChildDefaults(SdkClientConfiguration) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
 
mergeChildDefaults(SdkClientConfiguration) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
Optionally overridden by child implementations to apply implementation-specific default configuration.
MergeCustomHeadersStage - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Merge customer supplied headers into the marshalled request.
MergeCustomHeadersStage(HttpClientDependencies) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.MergeCustomHeadersStage
 
MergeCustomQueryParamsStage - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Merge customer supplied query params into the marshalled request.
MergeCustomQueryParamsStage() - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.MergeCustomQueryParamsStage
 
mergeInternalDefaults(SdkClientConfiguration) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
Optionally overridden by child classes to define internal default configuration.
mergeLists(List<T>, List<T>) - Static method in class com.ibm.cos.v2.utils.CollectionUtils
Returns a new list containing the second list appended to the first list.
mergeServiceDefaults(SdkClientConfiguration) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
Optionally overridden by child classes to define service-specific default configuration.
message(String) - Method in interface com.ibm.cos.v2.awscore.exception.AwsServiceException.Builder
 
message(String) - Method in class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
message(String) - Method in interface com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryFailedException.Builder
 
message(String) - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryFailedException.BuilderImpl
 
message(String) - Method in interface com.ibm.cos.v2.core.exception.AbortedException.Builder
 
message(String) - Method in class com.ibm.cos.v2.core.exception.AbortedException.BuilderImpl
 
message(String) - Method in interface com.ibm.cos.v2.core.exception.ApiCallAttemptTimeoutException.Builder
 
message(String) - Method in class com.ibm.cos.v2.core.exception.ApiCallAttemptTimeoutException.BuilderImpl
 
message(String) - Method in interface com.ibm.cos.v2.core.exception.ApiCallTimeoutException.Builder
 
message(String) - Method in class com.ibm.cos.v2.core.exception.ApiCallTimeoutException.BuilderImpl
 
message(String) - Method in interface com.ibm.cos.v2.core.exception.Crc32MismatchException.Builder
 
message(String) - Method in class com.ibm.cos.v2.core.exception.Crc32MismatchException.BuilderImpl
 
message(String) - Method in interface com.ibm.cos.v2.core.exception.NonRetryableException.Builder
 
message(String) - Method in class com.ibm.cos.v2.core.exception.NonRetryableException.BuilderImpl
 
message() - Method in class com.ibm.cos.v2.core.exception.NonRetryableException.BuilderImpl
 
message(String) - Method in interface com.ibm.cos.v2.core.exception.RetryableException.Builder
 
message(String) - Method in class com.ibm.cos.v2.core.exception.RetryableException.BuilderImpl
 
message(String) - Method in interface com.ibm.cos.v2.core.exception.SdkClientException.Builder
 
message(String) - Method in class com.ibm.cos.v2.core.exception.SdkClientException.BuilderImpl
 
message(String) - Method in interface com.ibm.cos.v2.core.exception.SdkException.Builder
Specifies the details of this exception.
message() - Method in interface com.ibm.cos.v2.core.exception.SdkException.Builder
The details of this exception.
message - Variable in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
message(String) - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
message() - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
message(String) - Method in interface com.ibm.cos.v2.core.exception.SdkServiceException.Builder
 
message(String) - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
message() - Method in interface com.ibm.cos.v2.core.waiters.WaiterAcceptor
Optional message to provide pertaining to the next WaiterState
message() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Deprecated
 
message(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.SourceException.BuilderImpl
 
message(String) - Method in interface com.ibm.cos.v2.services.s3.model.BucketAlreadyExistsException.Builder
 
message(String) - Method in interface com.ibm.cos.v2.services.s3.model.BucketAlreadyOwnedByYouException.Builder
 
message(String) - Method in interface com.ibm.cos.v2.services.s3.model.EncryptionTypeMismatchException.Builder
 
message(String) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidObjectStateException.Builder
 
message(String) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidRequestException.Builder
 
message(String) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidWriteOffsetException.Builder
 
message(String) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchBucketException.Builder
 
message(String) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchKeyException.Builder
 
message(String) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchUploadException.Builder
 
message(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectAlreadyInActiveTierErrorException.Builder
 
message(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectNotInActiveTierErrorException.Builder
 
message(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3Error.Builder
The error message contains a generic description of the error condition in English.
message() - Method in class com.ibm.cos.v2.services.s3.model.S3Error
The error message contains a generic description of the error condition in English.
message(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3Exception.Builder
 
message(String) - Method in class com.ibm.cos.v2.services.s3.model.S3Exception.BuilderImpl
 
message(String) - Method in interface com.ibm.cos.v2.services.s3.model.TooManyPartsException.Builder
 
message() - Method in class com.ibm.cos.v2.services.s3.waiters.internal.WaitersRuntime.ResponseStatusAcceptor
 
messageDigest() - Method in class com.ibm.cos.v2.checksums.internal.DigestAlgorithm.CloseableMessageDigest
Retrieve the message digest instance.
METADATA - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
metadata() - Method in class com.ibm.cos.v2.regions.Region
 
metadata(Map<String, String>) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
A map of metadata to store with the object in S3.
metadata() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
A map of metadata to store with the object in S3.
metadata(Map<String, String>) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
A map of metadata to store with the object in S3.
metadata() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
A map of metadata to store with the object in S3.
metadata(Map<String, String>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
A map of metadata to store with the object in S3.
metadata() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
A map of metadata to store with the object in S3.
metadata(Map<String, String>) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
A map of metadata to store with the object in S3.
metadata() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
A map of metadata to store with the object in S3.
metadata(Map<String, String>) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
A map of metadata to store with the object in S3.
metadata() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
A map of metadata to store with the object in S3.
metadata(Map<String, String>) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
A map of metadata to store with the object in S3.
metadata() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
A map of metadata to store with the object in S3.
METADATA_SERVICE_TIMEOUT - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
 
metadataDirective(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies whether the metadata is copied from the source object or replaced with metadata that's provided in the request.
metadataDirective(MetadataDirective) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies whether the metadata is copied from the source object or replaced with metadata that's provided in the request.
metadataDirective() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies whether the metadata is copied from the source object or replaced with metadata that's provided in the request.
MetadataDirective - Enum in com.ibm.cos.v2.services.s3.model
 
metadataDirectiveAsString() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies whether the metadata is copied from the source object or replaced with metadata that's provided in the request.
MetadataEntry - Class in com.ibm.cos.v2.services.s3.model
A metadata key-value pair to store with an object.
MetadataEntry.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
MetadataLoader - Class in com.ibm.cos.v2.regions.internal
Internal class for determining where to load region and service metadata from.
metadataTableConfiguration(MetadataTableConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest.Builder
The contents of your metadata table configuration.
metadataTableConfiguration(Consumer<MetadataTableConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest.Builder
The contents of your metadata table configuration.
metadataTableConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest
The contents of your metadata table configuration.
MetadataTableConfiguration - Class in com.ibm.cos.v2.services.s3.model
The metadata table configuration for a general purpose bucket.
MetadataTableConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
metadataTableConfigurationResult(MetadataTableConfigurationResult) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult.Builder
The metadata table configuration for a general purpose bucket.
metadataTableConfigurationResult(Consumer<MetadataTableConfigurationResult.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult.Builder
The metadata table configuration for a general purpose bucket.
metadataTableConfigurationResult() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult
The metadata table configuration for a general purpose bucket.
MetadataTableConfigurationResult - Class in com.ibm.cos.v2.services.s3.model
The metadata table configuration for a general purpose bucket.
MetadataTableConfigurationResult.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
method() - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
The path, exactly as it was configured with SdkHttpFullRequest.Builder.method(SdkHttpMethod).
method(SdkHttpMethod) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Configure an SdkHttpRequest.method() to be used in the created HTTP request.
method() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
The path, exactly as it was configured with SdkHttpRequest.Builder.method(SdkHttpMethod).
method(SdkHttpMethod) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Configure an SdkHttpRequest.method() to be used in the created HTTP request.
method() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest
Returns the HTTP method (GET, POST, etc) to use when sending this request.
METHOD_NOT_ALLOWED - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
metric - Variable in class com.ibm.cos.v2.core.http.MetricCollectingHttpResponseHandler
 
metric() - Method in class com.ibm.cos.v2.metrics.internal.DefaultMetricRecord
 
metric() - Method in interface com.ibm.cos.v2.metrics.MetricRecord
 
METRIC_PUBLISHERS - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
 
METRIC_SEARCH_PATTERN - Static variable in class com.ibm.cos.v2.core.useragent.BusinessMetricCollection
 
MetricCategory - Enum in com.ibm.cos.v2.metrics
A enum class representing the different types of metric categories in the SDK.
MetricCollectingHttpResponseHandler<T> - Class in com.ibm.cos.v2.core.http
An implementation of HttpResponseHandler that publishes the time it took to execute {
MetricCollection - Interface in com.ibm.cos.v2.metrics
An immutable collection of metrics.
metricCollector() - Method in class com.ibm.cos.v2.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
Deprecated.
 
metricCollector(MetricCollector) - Method in class com.ibm.cos.v2.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
Deprecated.
 
metricCollector() - Method in class com.ibm.cos.v2.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
Deprecated.
 
metricCollector(MetricCollector) - Method in class com.ibm.cos.v2.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
Deprecated.
 
metricCollector(MetricCollector) - Method in class com.ibm.cos.v2.core.http.ExecutionContext.Builder
 
metricCollector() - Method in class com.ibm.cos.v2.core.http.ExecutionContext
 
metricCollector(MetricCollector) - Method in interface com.ibm.cos.v2.http.async.AsyncExecuteRequest.Builder
Set the MetricCollector to be used by the HTTP client to report metrics collected for this request.
metricCollector() - Method in class com.ibm.cos.v2.http.async.AsyncExecuteRequest
 
metricCollector() - Method in class com.ibm.cos.v2.http.crt.internal.CrtAsyncRequestContext
 
metricCollector() - Method in class com.ibm.cos.v2.http.crt.internal.CrtRequestContext
 
metricCollector(MetricCollector) - Method in interface com.ibm.cos.v2.http.HttpExecuteRequest.Builder
Set the MetricCollector to be used by the HTTP client to report metrics collected for this request.
metricCollector() - Method in class com.ibm.cos.v2.http.HttpExecuteRequest
 
metricCollector() - Method in class com.ibm.cos.v2.http.nio.netty.internal.RequestContext
 
MetricCollector - Interface in com.ibm.cos.v2.metrics
Used to collect metrics reported by the SDK.
MetricLevel - Enum in com.ibm.cos.v2.metrics
The MetricLevel associated with a SdkMetric, similar to log levels, defines the 'scenario' in which the metric is useful.
MetricPublisher - Interface in com.ibm.cos.v2.metrics
Interface to report and publish the collected SDK metric events to external sources.
metricPublishers(List<MetricPublisher>) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
metricPublishers(List<MetricPublisher>) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Set the Metric publishers to be use to publish metrics for this client.
metricPublishers() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
 
metricPublishers() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
The metric publishers to use to publisher metrics collected for this client.
metricPublishers(List<MetricPublisher>) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Sets the metric publishers for publishing the metrics collected for this request.
metricPublishers() - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
 
metricPublishers(List<MetricPublisher>) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
metricPublishers() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
metricPublishers() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration
Return the metric publishers for publishing the metrics collected for this request.
MetricRecord<T> - Interface in com.ibm.cos.v2.metrics
A container associating a metric and its value.
Metrics() - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.http2.MultiplexedChannelRecord.Metrics
 
metrics(Metrics) - Method in interface com.ibm.cos.v2.services.s3.model.Destination.Builder
A container specifying replication metrics-related settings enabling replication metrics and events.
metrics(Consumer<Metrics.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.Destination.Builder
A container specifying replication metrics-related settings enabling replication metrics and events.
metrics() - Method in class com.ibm.cos.v2.services.s3.model.Destination
A container specifying replication metrics-related settings enabling replication metrics and events.
Metrics - Class in com.ibm.cos.v2.services.s3.model
A container specifying replication metrics-related settings enabling replication metrics and events.
Metrics.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
MetricsAndOperator - Class in com.ibm.cos.v2.services.s3.model
A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter.
MetricsAndOperator.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
metricsAreEnabled(MetricCollector) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.NettyRequestMetrics
Determine whether metrics are enabled, based on the provided metric collector.
metricsConfiguration(MetricsConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationResponse.Builder
Specifies the metrics configuration.
metricsConfiguration(Consumer<MetricsConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationResponse.Builder
Specifies the metrics configuration.
metricsConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationResponse
Specifies the metrics configuration.
MetricsConfiguration - Class in com.ibm.cos.v2.services.s3.model
Specifies a metrics configuration for the CloudWatch request metrics (specified by the metrics configuration ID) from an Amazon S3 bucket.
metricsConfiguration(MetricsConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest.Builder
Specifies the metrics configuration.
metricsConfiguration(Consumer<MetricsConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest.Builder
Specifies the metrics configuration.
metricsConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest
Specifies the metrics configuration.
MetricsConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
metricsConfigurationList(Collection<MetricsConfiguration>) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse.Builder
The list of metrics configurations for a bucket.
metricsConfigurationList(MetricsConfiguration...) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse.Builder
The list of metrics configurations for a bucket.
metricsConfigurationList(Consumer<MetricsConfiguration.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse.Builder
The list of metrics configurations for a bucket.
metricsConfigurationList() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse
The list of metrics configurations for a bucket.
MetricsFilter - Class in com.ibm.cos.v2.services.s3.model
Specifies a metrics configuration filter.
MetricsFilter.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
MetricsFilter.Type - Enum in com.ibm.cos.v2.services.s3.model
 
MetricsStatus - Enum in com.ibm.cos.v2.services.s3.model
 
MetricUtils - Class in com.ibm.cos.v2.core.internal.util
Utility methods for working with metrics.
MetricValueNormalizer - Class in com.ibm.cos.v2.utils
 
metricValues(SdkMetric<T>) - Method in class com.ibm.cos.v2.metrics.internal.DefaultMetricCollection
 
metricValues(SdkMetric<T>) - Method in class com.ibm.cos.v2.metrics.internal.EmptyMetricCollection
 
metricValues(SdkMetric<T>) - Method in interface com.ibm.cos.v2.metrics.MetricCollection
Return all the values of the given metric.
mfa(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectRequest.Builder
The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.
mfa() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.
mfa(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest.Builder
The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.
mfa() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.
mfa(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest.Builder
The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.
mfa() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.
MFA_SERIAL - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Property name for specifying the identification number of the MFA device
mfaDelete(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse.Builder
Specifies whether MFA delete is enabled in the bucket versioning configuration.
mfaDelete(MFADeleteStatus) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse.Builder
Specifies whether MFA delete is enabled in the bucket versioning configuration.
mfaDelete() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse
Specifies whether MFA delete is enabled in the bucket versioning configuration.
MFADelete - Enum in com.ibm.cos.v2.services.s3.model
 
mfaDelete(String) - Method in interface com.ibm.cos.v2.services.s3.model.VersioningConfiguration.Builder
Specifies whether MFA delete is enabled in the bucket versioning configuration.
mfaDelete(MFADelete) - Method in interface com.ibm.cos.v2.services.s3.model.VersioningConfiguration.Builder
Specifies whether MFA delete is enabled in the bucket versioning configuration.
mfaDelete() - Method in class com.ibm.cos.v2.services.s3.model.VersioningConfiguration
Specifies whether MFA delete is enabled in the bucket versioning configuration.
mfaDeleteAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse
Specifies whether MFA delete is enabled in the bucket versioning configuration.
mfaDeleteAsString() - Method in class com.ibm.cos.v2.services.s3.model.VersioningConfiguration
Specifies whether MFA delete is enabled in the bucket versioning configuration.
MFADeleteStatus - Enum in com.ibm.cos.v2.services.s3.model
 
Mimetype - Class in com.ibm.cos.v2.core.internal.util
Utility class that maintains a listing of known Mimetypes, and determines the mimetype of files based on file extensions.
MIMETYPE_EVENT_STREAM - Static variable in class com.ibm.cos.v2.core.internal.util.Mimetype
 
MIMETYPE_GZIP - Static variable in class com.ibm.cos.v2.core.internal.util.Mimetype
The default gzip mimetype: application/x-gzip
MIMETYPE_HTML - Static variable in class com.ibm.cos.v2.core.internal.util.Mimetype
The default HTML mimetype: text/html
MIMETYPE_OCTET_STREAM - Static variable in class com.ibm.cos.v2.core.internal.util.Mimetype
The default binary mimetype: application/octet-stream
MIMETYPE_TEXT_PLAIN - Static variable in class com.ibm.cos.v2.core.internal.util.Mimetype
 
MIMETYPE_XML - Static variable in class com.ibm.cos.v2.core.internal.util.Mimetype
The default XML mimetype: application/xml
min(Duration, Duration) - Static method in class com.ibm.cos.v2.utils.NumericUtils
 
minimalPartSizeInBytes() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartConfigurationResolver
 
minimum(T...) - Static method in class com.ibm.cos.v2.utils.ComparableUtils
Get the minimum value from a list of comparable vales.
minimumCompressionThresholdInBytes(Integer) - Method in interface com.ibm.cos.v2.core.CompressionConfiguration.Builder
Configures the minimum compression threshold, inclusive, in bytes.
minimumCompressionThresholdInBytes() - Method in class com.ibm.cos.v2.core.CompressionConfiguration
If set, returns the minimum compression threshold in bytes, inclusive, in order to trigger request compression.
minimumPartSizeInBytes(Long) - Method in interface com.ibm.cos.v2.services.s3.multipart.MultipartConfiguration.Builder
Configures the part size, in bytes, to be used in each individual part requests.
minimumPartSizeInBytes() - Method in interface com.ibm.cos.v2.services.s3.multipart.MultipartConfiguration.Builder
Indicated the value of the part configured size.
minimumPartSizeInBytes() - Method in class com.ibm.cos.v2.services.s3.multipart.MultipartConfiguration
Indicated the size, in bytes, of each individual part of the part requests.
minimumRetention(Retention) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse.Builder
 
minimumRetention() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
minimumRetentionInDays(Retention) - Method in interface com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration.Builder
 
minimumRetentionInDays(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration.Builder
Sets the desired bucket protection minimum retention for this configuration object.
minimumRetentionInDays() - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration
 
minimumRetentionInDays() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
minimumThroughputInBps(Long) - Method in interface com.ibm.cos.v2.crtcore.CrtConnectionHealthConfiguration.Builder
Sets a throughput threshold for connections.
minimumThroughputInBps(Long) - Method in class com.ibm.cos.v2.crtcore.CrtConnectionHealthConfiguration.DefaultBuilder
 
minimumThroughputInBps() - Method in class com.ibm.cos.v2.crtcore.CrtConnectionHealthConfiguration
 
minimumThroughputInBps(Long) - Method in interface com.ibm.cos.v2.http.crt.ConnectionHealthConfiguration.Builder
 
minimumThroughputTimeout(Duration) - Method in interface com.ibm.cos.v2.crtcore.CrtConnectionHealthConfiguration.Builder
Sets how long a connection is allowed to be unhealthy before getting shut down.
minimumThroughputTimeout(Duration) - Method in class com.ibm.cos.v2.crtcore.CrtConnectionHealthConfiguration.DefaultBuilder
 
minimumThroughputTimeout() - Method in class com.ibm.cos.v2.crtcore.CrtConnectionHealthConfiguration
 
minimumThroughputTimeout(Duration) - Method in interface com.ibm.cos.v2.http.crt.ConnectionHealthConfiguration.Builder
 
minutes(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationTimeValue.Builder
Contains an integer specifying time in minutes.
minutes() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTimeValue
Contains an integer specifying time in minutes.
missingMeta(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
This is set to the number of metadata entries not returned in the headers that are prefixed with x-amz-meta-.
missingMeta() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
This is set to the number of metadata entries not returned in the headers that are prefixed with x-amz-meta-.
missingMeta(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
This is set to the number of metadata entries not returned in x-amz-meta headers.
missingMeta() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
This is set to the number of metadata entries not returned in x-amz-meta headers.
missingMeta(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Set to the number of metadata entries not returned in x-amz-meta headers.
missingMeta() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Set to the number of metadata entries not returned in x-amz-meta headers.
mode(String) - Method in interface com.ibm.cos.v2.services.s3.model.DefaultRetention.Builder
The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.
mode(ObjectLockRetentionMode) - Method in interface com.ibm.cos.v2.services.s3.model.DefaultRetention.Builder
The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.
mode() - Method in class com.ibm.cos.v2.services.s3.model.DefaultRetention
The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.
mode(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectLockRetention.Builder
Indicates the Retention mode for the specified object.
mode(ObjectLockRetentionMode) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectLockRetention.Builder
Indicates the Retention mode for the specified object.
mode() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRetention
Indicates the Retention mode for the specified object.
modeAsString() - Method in class com.ibm.cos.v2.services.s3.model.DefaultRetention
The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.
modeAsString() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRetention
Indicates the Retention mode for the specified object.
ModeledS3AuthSchemeProvider - Class in com.ibm.cos.v2.services.s3.auth.scheme.internal
 
modifyAsyncHttpContent(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamInitialRequestInterceptor
 
modifyAsyncHttpContent(Context.ModifyHttpRequest, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
 
modifyAsyncHttpResponse(InterceptorContext, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionInterceptorChain
 
modifyAsyncHttpResponseContent(Context.ModifyHttpResponse, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
Modify the SdkHttpFullRequest before it is unmarshalled into an SdkResponse.
modifyAsyncHttpResponseContent(Context.ModifyHttpResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.internal.interceptor.HttpChecksumValidationInterceptor
 
modifyAsyncHttpResponseContent(Context.ModifyHttpResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.AsyncChecksumValidationInterceptor
 
modifyAsyncHttpResponseContent(Context.ModifyHttpResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.GetBucketPolicyInterceptor
 
modifyCopyObjectRequest(CopyObjectRequest) - Static method in class com.ibm.cos.v2.services.s3.internal.CustomRequestTransformerUtils
 
modifyException(Context.FailedExecution, ExecutionAttributes) - Method in class com.ibm.cos.v2.awscore.interceptor.GlobalServiceExecutionInterceptor
 
modifyException(Context.FailedExecution, ExecutionAttributes) - Method in class com.ibm.cos.v2.awscore.interceptor.HelpfulUnknownHostExceptionInterceptor
 
modifyException(Context.FailedExecution, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
Modify the exception before it is thrown.
modifyException(DefaultFailedExecutionContext, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionInterceptorChain
 
modifyException(Context.FailedExecution, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.ExceptionTranslationInterceptor
 
modifyHttpContent(Context.ModifyHttpRequest, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
 
modifyHttpContent(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.CreateMultipartUploadRequestInterceptor
 
modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamInitialRequestInterceptor
 
modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.awscore.interceptor.TraceIdExecutionInterceptor
 
modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
Modify the SdkHttpFullRequest before it is sent to the service.
modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.S3RequestSetEndpointInterceptor
 
modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.S3ResolveEndpointInterceptor
 
modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.CreateMultipartUploadRequestInterceptor
 
modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.EnableTrailingChecksumInterceptor
Append trailing checksum header for GetObjectRequest if trailing checksum is enabled from config, ChecksumMode is disabled, and is not S3Express.
modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.LegacyMd5ExecutionInterceptor
 
modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.StreamingRequestInterceptor
 
modifyHttpRequestAndHttpContent(InterceptorContext, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionInterceptorChain
 
modifyHttpResponse(Context.ModifyHttpResponse, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
Modify the SdkHttpFullRequest before it is unmarshalled into an SdkResponse.
modifyHttpResponse(InterceptorContext, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionInterceptorChain
 
modifyHttpResponseContent(Context.ModifyHttpResponse, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
Modify the SdkHttpFullRequest before it is unmarshalled into an SdkResponse.
modifyHttpResponseContent(Context.ModifyHttpResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.internal.interceptor.HttpChecksumValidationInterceptor
 
modifyHttpResponseContent(Context.ModifyHttpResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.GetBucketPolicyInterceptor
 
modifyHttpResponseContent(Context.ModifyHttpResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.SyncChecksumValidationInterceptor
 
modifyRequest(Context.ModifyRequest, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
Modify an SdkRequest given to a service client before it is marshalled into an SdkHttpFullRequest.
modifyRequest(InterceptorContext, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionInterceptorChain
 
modifyRequest(Context.ModifyRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.S3ResolveEndpointInterceptor
 
modifyRequest(Context.ModifyRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.CreateBucketInterceptor
 
modifyRequest(Context.ModifyRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.EnableChunkedEncodingInterceptor
 
modifyRequest(Context.ModifyRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.EnableTrailingChecksumInterceptor
Enable ChecksumMode for GetObjectRequest if trailing checksum is enabled from config, ChecksumMode is disabled, and is S3Express.
modifyRequest(Context.ModifyRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.ObjectMetadataInterceptor
 
modifyRequest(Context.ModifyRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.transfer.s3.internal.ApplyUserAgentInterceptor
 
modifyResponse(Context.ModifyResponse, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
Modify the SdkResponse before it is returned by the client.
modifyResponse(InterceptorContext, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionInterceptorChain
 
modifyResponse(Context.ModifyResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.DecodeUrlEncodedResponseInterceptor
 
modifyResponse(Context.ModifyResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.EnableTrailingChecksumInterceptor
Subtract the contentLength of GetObjectResponse if trailing checksums is enabled.
modifyResponse(Context.ModifyResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.services.s3.internal.handlers.GetObjectInterceptor
 
modifyUploadPartCopyRequest(UploadPartCopyRequest) - Static method in class com.ibm.cos.v2.services.s3.internal.CustomRequestTransformerUtils
 
moveContentLength(SdkHttpRequest.Builder, ContentStreamProvider) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerUtils
Move `Content-Length` to `x-amz-decoded-content-length` if not already present.
MOVED_PERMANENTLY - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
MOVED_TEMPORARILY - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
mpuObjectSize(Long) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
The expected total object size of the multipart upload request.
mpuObjectSize() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
The expected total object size of the multipart upload request.
MpuRequestContext - Class in com.ibm.cos.v2.services.s3.internal.multipart
 
MpuRequestContext(MpuRequestContext.Builder) - Constructor for class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext
 
MpuRequestContext.Builder - Class in com.ibm.cos.v2.services.s3.internal.multipart
 
MULTIPART_CHECKSUM_PATTERN - Static variable in class com.ibm.cos.v2.services.s3.internal.handlers.GetObjectInterceptor
 
MULTIPART_CONFIGURATION_KEY - Static variable in class com.ibm.cos.v2.services.s3.internal.client.S3AsyncClientDecorator
 
MULTIPART_DOWNLOAD_RESUME_CONTEXT - Static variable in class com.ibm.cos.v2.services.s3.multipart.S3MultipartExecutionAttribute
 
MULTIPART_ENABLED_KEY - Static variable in class com.ibm.cos.v2.services.s3.internal.client.S3AsyncClientDecorator
 
multipartClientProgressListener() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferProgressUpdater
Progress listener for Java-based S3Client with multipart enabled.
MultipartConfiguration - Class in com.ibm.cos.v2.services.s3.multipart
Class that hold configuration properties related to multipart operation for a S3AsyncClient.
multipartConfiguration(MultipartConfiguration) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClientBuilder
Configuration for multipart operation of this client.
multipartConfiguration(Consumer<MultipartConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClientBuilder
Configuration for multipart operation of this client.
MultipartConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.multipart
Builder for a MultipartConfiguration.
MultipartConfigurationResolver - Class in com.ibm.cos.v2.services.s3.internal.multipart
Internal utility class to resolve MultipartConfiguration.
MultipartConfigurationResolver(MultipartConfiguration) - Constructor for class com.ibm.cos.v2.services.s3.internal.multipart.MultipartConfigurationResolver
 
MultipartDownloaderSubscriber - Class in com.ibm.cos.v2.services.s3.internal.multipart
A subscriber implementation that will download all individual parts for a multipart get-object request.
MultipartDownloaderSubscriber(S3AsyncClient, GetObjectRequest) - Constructor for class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloaderSubscriber
 
MultipartDownloaderSubscriber(S3AsyncClient, GetObjectRequest, int) - Constructor for class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloaderSubscriber
 
MultipartDownloadResumeContext - Class in com.ibm.cos.v2.services.s3.internal.multipart
This class keep tracks of the state of a multipart download across multipart GET requests.
MultipartDownloadResumeContext() - Constructor for class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloadResumeContext
 
MultipartDownloadResumeContext(Collection<Integer>, Long) - Constructor for class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloadResumeContext
 
multipartDownloadResumeContext(GetObjectRequest) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloadUtils
This method checks the S3MultipartExecutionAttribute.MULTIPART_DOWNLOAD_RESUME_CONTEXT execution attributes for a context object and returns it if it finds one.
MultipartDownloadUtils - Class in com.ibm.cos.v2.services.s3.internal.multipart
 
multipartEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClientBuilder
Enables automatic conversion of GET, PUT and COPY methods to their equivalent multipart operation.
MultipartS3AsyncClient - Class in com.ibm.cos.v2.services.s3.internal.multipart
An S3AsyncClient that automatically converts PUT, COPY requests to their respective multipart call.
multipartUpload(CompletedMultipartUpload) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
The container for the multipart upload request information.
multipartUpload(Consumer<CompletedMultipartUpload.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
The container for the multipart upload request information.
multipartUpload() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
The container for the multipart upload request information.
MultipartUpload - Class in com.ibm.cos.v2.services.s3.model
Container for the MultipartUpload for the Amazon S3 object.
MultipartUpload.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
MultipartUploadHelper - Class in com.ibm.cos.v2.services.s3.internal.multipart
A base class contains common logic used by UploadWithUnknownContentLengthHelper and UploadWithKnownContentLengthHelper.
MultipartUploadHelper(S3AsyncClient, long, long, long) - Constructor for class com.ibm.cos.v2.services.s3.internal.multipart.MultipartUploadHelper
 
multipartUploadId(String) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload.Builder
Sets multipart ID associated with this transfer
multipartUploadId() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
The multipart upload ID, or Optional.empty() if unknown
MultiplexedChannelRecord - Class in com.ibm.cos.v2.http.nio.netty.internal.http2
Contains a Future for the actual socket channel and tracks available streams based on the MAX_CONCURRENT_STREAMS setting for the connection.
MultiplexedChannelRecord.Metrics - Class in com.ibm.cos.v2.http.nio.netty.internal.http2
 
multiRegionEnabled() - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
 
multiRegionEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
Option to enable or disable the usage of multi-region access point ARNs.
multiRegionEnabled() - Method in class com.ibm.cos.v2.services.s3.S3Configuration
Returns whether the client is allowed to make cross-region calls when using an S3 Multi-Region Access Point ARN.
multiSelectHash(Map<String, Function<JmesPathRuntime.Value, JmesPathRuntime.Value>>) - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Perform a multi-select hash expression on this value: https://jmespath.org/specification.html#multiselect-hash
multiSelectList(Function<JmesPathRuntime.Value, JmesPathRuntime.Value>...) - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Perform a multi-select list expression on this value: https://jmespath.org/specification.html#multiselect-list
Mutable - Annotation Type in com.ibm.cos.v2.annotations
The class to which this annotation is applied is explicitly mutable, meaning that its state is subject to change between calls.
MutableRequestToRequestPipeline - Interface in com.ibm.cos.v2.core.internal.http.pipeline
Pipeline stage that takes in a mutable SdkHttpFullRequest.Builder and returns the same builder.
mutuallyExclusive(String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Verify that only one of the objects is non null.
MX_CENTRAL_1 - Static variable in class com.ibm.cos.v2.regions.Region
 

N

name() - Method in interface com.ibm.cos.v2.awscore.endpoints.authscheme.EndpointAuthScheme
 
name() - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4aAuthScheme
 
name() - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4AuthScheme
 
name(String) - Method in interface com.ibm.cos.v2.core.ApiName.Builder
Set the name of the API.
name() - Method in class com.ibm.cos.v2.core.ApiName
 
name() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
name() - Method in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
Note that the name is mainly used for debugging purposes.
name() - Method in class com.ibm.cos.v2.metrics.internal.DefaultMetricCollection
 
name() - Method in class com.ibm.cos.v2.metrics.internal.DefaultMetricCollector
 
name() - Method in class com.ibm.cos.v2.metrics.internal.DefaultSdkMetric
 
name() - Method in class com.ibm.cos.v2.metrics.internal.EmptyMetricCollection
 
name() - Method in interface com.ibm.cos.v2.metrics.MetricCollection
 
name() - Method in interface com.ibm.cos.v2.metrics.MetricCollector
 
name() - Method in class com.ibm.cos.v2.metrics.NoOpMetricCollector
 
name() - Method in interface com.ibm.cos.v2.metrics.SdkMetric
 
name(String) - Method in interface com.ibm.cos.v2.profiles.Profile.Builder
Define the name of this profile, without the legacy "profile" prefix.
name() - Method in class com.ibm.cos.v2.profiles.Profile
Retrieve the name of this profile.
name() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsCnPartitionMetadata
 
name() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsEuscPartitionMetadata
 
name() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoBPartitionMetadata
 
name() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoEPartitionMetadata
 
name() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoFPartitionMetadata
 
name() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoPartitionMetadata
 
name() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsPartitionMetadata
 
name() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsUsGovPartitionMetadata
 
name() - Method in interface com.ibm.cos.v2.regions.PartitionMetadata
Returns the partition name for this partition, such as AWS Standard
name() - Method in interface com.ibm.cos.v2.retries.internal.RetryStrategyDefaults
 
name() - Method in class com.ibm.cos.v2.services.s3.endpoints.authscheme.S3ExpressEndpointAuthScheme
 
name(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Builder
 
name(Identifier) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Builder
 
name(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParameterReference.Builder
 
NAME - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.PartitionFn
 
name(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition.Builder
 
name() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition
 
name(String) - Method in interface com.ibm.cos.v2.services.s3.model.Bucket.Builder
The name of the bucket.
name() - Method in class com.ibm.cos.v2.services.s3.model.Bucket
The name of the bucket.
name(String) - Method in interface com.ibm.cos.v2.services.s3.model.FilterRule.Builder
The object key name prefix or suffix identifying one or more objects to which the filtering rule applies.
name(FilterRuleName) - Method in interface com.ibm.cos.v2.services.s3.model.FilterRule.Builder
The object key name prefix or suffix identifying one or more objects to which the filtering rule applies.
name() - Method in class com.ibm.cos.v2.services.s3.model.FilterRule
The object key name prefix or suffix identifying one or more objects to which the filtering rule applies.
name(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
The bucket name.
name() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
The bucket name.
name(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
The bucket name.
name() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
The bucket name.
name(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
The bucket name.
name() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
The bucket name.
name(String) - Method in interface com.ibm.cos.v2.services.s3.model.LocationInfo.Builder
The name of the location where the bucket will be created.
name() - Method in class com.ibm.cos.v2.services.s3.model.LocationInfo
The name of the location where the bucket will be created.
name(String) - Method in interface com.ibm.cos.v2.services.s3.model.MetadataEntry.Builder
Name of the object.
name() - Method in class com.ibm.cos.v2.services.s3.model.MetadataEntry
Name of the object.
name() - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferConfigurationOption
Note that the name is mainly used for debugging purposes.
nameAsString() - Method in class com.ibm.cos.v2.services.s3.model.FilterRule
The object key name prefix or suffix identifying one or more objects to which the filtering rule applies.
NamedThreadFactory - Class in com.ibm.cos.v2.utils
An decorator for ThreadFactory that allows naming threads based on a format.
NamedThreadFactory(ThreadFactory, String) - Constructor for class com.ibm.cos.v2.utils.NamedThreadFactory
 
needsConnectionLeftOpen() - Method in interface com.ibm.cos.v2.core.http.HttpResponseHandler
Indicates if this response handler requires that the underlying HTTP connection not be closed automatically after the response is handled.
needsConnectionLeftOpen() - Method in class com.ibm.cos.v2.core.http.MetricCollectingHttpResponseHandler
 
needsConnectionLeftOpen() - Method in interface com.ibm.cos.v2.core.sync.ResponseTransformer
Hook to allow connection to be left open after the SDK returns a response.
needsConnectionLeftOpen() - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonResponseHandler
 
needsConnectionLeftOpen() - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.AwsQueryResponseHandler
 
needsConnectionLeftOpen() - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlResponseHandler
 
needsConnectionLeftOpen() - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlResponseHandler
 
NettyClientLogger - Class in com.ibm.cos.v2.http.nio.netty.internal.utils
Logger facade similar to Logger, that also includes channel information in the message when provided.
NettyConfiguration - Class in com.ibm.cos.v2.http.nio.netty.internal
Internal object for configuring netty.
NettyConfiguration(AttributeMap) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
NettyNioAsyncHttpClient - Class in com.ibm.cos.v2.http.nio.netty
An implementation of SdkAsyncHttpClient that uses a Netty non-blocking HTTP client to communicate with the service.
NettyNioAsyncHttpClient.Builder - Interface in com.ibm.cos.v2.http.nio.netty
Builder that allows configuration of the Netty NIO HTTP implementation.
NettyRequestExecutor - Class in com.ibm.cos.v2.http.nio.netty.internal
 
NettyRequestExecutor(RequestContext) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.NettyRequestExecutor
 
NettyRequestMetrics - Class in com.ibm.cos.v2.http.nio.netty.internal
Utilities for collecting and publishing request-level metrics.
NettySdkAsyncHttpService - Class in com.ibm.cos.v2.http.nio.netty
Service binding for the Netty default implementation.
NettySdkAsyncHttpService() - Constructor for class com.ibm.cos.v2.http.nio.netty.NettySdkAsyncHttpService
 
NettyUtils - Class in com.ibm.cos.v2.http.nio.netty.internal.utils
 
newBufferedHttpEntity(HttpEntity) - Static method in class com.ibm.cos.v2.http.apache.internal.utils.ApacheUtils
Utility function for creating a new BufferedEntity and wrapping any errors as a SdkClientException.
newClientContext(ProxyConfiguration) - Static method in class com.ibm.cos.v2.http.apache.internal.utils.ApacheUtils
Returns a new HttpClientContext used for request execution.
newCompressor() - Method in class com.ibm.cos.v2.core.internal.compression.CompressorType
Maps the CompressorType to its corresponding Compressor.
newerNoncurrentVersions(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.NoncurrentVersionExpiration.Builder
Specifies how many noncurrent versions Amazon S3 will retain.
newerNoncurrentVersions() - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionExpiration
Specifies how many noncurrent versions Amazon S3 will retain.
newerNoncurrentVersions(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition.Builder
Specifies how many noncurrent versions Amazon S3 will retain in the same storage class before transitioning objects.
newerNoncurrentVersions() - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition
Specifies how many noncurrent versions Amazon S3 will retain in the same storage class before transitioning objects.
newFailedFuture(Throwable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
newInstance(Class<T>, Object...) - Static method in class com.ibm.cos.v2.testutils.smoketest.ReflectionUtils
 
newInstanceWithAllFieldsSet(Class<T>) - Static method in class com.ibm.cos.v2.testutils.smoketest.ReflectionUtils
 
newInstanceWithAllFieldsSet(Class<T>, ReflectionUtils.RandomSupplier<?>...) - Static method in class com.ibm.cos.v2.testutils.smoketest.ReflectionUtils
 
newInstanceWithAllFieldsSet(Class<T>, List<ReflectionUtils.RandomSupplier<?>>) - Static method in class com.ibm.cos.v2.testutils.smoketest.ReflectionUtils
 
newPool(URI) - Method in class com.ibm.cos.v2.http.nio.netty.internal.AwaitCloseChannelPoolMap
 
newPool(K) - Method in class com.ibm.cos.v2.http.nio.netty.internal.SdkChannelPoolMap
Called once a new ChannelPool needs to be created as non exists yet for the key.
newProgressivePromise() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
newPromise() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
newProtocolUnmarshallDependencies() - Static method in class com.ibm.cos.v2.protocols.cbor.AwsCborProtocolFactory
 
newProtocolUnmarshallDependencies() - Static method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller
 
newProxyCredentialsProvider(ProxyConfiguration) - Static method in class com.ibm.cos.v2.http.apache.internal.utils.ApacheUtils
Returns a new Credentials Provider for use with proxy authentication.
newResettableInputStream(File) - Static method in class com.ibm.cos.v2.core.io.ResettableInputStream
Convenient factory method to construct a new resettable input stream for the given file, converting any IOException into SdkClientException.
newResettableInputStream(File, String) - Static method in class com.ibm.cos.v2.core.io.ResettableInputStream
Convenient factory method to construct a new resettable input stream for the given file, converting any IOException into SdkClientException with the given error message.
newResettableInputStream(FileInputStream) - Static method in class com.ibm.cos.v2.core.io.ResettableInputStream
Convenient factory method to construct a new resettable input stream for the given file input stream, converting any IOException into SdkClientException.
newResettableInputStream(FileInputStream, String) - Static method in class com.ibm.cos.v2.core.io.ResettableInputStream
Convenient factory method to construct a new resettable input stream for the given file input stream, converting any IOException into SdkClientException with the given error message.
newRetentionExpirationDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest.Builder
 
newRetentionExpirationDate() - Method in class com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest
 
newRetentionPeriod(Long) - Method in interface com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest.Builder
 
newRetentionPeriod() - Method in class com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest
 
newSingleDaemonThreadExecutor(int, String) - Static method in class com.ibm.cos.v2.utils.ExecutorUtils
Create a bounded-queue executor with one thread for performing background tasks.
newSourceArnCondition(String) - Static method in class com.ibm.cos.v2.core.auth.policy.conditions.ConditionFactory
Constructs a new access policy condition that compares the Amazon Resource Name (ARN) of the source of an AWS resource that is modifying another AWS resource with the specified pattern.
newSslHandler(SslContext, ByteBufAllocator, String, int, Duration) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
 
newStream() - Method in class com.ibm.cos.v2.core.internal.sync.BufferingContentStreamProvider
 
newStream() - Method in class com.ibm.cos.v2.core.internal.sync.CompressionContentStreamProvider
 
newStream() - Method in class com.ibm.cos.v2.core.internal.sync.FileContentStreamProvider
 
newStream() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.io.ResettableContentStreamProvider
 
newStream() - Method in interface com.ibm.cos.v2.http.ContentStreamProvider
 
newSucceededFuture() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
newThread(Runnable) - Method in class com.ibm.cos.v2.utils.DaemonThreadFactory
 
newThread(Runnable) - Method in class com.ibm.cos.v2.utils.NamedThreadFactory
 
newType(Class<? super T>) - Static method in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
next() - Method in class com.ibm.cos.v2.core.pagination.sync.PaginatedResponsesIterator
 
next() - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
nextContinuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse.Builder
NextContinuationToken is sent when isTruncated is true, which indicates that there are more analytics configurations to list.
nextContinuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse
NextContinuationToken is sent when isTruncated is true, which indicates that there are more analytics configurations to list.
nextContinuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse.Builder
The marker used to continue this inventory configuration listing.
nextContinuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse
The marker used to continue this inventory configuration listing.
nextContinuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse.Builder
The marker used to continue this inventory configuration listing.
nextContinuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse
The marker used to continue this inventory configuration listing.
nextContinuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse.Builder
The marker used to continue a metrics configuration listing that has been truncated.
nextContinuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse
The marker used to continue a metrics configuration listing that has been truncated.
nextContinuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse.Builder
Sets the optional next continuation token
nextContinuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
 
nextContinuationToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
NextContinuationToken is sent when isTruncated is true, which means there are more keys in the bucket that can be listed.
nextContinuationToken() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
NextContinuationToken is sent when isTruncated is true, which means there are more keys in the bucket that can be listed.
nextDelayOrUnretryableException(int, long) - Method in class com.ibm.cos.v2.core.internal.waiters.WaiterExecutorHelper
 
nextKeyMarker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
When a list is truncated, this element specifies the value that should be used for the key-marker request parameter in a subsequent request.
nextKeyMarker() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
When a list is truncated, this element specifies the value that should be used for the key-marker request parameter in a subsequent request.
nextKeyMarker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
When the number of responses exceeds the value of MaxKeys, NextKeyMarker specifies the first key not returned that satisfies the search criteria.
nextKeyMarker() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
When the number of responses exceeds the value of MaxKeys, NextKeyMarker specifies the first key not returned that satisfies the search criteria.
nextMarker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
When the response is truncated (the IsTruncated element value in the response is true), you can use the key name in this field as the marker parameter in the subsequent request to get the next set of objects.
nextMarker() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
When the response is truncated (the IsTruncated element value in the response is true), you can use the key name in this field as the marker parameter in the subsequent request to get the next set of objects.
nextPage(ResponseT) - Method in interface com.ibm.cos.v2.core.pagination.async.AsyncPageFetcher
Method that uses the information in #oldPage and returns a completable future for the next page.
nextPage(ResponseT) - Method in interface com.ibm.cos.v2.core.pagination.sync.SyncPageFetcher
Method that uses the information in #oldPage and returns the next page if available by making a service call.
nextPageFetcher(AsyncPageFetcher) - Method in interface com.ibm.cos.v2.core.pagination.async.PaginatedItemsPublisher.Builder
 
nextPageFetcher(AsyncPageFetcher) - Method in interface com.ibm.cos.v2.core.pagination.async.PaginationSubscription.Builder
 
nextPageFetcher(AsyncPageFetcher) - Method in class com.ibm.cos.v2.core.pagination.async.PaginationSubscription.BuilderImpl
 
nextPageFetcher - Variable in class com.ibm.cos.v2.core.pagination.async.PaginationSubscription
 
nextPageFetcher(SyncPageFetcher) - Method in interface com.ibm.cos.v2.core.pagination.sync.PaginatedResponsesIterator.Builder
 
nextPartNumberMarker(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts.Builder
When a list is truncated, this element specifies the last part in the list, as well as the value to use for the PartNumberMarker request parameter in a subsequent request.
nextPartNumberMarker() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
When a list is truncated, this element specifies the last part in the list, as well as the value to use for the PartNumberMarker request parameter in a subsequent request.
nextPartNumberMarker(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
When a list is truncated, this element specifies the last part in the list, as well as the value to use for the part-number-marker request parameter in a subsequent request.
nextPartNumberMarker() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
When a list is truncated, this element specifies the last part in the list, as well as the value to use for the part-number-marker request parameter in a subsequent request.
nextUploadIdMarker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
When a list is truncated, this element specifies the value that should be used for the upload-id-marker request parameter in a subsequent request.
nextUploadIdMarker() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
When a list is truncated, this element specifies the value that should be used for the upload-id-marker request parameter in a subsequent request.
nextVersionIdMarker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
When the number of responses exceeds the value of MaxKeys, NextVersionIdMarker specifies the first object version not returned that satisfies the search criteria.
nextVersionIdMarker() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
When the number of responses exceeds the value of MaxKeys, NextVersionIdMarker specifies the first object version not returned that satisfies the search criteria.
NO_CONTENT - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
NO_OP - Static variable in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
No-op implementation that ignores all calls and returns empty bytes from getBytes.
NO_RETRY - Static variable in interface com.ibm.cos.v2.regions.util.ResourcesEndpointRetryPolicy
 
NoAuthAuthScheme - Interface in com.ibm.cos.v2.http.auth.scheme
An auth scheme that represents no authentication.
NoAuthAuthScheme.AnonymousIdentity - Interface in com.ibm.cos.v2.http.auth.scheme
An anonymous identity used by the no-auth auth scheme.
node(JsonParser, JsonToken) - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonValueNodeFactory
 
nodeValueFactory(JsonValueNodeFactory) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies.Builder
 
nodeValueFactory() - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies
 
nodeValueFactory() - Method in interface com.ibm.cos.v2.protocols.json.internal.unmarshall.ProtocolUnmarshallDependencies
Used for parsing.
NON_AUTHORITATIVE_INFORMATION - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
NON_GREEDY - Static variable in class com.ibm.cos.v2.protocols.core.PathMarshaller
Marshaller for non greedy path labels.
NonBlocking - Class in com.ibm.cos.v2.utils.cache
A CachedSupplier.PrefetchStrategy that will run a single thread in the background to update the value.
NonBlocking(String) - Constructor for class com.ibm.cos.v2.utils.cache.NonBlocking
Create a non-blocking prefetch strategy that uses the provided value for the name of the background thread that will be performing the update.
noncurrentDays(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.NoncurrentVersionExpiration.Builder
Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action.
noncurrentDays() - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionExpiration
Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action.
noncurrentDays(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition.Builder
Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action.
noncurrentDays() - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition
Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action.
noncurrentVersionExpiration(NoncurrentVersionExpiration) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
Sets the value of the NoncurrentVersionExpiration property for this object.
noncurrentVersionExpiration(Consumer<NoncurrentVersionExpiration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
Sets the value of the NoncurrentVersionExpiration property for this object.
noncurrentVersionExpiration() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
Returns the value of the NoncurrentVersionExpiration property for this object.
NoncurrentVersionExpiration - Class in com.ibm.cos.v2.services.s3.model
Specifies when noncurrent object versions expire.
NoncurrentVersionExpiration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
NoncurrentVersionTransition - Class in com.ibm.cos.v2.services.s3.model
Container for the transition rule that describes when noncurrent objects transition to the STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER_IR, GLACIER, or DEEP_ARCHIVE storage class.
NoncurrentVersionTransition.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
noncurrentVersionTransitions(Collection<NoncurrentVersionTransition>) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class.
noncurrentVersionTransitions(NoncurrentVersionTransition...) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class.
noncurrentVersionTransitions(Consumer<NoncurrentVersionTransition.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class.
noncurrentVersionTransitions() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class.
none() - Static method in interface com.ibm.cos.v2.core.retry.backoff.BackoffStrategy
Deprecated.
 
none() - Static method in interface com.ibm.cos.v2.core.retry.conditions.RetryCondition
Deprecated.
A retry condition that will NEVER allow retries.
NONE - Static variable in class com.ibm.cos.v2.core.retry.conditions.SdkRetryCondition
 
none() - Static method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
Create a RetryPolicy that will NEVER retry.
none() - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value
 
None() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Value.None
 
noneMatchException(Either<T, Throwable>) - Method in class com.ibm.cos.v2.core.internal.waiters.WaiterExecutorHelper
 
noneProvider() - Static method in interface com.ibm.cos.v2.http.TlsKeyManagersProvider
 
NoneTlsKeyManagersProvider - Class in com.ibm.cos.v2.internal.http
Simple implementation of TlsKeyManagersProvider that return a null array.
NonLegacyToLegacyAdapter - Class in com.ibm.cos.v2.core.internal.waiters
 
NonLegacyToLegacyAdapter(BackoffStrategy) - Constructor for class com.ibm.cos.v2.core.internal.waiters.NonLegacyToLegacyAdapter
 
NonManagedEventLoopGroup - Class in com.ibm.cos.v2.http.nio.netty.internal
Decorator around EventLoopGroup that prevents it from being shutdown.
NonManagedEventLoopGroup(EventLoopGroup) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.NonManagedEventLoopGroup
 
nonProxyHosts(Set<String>) - Method in interface com.ibm.cos.v2.crtcore.CrtProxyConfiguration.Builder
Configure the hosts that the client is allowed to access without going through the proxy.
nonProxyHosts(Set<String>) - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration.DefaultBuilder
 
nonProxyHosts() - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration
Retrieves the hosts that the client is allowed to access without going through the proxy.
nonProxyHosts(Set<String>) - Method in interface com.ibm.cos.v2.http.apache.ProxyConfiguration.Builder
Configure the hosts that the client is allowed to access without going through the proxy.
nonProxyHosts() - Method in class com.ibm.cos.v2.http.apache.ProxyConfiguration
The hosts that the client is allowed to access without going through the proxy.
nonProxyHosts(Set<String>) - Method in interface com.ibm.cos.v2.http.crt.ProxyConfiguration.Builder
Configure the hosts that the client is allowed to access without going through the proxy.
nonProxyHosts(Set<String>) - Method in interface com.ibm.cos.v2.http.nio.netty.ProxyConfiguration.Builder
Set the set of hosts that should not be proxied.
nonProxyHosts() - Method in class com.ibm.cos.v2.http.nio.netty.ProxyConfiguration
 
nonProxyHosts(Set<String>) - Method in interface com.ibm.cos.v2.http.urlconnection.ProxyConfiguration.Builder
Configure the hosts that the client is allowed to access without going through the proxy.
nonProxyHosts() - Method in class com.ibm.cos.v2.http.urlconnection.ProxyConfiguration
The hosts that the client is allowed to access without going through the proxy.
nonProxyHosts() - Method in class com.ibm.cos.v2.utils.internal.proxy.ProxyEnvironmentVariableConfigProvider
 
nonProxyHosts() - Method in class com.ibm.cos.v2.utils.internal.proxy.ProxySystemPropertyConfigProvider
 
nonProxyHosts() - Method in interface com.ibm.cos.v2.utils.ProxyConfigProvider
Gets the set of non-proxy hosts.
NonRetryableException - Exception in com.ibm.cos.v2.core.exception
Extension of SdkException that can be used by clients to explicitly have an exception not retried.
NonRetryableException(NonRetryableException.Builder) - Constructor for exception com.ibm.cos.v2.core.exception.NonRetryableException
 
NonRetryableException - Exception in com.ibm.cos.v2.testutils.retry
Normally all exceptions are retried by RetryableAction.
NonRetryableException(Exception) - Constructor for exception com.ibm.cos.v2.testutils.retry.NonRetryableException
 
NonRetryableException.Builder - Interface in com.ibm.cos.v2.core.exception
 
NonRetryableException.BuilderImpl - Class in com.ibm.cos.v2.core.exception
 
noNullElements(T[], String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified argument array is neither null nor contains any elements that are null; otherwise throwing an exception with the specified message.
noNullElements(T, String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified argument iterable is neither null nor contains any elements that are null; otherwise throwing an exception with the specified message.
noOp() - Static method in interface com.ibm.cos.v2.core.async.listener.PublisherListener
 
noOpConsumer() - Static method in class com.ibm.cos.v2.utils.FunctionalUtils
 
NoOpHttpSigner<T extends Identity> - Class in com.ibm.cos.v2.http.auth.spi.internal.signer
 
NoOpHttpSigner() - Constructor for class com.ibm.cos.v2.http.auth.spi.internal.signer.NoOpHttpSigner
 
NoOpMetricCollector - Class in com.ibm.cos.v2.metrics
A metric collector that doesn't do anything.
noOpRunnable() - Static method in class com.ibm.cos.v2.utils.FunctionalUtils
 
NoOpSigner - Class in com.ibm.cos.v2.core.signer
Deprecated.
Replaced by com.ibm.cos.v2.http.auth.spi.signer.HttpSigner#doNotSign() in 'http-auth-spi'.
NoOpSigner() - Constructor for class com.ibm.cos.v2.core.signer.NoOpSigner
Deprecated.
 
NoopSubscription - Class in com.ibm.cos.v2.core.internal.util
An implementation of Subscription that does nothing.
NoopSubscription(Subscriber<?>) - Constructor for class com.ibm.cos.v2.core.internal.util.NoopSubscription
 
NoOpTimeoutTracker - Class in com.ibm.cos.v2.core.internal.http.timers
A no op implementation of TimeoutTracker.
normalize(double) - Static method in class com.ibm.cos.v2.utils.MetricValueNormalizer
Normalizes a metric value so that it won't upset CloudWatch when it is uploaded.
NORMALIZE_PATH - Static variable in interface com.ibm.cos.v2.http.auth.aws.signer.AwsV4FamilyHttpSigner
A boolean to indicate whether the resource path should be "normalized" according to RFC3986 when constructing the canonical request.
NORMALIZED_PATH - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseUrl
 
normalizedPath() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleUrl
 
normalizePath(Boolean) - Method in interface com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.Builder
Whether the resource path should be "normalized" according to RFC3986 when constructing the canonical request.
normalizePath(Boolean) - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
normalizePath() - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams
 
normalizePath(Boolean) - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aProperties.Builder
 
normalizePath(Boolean) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4Properties.Builder
 
normalizePath(Boolean) - Method in class com.ibm.cos.v2.services.s3.internal.plugins.S3OverrideAuthSchemePropertiesPlugin.Builder
Sets the AwsV4FamilyHttpSigner.NORMALIZE_PATH signing property to the given value.
NoSuchBucketException - Exception in com.ibm.cos.v2.services.s3.model
The specified bucket does not exist.
NoSuchBucketException.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
NoSuchKeyException - Exception in com.ibm.cos.v2.services.s3.model
The specified key does not exist.
NoSuchKeyException.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
NoSuchUploadException - Exception in com.ibm.cos.v2.services.s3.model
The specified multipart upload does not exist.
NoSuchUploadException.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
Not - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
Not(FnNode) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Not
 
not() - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Perform a NOT conversion on this value: https://jmespath.org/specification.html#not-expressions
NOT_ACCEPTABLE - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
NOT_FOUND - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
notBlank(T, String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified argument character sequence is neither null, a length of zero (no characters), empty nor whitespace; otherwise throwing an exception with the specified message.
notEmpty(T[], String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified argument array is neither null nor a length of zero (no elements); otherwise throwing an exception with the specified message.
notEmpty(T, String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified argument collection is neither null nor a size of zero (no elements); otherwise throwing an exception with the specified message.
notEmpty(T, String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified argument map is neither null nor a size of zero (no elements); otherwise throwing an exception with the specified message.
notEmpty(T, String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified argument character sequence is neither null nor a length of zero (no characters); otherwise throwing an exception with the specified message.
NotificationConfiguration - Class in com.ibm.cos.v2.services.s3.model
A container for specifying the notification configuration of the bucket.
notificationConfiguration(NotificationConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest.Builder
Sets the value of the NotificationConfiguration property for this object.
notificationConfiguration(Consumer<NotificationConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest.Builder
Sets the value of the NotificationConfiguration property for this object.
notificationConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest
Returns the value of the NotificationConfiguration property for this object.
NotificationConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
NotificationConfigurationFilter - Class in com.ibm.cos.v2.services.s3.model
Specifies object key name filtering rules.
NotificationConfigurationFilter.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
NotNull - Annotation Type in com.ibm.cos.v2.annotations
The annotated element must not be null.
notNull(T, String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified argument is not null; otherwise throwing an exception with the specified message.
NotThreadSafe - Annotation Type in com.ibm.cos.v2.annotations
The class to which this annotation is applied is not thread-safe.
ntlmDomain(String) - Method in interface com.ibm.cos.v2.http.apache.ProxyConfiguration.Builder
For NTLM proxies: Configure the Windows domain name to use when authenticating with the proxy.
ntlmDomain() - Method in class com.ibm.cos.v2.http.apache.ProxyConfiguration
For NTLM proxies: The Windows domain name to use when authenticating with the proxy.
ntlmWorkstation(String) - Method in interface com.ibm.cos.v2.http.apache.ProxyConfiguration.Builder
For NTLM proxies: Configure the Windows workstation name to use when authenticating with the proxy.
ntlmWorkstation() - Method in class com.ibm.cos.v2.http.apache.ProxyConfiguration
For NTLM proxies: The Windows workstation name to use when authenticating with the proxy.
NULL - Static variable in interface com.ibm.cos.v2.core.protocol.MarshallingType
Used when a value is null (and thus type can't be determined).
NULL - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.HeaderMarshaller
 
NULL - Static variable in interface com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshaller
 
NULL - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.QueryParamMarshaller
 
NULL - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
 
NULL - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypePathMarshaller
 
NULL - Static variable in class com.ibm.cos.v2.protocols.query.internal.marshall.SimpleTypeQueryMarshaller
 
NULL - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.HeaderMarshaller
 
NULL - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.QueryParamMarshaller
 
NULL - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.SimpleTypePathMarshaller
 
NULL - Static variable in interface com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshaller
 
NULL - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlPayloadMarshaller
 
NULL - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonMarshaller
 
NULL - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonUnmarshaller
 
NULL_DOCUMENT - Static variable in interface com.ibm.cos.v2.core.document.Document
Null document constant.
NullAsEmptyBodyProtocolRequestMarshaller - Class in com.ibm.cos.v2.protocols.json.internal.marshall
AWS services expect an empty body when the payload member is null instead of an explicit JSON null.
NullAsEmptyBodyProtocolRequestMarshaller(ProtocolMarshaller<SdkHttpFullRequest>) - Constructor for class com.ibm.cos.v2.protocols.json.internal.marshall.NullAsEmptyBodyProtocolRequestMarshaller
 
NullDocument - Class in com.ibm.cos.v2.core.document.internal
 
NullDocument() - Constructor for class com.ibm.cos.v2.core.document.internal.NullDocument
 
NullJsonNode - Class in com.ibm.cos.v2.protocols.jsoncore.internal
A null JsonNode.
numAttempts(Integer) - Method in interface com.ibm.cos.v2.awscore.exception.AwsServiceException.Builder
 
numAttempts(Integer) - Method in class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryFailedException.Builder
 
numAttempts(Integer) - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryFailedException.BuilderImpl
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.core.exception.AbortedException.Builder
 
numAttempts(Integer) - Method in class com.ibm.cos.v2.core.exception.AbortedException.BuilderImpl
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.core.exception.ApiCallAttemptTimeoutException.Builder
 
numAttempts(Integer) - Method in class com.ibm.cos.v2.core.exception.ApiCallAttemptTimeoutException.BuilderImpl
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.core.exception.ApiCallTimeoutException.Builder
 
numAttempts(Integer) - Method in class com.ibm.cos.v2.core.exception.ApiCallTimeoutException.BuilderImpl
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.core.exception.Crc32MismatchException.Builder
 
numAttempts(Integer) - Method in class com.ibm.cos.v2.core.exception.Crc32MismatchException.BuilderImpl
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.core.exception.NonRetryableException.Builder
 
numAttempts(Integer) - Method in class com.ibm.cos.v2.core.exception.NonRetryableException.BuilderImpl
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.core.exception.RetryableException.Builder
 
numAttempts(Integer) - Method in class com.ibm.cos.v2.core.exception.RetryableException.BuilderImpl
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.core.exception.SdkClientException.Builder
 
numAttempts(Integer) - Method in class com.ibm.cos.v2.core.exception.SdkClientException.BuilderImpl
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.core.exception.SdkDiagnostics.Builder
Sets the number of attempts.
numAttempts() - Method in interface com.ibm.cos.v2.core.exception.SdkDiagnostics.Builder
Gets the number of attempts.
numAttempts(Integer) - Method in interface com.ibm.cos.v2.core.exception.SdkException.Builder
 
numAttempts() - Method in interface com.ibm.cos.v2.core.exception.SdkException.Builder
The number of times a request was attempted before this exception was thrown
numAttempts - Variable in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
numAttempts(Integer) - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
numAttempts() - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
numAttempts() - Method in exception com.ibm.cos.v2.core.exception.SdkException
Returns the number of attempts made before this exception was thrown.
numAttempts(Integer) - Method in interface com.ibm.cos.v2.core.exception.SdkServiceException.Builder
 
numAttempts(Integer) - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
numAttempts(Integer) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.SourceException.BuilderImpl
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.BucketAlreadyExistsException.Builder
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.BucketAlreadyOwnedByYouException.Builder
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.EncryptionTypeMismatchException.Builder
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidObjectStateException.Builder
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidRequestException.Builder
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidWriteOffsetException.Builder
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchBucketException.Builder
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchKeyException.Builder
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchUploadException.Builder
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectAlreadyInActiveTierErrorException.Builder
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectNotInActiveTierErrorException.Builder
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.S3Exception.Builder
 
numAttempts(Integer) - Method in class com.ibm.cos.v2.services.s3.model.S3Exception.BuilderImpl
 
numAttempts(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.TooManyPartsException.Builder
 
NumberDocument - Class in com.ibm.cos.v2.core.document.internal
 
NumberDocument(SdkNumber) - Constructor for class com.ibm.cos.v2.core.document.internal.NumberDocument
Created a {NumberDocument} with the specified {SdkNumber}.
NumberJsonNode - Class in com.ibm.cos.v2.protocols.jsoncore.internal
A numeric JsonNode.
NumberJsonNode(String) - Constructor for class com.ibm.cos.v2.protocols.jsoncore.internal.NumberJsonNode
 
numberOfDaysSinceEpoch(long) - Static method in class com.ibm.cos.v2.utils.DateUtils
Returns the number of days since epoch with respect to the given number of milliseconds since epoch.
numberOfThreads(Integer) - Method in interface com.ibm.cos.v2.http.nio.netty.SdkEventLoopGroup.Builder
Number of threads to use for the EventLoopGroup.
NumberToInstant - Class in com.ibm.cos.v2.protocols.core
Converts a number value to an Instant type.
numBytesToRead(Long) - Method in interface com.ibm.cos.v2.core.FileRequestBodyConfiguration.Builder
Sets the number of bytes to read from this file.
numBytesToRead() - Method in class com.ibm.cos.v2.core.FileRequestBodyConfiguration
 
numBytesToRead(Long) - Method in interface com.ibm.cos.v2.core.internal.async.FileAsyncRequestBody.Builder
Sets the number of bytes to read from this file.
numBytesToRead() - Method in class com.ibm.cos.v2.core.internal.async.FileAsyncRequestBody
 
NumericUtils - Class in com.ibm.cos.v2.utils
 
numHeaders() - Method in interface com.ibm.cos.v2.http.SdkHttpHeaders
 
numPartsCompleted(Long) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext.Builder
 
numPartsCompleted() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext
 
numPartsCompleted(Long) - Method in class com.ibm.cos.v2.services.s3.multipart.S3ResumeToken.Builder
 
numPartsCompleted() - Method in class com.ibm.cos.v2.services.s3.multipart.S3ResumeToken
 
numRawQueryParameters() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
 
numRawQueryParameters() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest
 
numRequestsInFlight() - Method in class com.ibm.cos.v2.transfer.s3.internal.AsyncBufferingSubscriber
 
numRetries(Integer) - Method in interface com.ibm.cos.v2.core.retry.RetryPolicy.Builder
Deprecated.
Configure the maximum number of times that a single request should be retried, assuming it fails for a retryable error.
numRetries() - Method in interface com.ibm.cos.v2.core.retry.RetryPolicy.Builder
Deprecated.
 
numRetries() - Method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
Retrieve the RetryPolicy.Builder.numRetries(Integer) configured on the builder.

O

ObjectAlreadyInActiveTierErrorException - Exception in com.ibm.cos.v2.services.s3.model
This action is not allowed against this storage tier.
ObjectAlreadyInActiveTierErrorException.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
objectAttributes(Collection<ObjectAttributes>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
Specifies the fields at the root level that you want returned in the response.
objectAttributes(ObjectAttributes...) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
Specifies the fields at the root level that you want returned in the response.
objectAttributes() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
Specifies the fields at the root level that you want returned in the response.
ObjectAttributes - Enum in com.ibm.cos.v2.services.s3.model
 
objectAttributesAsStrings() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
Specifies the fields at the root level that you want returned in the response.
objectAttributesWithStrings(Collection<String>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
Specifies the fields at the root level that you want returned in the response.
objectAttributesWithStrings(String...) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
Specifies the fields at the root level that you want returned in the response.
ObjectCannedACL - Enum in com.ibm.cos.v2.services.s3.model
 
ObjectIdentifier - Class in com.ibm.cos.v2.services.s3.model
Object Identifier is unique value to identify objects.
ObjectIdentifier.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ObjectJsonNode - Class in com.ibm.cos.v2.protocols.jsoncore.internal
An object JsonNode.
ObjectJsonNode(Map<String, JsonNode>) - Constructor for class com.ibm.cos.v2.protocols.jsoncore.internal.ObjectJsonNode
 
objectLockConfiguration(ObjectLockConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationResponse.Builder
The specified bucket's Object Lock configuration.
objectLockConfiguration(Consumer<ObjectLockConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationResponse.Builder
The specified bucket's Object Lock configuration.
objectLockConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationResponse
The specified bucket's Object Lock configuration.
ObjectLockConfiguration - Class in com.ibm.cos.v2.services.s3.model
The container element for Object Lock configuration parameters.
objectLockConfiguration(ObjectLockConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest.Builder
The Object Lock configuration that you want to apply to the specified bucket.
objectLockConfiguration(Consumer<ObjectLockConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest.Builder
The Object Lock configuration that you want to apply to the specified bucket.
objectLockConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
The Object Lock configuration that you want to apply to the specified bucket.
ObjectLockConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
objectLockEnabled(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration.Builder
Indicates whether this bucket has an Object Lock configuration enabled.
objectLockEnabled(ObjectLockEnabled) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration.Builder
Indicates whether this bucket has an Object Lock configuration enabled.
objectLockEnabled() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration
Indicates whether this bucket has an Object Lock configuration enabled.
ObjectLockEnabled - Enum in com.ibm.cos.v2.services.s3.model
 
objectLockEnabledAsString() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration
Indicates whether this bucket has an Object Lock configuration enabled.
objectLockEnabledForBucket(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
Specifies whether you want S3 Object Lock to be enabled for the new bucket.
objectLockEnabledForBucket() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
Specifies whether you want S3 Object Lock to be enabled for the new bucket.
ObjectLockLegalHold - Class in com.ibm.cos.v2.services.s3.model
A legal hold configuration for an object.
ObjectLockLegalHold.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
objectLockLegalHoldStatus(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies whether you want to apply a legal hold to the object copy.
objectLockLegalHoldStatus(ObjectLockLegalHoldStatus) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies whether you want to apply a legal hold to the object copy.
objectLockLegalHoldStatus() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies whether you want to apply a legal hold to the object copy.
objectLockLegalHoldStatus(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specifies whether you want to apply a legal hold to the uploaded object.
objectLockLegalHoldStatus(ObjectLockLegalHoldStatus) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specifies whether you want to apply a legal hold to the uploaded object.
objectLockLegalHoldStatus() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specifies whether you want to apply a legal hold to the uploaded object.
objectLockLegalHoldStatus(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Indicates whether this object has an active legal hold.
objectLockLegalHoldStatus(ObjectLockLegalHoldStatus) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Indicates whether this object has an active legal hold.
objectLockLegalHoldStatus() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Indicates whether this object has an active legal hold.
objectLockLegalHoldStatus(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Specifies whether a legal hold is in effect for this object.
objectLockLegalHoldStatus(ObjectLockLegalHoldStatus) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Specifies whether a legal hold is in effect for this object.
objectLockLegalHoldStatus() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Specifies whether a legal hold is in effect for this object.
ObjectLockLegalHoldStatus - Enum in com.ibm.cos.v2.services.s3.model
 
objectLockLegalHoldStatus(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Specifies whether a legal hold will be applied to this object.
objectLockLegalHoldStatus(ObjectLockLegalHoldStatus) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Specifies whether a legal hold will be applied to this object.
objectLockLegalHoldStatus() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Specifies whether a legal hold will be applied to this object.
objectLockLegalHoldStatus(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Indicates whether an object stored in Amazon S3 has an active legal hold.
objectLockLegalHoldStatus(ObjectLockLegalHoldStatus) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Indicates whether an object stored in Amazon S3 has an active legal hold.
objectLockLegalHoldStatus() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Indicates whether an object stored in Amazon S3 has an active legal hold.
objectLockLegalHoldStatusAsString() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies whether you want to apply a legal hold to the object copy.
objectLockLegalHoldStatusAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specifies whether you want to apply a legal hold to the uploaded object.
objectLockLegalHoldStatusAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Indicates whether this object has an active legal hold.
objectLockLegalHoldStatusAsString() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Specifies whether a legal hold is in effect for this object.
objectLockLegalHoldStatusAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Specifies whether a legal hold will be applied to this object.
objectLockLegalHoldStatusAsString() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Indicates whether an object stored in Amazon S3 has an active legal hold.
objectLockMode(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
The Object Lock mode that you want to apply to the object copy.
objectLockMode(ObjectLockMode) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
The Object Lock mode that you want to apply to the object copy.
objectLockMode() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
The Object Lock mode that you want to apply to the object copy.
objectLockMode(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specifies the Object Lock mode that you want to apply to the uploaded object.
objectLockMode(ObjectLockMode) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specifies the Object Lock mode that you want to apply to the uploaded object.
objectLockMode() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specifies the Object Lock mode that you want to apply to the uploaded object.
objectLockMode(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The Object Lock mode that's currently in place for this object.
objectLockMode(ObjectLockMode) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The Object Lock mode that's currently in place for this object.
objectLockMode() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The Object Lock mode that's currently in place for this object.
objectLockMode(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The Object Lock mode, if any, that's in effect for this object.
objectLockMode(ObjectLockMode) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The Object Lock mode, if any, that's in effect for this object.
objectLockMode() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The Object Lock mode, if any, that's in effect for this object.
ObjectLockMode - Enum in com.ibm.cos.v2.services.s3.model
 
objectLockMode(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
The Object Lock mode that you want to apply to this object.
objectLockMode(ObjectLockMode) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
The Object Lock mode that you want to apply to this object.
objectLockMode() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
The Object Lock mode that you want to apply to this object.
objectLockMode(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Indicates whether an object stored in Amazon S3 has Object Lock enabled.
objectLockMode(ObjectLockMode) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Indicates whether an object stored in Amazon S3 has Object Lock enabled.
objectLockMode() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Indicates whether an object stored in Amazon S3 has Object Lock enabled.
objectLockModeAsString() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
The Object Lock mode that you want to apply to the object copy.
objectLockModeAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specifies the Object Lock mode that you want to apply to the uploaded object.
objectLockModeAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The Object Lock mode that's currently in place for this object.
objectLockModeAsString() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The Object Lock mode, if any, that's in effect for this object.
objectLockModeAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
The Object Lock mode that you want to apply to this object.
objectLockModeAsString() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Indicates whether an object stored in Amazon S3 has Object Lock enabled.
objectLockRetainUntilDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
The date and time when you want the Object Lock of the object copy to expire.
objectLockRetainUntilDate() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
The date and time when you want the Object Lock of the object copy to expire.
objectLockRetainUntilDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specifies the date and time when you want the Object Lock to expire.
objectLockRetainUntilDate() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specifies the date and time when you want the Object Lock to expire.
objectLockRetainUntilDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The date and time when this object's Object Lock will expire.
objectLockRetainUntilDate() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The date and time when this object's Object Lock will expire.
objectLockRetainUntilDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The date and time when the Object Lock retention period expires.
objectLockRetainUntilDate() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The date and time when the Object Lock retention period expires.
objectLockRetainUntilDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
The date and time when you want this object's Object Lock to expire.
objectLockRetainUntilDate() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
The date and time when you want this object's Object Lock to expire.
objectLockRetainUntilDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
The date and time when Object Lock is configured to expire.
objectLockRetainUntilDate() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
The date and time when Object Lock is configured to expire.
ObjectLockRetention - Class in com.ibm.cos.v2.services.s3.model
A Retention configuration for an object.
ObjectLockRetention.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ObjectLockRetentionMode - Enum in com.ibm.cos.v2.services.s3.model
 
ObjectLockRule - Class in com.ibm.cos.v2.services.s3.model
The container element for an Object Lock rule.
ObjectLockRule.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ObjectMetadataInterceptor - Class in com.ibm.cos.v2.services.s3.internal.handlers
Interceptor that trims object metadata keys of any leading or trailing whitespace for PutObject and CreateMultipartUpload.
ObjectMetadataInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.internal.handlers.ObjectMetadataInterceptor
 
ObjectNotInActiveTierErrorException - Exception in com.ibm.cos.v2.services.s3.model
The source object of the COPY action is not in the active tier and is only stored in Amazon S3 Glacier.
ObjectNotInActiveTierErrorException.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
objectOwnership(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
Sets the value of the ObjectOwnership property for this object.
objectOwnership(ObjectOwnership) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
Sets the value of the ObjectOwnership property for this object.
objectOwnership() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
Returns the value of the ObjectOwnership property for this object.
ObjectOwnership - Enum in com.ibm.cos.v2.services.s3.model
The container element for object ownership for a bucket's ownership controls.
objectOwnership(String) - Method in interface com.ibm.cos.v2.services.s3.model.OwnershipControlsRule.Builder
Sets the value of the ObjectOwnership property for this object.
objectOwnership(ObjectOwnership) - Method in interface com.ibm.cos.v2.services.s3.model.OwnershipControlsRule.Builder
Sets the value of the ObjectOwnership property for this object.
objectOwnership() - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControlsRule
Returns the value of the ObjectOwnership property for this object.
objectOwnershipAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
Returns the value of the ObjectOwnership property for this object.
objectOwnershipAsString() - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControlsRule
Returns the value of the ObjectOwnership property for this object.
ObjectPart - Class in com.ibm.cos.v2.services.s3.model
A container for elements related to an individual part.
ObjectPart.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
objectParts(GetObjectAttributesParts) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse.Builder
A collection of parts associated with a multipart upload.
objectParts(Consumer<GetObjectAttributesParts.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse.Builder
A collection of parts associated with a multipart upload.
objectParts() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
A collection of parts associated with a multipart upload.
objects(Collection<ObjectIdentifier>) - Method in interface com.ibm.cos.v2.services.s3.model.Delete.Builder
The object to delete.
objects(ObjectIdentifier...) - Method in interface com.ibm.cos.v2.services.s3.model.Delete.Builder
The object to delete.
objects(Consumer<ObjectIdentifier.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.Delete.Builder
The object to delete.
objects() - Method in class com.ibm.cos.v2.services.s3.model.Delete
The object to delete.
objectSize(Long) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse.Builder
The size of the object in bytes.
objectSize() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
The size of the object in bytes.
objectSizeGreaterThan(Long) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator.Builder
Minimum object size to which the rule applies.
objectSizeGreaterThan() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator
Minimum object size to which the rule applies.
objectSizeGreaterThan(Long) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter.Builder
Minimum object size to which the rule applies.
objectSizeGreaterThan() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
Minimum object size to which the rule applies.
objectSizeLessThan(Long) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator.Builder
Maximum object size to which the rule applies.
objectSizeLessThan() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator
Maximum object size to which the rule applies.
objectSizeLessThan(Long) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter.Builder
Maximum object size to which the rule applies.
objectSizeLessThan() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
Maximum object size to which the rule applies.
ObjectStorageClass - Enum in com.ibm.cos.v2.services.s3.model
 
objectSyncAttempted(ObjectSyncAttempted) - Method in interface com.ibm.cos.v2.services.s3.model.ContentList.Builder
 
objectSyncAttempted() - Method in class com.ibm.cos.v2.services.s3.model.ContentList
 
ObjectSyncAttempted - Class in com.ibm.cos.v2.services.s3.model
 
ObjectSyncAttempted.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ObjectTransfer - Interface in com.ibm.cos.v2.transfer.s3.model
Represents the upload or download of a single object to or from S3.
ObjectVersion - Class in com.ibm.cos.v2.services.s3.model
The version of an object.
ObjectVersion.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ObjectVersionStorageClass - Enum in com.ibm.cos.v2.services.s3.model
 
of(AwsCredentialsProvider...) - Static method in class com.ibm.cos.v2.auth.credentials.AwsCredentialsProviderChain
Create an AWS credentials provider chain with default configuration that checks the given credential providers.
of(IdentityProvider<? extends AwsCredentialsIdentity>...) - Static method in class com.ibm.cos.v2.auth.credentials.AwsCredentialsProviderChain
Create an AWS credentials provider chain with default configuration that checks the given credential providers.
of(String) - Static method in class com.ibm.cos.v2.core.CredentialType
Retrieves the Credential Type for a given value.
of(ByteBuffer...) - Static method in class com.ibm.cos.v2.core.internal.async.ByteBuffersAsyncRequestBody
 
of(Long, ByteBuffer...) - Static method in class com.ibm.cos.v2.core.internal.async.ByteBuffersAsyncRequestBody
 
of(String, ByteBuffer...) - Static method in class com.ibm.cos.v2.core.internal.async.ByteBuffersAsyncRequestBody
 
of(String, Long, ByteBuffer...) - Static method in class com.ibm.cos.v2.core.internal.async.ByteBuffersAsyncRequestBody
 
of(Publisher<T>, T, T, BiFunction<T, T, T>) - Static method in class com.ibm.cos.v2.core.internal.async.EnvelopeWrappedSdkPublisher
Create a new publisher that wraps the content of an existing publisher.
of(String) - Static method in class com.ibm.cos.v2.core.internal.compression.CompressorType
Creates a new CompressorType of the given value.
of(int) - Static method in enum com.ibm.cos.v2.http.HttpStatusFamily
Retrieve the HTTP status family for the given HTTP status code.
of(Function<XmlElement, Optional<XmlElement>>) - Static method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.DecorateErrorFromResponseBodyUnmarshaller
Constructs a function that can be used to decorate a parsed error from a response if one is found.
of(String) - Static method in class com.ibm.cos.v2.regions.EndpointTag
 
of(String) - Static method in interface com.ibm.cos.v2.regions.PartitionMetadata
Retrieves the partition metadata for a given partition.
of(Region) - Static method in interface com.ibm.cos.v2.regions.PartitionMetadata
Retrieves the partition metadata for a given region.
of(String) - Static method in class com.ibm.cos.v2.regions.Region
 
of(Region) - Static method in interface com.ibm.cos.v2.regions.RegionMetadata
Returns the region metadata pertaining to the given region.
of(String) - Static method in interface com.ibm.cos.v2.regions.ServiceMetadata
Load the service metadata for the provided service endpoint prefix.
of(boolean) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Expr
 
of(int) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Expr
 
of(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Expr
 
of(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Part.Key
 
of(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Identifier
 
of(K, V) - Static method in class com.ibm.cos.v2.utils.ImmutableMap
Returns an ImmutableMap instance containing a single entry.
of(K, V, K, V) - Static method in class com.ibm.cos.v2.utils.ImmutableMap
Returns an ImmutableMap instance containing two entries.
of(K, V, K, V, K, V) - Static method in class com.ibm.cos.v2.utils.ImmutableMap
Returns an ImmutableMap instance containing three entries.
of(K, V, K, V, K, V, K, V) - Static method in class com.ibm.cos.v2.utils.ImmutableMap
Returns an ImmutableMap instance containing four entries.
of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.ibm.cos.v2.utils.ImmutableMap
Returns an ImmutableMap instance containing five entries.
of(K, V) - Static method in class com.ibm.cos.v2.utils.MapUtils
 
of(K, V, K, V) - Static method in class com.ibm.cos.v2.utils.MapUtils
 
of(K, V, K, V, K, V) - Static method in class com.ibm.cos.v2.utils.MapUtils
 
of(K, V, K, V, K, V, K, V) - Static method in class com.ibm.cos.v2.utils.MapUtils
 
of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.ibm.cos.v2.utils.MapUtils
 
of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.ibm.cos.v2.utils.MapUtils
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.ibm.cos.v2.utils.MapUtils
 
of(LeftT, RightT) - Static method in class com.ibm.cos.v2.utils.Pair
 
ofExpr(Expr) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.IsSet
 
ofExpr(Expr) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Not
 
ofExprs(Expr, Expr) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.BooleanEqualsFn
 
ofExprs(String, Expr...) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.FnNode
 
ofExprs(Expr, boolean) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.IsValidHostLabel
 
ofExprs(Expr, boolean) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.IsVirtualHostableS3Bucket
 
ofExprs(Expr) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Not
 
ofExprs(Expr) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseArn
 
ofExprs(Expr) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseUrl
 
ofExprs(Expr) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.PartitionFn
 
ofExprs(Expr, Expr) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.StringEqualsFn
 
ofExprs(Expr, int, int, Boolean) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Substring
 
OK - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
OldConnectionReaperHandler - Class in com.ibm.cos.v2.http.nio.netty.internal
A handler that will close channels after they have reached their time-to-live, regardless of usage.
OldConnectionReaperHandler(int) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.OldConnectionReaperHandler
 
onComplete(Runnable) - Method in class com.ibm.cos.v2.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
 
onComplete(Runnable) - Method in interface com.ibm.cos.v2.awscore.eventstream.EventStreamResponseHandler.Builder
Action to invoke when the event stream completes.
onComplete() - Method in class com.ibm.cos.v2.core.async.DrainingSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.core.async.listener.SubscriberListener.NotifyingSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.core.internal.async.ChecksumCalculatingAsyncRequestBody.OnNextGuaranteedSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.http.async.AbortableInputStreamSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.http.async.SimpleSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.io.ChecksumSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.CancelledSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.CancelledSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.KnownContentLengthAsyncRequestBodySubscriber
 
onComplete() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloaderSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.transfer.s3.internal.AsyncBufferingSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.utils.async.AddingTrailingDataSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.utils.async.BaseSubscriberAdapter
 
onComplete() - Method in class com.ibm.cos.v2.utils.async.BufferingSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.utils.async.ByteBufferStoringSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.utils.async.DelegatingSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.utils.async.EventListeningSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.utils.async.InputStreamSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.utils.async.SequentialSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.utils.async.StoringSubscriber
 
onComplete() - Method in class com.ibm.cos.v2.utils.internal.MappingSubscriber
 
onCompleteCalledByUpstream - Variable in class com.ibm.cos.v2.utils.async.BaseSubscriberAdapter
Whether the upstream subscriber has called onComplete on us.
onCont(Consumer<ContinuationEvent>) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler.Visitor.Builder
Callback to invoke when a ContinuationEvent is visited.
onDefault(Consumer<SelectObjectContentEventStream>) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler.Visitor.Builder
Callback to invoke when either an unknown event is visited or an unhandled event is visited.
OneCallerBlocks - Class in com.ibm.cos.v2.utils.cache
A CachedSupplier.PrefetchStrategy that will have one caller at a time block to update the value.
OneCallerBlocks() - Constructor for class com.ibm.cos.v2.utils.cache.OneCallerBlocks
 
onEnd(Consumer<EndEvent>) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler.Visitor.Builder
Callback to invoke when a EndEvent is visited.
onError(Consumer<Throwable>) - Method in class com.ibm.cos.v2.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
 
onError(Consumer<Throwable>) - Method in interface com.ibm.cos.v2.awscore.eventstream.EventStreamResponseHandler.Builder
Callback to invoke in the event on an error.
onError(Throwable) - Method in class com.ibm.cos.v2.core.async.DrainingSubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.core.async.listener.SubscriberListener.NotifyingSubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.core.internal.http.async.AsyncAfterTransmissionInterceptorCallingResponseHandler
 
onError(Throwable) - Method in class com.ibm.cos.v2.core.internal.http.async.AsyncResponseHandler
 
onError(Throwable) - Method in class com.ibm.cos.v2.core.internal.http.async.AsyncStreamingResponseHandler
 
onError(Throwable) - Method in class com.ibm.cos.v2.core.internal.http.async.CombinedResponseAsyncHttpResponseHandler
 
onError(Throwable) - Method in class com.ibm.cos.v2.core.internal.http.async.FilterTransformingAsyncHttpResponseHandler
 
onError(Throwable) - Method in class com.ibm.cos.v2.core.internal.http.IdempotentAsyncResponseHandler
 
onError(Throwable) - Method in class com.ibm.cos.v2.http.async.AbortableInputStreamSubscriber
 
onError(Throwable) - Method in interface com.ibm.cos.v2.http.async.SdkAsyncHttpResponseHandler
Called when there is an error making the request or receiving the response.
onError(Throwable) - Method in class com.ibm.cos.v2.http.async.SimpleSubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.io.ChecksumSubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.CancelledSubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerSubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.CancelledSubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.KnownContentLengthAsyncRequestBodySubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloaderSubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.transfer.s3.internal.AsyncBufferingSubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.utils.async.AddingTrailingDataSubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.utils.async.BaseSubscriberAdapter
 
onError(Throwable) - Method in class com.ibm.cos.v2.utils.async.ByteBufferStoringSubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.utils.async.DelegatingSubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.utils.async.EventListeningSubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.utils.async.InputStreamSubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.utils.async.SequentialSubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.utils.async.StoringSubscriber
 
onError(Throwable) - Method in class com.ibm.cos.v2.utils.internal.MappingSubscriber
 
onErrorFromUpstream - Variable in class com.ibm.cos.v2.utils.async.BaseSubscriberAdapter
Whether the upstream subscriber has called onError on us.
OneTimeReadTimeoutHandler - Class in com.ibm.cos.v2.http.nio.netty.internal
A one-time read timeout handler that removes itself from the pipeline after the next successful read.
onEventStream(Consumer<SdkPublisher<EventT>>) - Method in class com.ibm.cos.v2.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
 
onEventStream(Consumer<SdkPublisher<EventT>>) - Method in interface com.ibm.cos.v2.awscore.eventstream.EventStreamResponseHandler.Builder
Callback to invoke when the SdkPublisher is available.
onEventStream(SdkPublisher<EventT>) - Method in interface com.ibm.cos.v2.awscore.eventstream.EventStreamResponseHandler
Called when events are ready to be streamed.
onEventStream(SdkPublisher<EventT>) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamResponseHandlerFromBuilder
 
onExecutionFailure(Context.FailedExecution, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.interceptor.ExecutionInterceptor
Invoked when any error happens during an execution that prevents the request from succeeding.
onExecutionFailure(Context.FailedExecution, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionInterceptorChain
 
onGoAwayReceived(int, long, ByteBuf) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2GoAwayEventListener
 
onHeaders(SdkHttpResponse) - Method in class com.ibm.cos.v2.core.internal.http.async.AsyncAfterTransmissionInterceptorCallingResponseHandler
 
onHeaders(SdkHttpResponse) - Method in class com.ibm.cos.v2.core.internal.http.async.AsyncResponseHandler
 
onHeaders(SdkHttpResponse) - Method in class com.ibm.cos.v2.core.internal.http.async.AsyncStreamingResponseHandler
 
onHeaders(SdkHttpResponse) - Method in class com.ibm.cos.v2.core.internal.http.async.CombinedResponseAsyncHttpResponseHandler
 
onHeaders(SdkHttpResponse) - Method in class com.ibm.cos.v2.core.internal.http.async.FilterTransformingAsyncHttpResponseHandler
 
onHeaders(SdkHttpResponse) - Method in class com.ibm.cos.v2.core.internal.http.IdempotentAsyncResponseHandler
 
onHeaders(SdkHttpResponse) - Method in interface com.ibm.cos.v2.http.async.SdkAsyncHttpResponseHandler
Called when the headers have been received.
onNext(T) - Method in class com.ibm.cos.v2.core.async.DrainingSubscriber
 
onNext(T) - Method in class com.ibm.cos.v2.core.async.listener.SubscriberListener.NotifyingSubscriber
 
onNext(ByteBuffer) - Method in class com.ibm.cos.v2.core.internal.async.ChecksumCalculatingAsyncRequestBody.OnNextGuaranteedSubscriber
 
onNext(ByteBuffer) - Method in class com.ibm.cos.v2.http.async.AbortableInputStreamSubscriber
 
onNext(ByteBuffer) - Method in class com.ibm.cos.v2.http.async.SimpleSubscriber
 
onNext(ByteBuffer) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.io.ChecksumSubscriber
 
onNext(T) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.CancelledSubscriber
 
onNext(T) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerSubscriber
 
onNext(T) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.CancelledSubscriber
 
onNext(AsyncRequestBody) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.KnownContentLengthAsyncRequestBodySubscriber
 
onNext(AsyncResponseTransformer<GetObjectResponse, GetObjectResponse>) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloaderSubscriber
 
onNext(T) - Method in class com.ibm.cos.v2.transfer.s3.internal.AsyncBufferingSubscriber
 
onNext(T) - Method in class com.ibm.cos.v2.utils.async.AddingTrailingDataSubscriber
 
onNext(T) - Method in class com.ibm.cos.v2.utils.async.BaseSubscriberAdapter
 
onNext(T) - Method in class com.ibm.cos.v2.utils.async.BufferingSubscriber
 
onNext(ByteBuffer) - Method in class com.ibm.cos.v2.utils.async.ByteBufferStoringSubscriber
 
onNext(T) - Method in class com.ibm.cos.v2.utils.async.EventListeningSubscriber
 
onNext(T) - Method in class com.ibm.cos.v2.utils.async.FilteringSubscriber
 
onNext(Iterable<U>) - Method in class com.ibm.cos.v2.utils.async.FlatteningSubscriber
 
onNext(ByteBuffer) - Method in class com.ibm.cos.v2.utils.async.InputStreamSubscriber
 
onNext(T) - Method in class com.ibm.cos.v2.utils.async.LimitingSubscriber
 
onNext(T) - Method in class com.ibm.cos.v2.utils.async.SequentialSubscriber
 
onNext(T) - Method in class com.ibm.cos.v2.utils.async.StoringSubscriber
 
onNext(T) - Method in class com.ibm.cos.v2.utils.internal.MappingSubscriber
 
OnNextGuaranteedSubscriber(Subscriber<? super ByteBuffer>) - Constructor for class com.ibm.cos.v2.core.internal.async.ChecksumCalculatingAsyncRequestBody.OnNextGuaranteedSubscriber
 
onProfileFileReload(Consumer<ProfileFile>) - Method in class com.ibm.cos.v2.profiles.internal.ProfileFileRefresher.Builder
Sets a custom action to perform when a profile file is reloaded.
onProgress(Consumer<ProgressEvent>) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler.Visitor.Builder
Callback to invoke when a ProgressEvent is visited.
onRecords(Consumer<RecordsEvent>) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler.Visitor.Builder
Callback to invoke when a RecordsEvent is visited.
onResponse(Consumer<ResponseT>) - Method in class com.ibm.cos.v2.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
 
onResponse(SdkResponse) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamAsyncResponseTransformer
 
onResponse(Consumer<ResponseT>) - Method in interface com.ibm.cos.v2.awscore.eventstream.EventStreamResponseHandler.Builder
Callback to invoke when the initial response is received.
onResponse(ResponseT) - Method in class com.ibm.cos.v2.awscore.eventstream.RestEventStreamAsyncResponseTransformer
 
onResponse(ResponseT) - Method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer
Called when the unmarshalled response object is ready.
onResponse(ResponseT) - Method in class com.ibm.cos.v2.core.async.listener.AsyncResponseTransformerListener.NotifyingAsyncResponseTransformer
 
onResponse(ResponseT) - Method in class com.ibm.cos.v2.core.internal.async.ByteArrayAsyncResponseTransformer
 
onResponse(ResponseT) - Method in class com.ibm.cos.v2.core.internal.async.FileAsyncResponseTransformer
 
onResponse(ResponseT) - Method in class com.ibm.cos.v2.core.internal.async.InputStreamResponseTransformer
 
onResponse(ResponseT) - Method in class com.ibm.cos.v2.core.internal.async.PublisherAsyncResponseTransformer
 
onResponseBody(HttpStream, byte[]) - Method in class com.ibm.cos.v2.http.crt.internal.response.CrtResponseAdapter
 
onResponseBody(HttpStream, byte[]) - Method in class com.ibm.cos.v2.http.crt.internal.response.InputStreamAdaptingHttpStreamResponseHandler
 
onResponseComplete(HttpStream, int) - Method in class com.ibm.cos.v2.http.crt.internal.response.CrtResponseAdapter
 
onResponseComplete(HttpStream, int) - Method in class com.ibm.cos.v2.http.crt.internal.response.InputStreamAdaptingHttpStreamResponseHandler
 
onResponseHeaders(HttpStream, int, int, HttpHeader[]) - Method in class com.ibm.cos.v2.http.crt.internal.response.CrtResponseAdapter
 
onResponseHeaders(HttpStream, int, int, HttpHeader[]) - Method in class com.ibm.cos.v2.http.crt.internal.response.InputStreamAdaptingHttpStreamResponseHandler
 
onResponseHeaders(int, int, HttpHeader[]) - Method in class com.ibm.cos.v2.http.crt.internal.response.ResponseHandlerHelper
 
onResponseHeadersDone(HttpStream, int) - Method in class com.ibm.cos.v2.http.crt.internal.response.CrtResponseAdapter
 
onStats(Consumer<StatsEvent>) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler.Visitor.Builder
Callback to invoke when a StatsEvent is visited.
onStream(SdkPublisher<ByteBuffer>) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamAsyncResponseTransformer
 
onStream(SdkPublisher<ByteBuffer>) - Method in class com.ibm.cos.v2.awscore.eventstream.RestEventStreamAsyncResponseTransformer
 
onStream(SdkPublisher<ByteBuffer>) - Method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer
Called when the response stream is ready.
onStream(SdkPublisher<ByteBuffer>) - Method in class com.ibm.cos.v2.core.async.listener.AsyncResponseTransformerListener.NotifyingAsyncResponseTransformer
 
onStream(SdkPublisher<ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.async.ByteArrayAsyncResponseTransformer
 
onStream(SdkPublisher<ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.async.FileAsyncResponseTransformer
 
onStream(SdkPublisher<ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.async.InputStreamResponseTransformer
 
onStream(SdkPublisher<ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.async.PublisherAsyncResponseTransformer
 
onStream(Publisher<ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.http.async.AsyncAfterTransmissionInterceptorCallingResponseHandler
 
onStream(Publisher<ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.http.async.AsyncResponseHandler
 
onStream(Publisher<ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.http.async.AsyncStreamingResponseHandler
 
onStream(Publisher<ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.http.async.CombinedResponseAsyncHttpResponseHandler
 
onStream(Publisher<ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.http.async.FilterTransformingAsyncHttpResponseHandler
 
onStream(Publisher<ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.http.IdempotentAsyncResponseHandler
 
onStream(Publisher<ByteBuffer>) - Method in interface com.ibm.cos.v2.http.async.SdkAsyncHttpResponseHandler
Called when the streaming body is ready.
onStream(Publisher<ByteBuffer>) - Method in interface com.ibm.cos.v2.http.async.SdkHttpResponseHandler
Called when the HTTP client is ready to start sending data to the response handler.
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.core.async.DrainingSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.core.async.listener.SubscriberListener.NotifyingSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.http.async.AbortableInputStreamSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.http.async.SimpleSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.io.ChecksumSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.CancelledSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.CancelledSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.KnownContentLengthAsyncRequestBodySubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloaderSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.transfer.s3.internal.AsyncBufferingSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.utils.async.AddingTrailingDataSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.utils.async.BaseSubscriberAdapter
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.utils.async.BufferingSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.utils.async.ByteBufferStoringSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.utils.async.DelegatingBufferingSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.utils.async.DelegatingSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.utils.async.EventListeningSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.utils.async.FilteringSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.utils.async.InputStreamSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.utils.async.LimitingSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.utils.async.SequentialSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.utils.async.StoringSubscriber
 
onSubscribe(Subscription) - Method in class com.ibm.cos.v2.utils.internal.MappingSubscriber
 
operation() - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultIBMIamAuthSchemeParams
 
operation(String) - Method in interface com.ibm.cos.v2.http.auth.spi.internal.scheme.IBMIamAuthSchemeParams.Builder
Set the operation for which to resolve the auth scheme.
operation() - Method in interface com.ibm.cos.v2.http.auth.spi.internal.scheme.IBMIamAuthSchemeParams
 
operation() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
operation(String) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
Set the operation for which to resolve the auth scheme.
operation() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
Returns the operation for which to resolve the auth scheme.
OPERATION_NAME - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
 
OPERATION_NAME - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The name of the service operation being invoked.
operationIdentifier(String) - Method in class com.ibm.cos.v2.protocols.core.OperationInfo.Builder
 
operationIdentifier() - Method in class com.ibm.cos.v2.protocols.core.OperationInfo
 
OperationInfo - Class in com.ibm.cos.v2.protocols.core
Static information about an API operation used to marshall it correctly.
operationInfo(OperationInfo) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
 
operationInfo(OperationInfo) - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryProtocolMarshaller.Builder
 
operationInfo(OperationInfo) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlProtocolMarshaller.Builder
 
OperationInfo.Builder - Class in com.ibm.cos.v2.protocols.core
Builder for a OperationInfo.
OperationMetadataAttribute<T> - Class in com.ibm.cos.v2.protocols.core
Key for additional metadata in OperationInfo.
OperationMetadataAttribute(Class<T>) - Constructor for class com.ibm.cos.v2.protocols.core.OperationMetadataAttribute
 
operationName(String) - Method in interface com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRequest.Builder
The name of the operation being used in the customer's request.
operationName() - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRequest
 
option(ClientOption<T>, T) - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration.Builder
Configure the value of a specific option.
option(ClientOption<T>) - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration.Builder
Retrieve the value of a specific option.
option(ClientOption<T>) - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration
Retrieve the value of a specific option.
option() - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.FlexibleChecksummer
 
option(TransferConfigurationOption<T>) - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerConfiguration
Retrieve the value of a specific option.
optionalContentLength() - Method in class com.ibm.cos.v2.core.sync.RequestBody
 
OptionalDependencyLoaderUtil - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.util
Utilities for loading of classes and objects which have optional dependencies, and therefore need to be safely checked at runtime in order to use.
optionalFields(Collection<InventoryOptionalField>) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryConfiguration.Builder
Contains the optional fields that are included in the inventory results.
optionalFields(InventoryOptionalField...) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryConfiguration.Builder
Contains the optional fields that are included in the inventory results.
optionalFields() - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
Contains the optional fields that are included in the inventory results.
optionalFieldsAsStrings() - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
Contains the optional fields that are included in the inventory results.
optionalFieldsWithStrings(Collection<String>) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryConfiguration.Builder
Contains the optional fields that are included in the inventory results.
optionalFieldsWithStrings(String...) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryConfiguration.Builder
Contains the optional fields that are included in the inventory results.
optionalObjectAttributes(Collection<OptionalObjectAttributes>) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsRequest.Builder
Specifies the optional fields that you want returned in the response.
optionalObjectAttributes(OptionalObjectAttributes...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsRequest.Builder
Specifies the optional fields that you want returned in the response.
optionalObjectAttributes() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
Specifies the optional fields that you want returned in the response.
optionalObjectAttributes(Collection<OptionalObjectAttributes>) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
Specifies the optional fields that you want returned in the response.
optionalObjectAttributes(OptionalObjectAttributes...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
Specifies the optional fields that you want returned in the response.
optionalObjectAttributes() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
Specifies the optional fields that you want returned in the response.
optionalObjectAttributes(Collection<OptionalObjectAttributes>) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
Specifies the optional fields that you want returned in the response.
optionalObjectAttributes(OptionalObjectAttributes...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
Specifies the optional fields that you want returned in the response.
optionalObjectAttributes() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
Specifies the optional fields that you want returned in the response.
OptionalObjectAttributes - Enum in com.ibm.cos.v2.services.s3.model
 
optionalObjectAttributesAsStrings() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
Specifies the optional fields that you want returned in the response.
optionalObjectAttributesAsStrings() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
Specifies the optional fields that you want returned in the response.
optionalObjectAttributesAsStrings() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
Specifies the optional fields that you want returned in the response.
optionalObjectAttributesWithStrings(Collection<String>) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsRequest.Builder
Specifies the optional fields that you want returned in the response.
optionalObjectAttributesWithStrings(String...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsRequest.Builder
Specifies the optional fields that you want returned in the response.
optionalObjectAttributesWithStrings(Collection<String>) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
Specifies the optional fields that you want returned in the response.
optionalObjectAttributesWithStrings(String...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
Specifies the optional fields that you want returned in the response.
optionalObjectAttributesWithStrings(Collection<String>) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
Specifies the optional fields that you want returned in the response.
optionalObjectAttributesWithStrings(String...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
Specifies the optional fields that you want returned in the response.
OptionalUtils - Class in com.ibm.cos.v2.utils
Functions that make working with optionals easier.
Options(boolean, boolean) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.V4CanonicalRequest.Options
 
or(JmesPathRuntime.Value) - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Perform an OR comparison between this value and another one: https://jmespath.org/specification.html#or-expressions
OrderedWriteChannelHandlerContext - Class in com.ibm.cos.v2.http.nio.netty.internal.utils
An implementation of ChannelHandlerContext that ensures all writes are performed in the order they are invoked.
orFail() - Method in class com.ibm.cos.v2.testutils.Waiter
Execute the function, throwing an assertion error if the thing we're trying does not succeed after 30 seconds.
orFailAfter(Duration) - Method in class com.ibm.cos.v2.testutils.Waiter
Execute the function, throwing an assertion error if the thing we're trying does not succeed after the provided duration.
originalRequest(SdkRequest) - Method in interface com.ibm.cos.v2.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
Fluent setter for SdkRequest
originalRequest(SdkRequest) - Method in interface com.ibm.cos.v2.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
 
originalRequest(SdkRequest) - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext.Builder
 
originalRequest() - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext
 
originalRequest(SdkRequest) - Method in class com.ibm.cos.v2.core.retry.RetryPolicyContext.Builder
 
originalRequest() - Method in class com.ibm.cos.v2.core.retry.RetryPolicyContext
 
originalRequest(SdkRequest) - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext.Builder
 
originalRequest() - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext
 
originalRequest(S3Request) - Method in interface com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverFactoryContext.Builder
 
originalRequest() - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverFactoryContext
 
OrRetryCondition - Class in com.ibm.cos.v2.core.retry.conditions
Composite retry condition that evaluates to true if any containing condition evaluates to true.
orReturnFalse() - Method in class com.ibm.cos.v2.testutils.Waiter
Execute the function, returning true if the thing we're trying does not succeed after 30 seconds.
OS_METADATA - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
osMetadata() - Method in class com.ibm.cos.v2.core.internal.useragent.DefaultSystemUserAgent
 
osMetadata() - Method in interface com.ibm.cos.v2.core.util.SystemUserAgent
 
outpostId(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.IntermediateOutpostResource.Builder
Sets the outpostId
outpostId() - Method in class com.ibm.cos.v2.services.s3.internal.resource.IntermediateOutpostResource
 
outpostId(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostAccessPointBuilder
 
outpostId(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostResource.Builder
The Id of the outpost
outpostId() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostResource
Gets the outpost ID
OutpostResourceType - Enum in com.ibm.cos.v2.services.s3.internal.resource
An enum representing the types of resources supported by S3 outpost.
outpostSubresource(ArnResource) - Method in class com.ibm.cos.v2.services.s3.internal.resource.IntermediateOutpostResource.Builder
Sets the outpostSubResource
outpostSubresource() - Method in class com.ibm.cos.v2.services.s3.internal.resource.IntermediateOutpostResource
 
OutputLocation - Class in com.ibm.cos.v2.services.s3.model
Describes the location where the restore job's output is stored.
outputLocation(OutputLocation) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreRequest.Builder
Describes the location where the restore job's output is stored.
outputLocation(Consumer<OutputLocation.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreRequest.Builder
Describes the location where the restore job's output is stored.
outputLocation() - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
Describes the location where the restore job's output is stored.
OutputLocation.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
Outputs - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
outputs(Outputs) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partition.Builder
 
outputs() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partition
 
Outputs.Builder - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
outputSchemaVersion(String) - Method in interface com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport.Builder
The version of the output schema to use when exporting data.
outputSchemaVersion(StorageClassAnalysisSchemaVersion) - Method in interface com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport.Builder
The version of the output schema to use when exporting data.
outputSchemaVersion() - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport
The version of the output schema to use when exporting data.
outputSchemaVersionAsString() - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport
The version of the output schema to use when exporting data.
OutputSerialization - Class in com.ibm.cos.v2.services.s3.model
Describes how results of the Select job are serialized.
outputSerialization(OutputSerialization) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
Describes the format of the data that you want Amazon S3 to return in response.
outputSerialization(Consumer<OutputSerialization.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
Describes the format of the data that you want Amazon S3 to return in response.
outputSerialization() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
Describes the format of the data that you want Amazon S3 to return in response.
outputSerialization(OutputSerialization) - Method in interface com.ibm.cos.v2.services.s3.model.SelectParameters.Builder
Describes how the results of the Select job are serialized.
outputSerialization(Consumer<OutputSerialization.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.SelectParameters.Builder
Describes how the results of the Select job are serialized.
outputSerialization() - Method in class com.ibm.cos.v2.services.s3.model.SelectParameters
Describes how the results of the Select job are serialized.
OutputSerialization.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
outputStream() - Method in class com.ibm.cos.v2.core.async.BlockingOutputStreamAsyncRequestBody
Return an output stream to which blocking writes can be made to the downstream service.
OutputStreamPublisher - Class in com.ibm.cos.v2.utils.async
Adapts a Publisher to an OutputStream.
OutputStreamPublisher() - Constructor for class com.ibm.cos.v2.utils.async.OutputStreamPublisher
 
outstandingRequests - Variable in class com.ibm.cos.v2.core.pagination.async.PaginationSubscription
 
overrideConfig - Variable in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
overrideConfiguration() - Method in interface com.ibm.cos.v2.awscore.AwsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.awscore.AwsRequest.Builder
Add an optional request override configuration.
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.awscore.AwsRequest.Builder
Add an optional request override configuration.
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in class com.ibm.cos.v2.awscore.AwsRequest.BuilderImpl
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in class com.ibm.cos.v2.awscore.AwsRequest.BuilderImpl
 
overrideConfiguration() - Method in class com.ibm.cos.v2.awscore.AwsRequest.BuilderImpl
 
overrideConfiguration() - Method in class com.ibm.cos.v2.awscore.AwsRequest
 
overrideConfiguration(ClientOverrideConfiguration) - Method in interface com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.Builder
 
overrideConfiguration - Variable in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.BuilderImpl
 
overrideConfiguration() - Method in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.BuilderImpl
 
overrideConfiguration(ClientOverrideConfiguration) - Method in interface com.ibm.cos.v2.core.client.builder.SdkClientBuilder
Specify overrides to the default SDK configuration that should be used for clients created by this builder.
overrideConfiguration(Consumer<ClientOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.core.client.builder.SdkClientBuilder
Similar to SdkClientBuilder.overrideConfiguration(ClientOverrideConfiguration), but takes a lambda to configure a new ClientOverrideConfiguration.Builder.
overrideConfiguration() - Method in interface com.ibm.cos.v2.core.client.builder.SdkClientBuilder
Retrieve the current override configuration.
overrideConfiguration(ClientOverrideConfiguration) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
overrideConfiguration() - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
overrideConfiguration(RequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRequest.Builder
The request override configuration to be used with the endpoint discovery request.
overrideConfiguration() - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRequest
 
overrideConfiguration(WaiterOverrideConfiguration) - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultAsyncWaiter.DefaultBuilder
 
overrideConfiguration(WaiterOverrideConfiguration) - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiter.DefaultBuilder
 
overrideConfiguration() - Method in interface com.ibm.cos.v2.core.SdkRequest.Builder
 
overrideConfiguration() - Method in class com.ibm.cos.v2.core.SdkRequest
 
overrideConfiguration() - Method in interface com.ibm.cos.v2.core.SdkServiceClientConfiguration.Builder
Return the client override configuration
overrideConfiguration(ClientOverrideConfiguration) - Method in interface com.ibm.cos.v2.core.SdkServiceClientConfiguration.Builder
Configure the client override configuration
overrideConfiguration(Consumer<ClientOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.core.SdkServiceClientConfiguration.Builder
 
overrideConfiguration() - Method in class com.ibm.cos.v2.core.SdkServiceClientConfiguration
 
overrideConfiguration(WaiterOverrideConfiguration) - Method in interface com.ibm.cos.v2.core.waiters.WaiterBuilder
Defines overrides to the default SDK waiter configuration that should be used for waiters created by this builder.
overrideConfiguration(Consumer<WaiterOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.core.waiters.WaiterBuilder
Defines a WaiterOverrideConfiguration to use when polling a resource
overrideConfiguration(ClientOverrideConfiguration) - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Sets the value for client override configuration
overrideConfiguration() - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Gets the value for client override configuration
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketCorsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketCorsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAclRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAclRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketCorsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketCorsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketEncryptionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketEncryptionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLocationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLocationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLoggingRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLoggingRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketPolicyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketPolicyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketReplicationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketReplicationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketTaggingRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketTaggingRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketVersioningRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketVersioningRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketWebsiteRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketWebsiteRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAclRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAclRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.HeadBucketRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.HeadBucketRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAclRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAclRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreObjectRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreObjectRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
 
overrideConfiguration(ClientOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Sets the value for client override configuration
overrideConfiguration() - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Gets the value for client override configuration
overrideConfiguration(WaiterOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter.Builder
Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builder
overrideConfiguration(Consumer<WaiterOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter.Builder
This is a convenient method to pass the override configuration without the need to create an instance manually via WaiterOverrideConfiguration.builder()
overrideConfiguration(WaiterOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter.Builder
Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builder
overrideConfiguration(Consumer<WaiterOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter.Builder
This is a convenient method to pass the override configuration without the need to create an instance manually via WaiterOverrideConfiguration.builder()
overrideSigner() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource
 
overrideSigner() - Method in interface com.ibm.cos.v2.services.s3.internal.resource.S3Resource
 
overrideSignerIfNotOverridden(SdkRequest, ExecutionAttributes, Signer) - Static method in class com.ibm.cos.v2.awscore.util.SignerOverrideUtils
Deprecated.
No longer used by modern clients after migration to reference architecture
overrideSignerIfNotOverridden(SdkRequest, ExecutionAttributes, Supplier<Signer>) - Static method in class com.ibm.cos.v2.awscore.util.SignerOverrideUtils
Deprecated.
No longer used by modern clients after migration to reference architecture
owner(Owner) - Method in interface com.ibm.cos.v2.services.s3.model.AccessControlPolicy.Builder
Container for the bucket owner's display name and ID.
owner(Consumer<Owner.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.AccessControlPolicy.Builder
Container for the bucket owner's display name and ID.
owner() - Method in class com.ibm.cos.v2.services.s3.model.AccessControlPolicy
Container for the bucket owner's display name and ID.
owner(String) - Method in interface com.ibm.cos.v2.services.s3.model.AccessControlTranslation.Builder
Specifies the replica ownership.
owner(OwnerOverride) - Method in interface com.ibm.cos.v2.services.s3.model.AccessControlTranslation.Builder
Specifies the replica ownership.
owner() - Method in class com.ibm.cos.v2.services.s3.model.AccessControlTranslation
Specifies the replica ownership.
owner(Owner) - Method in interface com.ibm.cos.v2.services.s3.model.Bucket.Builder
For internal use only.
owner() - Method in class com.ibm.cos.v2.services.s3.model.Bucket
Gets the bucket's owner.
owner(Owner) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry.Builder
The account that created the delete marker.
owner(Consumer<Owner.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry.Builder
The account that created the delete marker.
owner() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry
The account that created the delete marker.
owner(Owner) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAclResponse.Builder
Container for the bucket owner's display name and ID.
owner(Consumer<Owner.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAclResponse.Builder
Container for the bucket owner's display name and ID.
owner() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclResponse
Container for the bucket owner's display name and ID.
owner(Owner) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAclResponse.Builder
Container for the bucket owner's display name and ID.
owner(Consumer<Owner.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAclResponse.Builder
Container for the bucket owner's display name and ID.
owner() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclResponse
Container for the bucket owner's display name and ID.
owner(Owner) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse.Builder
For internal use only.
owner() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse
 
owner(Owner) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsResponse.Builder
The owner of the buckets listed.
owner(Consumer<Owner.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsResponse.Builder
The owner of the buckets listed.
owner() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsResponse
The owner of the buckets listed.
owner(Owner) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
Container element that identifies the object owner, after the object is created.
owner(Consumer<Owner.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
Container element that identifies the object owner, after the object is created.
owner() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
Container element that identifies the object owner, after the object is created.
owner(Owner) - Method in interface com.ibm.cos.v2.services.s3.model.MultipartUpload.Builder
Specifies the owner of the object that is part of the multipart upload.
owner(Consumer<Owner.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.MultipartUpload.Builder
Specifies the owner of the object that is part of the multipart upload.
owner() - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
Specifies the owner of the object that is part of the multipart upload.
owner(Owner) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
Specifies the owner of the object.
owner(Consumer<Owner.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
Specifies the owner of the object.
owner() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
Specifies the owner of the object.
Owner - Class in com.ibm.cos.v2.services.s3.model
Container for the owner's display name and ID.
owner(Owner) - Method in interface com.ibm.cos.v2.services.s3.model.S3Object.Builder
The owner of the object
owner(Consumer<Owner.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.S3Object.Builder
The owner of the object
owner() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
The owner of the object
Owner.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ownerAsString() - Method in class com.ibm.cos.v2.services.s3.model.AccessControlTranslation
Specifies the replica ownership.
OwnerOverride - Enum in com.ibm.cos.v2.services.s3.model
 
ownershipControls(OwnershipControls) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsResponse.Builder
The OwnershipControls (BucketOwnerEnforced, BucketOwnerPreferred, or ObjectWriter) currently in effect for this Amazon S3 bucket.
ownershipControls(Consumer<OwnershipControls.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsResponse.Builder
The OwnershipControls (BucketOwnerEnforced, BucketOwnerPreferred, or ObjectWriter) currently in effect for this Amazon S3 bucket.
ownershipControls() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsResponse
The OwnershipControls (BucketOwnerEnforced, BucketOwnerPreferred, or ObjectWriter) currently in effect for this Amazon S3 bucket.
OwnershipControls - Class in com.ibm.cos.v2.services.s3.model
The container element for a bucket's ownership controls.
ownershipControls(OwnershipControls) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest.Builder
The OwnershipControls (BucketOwnerEnforced, BucketOwnerPreferred, or ObjectWriter) that you want to apply to this Amazon S3 bucket.
ownershipControls(Consumer<OwnershipControls.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest.Builder
The OwnershipControls (BucketOwnerEnforced, BucketOwnerPreferred, or ObjectWriter) that you want to apply to this Amazon S3 bucket.
ownershipControls() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest
The OwnershipControls (BucketOwnerEnforced, BucketOwnerPreferred, or ObjectWriter) that you want to apply to this Amazon S3 bucket.
OwnershipControls.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
OwnershipControlsRule - Class in com.ibm.cos.v2.services.s3.model
The container element for an ownership control rule.
OwnershipControlsRule.Builder - Interface in com.ibm.cos.v2.services.s3.model
 

P

pagesIterable(SdkIterable<ResponseT>) - Method in interface com.ibm.cos.v2.core.pagination.sync.PaginatedItemsIterable.Builder
 
PaginatedItemsIterable<ResponseT,ItemT> - Class in com.ibm.cos.v2.core.pagination.sync
Iterable for the paginated items.
PaginatedItemsIterable.Builder<ResponseT,ItemT> - Interface in com.ibm.cos.v2.core.pagination.sync
 
PaginatedItemsPublisher<ResponseT,ItemT> - Class in com.ibm.cos.v2.core.pagination.async
A publisher to request for a stream of paginated items.
PaginatedItemsPublisher.Builder - Interface in com.ibm.cos.v2.core.pagination.async
 
PaginatedResponsesIterator<ResponseT> - Class in com.ibm.cos.v2.core.pagination.sync
Iterator for all response pages in a paginated operation.
PaginatedResponsesIterator.Builder - Interface in com.ibm.cos.v2.core.pagination.sync
 
PaginationSubscription<ResponseT> - Class in com.ibm.cos.v2.core.pagination.async
 
PaginationSubscription(PaginationSubscription.BuilderImpl) - Constructor for class com.ibm.cos.v2.core.pagination.async.PaginationSubscription
 
PaginationSubscription.Builder<TypeToBuildT extends PaginationSubscription,BuilderT extends PaginationSubscription.Builder> - Interface in com.ibm.cos.v2.core.pagination.async
 
PaginationSubscription.BuilderImpl<TypeToBuildT extends PaginationSubscription,BuilderT extends PaginationSubscription.Builder> - Class in com.ibm.cos.v2.core.pagination.async
 
PaginatorUtils - Class in com.ibm.cos.v2.core.util
 
Pair<LeftT,RightT> - Class in com.ibm.cos.v2.utils
Simple struct of two values, possibly of different types.
Parameter - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
Parameter(Parameter.Builder) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
Parameter.Builder - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
Parameter.Deprecated - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
ParameterReference - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
ParameterReference.Builder - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
parameters(Parameters) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRuleset.Builder
 
Parameters - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
Parameters.Builder - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
ParameterType - Enum in com.ibm.cos.v2.services.s3.endpoints.internal
 
paramNotBlank(T, String) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified char sequence is neither null, a length of zero (no characters), empty nor whitespace; otherwise throwing an exception with the specified message.
paramNotNull(T, String) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the specified field/param is not null; otherwise throwing an exception with a precanned message that includes the parameter name.
parentS3Resource(S3Resource) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource.Builder
The S3 resource this access point is associated with (contained within).
parentS3Resource() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource
 
parentS3Resource(S3Resource) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectResource.Builder
The S3 resource this object is associated with (contained within).
parentS3Resource() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectResource
 
parentS3Resource() - Method in interface com.ibm.cos.v2.services.s3.internal.resource.S3Resource
Gets the optional parent resource.
parquet(ParquetInput) - Method in interface com.ibm.cos.v2.services.s3.model.InputSerialization.Builder
Specifies Parquet as object's input serialization format.
parquet(Consumer<ParquetInput.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.InputSerialization.Builder
Specifies Parquet as object's input serialization format.
parquet() - Method in class com.ibm.cos.v2.services.s3.model.InputSerialization
Specifies Parquet as object's input serialization format.
ParquetInput - Class in com.ibm.cos.v2.services.s3.model
Container for Parquet.
ParquetInput.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
parse(String) - Static method in enum com.ibm.cos.v2.auth.credentials.internal.CredentialSourceType
 
parse(InputStream) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonNodeParser
Parse the provided InputStream into a JsonNode.
parse(byte[]) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonNodeParser
Parse the provided byte[] into a JsonNode.
parse(String) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonNodeParser
Parse the provided String into a JsonNode.
parse(InputStream) - Static method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlDomParser
 
parse(SdkPojo, SdkHttpFullResponse) - Static method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlResponseParserUtils
Parse an XML response if one is expected and available.
parse(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Arn
 
parse(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleArn
 
parse(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleUrl
 
parse(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template.Dynamic
 
ParseArn - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
ParseArn(FnNode) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.ParseArn
 
parsedErrorXml(XmlElement) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext.Builder
 
parsedErrorXml() - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext
The parsed XML of just the error.
parsedRootXml() - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext
The parsed XML of the body, or null if there was no body.
parsedXml(XmlElement) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext.Builder
 
parseErrorCode(SdkHttpFullResponse, JsonContent) - Method in interface com.ibm.cos.v2.protocols.json.ErrorCodeParser
 
parseErrorCode(SdkHttpFullResponse, JsonContent) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonErrorCodeParser
Parse the error code from the response.
parseErrorMessage(SdkHttpFullResponse, JsonNode) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.AwsJsonErrorMessageParser
Parse the error message from the response.
parseErrorMessage(SdkHttpFullResponse, JsonNode) - Method in interface com.ibm.cos.v2.protocols.json.internal.unmarshall.ErrorMessageParser
 
parseErrorMessage(SdkHttpFullResponse, JsonNode) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.SdkJsonErrorMessageParser
Parse the error message from the response.
parseFile(InputStream, ProfileFile.Type) - Static method in class com.ibm.cos.v2.profiles.internal.ProfileFileReader
Parses the input and returns a mutable map from profile name to a map of properties.
parseIso8601Date(String) - Static method in class com.ibm.cos.v2.utils.DateUtils
Parses the specified date string as an ISO 8601 date (yyyy-MM-dd'T'HH:mm:ss.SSSZZ) and returns the Instant object.
parseNonProxyHostsEnvironmentVariable() - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
 
parseNonProxyHostsProperty() - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Returns the Java system property for nonProxyHosts as set of Strings.
parseOutpostArn(Arn) - Static method in class com.ibm.cos.v2.services.s3.internal.resource.S3ArnUtils
 
parser(JsonNodeParser) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller.Builder
 
parser() - Static method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
Create a JsonNodeParser for generating a JsonNode from a JSON document.
parserBuilder() - Static method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
Create a JsonNodeParser.Builder for generating a JsonNode from a JSON document.
parseRfc1123Date(String) - Static method in class com.ibm.cos.v2.utils.DateUtils
Parses the specified date string as an RFC 1123 date and returns the Date object.
parseRfc822Date(String) - Static method in class com.ibm.cos.v2.utils.DateUtils
Parses the specified date string as an RFC 822 date and returns the Date object.
parseS3AccessPointArn(Arn) - Static method in class com.ibm.cos.v2.services.s3.internal.resource.S3ArnUtils
 
parseShortform(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Expr
Parse a value from a "short form" used within a template
parseSigningRegion(String, String) - Static method in class com.ibm.cos.v2.awscore.util.AwsHostNameUtils
Attempts to parse the region name from an endpoint based on conventions about the endpoint format.
parseUnixTimestampInstant(String) - Static method in class com.ibm.cos.v2.utils.DateUtils
Parses the given string containing a Unix timestamp with millisecond decimal precision into an Instant object.
parseUnixTimestampMillisInstant(String) - Static method in class com.ibm.cos.v2.utils.DateUtils
Parses the given string containing a Unix timestamp in epoch millis into a Instant object.
parseUri(URI) - Method in class com.ibm.cos.v2.services.s3.S3Utilities
Returns a parsed S3Uri with which a user can easily retrieve the bucket, key, region, style, and query parameters of the URI.
ParseUrl - Class in com.ibm.cos.v2.services.s3.endpoints.internal
Function to parse a URI from a string.
ParseUrl(FnNode) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.ParseUrl
 
parseURL(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulesFunctions
 
Part() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Template.Part
 
Part - Class in com.ibm.cos.v2.services.s3.model
Container for elements related to a part.
Part.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PARTIAL_CONTENT - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
partition(String) - Method in interface com.ibm.cos.v2.arns.Arn.Builder
Define the partition that the resource is in.
partition() - Method in class com.ibm.cos.v2.arns.Arn
 
partition() - Method in class com.ibm.cos.v2.regions.internal.DefaultServicePartitionMetadata
 
partition() - Method in class com.ibm.cos.v2.regions.regionmetadata.AfSouth1
 
partition() - Method in interface com.ibm.cos.v2.regions.RegionMetadata
Returns the metadata for this region's partition.
partition() - Method in interface com.ibm.cos.v2.regions.ServicePartitionMetadata
Retrieve the partition to which this service is known to exist.
partition() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Arn
 
PARTITION - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseArn
 
Partition - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
partition() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleArn
 
partition() - Method in interface com.ibm.cos.v2.services.s3.internal.resource.AwsResource
Gets the partition associated with the AWS Resource (e.g.: 'aws') if one has been specified.
partition(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource.Builder
The AWS partition associated with the access point.
partition() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource
Gets the AWS partition name associated with this access point (e.g.: 'aws').
partition(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource.Builder
The AWS partition associated with the bucket.
partition() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource
Gets the AWS partition name associated with this bucket (e.g.: 'aws') if one has been specified.
partition(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource.Builder
The AWS partition associated with the access point.
partition() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource
Gets the AWS partition name associated with this access point (e.g.: 'aws').
partition() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectResource
Gets the AWS partition name associated with the S3 object (e.g.: 'aws').
partition(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostResource.Builder
The AWS partition associated with the access point.
partition() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostResource
Gets the AWS partition name associated with this access point (e.g.: 'aws').
Partition.Builder - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
PartitionDataProvider - Interface in com.ibm.cos.v2.services.s3.endpoints.internal
 
PartitionDateSource - Enum in com.ibm.cos.v2.services.s3.model
 
partitionDateSource(String) - Method in interface com.ibm.cos.v2.services.s3.model.PartitionedPrefix.Builder
Specifies the partition date source for the partitioned prefix.
partitionDateSource(PartitionDateSource) - Method in interface com.ibm.cos.v2.services.s3.model.PartitionedPrefix.Builder
Specifies the partition date source for the partitioned prefix.
partitionDateSource() - Method in class com.ibm.cos.v2.services.s3.model.PartitionedPrefix
Specifies the partition date source for the partitioned prefix.
partitionDateSourceAsString() - Method in class com.ibm.cos.v2.services.s3.model.PartitionedPrefix
Specifies the partition date source for the partitioned prefix.
PartitionedPrefix - Class in com.ibm.cos.v2.services.s3.model
Amazon S3 keys for log objects are partitioned in the following format:
partitionedPrefix(PartitionedPrefix) - Method in interface com.ibm.cos.v2.services.s3.model.TargetObjectKeyFormat.Builder
Partitioned S3 key for log objects.
partitionedPrefix(Consumer<PartitionedPrefix.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.TargetObjectKeyFormat.Builder
Partitioned S3 key for log objects.
partitionedPrefix() - Method in class com.ibm.cos.v2.services.s3.model.TargetObjectKeyFormat
Partitioned S3 key for log objects.
PartitionedPrefix.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PartitionEndpointKey - Class in com.ibm.cos.v2.regions
A key used to look up a specific partition hostname or DNS suffix via PartitionMetadata.hostname(PartitionEndpointKey) or PartitionMetadata.dnsSuffix(PartitionEndpointKey).
PartitionEndpointKey.Builder - Interface in com.ibm.cos.v2.regions
 
PartitionFn - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
PartitionFn(FnNode) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.PartitionFn
 
partitionKey(ServiceEndpointKey) - Static method in class com.ibm.cos.v2.regions.internal.util.ServiceMetadataUtils
 
partitionMetadata(String) - Method in class com.ibm.cos.v2.regions.GeneratedPartitionMetadataProvider
 
partitionMetadata(Region) - Method in class com.ibm.cos.v2.regions.GeneratedPartitionMetadataProvider
 
partitionMetadata(Region) - Static method in class com.ibm.cos.v2.regions.internal.MetadataLoader
 
partitionMetadata(String) - Static method in class com.ibm.cos.v2.regions.internal.MetadataLoader
 
PartitionMetadata - Interface in com.ibm.cos.v2.regions
Metadata about a partition such as aws or aws-cn.
partitionMetadata(String) - Method in interface com.ibm.cos.v2.regions.PartitionMetadataProvider
Returns the partition metadata for a given partition.
partitionMetadata(Region) - Method in interface com.ibm.cos.v2.regions.PartitionMetadataProvider
Returns the partition metadata for a given region.
PartitionMetadataProvider - Interface in com.ibm.cos.v2.regions
 
Partitions - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
partitions(List<Partition>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partitions.Builder
 
partitions() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partitions
 
Partitions.Builder - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
partNumber(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.CompletedPart.Builder
Part number that identifies the part.
partNumber() - Method in class com.ibm.cos.v2.services.s3.model.CompletedPart
Part number that identifies the part.
partNumber(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Part number of the object being read.
partNumber() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Part number of the object being read.
partNumber(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Part number of the object being read.
partNumber() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Part number of the object being read.
partNumber(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectPart.Builder
The part number identifying the part.
partNumber() - Method in class com.ibm.cos.v2.services.s3.model.ObjectPart
The part number identifying the part.
partNumber(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.Part.Builder
Part number identifying the part.
partNumber() - Method in class com.ibm.cos.v2.services.s3.model.Part
Part number identifying the part.
partNumber(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Part number of part being copied.
partNumber() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Part number of part being copied.
partNumber(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
Part number of part being uploaded.
partNumber() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
Part number of part being uploaded.
partNumberMarker(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts.Builder
The marker for the current part.
partNumberMarker() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
The marker for the current part.
partNumberMarker(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
Specifies the part after which listing should begin.
partNumberMarker() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
Specifies the part after which listing should begin.
partNumberMarker(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsRequest.Builder
Specifies the part after which listing should begin.
partNumberMarker() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
Specifies the part after which listing should begin.
partNumberMarker(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
Specifies the part after which listing should begin.
partNumberMarker() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
Specifies the part after which listing should begin.
parts(Collection<CompletedPart>) - Method in interface com.ibm.cos.v2.services.s3.model.CompletedMultipartUpload.Builder
Array of CompletedPart data types.
parts(CompletedPart...) - Method in interface com.ibm.cos.v2.services.s3.model.CompletedMultipartUpload.Builder
Array of CompletedPart data types.
parts(Consumer<CompletedPart.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.CompletedMultipartUpload.Builder
Array of CompletedPart data types.
parts() - Method in class com.ibm.cos.v2.services.s3.model.CompletedMultipartUpload
Array of CompletedPart data types.
parts(Collection<ObjectPart>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts.Builder
A container for elements related to a particular part.
parts(ObjectPart...) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts.Builder
A container for elements related to a particular part.
parts(Consumer<ObjectPart.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts.Builder
A container for elements related to a particular part.
parts() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
A container for elements related to a particular part.
parts(Collection<Part>) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
Container for elements related to a particular part.
parts(Part...) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
Container for elements related to a particular part.
parts(Consumer<Part.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
Container for elements related to a particular part.
parts() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
Container for elements related to a particular part.
parts() - Method in class com.ibm.cos.v2.services.s3.paginators.ListPartsIterable
Returns an iterable to iterate through the paginated ListPartsResponse.parts() member.
parts() - Method in class com.ibm.cos.v2.services.s3.paginators.ListPartsPublisher
Returns a publisher that can be used to get a stream of data.
partsCount(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The count of parts this object has.
partsCount() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The count of parts this object has.
partsCount(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The count of parts this object has.
partsCount() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The count of parts this object has.
partsCount(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
The count of parts this object has.
partsCount() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
The count of parts this object has.
partSize(Long) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext.Builder
 
partSize() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext
 
partSize(Long) - Method in class com.ibm.cos.v2.services.s3.multipart.S3ResumeToken.Builder
 
partSize() - Method in class com.ibm.cos.v2.services.s3.multipart.S3ResumeToken
 
partSizeInBytes(Long) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload.Builder
The part size associated with this transfer
partSizeInBytes() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
Return the part size in bytes or OptionalLong.empty() if unknown
pascalCase(String) - Static method in class com.ibm.cos.v2.utils.internal.CodegenNamingUtils
 
pascalCase(String...) - Static method in class com.ibm.cos.v2.utils.internal.CodegenNamingUtils
 
password(String) - Method in interface com.ibm.cos.v2.crtcore.CrtProxyConfiguration.Builder
The password to use for basic proxy authentication
password(String) - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration.DefaultBuilder
 
password() - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration
 
password(String) - Method in interface com.ibm.cos.v2.http.apache.ProxyConfiguration.Builder
Configure the password to use when connecting through a proxy.
password() - Method in class com.ibm.cos.v2.http.apache.ProxyConfiguration
The password to use when connecting through a proxy.
password(String) - Method in interface com.ibm.cos.v2.http.crt.ProxyConfiguration.Builder
The password to use for basic proxy authentication
password(String) - Method in interface com.ibm.cos.v2.http.nio.netty.ProxyConfiguration.Builder
Set the password used to authenticate with the proxy password.
password() - Method in class com.ibm.cos.v2.http.nio.netty.ProxyConfiguration
 
password(String) - Method in interface com.ibm.cos.v2.http.urlconnection.ProxyConfiguration.Builder
Configure the password to use when connecting through a proxy.
password() - Method in class com.ibm.cos.v2.http.urlconnection.ProxyConfiguration
The password to use when connecting through a proxy.
password() - Method in class com.ibm.cos.v2.utils.internal.proxy.ProxyEnvironmentVariableConfigProvider
 
password() - Method in class com.ibm.cos.v2.utils.internal.proxy.ProxySystemPropertyConfigProvider
 
password() - Method in interface com.ibm.cos.v2.utils.ProxyConfigProvider
Gets the proxy password if available.
path(Path) - Method in interface com.ibm.cos.v2.core.FileRequestBodyConfiguration.Builder
Sets the Path to the file containing data to send to the service
path() - Method in class com.ibm.cos.v2.core.FileRequestBodyConfiguration
 
path(Path) - Method in interface com.ibm.cos.v2.core.internal.async.FileAsyncRequestBody.Builder
Sets the file to send to the service.
path() - Method in class com.ibm.cos.v2.core.internal.async.FileAsyncRequestBody
 
path(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Builder
 
path() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr
 
PATH - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseUrl
 
path() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleUrl
 
PathMarshaller - Class in com.ibm.cos.v2.protocols.core
 
pathParamMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerRegistry.Builder
 
pathParamMarshaller(MarshallingType<T>, XmlMarshaller<T>) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerRegistry.Builder
 
pathStyleAccessEnabled() - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
 
pathStyleAccessEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
Option to enable using path style access for accessing S3 objects instead of DNS style access.
pathStyleAccessEnabled() - Method in class com.ibm.cos.v2.services.s3.S3Configuration
Returns whether the client uses path-style access for all requests.
PausableUpload - Interface in com.ibm.cos.v2.services.s3.internal.multipart
 
pausableUpload() - Method in class com.ibm.cos.v2.services.s3.multipart.PauseObservable
 
pause() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.KnownContentLengthAsyncRequestBodySubscriber
 
pause() - Method in interface com.ibm.cos.v2.services.s3.internal.multipart.PausableUpload
 
pause() - Method in class com.ibm.cos.v2.services.s3.multipart.PauseObservable
 
pause() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultFileDownload
 
pause() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultFileUpload
 
pause() - Method in interface com.ibm.cos.v2.transfer.s3.model.FileDownload
Pause the current download operation and returns the information that can be used to resume the download at a later time.
pause() - Method in interface com.ibm.cos.v2.transfer.s3.model.FileUpload
Pauses the current upload operation and return the information that can be used to resume the upload at a later time.
PAUSE_OBSERVABLE - Static variable in class com.ibm.cos.v2.services.s3.multipart.S3MultipartExecutionAttribute
 
PauseObservable - Class in com.ibm.cos.v2.services.s3.multipart
 
PauseObservable() - Constructor for class com.ibm.cos.v2.services.s3.multipart.PauseObservable
 
PauseResumeHelper - Class in com.ibm.cos.v2.transfer.s3.internal
 
PauseResumeHelper() - Constructor for class com.ibm.cos.v2.transfer.s3.internal.PauseResumeHelper
 
payer(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentResponse.Builder
Specifies who pays for the download and request fees.
payer(Payer) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentResponse.Builder
Specifies who pays for the download and request fees.
payer() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentResponse
Specifies who pays for the download and request fees.
Payer - Enum in com.ibm.cos.v2.services.s3.model
 
payer(String) - Method in interface com.ibm.cos.v2.services.s3.model.RequestPaymentConfiguration.Builder
Specifies who pays for the download and request fees.
payer(Payer) - Method in interface com.ibm.cos.v2.services.s3.model.RequestPaymentConfiguration.Builder
Specifies who pays for the download and request fees.
payer() - Method in class com.ibm.cos.v2.services.s3.model.RequestPaymentConfiguration
Specifies who pays for the download and request fees.
payerAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentResponse
Specifies who pays for the download and request fees.
payerAsString() - Method in class com.ibm.cos.v2.services.s3.model.RequestPaymentConfiguration
Specifies who pays for the download and request fees.
payload(PayloadT) - Method in interface com.ibm.cos.v2.http.auth.spi.signer.BaseSignedRequest.Builder
Set the body payload of the request.
payload() - Method in interface com.ibm.cos.v2.http.auth.spi.signer.BaseSignedRequest
Returns the body payload of the request.
payload(PayloadT) - Method in interface com.ibm.cos.v2.http.auth.spi.signer.BaseSignRequest.Builder
Set the body payload of the request.
payload() - Method in interface com.ibm.cos.v2.http.auth.spi.signer.BaseSignRequest
Returns the body payload of the request.
payload(SdkBytes) - Method in interface com.ibm.cos.v2.services.s3.model.RecordsEvent.Builder
The byte array of partial, one or more result records.
payload(SdkBytes) - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent.BuilderImpl
 
payload() - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent
The byte array of partial, one or more result records.
PAYLOAD_SIGNING_ENABLED - Static variable in interface com.ibm.cos.v2.http.auth.aws.signer.AwsV4FamilyHttpSigner
Whether to indicate that a payload is signed or not.
payloadMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerRegistry.Builder
 
payloadMarshaller(MarshallingType<T>, XmlMarshaller<T>) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerRegistry.Builder
 
payloadSigningEnabled(Boolean) - Method in class com.ibm.cos.v2.services.s3.internal.plugins.S3OverrideAuthSchemePropertiesPlugin.Builder
Sets the AwsV4FamilyHttpSigner.PAYLOAD_SIGNING_ENABLED signing property to the given value.
PayloadTrait - Class in com.ibm.cos.v2.core.traits
Trait that indicates a member is the 'payload' member.
payloadUnmarshaller(MarshallingType<T>, JsonUnmarshaller<T>) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultJsonUnmarshallerRegistry.Builder
 
payloadUnmarshaller(MarshallingType<T>, XmlUnmarshaller<T>) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlUnmarshallerRegistry.Builder
 
peek() - Method in class com.ibm.cos.v2.utils.async.StoringSubscriber
Check the first event stored in this subscriber.
peek() - Method in class com.ibm.cos.v2.utils.LookaheadInputStream
 
PENDING_CONCURRENCY_ACQUIRES - Static variable in class com.ibm.cos.v2.http.HttpMetric
The number of requests that are awaiting concurrency to be made available from the HTTP client.
permanentRetentionEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration.Builder
Sets permanent retention true or false on the bucket.
permanentRetentionEnabled() - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration
 
permanentRetentionEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse.Builder
Sets permanent retention true or false on the bucket.
permanentRetentionEnabled() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
permission(String) - Method in interface com.ibm.cos.v2.services.s3.model.Grant.Builder
Specifies the permission given to the grantee.
permission(Permission) - Method in interface com.ibm.cos.v2.services.s3.model.Grant.Builder
Specifies the permission given to the grantee.
permission() - Method in class com.ibm.cos.v2.services.s3.model.Grant
Specifies the permission given to the grantee.
Permission - Enum in com.ibm.cos.v2.services.s3.model
 
permission(String) - Method in interface com.ibm.cos.v2.services.s3.model.TargetGrant.Builder
Logging permissions assigned to the grantee for the bucket.
permission(BucketLogsPermission) - Method in interface com.ibm.cos.v2.services.s3.model.TargetGrant.Builder
Logging permissions assigned to the grantee for the bucket.
permission() - Method in class com.ibm.cos.v2.services.s3.model.TargetGrant
Logging permissions assigned to the grantee for the bucket.
permissionAsString() - Method in class com.ibm.cos.v2.services.s3.model.Grant
Specifies the permission given to the grantee.
permissionAsString() - Method in class com.ibm.cos.v2.services.s3.model.TargetGrant
Logging permissions assigned to the grantee for the bucket.
PING_TRACKER - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.ChannelAttributeKey
 
PingFailedException - Exception in com.ibm.cos.v2.http.nio.netty.internal.http2
 
PingTracker - Class in com.ibm.cos.v2.http.nio.netty.internal.http2
Tracking the status after sending out the PING frame
pipeline() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
Platform - Class in com.ibm.cos.v2.utils
 
plugins() - Method in interface com.ibm.cos.v2.core.client.builder.SdkClientBuilder
Returns the list of plugins configured on the client builder.
plugins() - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
plugins(List<SdkPlugin>) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Sets the plugins used to update the configuration used by this request.
plugins() - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Returns the list of registered plugins
plugins(List<SdkPlugin>) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
plugins() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
plugins() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration
Return the plugins that will be used to update the configuration used by the request.
Policy - Class in com.ibm.cos.v2.core.auth.policy
An AWS access control policy is a object that acts as a container for one or more statements, which specify fine grained rules for allowing or denying various types of actions from being performed on your AWS resources.
Policy() - Constructor for class com.ibm.cos.v2.core.auth.policy.Policy
Constructs an empty AWS access control policy ready to be populated with statements.
Policy(String) - Constructor for class com.ibm.cos.v2.core.auth.policy.Policy
Constructs a new AWS access control policy with the specified policy ID.
Policy(String, Collection<Statement>) - Constructor for class com.ibm.cos.v2.core.auth.policy.Policy
Constructs a new AWS access control policy with the specified policy ID and collection of statements.
policy(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketPolicyResponse.Builder
The bucket policy as a JSON document.
policy() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyResponse
The bucket policy as a JSON document.
policy(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest.Builder
The bucket policy as a JSON document.
policy() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
The bucket policy as a JSON document.
POLICY_ID - Static variable in class com.ibm.cos.v2.core.auth.policy.internal.JsonDocumentField
 
policyStatus(PolicyStatus) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusResponse.Builder
The policy status for the specified bucket.
policyStatus(Consumer<PolicyStatus.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusResponse.Builder
The policy status for the specified bucket.
policyStatus() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusResponse
The policy status for the specified bucket.
PolicyStatus - Class in com.ibm.cos.v2.services.s3.model
The container element for a bucket's policy status.
PolicyStatus.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
poll() - Method in class com.ibm.cos.v2.utils.async.StoringSubscriber
Remove and return the first event stored in this subscriber.
pools() - Method in class com.ibm.cos.v2.http.nio.netty.internal.SdkChannelPoolMap
 
poolSummaries() - Static method in class com.ibm.cos.v2.testutils.Memory
Returns a summary information about the memory pools.
pop() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Scope
 
port(int) - Method in interface com.ibm.cos.v2.crtcore.CrtProxyConfiguration.Builder
Set the port that the proxy expects connections on.
port(int) - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration.DefaultBuilder
 
port() - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration
 
port() - Method in class com.ibm.cos.v2.http.apache.ProxyConfiguration
Returns the proxy port from the configured endpoint if set, else from the "https.proxyPort" or "http.proxyPort" system property, based on the scheme used, if ProxyConfiguration.Builder.useSystemPropertyValues(Boolean) is set to true.
port(int) - Method in interface com.ibm.cos.v2.http.crt.ProxyConfiguration.Builder
Set the port that the proxy expects connections on.
port(int) - Method in interface com.ibm.cos.v2.http.nio.netty.ProxyConfiguration.Builder
Set the port that the proxy expects connections on.
port() - Method in class com.ibm.cos.v2.http.nio.netty.ProxyConfiguration
 
port() - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
The port, exactly as it was configured with SdkHttpFullRequest.Builder.port(Integer).
port(Integer) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Configure a SdkHttpRequest.port() to be used in the created HTTP request.
port() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
The port, exactly as it was configured with SdkHttpRequest.Builder.port(Integer).
port(Integer) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Configure a SdkHttpRequest.port() to be used in the created HTTP request.
port() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest
The port that should be used for HTTP communication.
port() - Method in class com.ibm.cos.v2.http.urlconnection.ProxyConfiguration
Returns the proxy port either from the configured endpoint or from the "http.proxyPort" system property if ProxyConfiguration.Builder.useSystemPropertyValues(Boolean) is set to true.
port() - Method in class com.ibm.cos.v2.utils.internal.proxy.ProxyEnvironmentVariableConfigProvider
 
port() - Method in class com.ibm.cos.v2.utils.internal.proxy.ProxySystemPropertyConfigProvider
 
port() - Method in interface com.ibm.cos.v2.utils.ProxyConfigProvider
Gets the proxy port.
pos(byte) - Method in class com.ibm.cos.v2.utils.internal.Base16Codec
 
position(Long) - Method in interface com.ibm.cos.v2.core.FileRequestBodyConfiguration.Builder
Sets the file position at which the request body begins.
position() - Method in class com.ibm.cos.v2.core.FileRequestBodyConfiguration
 
position(Long) - Method in interface com.ibm.cos.v2.core.FileTransformerConfiguration.Builder
position() - Method in class com.ibm.cos.v2.core.FileTransformerConfiguration
position(Long) - Method in interface com.ibm.cos.v2.core.internal.async.FileAsyncRequestBody.Builder
Sets the file position at which the request body begins.
position() - Method in class com.ibm.cos.v2.core.internal.async.FileAsyncRequestBody
 
POSSIBLE_CLOCK_SKEW_ERROR_CODES - Static variable in class com.ibm.cos.v2.awscore.internal.AwsErrorCode
 
POSSIBLE_CLOCK_SKEW_STATUS_CODES - Static variable in class com.ibm.cos.v2.awscore.internal.AwsStatusCode
 
postQuantumTlsEnabled(Boolean) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtAsyncHttpClient.Builder
Configure whether to enable a hybrid post-quantum key exchange option for the Transport Layer Security (TLS) network encryption protocol when communicating with services that support Post Quantum TLS.
postQuantumTlsEnabled(Boolean) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtHttpClient.Builder
Configure whether to enable a hybrid post-quantum key exchange option for the Transport Layer Security (TLS) network encryption protocol when communicating with services that support Post Quantum TLS.
postQuantumTlsEnabled(Boolean) - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
PrecomputedSha256Checksummer - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
An implementation of a checksummer that simply passes along a computed value as a checksum.
PrecomputedSha256Checksummer(Callable<String>) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.PrecomputedSha256Checksummer
 
predicate() - Method in interface com.ibm.cos.v2.utils.ConditionalDecorator
 
predicate(Predicate<T>) - Method in class com.ibm.cos.v2.utils.internal.DefaultConditionalDecorator.Builder
 
predicate() - Method in class com.ibm.cos.v2.utils.internal.DefaultConditionalDecorator
 
preemptiveBasicAuthenticationEnabled(Boolean) - Method in interface com.ibm.cos.v2.http.apache.ProxyConfiguration.Builder
Configure whether to attempt to authenticate pre-emptively against the proxy server using basic authentication.
preemptiveBasicAuthenticationEnabled() - Method in class com.ibm.cos.v2.http.apache.ProxyConfiguration
Whether to attempt to authenticate preemptively against the proxy server using basic authentication.
prefetch(Runnable) - Method in interface com.ibm.cos.v2.utils.cache.CachedSupplier.PrefetchStrategy
Execute the provided value updater to update the cache.
prefetch(Runnable) - Method in class com.ibm.cos.v2.utils.cache.NonBlocking
 
prefetch(Runnable) - Method in class com.ibm.cos.v2.utils.cache.OneCallerBlocks
 
prefetchStrategy(CachedSupplier.PrefetchStrategy) - Method in class com.ibm.cos.v2.utils.cache.CachedSupplier.Builder
Configure the way in which data in the cache should be pre-fetched when the data's RefreshResult.prefetchTime() arrives.
prefetchTime(Duration) - Method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties.Builder
 
prefetchTime() - Method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties
 
prefetchTime(Duration) - Method in interface com.ibm.cos.v2.auth.credentials.WebIdentityTokenFileCredentialsProvider.Builder
Configure the amount of time, relative to STS token expiration, that the cached credentials are considered close to stale and should be updated.
prefetchTime(Duration) - Method in class com.ibm.cos.v2.awscore.internal.token.CachedTokenRefresher.Builder
Configure the amount of time, relative to SSO session token expiration, that the cached credentials are considered close to stale and should be updated.
prefetchTime(Duration) - Method in class com.ibm.cos.v2.services.s3.internal.s3express.CachedS3ExpressCredentials.Builder
 
prefetchTime(Instant) - Method in class com.ibm.cos.v2.utils.cache.RefreshResult.Builder
Specify the time at which a thread that calls CachedSupplier.get() should trigger a cache prefetch.
prefetchTime() - Method in class com.ibm.cos.v2.utils.cache.RefreshResult
When the configured value is getting close to stale and should be updated using the supplier's CachedSupplier.prefetchStrategy.
prefix() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
The S3 Prefix used to send the request.
prefix() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
The S3 Prefix used to send the request.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
prefix() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator.Builder
The prefix to use when evaluating an AND predicate: The prefix that an object must have to be included in the metrics results.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator
The prefix to use when evaluating an AND predicate: The prefix that an object must have to be included in the metrics results.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsFilter.Builder
The prefix to use when evaluating an analytics filter.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
The prefix to use when evaluating an analytics filter.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination.Builder
The prefix to use when exporting data.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination
The prefix to use when exporting data.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.CommonPrefix.Builder
Container for the specified common prefix.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.CommonPrefix
Container for the specified common prefix.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator.Builder
An object key name prefix that identifies the subset of objects to which the configuration applies.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator
An object key name prefix that identifies the subset of objects to which the configuration applies.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter.Builder
An object key name prefix that identifies the subset of objects to which the rule applies.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter
An object key name prefix that identifies the subset of objects to which the rule applies.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryFilter.Builder
The prefix that an object must have to be included in the inventory results.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.InventoryFilter
The prefix that an object must have to be included in the inventory results.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination.Builder
The prefix that is prepended to all inventory results.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination
The prefix that is prepended to all inventory results.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
Deprecated. 
prefix() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
Deprecated. 
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator.Builder
Prefix identifying one or more objects to which the rule applies.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator
Prefix identifying one or more objects to which the rule applies.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter.Builder
Prefix identifying one or more objects to which the rule applies.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
Prefix identifying one or more objects to which the rule applies.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsExtendedRequest.Builder
Sets the optional prefix parameter, restricting the response to keys that begin with the specified prefix.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedRequest
Gets the optional prefix parameter and restricts the response to keys that begin with the specified prefix.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsRequest.Builder
Limits the response to bucket names that begin with the specified bucket name prefix.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsRequest
Limits the response to bucket names that begin with the specified bucket name prefix.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListBucketsResponse.Builder
If Prefix was sent with the request, it is included in the response.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsResponse
If Prefix was sent with the request, it is included in the response.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest.Builder
Lists in-progress uploads only for those keys that begin with the specified prefix.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
Lists in-progress uploads only for those keys that begin with the specified prefix.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
When a prefix is provided in the request, this field contains the specified prefix.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
When a prefix is provided in the request, this field contains the specified prefix.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsRequest.Builder
Limits the response to keys that begin with the specified prefix.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
Limits the response to keys that begin with the specified prefix.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
Keys that begin with the indicated prefix.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
Keys that begin with the indicated prefix.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
Limits the response to keys that begin with the specified prefix.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
Limits the response to keys that begin with the specified prefix.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
Keys that begin with the indicated prefix.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
Keys that begin with the indicated prefix.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
Use this parameter to select only those keys that begin with the specified prefix.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
Use this parameter to select only those keys that begin with the specified prefix.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
Selects objects that start with the value supplied by this parameter.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
Selects objects that start with the value supplied by this parameter.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.MetricsAndOperator.Builder
The prefix used when evaluating an AND predicate.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.MetricsAndOperator
The prefix used when evaluating an AND predicate.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.MetricsFilter.Builder
The prefix used when evaluating a metrics filter.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
The prefix used when evaluating a metrics filter.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRule.Builder
Deprecated. 
prefix() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
Deprecated. 
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator.Builder
An object key name prefix that identifies the subset of objects to which the rule applies.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator
An object key name prefix that identifies the subset of objects to which the rule applies.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter.Builder
An object key name prefix that identifies the subset of objects to which the rule applies.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
An object key name prefix that identifies the subset of objects to which the rule applies.
prefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3Location.Builder
The prefix that is prepended to the restore results for this request.
prefix() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
The prefix that is prepended to the restore results for this request.
prepare() - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamAsyncResponseTransformer
 
prepare() - Method in class com.ibm.cos.v2.awscore.eventstream.RestEventStreamAsyncResponseTransformer
 
prepare() - Method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer
Initial call to enable any setup required before the response is handled.
prepare() - Method in class com.ibm.cos.v2.core.async.listener.AsyncResponseTransformerListener.NotifyingAsyncResponseTransformer
 
prepare() - Method in class com.ibm.cos.v2.core.internal.async.ByteArrayAsyncResponseTransformer
 
prepare() - Method in class com.ibm.cos.v2.core.internal.async.FileAsyncResponseTransformer
 
prepare() - Method in class com.ibm.cos.v2.core.internal.async.InputStreamResponseTransformer
 
prepare() - Method in class com.ibm.cos.v2.core.internal.async.PublisherAsyncResponseTransformer
 
prepare() - Method in class com.ibm.cos.v2.core.internal.http.async.AsyncAfterTransmissionInterceptorCallingResponseHandler
 
prepare() - Method in class com.ibm.cos.v2.core.internal.http.async.AsyncResponseHandler
 
prepare() - Method in class com.ibm.cos.v2.core.internal.http.async.AsyncStreamingResponseHandler
 
prepare() - Method in class com.ibm.cos.v2.core.internal.http.async.CombinedResponseAsyncHttpResponseHandler
 
prepare() - Method in class com.ibm.cos.v2.core.internal.http.async.FilterTransformingAsyncHttpResponseHandler
 
prepare() - Method in class com.ibm.cos.v2.core.internal.http.IdempotentAsyncResponseHandler
 
prepare() - Method in interface com.ibm.cos.v2.core.internal.http.TransformingAsyncResponseHandler
Return the future holding the transformed response.
prepareRequest(HttpExecuteRequest) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkHttpClient
 
prepareRequest(HttpExecuteRequest) - Method in class com.ibm.cos.v2.http.apache.ApacheHttpClient
 
prepareRequest(HttpExecuteRequest) - Method in class com.ibm.cos.v2.http.crt.AwsCrtHttpClient
 
prepareRequest(HttpExecuteRequest) - Method in interface com.ibm.cos.v2.http.SdkHttpClient
Create a ExecutableHttpRequest that can be used to execute the HTTP request.
prepareRequest(HttpExecuteRequest) - Method in class com.ibm.cos.v2.http.urlconnection.UrlConnectionHttpClient
 
prepareSocket(SSLSocket) - Method in class com.ibm.cos.v2.http.apache.internal.conn.SdkTlsSocketFactory
 
presign(SdkHttpFullRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsS3V4Signer
 
presign(SdkHttpFullRequest, Aws4PresignerParams) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsS3V4Signer
A method to pre sign the given #request.
presign(SdkHttpFullRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.auth.signer.internal.BaseAws4Signer
Deprecated.
 
presign(SdkHttpFullRequest, Aws4PresignerParams) - Method in class com.ibm.cos.v2.auth.signer.internal.BaseAws4Signer
Deprecated.
 
presign(SdkHttpFullRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.authcrt.signer.internal.DefaultAwsCrtS3V4aSigner
 
presign(SdkHttpFullRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.authcrt.signer.internal.DefaultAwsCrtV4aSigner
 
presign(SdkHttpFullRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.signer.NoOpSigner
Deprecated.
 
presign(SdkHttpFullRequest, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.signer.Presigner
Deprecated.
Method that takes in an request and returns a pre signed version of the request.
PRESIGN_URL_MAX_EXPIRATION_DURATION - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
Seconds in a week, which is the max expiration time Sig-v4 accepts.
PRESIGN_URL_MAX_EXPIRATION_SECONDS - Static variable in class com.ibm.cos.v2.auth.signer.internal.SignerConstant
Seconds in a week, which is the max expiration time Sig-v4 accepts.
presignAbortMultipartUpload(AbortMultipartUploadPresignRequest) - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultS3Presigner
 
presignAbortMultipartUpload(AbortMultipartUploadPresignRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner
Presign a AbortMultipartUploadRequest so that it can be executed at a later time without requiring additional signing or authentication.
presignAbortMultipartUpload(Consumer<AbortMultipartUploadPresignRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner
Presign a AbortMultipartUploadRequest so that it can be executed at a later time without requiring additional signing or authentication.
presignCompleteMultipartUpload(CompleteMultipartUploadPresignRequest) - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultS3Presigner
 
presignCompleteMultipartUpload(CompleteMultipartUploadPresignRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner
Presign a CompleteMultipartUploadRequest so that it can be executed at a later time without requiring additional signing or authentication.
presignCompleteMultipartUpload(Consumer<CompleteMultipartUploadPresignRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner
Presign a CompleteMultipartUploadRequest so that it can be executed at a later time without requiring additional signing or authentication.
presignCreateMultipartUpload(CreateMultipartUploadPresignRequest) - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultS3Presigner
 
presignCreateMultipartUpload(CreateMultipartUploadPresignRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner
Presign a CreateMultipartUploadRequest so that it can be executed at a later time without requiring additional signing or authentication.
presignCreateMultipartUpload(Consumer<CreateMultipartUploadPresignRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner
Presign a CreateMultipartUploadRequest so that it can be executed at a later time without requiring additional signing or authentication.
presignDeleteObject(DeleteObjectPresignRequest) - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultS3Presigner
 
presignDeleteObject(DeleteObjectPresignRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner
Presign a DeleteObjectRequest so that it can be executed at a later time without requiring additional signing or authentication.
presignDeleteObject(Consumer<DeleteObjectPresignRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner
Presign a DeleteObjectRequest so that it can be executed at a later time without requiring additional signing or authentication.
presigned(V4Properties, Duration) - Static method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.V4RequestSigner
Retrieve an implementation of a V4RequestSigner, which signs the request and adds authentication through query parameters, which includes an expiration param, signalling how long a request signature is valid.
PresignedAbortMultipartUploadRequest - Class in com.ibm.cos.v2.services.s3.presigner.model
A pre-signed AbortMultipartUploadRequest that can be executed at a later time without requiring additional signing or authentication.
PresignedAbortMultipartUploadRequest.Builder - Interface in com.ibm.cos.v2.services.s3.presigner.model
PresignedCompleteMultipartUploadRequest - Class in com.ibm.cos.v2.services.s3.presigner.model
A pre-signed CompleteMultipartUploadRequest that can be executed at a later time without requiring additional signing or authentication.
PresignedCompleteMultipartUploadRequest.Builder - Interface in com.ibm.cos.v2.services.s3.presigner.model
PresignedCreateMultipartUploadRequest - Class in com.ibm.cos.v2.services.s3.presigner.model
A pre-signed CreateMultipartUploadRequest that can be executed at a later time without requiring additional signing or authentication.
PresignedCreateMultipartUploadRequest.Builder - Interface in com.ibm.cos.v2.services.s3.presigner.model
PresignedDeleteObjectRequest - Class in com.ibm.cos.v2.services.s3.presigner.model
A pre-signed a DeleteObjectRequest that can be executed at a later time without requiring additional signing or authentication.
PresignedDeleteObjectRequest(PresignedDeleteObjectRequest.DefaultBuilder) - Constructor for class com.ibm.cos.v2.services.s3.presigner.model.PresignedDeleteObjectRequest
 
PresignedDeleteObjectRequest.Builder - Interface in com.ibm.cos.v2.services.s3.presigner.model
PresignedGetObjectRequest - Class in com.ibm.cos.v2.services.s3.presigner.model
A pre-signed a GetObjectRequest that can be executed at a later time without requiring additional signing or authentication.
PresignedGetObjectRequest.Builder - Interface in com.ibm.cos.v2.services.s3.presigner.model
PresignedPutObjectRequest - Class in com.ibm.cos.v2.services.s3.presigner.model
A pre-signed a PutObjectRequest that can be executed at a later time without requiring additional signing or authentication.
PresignedPutObjectRequest.Builder - Interface in com.ibm.cos.v2.services.s3.presigner.model
PresignedRequest - Class in com.ibm.cos.v2.awscore.presigner
The base class for all presigned requests.
PresignedRequest(PresignedRequest.DefaultBuilder<?>) - Constructor for class com.ibm.cos.v2.awscore.presigner.PresignedRequest
 
PresignedRequest.Builder - Interface in com.ibm.cos.v2.awscore.presigner
 
PresignedRequest.DefaultBuilder<B extends PresignedRequest.DefaultBuilder<B>> - Class in com.ibm.cos.v2.awscore.presigner
 
PresignedUploadPartRequest - Class in com.ibm.cos.v2.services.s3.presigner.model
A pre-signed UploadPartRequest that can be executed at a later time without requiring additional signing or authentication.
PresignedUploadPartRequest.Builder - Interface in com.ibm.cos.v2.services.s3.presigner.model
Presigner - Interface in com.ibm.cos.v2.core.signer
Deprecated.
Replaced by com.ibm.cos.v2.http.auth.spi.signer.HttpSigner in 'http-auth-spi'.
PRESIGNER_EXPIRATION - Static variable in class com.ibm.cos.v2.auth.signer.AwsSignerExecutionAttribute
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it from execution interceptors, you should instead be overriding the expiration via the AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a subtype of HttpSigner.
presignGetObject(GetObjectPresignRequest) - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultS3Presigner
 
presignGetObject(GetObjectPresignRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner
Presign a GetObjectRequest so that it can be executed at a later time without requiring additional signing or authentication.
presignGetObject(Consumer<GetObjectPresignRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner
Presign a GetObjectRequest so that it can be executed at a later time without requiring additional signing or authentication.
presignPutObject(PutObjectPresignRequest) - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultS3Presigner
 
presignPutObject(PutObjectPresignRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner
Presign a PutObjectRequest so that it can be executed at a later time without requiring additional signing or authentication.
presignPutObject(Consumer<PutObjectPresignRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner
Presign a PutObjectRequest so that it can be executed at a later time without requiring additional signing or authentication.
PresignRequest - Class in com.ibm.cos.v2.awscore.presigner
The base class for all presign requests.
PresignRequest(PresignRequest.DefaultBuilder<?>) - Constructor for class com.ibm.cos.v2.awscore.presigner.PresignRequest
 
PresignRequest.Builder - Interface in com.ibm.cos.v2.awscore.presigner
The base interface for all presign request builders.
PresignRequest.DefaultBuilder<B extends PresignRequest.DefaultBuilder<B>> - Class in com.ibm.cos.v2.awscore.presigner
 
presignUploadPart(UploadPartPresignRequest) - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultS3Presigner
 
presignUploadPart(UploadPartPresignRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner
Presign a UploadPartRequest so that it can be executed at a later time without requiring additional signing or authentication.
presignUploadPart(Consumer<UploadPartPresignRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner
Presign a UploadPartRequest so that it can be executed at a later time without requiring additional signing or authentication.
PRINCIPAL - Static variable in class com.ibm.cos.v2.core.auth.policy.internal.JsonDocumentField
 
Principal - Class in com.ibm.cos.v2.core.auth.policy
A principal is an AWS account or AWS web service, which is being allowed or denied access to a resource through an access control policy.
Principal(Principal.Service) - Constructor for class com.ibm.cos.v2.core.auth.policy.Principal
Constructs a new principal with the specified AWS web service which is being allowed or denied access to a resource through an access control policy.
Principal(String) - Constructor for class com.ibm.cos.v2.core.auth.policy.Principal
Constructs a new principal with the specified AWS account ID.
Principal(String, String) - Constructor for class com.ibm.cos.v2.core.auth.policy.Principal
Constructs a new principal with the specified id and provider.
Principal(String, String, boolean) - Constructor for class com.ibm.cos.v2.core.auth.policy.Principal
Constructs a new principal with the specified id and provider.
Principal(Principal.WebIdentityProvider) - Constructor for class com.ibm.cos.v2.core.auth.policy.Principal
Constructs a new principal with the specified web identity provider.
Principal.Service - Enum in com.ibm.cos.v2.core.auth.policy
The services who have the right to do the assume the role action.
Principal.WebIdentityProvider - Enum in com.ibm.cos.v2.core.auth.policy
Web identity providers, such as Login with Amazon, Facebook, or Google.
priority(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRule.Builder
The priority indicates which rule has precedence whenever two or more replication rules conflict.
priority() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
The priority indicates which rule has precedence whenever two or more replication rules conflict.
ProcessCredentialsProvider - Class in com.ibm.cos.v2.auth.credentials
A credentials provider that can load credentials from an external process.
ProcessCredentialsProvider.Builder - Class in com.ibm.cos.v2.auth.credentials
Used to configure and create a ProcessCredentialsProvider.
processOutputLimit(long) - Method in class com.ibm.cos.v2.auth.credentials.ProcessCredentialsProvider.Builder
Configure the maximum amount of data that can be returned by the external process before an exception is raised.
processRequestPayload(SdkHttpFullRequest.Builder, byte[], byte[], Aws4SignerRequestParams, T) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAws4Signer
 
processRequestPayload(SdkHttpFullRequest.Builder, byte[], byte[], Aws4SignerRequestParams, T, SdkChecksum) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAws4Signer
 
processRequestPayload(SdkHttpFullRequest.Builder, byte[], byte[], Aws4SignerRequestParams, AwsS3V4SignerParams) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsS3V4Signer
If necessary, creates a chunk-encoding wrapper on the request payload.
processRequestPayload(SdkHttpFullRequest.Builder, byte[], byte[], Aws4SignerRequestParams, AwsS3V4SignerParams, SdkChecksum) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsS3V4Signer
Overloads processRequestPayload with sdkChecksum.
processRequestPayload(SdkHttpFullRequest.Builder, byte[], byte[], Aws4SignerRequestParams, Aws4SignerParams) - Method in class com.ibm.cos.v2.auth.signer.internal.BaseAws4Signer
Deprecated.
Subclass could override this method to perform any additional procedure on the request payload, with access to the result from signing the header.
processRequestPayload(SdkHttpFullRequest.Builder, byte[], byte[], Aws4SignerRequestParams, Aws4SignerParams, SdkChecksum) - Method in class com.ibm.cos.v2.auth.signer.internal.BaseAws4Signer
Deprecated.
This method overloads processRequestPayload with sdkChecksum.
profile(Profile) - Method in class com.ibm.cos.v2.auth.credentials.ProfileProviderCredentialsContext.Builder
Builder interface to set profile.
profile() - Method in class com.ibm.cos.v2.auth.credentials.ProfileProviderCredentialsContext
Getter method for profile.
Profile - Class in com.ibm.cos.v2.profiles
A named collection of configuration stored in a ProfileFile.
profile(String) - Method in class com.ibm.cos.v2.profiles.ProfileFile
Retrieve the profile from this file with the given name.
Profile.Builder - Interface in com.ibm.cos.v2.profiles
A builder for a Profile.
PROFILE_FILE - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
Deprecated.
This option was used to: - Read configuration options in profile files in aws-core, sdk-core - Build service configuration objects from profile files in codegen, s3control - Build service configuration objects from profile files, set endpoint options in s3 - Set retry mode in dynamodb, kinesis This has been replaced with PROFILE_FILE_SUPPLIER.get().
PROFILE_FILE - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
Deprecated.
This attribute is used for: - Set profile file of service endpoint builder docdb, nepture, rds This has been replaced with PROFILE_FILE_SUPPLIER.get().
PROFILE_FILE_SUPPLIER - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The profile file supplier to use for this client.
PROFILE_FILE_SUPPLIER - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
 
PROFILE_NAME - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The profile name to use for this client.
PROFILE_NAME - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
 
ProfileCredentialsProvider - Class in com.ibm.cos.v2.auth.credentials
Credentials provider based on AWS configuration profiles.
ProfileCredentialsProvider.Builder - Interface in com.ibm.cos.v2.auth.credentials
A builder for creating a custom ProfileCredentialsProvider.
ProfileCredentialsProviderFactory - Interface in com.ibm.cos.v2.auth.credentials
A factory for AwsCredentialsProviders, which can be used to create different credentials providers with different Provider specifications like profile properties.
ProfileCredentialsUtils - Class in com.ibm.cos.v2.auth.credentials.internal
Utility class to load ProfileCredentialsUtils.credentialsProvider() configured in a profile.
ProfileCredentialsUtils(ProfileFile, Profile, Function<String, Optional<Profile>>) - Constructor for class com.ibm.cos.v2.auth.credentials.internal.ProfileCredentialsUtils
 
ProfileDisableMultiRegionProvider - Class in com.ibm.cos.v2.services.s3.internal.settingproviders
Loads configuration from the ProfileFile.defaultProfileFile() using the default profile name.
ProfileEndpointDiscoveryProvider - Class in com.ibm.cos.v2.core.endpointdiscovery.providers
 
profileFile(ProfileFile) - Method in class com.ibm.cos.v2.auth.credentials.DefaultCredentialsProvider.Builder
 
profileFile(Supplier<ProfileFile>) - Method in class com.ibm.cos.v2.auth.credentials.DefaultCredentialsProvider.Builder
 
profileFile(ProfileFile) - Method in interface com.ibm.cos.v2.auth.credentials.ProfileCredentialsProvider.Builder
Define the profile file that should be used by this credentials provider.
profileFile(Consumer<ProfileFile.Builder>) - Method in interface com.ibm.cos.v2.auth.credentials.ProfileCredentialsProvider.Builder
Similar to ProfileCredentialsProvider.Builder.profileFile(ProfileFile), but takes a lambda to configure a new ProfileFile.Builder.
profileFile(Supplier<ProfileFile>) - Method in interface com.ibm.cos.v2.auth.credentials.ProfileCredentialsProvider.Builder
Define the mechanism for loading profile files.
profileFile(ProfileFile) - Method in class com.ibm.cos.v2.auth.credentials.ProfileProviderCredentialsContext.Builder
Builder interface to set ProfileFile.
profileFile() - Method in class com.ibm.cos.v2.auth.credentials.ProfileProviderCredentialsContext
Getter for profileFile.
profileFile(Supplier<ProfileFile>) - Method in class com.ibm.cos.v2.awscore.endpoint.AwsClientEndpointProvider.Builder
Set the profile file supplier that will supply the customer's profile file.
profileFile(Supplier<ProfileFile>) - Method in class com.ibm.cos.v2.awscore.endpoint.DualstackEnabledProvider.Builder
 
profileFile(Supplier<ProfileFile>) - Method in class com.ibm.cos.v2.awscore.endpoint.FipsEnabledProvider.Builder
 
profileFile(Supplier<ProfileFile>) - Method in class com.ibm.cos.v2.awscore.endpoints.AccountIdEndpointModeResolver
 
profileFile(Supplier<ProfileFile>) - Method in class com.ibm.cos.v2.awscore.internal.auth.Sigv4aSigningRegionSetProvider.Builder
 
profileFile(Supplier<ProfileFile>) - Method in class com.ibm.cos.v2.awscore.internal.defaultsmode.DefaultsModeResolver
Configure the profile file that should be used when determining the RetryMode.
profileFile(Supplier<ProfileFile>) - Method in class com.ibm.cos.v2.core.checksums.RequestChecksumCalculationResolver
Configure the profile file that should be used when determining the RequestChecksumCalculation.
profileFile(Supplier<ProfileFile>) - Method in class com.ibm.cos.v2.core.checksums.ResponseChecksumValidationResolver
Configure the profile file that should be used when determining the ResponseChecksumValidation.
profileFile(Supplier<ProfileFile>) - Method in class com.ibm.cos.v2.core.internal.useragent.AppIdResolver
 
profileFile(Supplier<ProfileFile>) - Method in class com.ibm.cos.v2.core.retry.RetryMode.Resolver
Configure the profile file that should be used when determining the RetryMode.
profileFile(Supplier<ProfileFile>) - Method in class com.ibm.cos.v2.profiles.internal.ProfileFileRefresher.Builder
 
profileFile() - Method in class com.ibm.cos.v2.profiles.internal.ProfileFileRefresher.ProfileFileRefreshRecord
The refreshed ProfileFile instance.
ProfileFile - Class in com.ibm.cos.v2.profiles
Provides programmatic access to the contents of an AWS configuration profile file.
profileFile(Supplier<ProfileFile>) - Method in class com.ibm.cos.v2.regions.providers.DefaultAwsRegionProviderChain.Builder
 
profileFile(Supplier<ProfileFile>) - Method in class com.ibm.cos.v2.regions.ServiceMetadataConfiguration.Builder
Configure the profile file used by some services to calculate the endpoint from the region.
profileFile() - Method in class com.ibm.cos.v2.regions.ServiceMetadataConfiguration
Retrieve the profile file configured via ServiceMetadataConfiguration.Builder.profileFile(Supplier).
profileFile() - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
 
profileFile(ProfileFile) - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
The profile file that should be consulted to determine the default value of S3Configuration.Builder.useArnRegionEnabled(Boolean) or S3Configuration.Builder.multiRegionEnabled(Boolean).
profileFile(Supplier<ProfileFile>) - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
The supplier of profile file instances that should be consulted to determine the default value of S3Configuration.Builder.useArnRegionEnabled(Boolean) or S3Configuration.Builder.multiRegionEnabled(Boolean).
ProfileFile.Aggregator - Class in com.ibm.cos.v2.profiles
A mechanism for merging multiple ProfileFiles together into a single file.
ProfileFile.Builder - Interface in com.ibm.cos.v2.profiles
A builder for a ProfileFile.
ProfileFile.Type - Enum in com.ibm.cos.v2.profiles
The supported types of profile files.
ProfileFileLocation - Class in com.ibm.cos.v2.profiles
A collection of static methods for loading the location for configuration and credentials files.
profileFilePath(Path) - Method in class com.ibm.cos.v2.profiles.internal.ProfileFileRefresher.Builder
 
ProfileFileReader - Class in com.ibm.cos.v2.profiles.internal
Converts an InputStream to a configuration or credentials file into a map of profiles and their properties.
ProfileFileRefresher - Class in com.ibm.cos.v2.profiles.internal
Class used for caching and reloading ProfileFile objects from a Supplier.
ProfileFileRefresher.Builder - Class in com.ibm.cos.v2.profiles.internal
 
ProfileFileRefresher.ProfileFileRefreshRecord - Class in com.ibm.cos.v2.profiles.internal
Class used to encapsulate additional refresh information.
ProfileFileSupplier - Interface in com.ibm.cos.v2.profiles
Encapsulates the logic for supplying either a single or multiple ProfileFile instances.
profileFileSupplier() - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultSdkPresigner
 
profileFileSupplier() - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
 
ProfileFileSystemSetting - Enum in com.ibm.cos.v2.profiles
System settings for loading configuration from profile files.
profileName(String) - Method in class com.ibm.cos.v2.auth.credentials.DefaultCredentialsProvider.Builder
 
profileName(String) - Method in interface com.ibm.cos.v2.auth.credentials.ProfileCredentialsProvider.Builder
Define the name of the profile that should be used by this credentials provider.
profileName(String) - Method in class com.ibm.cos.v2.awscore.endpoint.AwsClientEndpointProvider.Builder
Set the profile name for the profile that should be used .
profileName(String) - Method in class com.ibm.cos.v2.awscore.endpoint.DualstackEnabledProvider.Builder
 
profileName(String) - Method in class com.ibm.cos.v2.awscore.endpoint.FipsEnabledProvider.Builder
 
profileName(String) - Method in class com.ibm.cos.v2.awscore.endpoints.AccountIdEndpointModeResolver
 
profileName(String) - Method in class com.ibm.cos.v2.awscore.internal.auth.Sigv4aSigningRegionSetProvider.Builder
 
profileName(String) - Method in class com.ibm.cos.v2.awscore.internal.defaultsmode.DefaultsModeResolver
Configure the profile file name should be used when determining the RetryMode.
profileName(String) - Method in class com.ibm.cos.v2.core.checksums.RequestChecksumCalculationResolver
Configure the profile file name should be used when determining the RequestChecksumCalculation.
profileName(String) - Method in class com.ibm.cos.v2.core.checksums.ResponseChecksumValidationResolver
Configure the profile file name should be used when determining the ResponseChecksumValidation.
profileName(String) - Method in class com.ibm.cos.v2.core.internal.useragent.AppIdResolver
 
profileName(String) - Method in class com.ibm.cos.v2.core.retry.RetryMode.Resolver
Configure the profile file name should be used when determining the RetryMode.
profileName(String) - Method in class com.ibm.cos.v2.regions.providers.DefaultAwsRegionProviderChain.Builder
 
profileName(String) - Method in class com.ibm.cos.v2.regions.ServiceMetadataConfiguration.Builder
Configure which profile in the ServiceMetadataConfiguration.Builder.profileFile(Supplier) should be usedto calculate the endpoint from the region.
profileName() - Method in class com.ibm.cos.v2.regions.ServiceMetadataConfiguration
Retrieve the profile name configured via ServiceMetadataConfiguration.Builder.profileName(String).
profileName() - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultSdkPresigner
 
profileName() - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
 
profileName(String) - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
The profile name that should be consulted to determine the default value of S3Configuration.Builder.useArnRegionEnabled(Boolean) or S3Configuration.Builder.multiRegionEnabled(Boolean).
ProfileProperty - Class in com.ibm.cos.v2.profiles
The properties used by the Java SDK from the credentials and config files.
ProfileProviderCredentialsContext - Class in com.ibm.cos.v2.auth.credentials
Context class that defines the required properties for creation of a Credentials provider.
ProfileProviderCredentialsContext.Builder - Class in com.ibm.cos.v2.auth.credentials
 
profiles() - Method in class com.ibm.cos.v2.profiles.ProfileFile
Retrieve an unmodifiable collection including all of the profiles in this file.
PROFILES_SECTION_TITLE - Static variable in class com.ibm.cos.v2.profiles.ProfileFile
 
ProfileSection - Enum in com.ibm.cos.v2.profiles.internal
Enum describing all the valid section names supported by SDK.
ProfileUseArnRegionProvider - Class in com.ibm.cos.v2.services.s3.internal.settingproviders
Loads useArnRegion configuration from the ProfileFile.defaultProfileFile() using the default profile name.
PROFILING_SYSTEM_PROPERTY - Static variable in class com.ibm.cos.v2.SDKGlobalConfiguration
Deprecated.
Progress - Class in com.ibm.cos.v2.services.s3.model
This data type contains information about progress of an operation.
progress() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultCopy
 
progress() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultDownload
 
progress() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultFileDownload
 
progress() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultFileUpload
 
progress() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultUpload
 
progress() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferProgressUpdater
 
progress() - Method in interface com.ibm.cos.v2.transfer.s3.model.ObjectTransfer
The stateful TransferProgress associated with this transfer.
Progress.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
progressBuilder() - Static method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentEventStream
Create a builder for the Progress event type for this stream.
ProgressEvent - Class in com.ibm.cos.v2.services.s3.model
This data type contains information about the progress event of an operation.
ProgressEvent(ProgressEvent.BuilderImpl) - Constructor for class com.ibm.cos.v2.services.s3.model.ProgressEvent
 
ProgressEvent.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ProgressEvent.BuilderImpl - Class in com.ibm.cos.v2.services.s3.model
 
progressSnapshot(TransferProgressSnapshot) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerContext.Builder
 
progressSnapshot() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerContext
 
progressSnapshot() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerFailedContext
 
progressSnapshot() - Method in interface com.ibm.cos.v2.transfer.s3.progress.TransferListener.Context.TransferInitiated
The immutable TransferProgressSnapshot for this specific update.
promiseNotifyingBiConsumer(Function<SuccessT, PromiseT>, Promise<PromiseT>) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
Creates a BiConsumer that notifies the promise of any failures either via the Throwable passed into the BiConsumer of as a result of running the successFunction.
promiseNotifyingListener(Promise<T>) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
Create a GenericFutureListener that will notify the provided Promise on success and failure.
properties(Map<String, String>) - Method in interface com.ibm.cos.v2.profiles.Profile.Builder
Define the properties configured in this profile.
properties() - Method in class com.ibm.cos.v2.profiles.Profile
Retrieve an unmodifiable view of all of the properties currently in this profile.
properties(Map<String, Value>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Endpoint.Builder
 
property() - Method in enum com.ibm.cos.v2.awscore.internal.interceptor.TracingSystemSetting
 
property() - Method in enum com.ibm.cos.v2.core.SdkSystemSetting
 
property(SignerProperty<T>) - Method in interface com.ibm.cos.v2.http.auth.spi.signer.BaseSignRequest
Returns the value of a property that the HttpSigner can use during signing.
property(IdentityProperty<T>) - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultResolveIdentityRequest
 
property(IdentityProperty<T>) - Method in interface com.ibm.cos.v2.identity.spi.ResolveIdentityRequest
Returns the value of a property that the IdentityProvider can use while resolving the identity.
property(String) - Method in class com.ibm.cos.v2.profiles.Profile
Retrieve a specific raw property from this profile.
property() - Method in enum com.ibm.cos.v2.profiles.ProfileFileSystemSetting
 
property(String, Value) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Endpoint.Builder
 
property() - Method in enum com.ibm.cos.v2.services.s3.S3SystemSetting
 
property() - Method in enum com.ibm.cos.v2.utils.JavaSystemSetting
 
property() - Method in enum com.ibm.cos.v2.utils.ProxyEnvironmentSetting
 
property() - Method in enum com.ibm.cos.v2.utils.ProxySystemSetting
 
property() - Method in interface com.ibm.cos.v2.utils.SystemSetting
The system property of the setting (or null if there is no property for this setting).
propertyName() - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.EndpointAttributeProvider
 
protectionConfiguration(BucketProtectionConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketProtectionConfigurationRequest.Builder
 
protectionConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketProtectionConfigurationRequest
 
Protocol - Enum in com.ibm.cos.v2.core
Represents the communication protocol to use when sending requests to AWS.
protocol(Protocol) - Method in class com.ibm.cos.v2.http.nio.netty.internal.AwaitCloseChannelPoolMap.Builder
 
protocol(Protocol) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
Sets the HTTP protocol to use (i.e.
Protocol - Enum in com.ibm.cos.v2.http
 
PROTOCOL - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
HTTP protocol to use.
protocol() - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
The protocol, exactly as it was configured with SdkHttpFullRequest.Builder.protocol(String).
protocol(String) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Configure a SdkHttpRequest.protocol() to be used in the created HTTP request.
protocol() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
The protocol, exactly as it was configured with SdkHttpRequest.Builder.protocol(String).
protocol(String) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Configure a SdkHttpRequest.protocol() to be used in the created HTTP request.
protocol() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest
Returns the protocol that should be used for HTTP communication.
protocol(AwsJsonProtocol) - Method in class com.ibm.cos.v2.protocols.json.AwsJsonProtocolMetadata.Builder
 
protocol() - Method in class com.ibm.cos.v2.protocols.json.AwsJsonProtocolMetadata
 
protocol(AwsJsonProtocol) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory.Builder
 
protocol(String) - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3ObjectLambdaOperationEndpointBuilder
 
protocol(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointBuilder
The protocol to be used with the endpoint URI.
protocol(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaEndpointBuilder
 
protocol(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostAccessPointBuilder
 
Protocol - Enum in com.ibm.cos.v2.services.s3.model
 
protocol(String) - Method in interface com.ibm.cos.v2.services.s3.model.Redirect.Builder
Protocol to use when redirecting requests.
protocol(Protocol) - Method in interface com.ibm.cos.v2.services.s3.model.Redirect.Builder
Protocol to use when redirecting requests.
protocol() - Method in class com.ibm.cos.v2.services.s3.model.Redirect
Protocol to use when redirecting requests.
protocol(String) - Method in interface com.ibm.cos.v2.services.s3.model.RedirectAllRequestsTo.Builder
Protocol to use when redirecting requests.
protocol(Protocol) - Method in interface com.ibm.cos.v2.services.s3.model.RedirectAllRequestsTo.Builder
Protocol to use when redirecting requests.
protocol() - Method in class com.ibm.cos.v2.services.s3.model.RedirectAllRequestsTo
Protocol to use when redirecting requests.
PROTOCOL_FUTURE - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.ChannelAttributeKey
Future that when a protocol (http/1.1 or h2) has been selected.
PROTOCOL_METADATA - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The key under which the protocol metadata is stored.
PROTOCOL_NEGOTIATION - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
HTTP protocol negotiation to use.
protocolAsString() - Method in class com.ibm.cos.v2.services.s3.model.Redirect
Protocol to use when redirecting requests.
protocolAsString() - Method in class com.ibm.cos.v2.services.s3.model.RedirectAllRequestsTo
Protocol to use when redirecting requests.
ProtocolFact - Interface in com.ibm.cos.v2.protocols.json.internal
Represents know static facts about each protocol.
protocolHandler(JsonProtocolMarshaller) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerContext.Builder
 
protocolHandler() - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerContext
 
protocolHandler(QueryProtocolMarshaller) - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryMarshallerContext.Builder
 
protocolHandler() - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryMarshallerContext
 
ProtocolMarshaller<MarshalledT> - Interface in com.ibm.cos.v2.protocols.core
Interface used by generated marshallers to marshall a Java POJO.
protocolMarshaller(XmlProtocolMarshaller) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerContext.Builder
 
protocolMarshaller() - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerContext
 
protocolMetadata(AwsJsonProtocolMetadata) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
 
protocolNegotiation(ProtocolNegotiation) - Method in class com.ibm.cos.v2.http.nio.netty.internal.AwaitCloseChannelPoolMap.Builder
 
protocolNegotiation(ProtocolNegotiation) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
If set to ProtocolNegotiation.ALPN, the request will be made using ALPN, without a fallback protocol.
ProtocolNegotiation - Enum in com.ibm.cos.v2.http
The protocol negotiation selection scheme used by the HTTP client to establish connections
protocolUnmarshallDependencies - Variable in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory.Builder
 
protocolUnmarshallDependencies(Supplier<ProtocolUnmarshallDependencies>) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory.Builder
Provides the unmarshalling dependencies instance.
protocolUnmarshallDependencies(ProtocolUnmarshallDependencies) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller.Builder
 
ProtocolUnmarshallDependencies - Interface in com.ibm.cos.v2.protocols.json.internal.unmarshall
 
protocolUnmarshaller(QueryProtocolUnmarshaller) - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.QueryUnmarshallerContext.Builder
 
protocolUnmarshaller() - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.QueryUnmarshallerContext
 
protocolUnmarshaller(XmlProtocolUnmarshaller) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlUnmarshallerContext.Builder
 
protocolUnmarshaller() - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlUnmarshallerContext
 
ProtocolUtils - Class in com.ibm.cos.v2.protocols.core
Utilities common to all protocols.
protocolVersion(String) - Method in class com.ibm.cos.v2.protocols.json.AwsJsonProtocolMetadata.Builder
 
protocolVersion() - Method in class com.ibm.cos.v2.protocols.json.AwsJsonProtocolMetadata
 
protocolVersion(String) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory.Builder
Protocol version of the client (right now supports JSON 1.0 and JSON 1.1).
provider() - Method in class com.ibm.cos.v2.auth.credentials.EnvironmentVariableCredentialsProvider
 
provider() - Method in class com.ibm.cos.v2.auth.credentials.internal.SystemSettingsCredentialsProvider
 
provider() - Method in class com.ibm.cos.v2.auth.credentials.SystemPropertyCredentialsProvider
 
providerName(String) - Method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials.Builder
The name of the identity provider that created this credential identity.
providerName() - Method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials
The name of the identity provider that created this credential identity.
providerName(String) - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials.Builder
The name of the identity provider that created this credential identity.
providerName() - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials
The name of the identity provider that created this credential identity.
providerName(String) - Method in interface com.ibm.cos.v2.identity.spi.AwsCredentialsIdentity.Builder
The name of the identity provider that created this credential identity.
providerName(String) - Method in interface com.ibm.cos.v2.identity.spi.AwsSessionCredentialsIdentity.Builder
 
providerName() - Method in interface com.ibm.cos.v2.identity.spi.Identity
The source that resolved this identity, normally an identity provider.
providerName() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsCredentialsIdentity
 
providerName() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsSessionCredentialsIdentity
 
provideTestTemplateInvocationContexts(ExtensionContext) - Method in class com.ibm.cos.v2.testutils.retry.RetryableTestExtension
 
ProxyConfigProvider - Interface in com.ibm.cos.v2.utils
Interface for providing proxy configuration settings.
proxyConfiguration(ProxyConfiguration) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
Configuration that defines how to communicate via an HTTP proxy.
proxyConfiguration(ProxyConfiguration) - Method in class com.ibm.cos.v2.http.apache.internal.ApacheHttpRequestConfig.Builder
 
proxyConfiguration() - Method in class com.ibm.cos.v2.http.apache.internal.ApacheHttpRequestConfig
 
ProxyConfiguration - Class in com.ibm.cos.v2.http.apache
Configuration that defines how to communicate via an HTTP or HTTPS proxy.
proxyConfiguration(ProxyConfiguration) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtAsyncHttpClient.Builder
Sets the http proxy configuration to use for this client.
proxyConfiguration(Consumer<ProxyConfiguration.Builder>) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtAsyncHttpClient.Builder
Sets the http proxy configuration to use for this client.
proxyConfiguration(ProxyConfiguration) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtHttpClient.Builder
Sets the http proxy configuration to use for this client.
proxyConfiguration(Consumer<ProxyConfiguration.Builder>) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtHttpClient.Builder
Sets the http proxy configuration to use for this client.
proxyConfiguration(ProxyConfiguration) - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
proxyConfiguration(Consumer<ProxyConfiguration.Builder>) - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
ProxyConfiguration - Class in com.ibm.cos.v2.http.crt
Proxy configuration for AwsCrtAsyncHttpClient.
proxyConfiguration(ProxyConfiguration) - Method in class com.ibm.cos.v2.http.nio.netty.internal.AwaitCloseChannelPoolMap.Builder
 
proxyConfiguration(ProxyConfiguration) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
Set the proxy configuration for this client.
ProxyConfiguration - Class in com.ibm.cos.v2.http.nio.netty
Proxy configuration for NettyNioAsyncHttpClient.
ProxyConfiguration - Class in com.ibm.cos.v2.http.urlconnection
Proxy configuration for UrlConnectionHttpClient.
proxyConfiguration(ProxyConfiguration) - Method in interface com.ibm.cos.v2.http.urlconnection.UrlConnectionHttpClient.Builder
Configuration that defines how to communicate via an HTTP proxy.
proxyConfiguration(Consumer<ProxyConfiguration.Builder>) - Method in interface com.ibm.cos.v2.http.urlconnection.UrlConnectionHttpClient.Builder
Sets the http proxy configuration to use for this client.
ProxyConfiguration.Builder - Interface in com.ibm.cos.v2.http.apache
A builder for ProxyConfiguration.
ProxyConfiguration.Builder - Interface in com.ibm.cos.v2.http.crt
Builder for ProxyConfiguration.
ProxyConfiguration.Builder - Interface in com.ibm.cos.v2.http.nio.netty
Builder for ProxyConfiguration.
ProxyConfiguration.Builder - Interface in com.ibm.cos.v2.http.urlconnection
A builder for ProxyConfiguration.
ProxyEnvironmentSetting - Enum in com.ibm.cos.v2.utils
An enumeration representing environment settings related to proxy configuration.
ProxyEnvironmentVariableConfigProvider - Class in com.ibm.cos.v2.utils.internal.proxy
An implementation of the ProxyConfigProvider interface that retrieves proxy configuration settings from environment variables.
ProxyEnvironmentVariableConfigProvider(String) - Constructor for class com.ibm.cos.v2.utils.internal.proxy.ProxyEnvironmentVariableConfigProvider
 
ProxySystemPropertyConfigProvider - Class in com.ibm.cos.v2.utils.internal.proxy
An implementation of the ProxyConfigProvider interface that retrieves proxy configuration settings from system properties.
ProxySystemPropertyConfigProvider(String) - Constructor for class com.ibm.cos.v2.utils.internal.proxy.ProxySystemPropertyConfigProvider
 
ProxySystemSetting - Enum in com.ibm.cos.v2.utils
The system properties related to http and https proxies
ProxyTunnelInitHandler - Class in com.ibm.cos.v2.http.nio.netty.internal
Handler that initializes the HTTP tunnel.
ProxyTunnelInitHandler(ChannelPool, String, String, URI, Promise<Channel>) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.ProxyTunnelInitHandler
 
ProxyTunnelInitHandler(ChannelPool, URI, Promise<Channel>) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.ProxyTunnelInitHandler
 
ProxyTunnelInitHandler(ChannelPool, String, String, URI, Promise<Channel>, Supplier<HttpClientCodec>) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.ProxyTunnelInitHandler
 
publicAccessBlockConfiguration(PublicAccessBlockConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockResponse.Builder
The PublicAccessBlock configuration currently in effect for this Amazon S3 bucket.
publicAccessBlockConfiguration(Consumer<PublicAccessBlockConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockResponse.Builder
The PublicAccessBlock configuration currently in effect for this Amazon S3 bucket.
publicAccessBlockConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockResponse
The PublicAccessBlock configuration currently in effect for this Amazon S3 bucket.
PublicAccessBlockConfiguration - Class in com.ibm.cos.v2.services.s3.model
The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket.
publicAccessBlockConfiguration(PublicAccessBlockConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest.Builder
The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket.
publicAccessBlockConfiguration(Consumer<PublicAccessBlockConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest.Builder
The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket.
publicAccessBlockConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest
The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket.
PublicAccessBlockConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
publish(MetricCollection) - Method in class com.ibm.cos.v2.metrics.LoggingMetricPublisher
 
publish(MetricCollection) - Method in interface com.ibm.cos.v2.metrics.MetricPublisher
Notify the publisher of new metric data.
publisher() - Method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer.SplitResult.Builder
 
publisher(SdkPublisher<AsyncResponseTransformer<ResponseT, ResponseT>>) - Method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer.SplitResult.Builder
Sets the publisher publishing the individual AsyncResponseTransformer
publisher() - Method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer.SplitResult
The individual AsyncResponseTransformer will be available through the publisher returned by this method.
publisher() - Method in class com.ibm.cos.v2.core.internal.async.DefaultAsyncResponseTransformerSplitResult.DefaultBuilder
 
publisher(SdkPublisher<AsyncResponseTransformer<ResponseT, ResponseT>>) - Method in class com.ibm.cos.v2.core.internal.async.DefaultAsyncResponseTransformerSplitResult.DefaultBuilder
 
publisher() - Method in class com.ibm.cos.v2.core.internal.async.DefaultAsyncResponseTransformerSplitResult
The individual AsyncResponseTransformer will be available through the publisher returned by this method.
publisher(Publisher<ByteBuffer>) - Method in class com.ibm.cos.v2.http.auth.aws.eventstream.internal.io.SigV4DataFramePublisher.Builder
 
PublisherAsyncResponseTransformer<ResponseT extends SdkResponse> - Class in com.ibm.cos.v2.core.internal.async
Transforms a ResponseT and ByteBuffer SdkPublisher into a ResponsePublisher.
PublisherAsyncResponseTransformer() - Constructor for class com.ibm.cos.v2.core.internal.async.PublisherAsyncResponseTransformer
 
PublisherListener<T> - Interface in com.ibm.cos.v2.core.async.listener
Listener interface that invokes callbacks associated with a Publisher and any resulting Subscriber.
PublisherListener.NoOpPublisherListener - Class in com.ibm.cos.v2.core.async.listener
 
PublisherListener.NotifyingPublisher<T> - Class in com.ibm.cos.v2.core.async.listener
 
publisherSubscribe(Subscriber<? super T>) - Method in interface com.ibm.cos.v2.core.async.listener.PublisherListener
Invoked before Publisher.subscribe(Subscriber)
publisherTransformer(Function<SdkPublisher<EventT>, SdkPublisher<EventT>>) - Method in class com.ibm.cos.v2.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
 
publisherTransformer(Function<SdkPublisher<EventT>, SdkPublisher<EventT>>) - Method in interface com.ibm.cos.v2.awscore.eventstream.EventStreamResponseHandler.Builder
Allows for optional transformation of the publisher of events before subscribing.
publishHttp2StreamMetrics(MetricCollector, Channel) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.NettyRequestMetrics
Publish stream metrics for the provided stream channel to the provided collector.
push() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Scope
 
put(ExecutionAttribute<T>, T) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes.Builder
Add a mapping between the provided key and value.
put(K, V) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructMap
 
put(SdkHttpExecutionAttribute<T>, T) - Method in class com.ibm.cos.v2.http.SdkHttpExecutionAttributes.Builder
Add a mapping between the provided key and value.
put(AttributeMap.Key<T>, T) - Method in class com.ibm.cos.v2.utils.AttributeMap.Builder
Add a mapping between the provided key and value.
put(K, V) - Method in class com.ibm.cos.v2.utils.ImmutableMap.Builder
Add a key-value pair into the built map.
put(K, V) - Method in class com.ibm.cos.v2.utils.ImmutableMap
 
PUT_OBJECT_REQUEST_TO_UPLOAD_PART_FIELDS_TO_IGNORE - Static variable in class com.ibm.cos.v2.services.s3.internal.multipart.SdkPojoConversionUtils
 
putAbsentAttributes(ExecutionAttributes) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes
Add the provided attributes to this attribute, if the provided attribute does not exist.
putAdditionalMetadata(OperationMetadataAttribute<T>, T) - Method in class com.ibm.cos.v2.protocols.core.OperationInfo.Builder
Adds additional unmodeled metadata to the OperationInfo.
putAdvancedOption(ServiceMetadataAdvancedOption<T>, T) - Method in class com.ibm.cos.v2.awscore.endpoint.AwsClientEndpointProvider.Builder
Specify advanced options that should be passed on to the ServiceMetadata.
putAdvancedOption(ServiceMetadataAdvancedOption<T>, T) - Method in class com.ibm.cos.v2.awscore.endpoint.DefaultServiceEndpointBuilder
Deprecated.
 
putAdvancedOption(SdkAdvancedClientOption<T>, T) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Configure an advanced override option.
putAdvancedOption(ServiceMetadataAdvancedOption<T>, T) - Method in class com.ibm.cos.v2.regions.ServiceMetadataConfiguration.Builder
Configure the map of advanced override options.
putAll(Map<? extends ClientOption<?>, ?>) - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration.Builder
Adds all the options from the map provided.
putAll(ClientOverrideConfiguration) - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration.Builder
Put all of the attributes from the provided override configuration into this one.
putAll(Map<? extends ExecutionAttribute<?>, ?>) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes.Builder
Adds all the attributes from the map provided.
putAll(Map<? extends K, ? extends V>) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructMap
 
putAll(Map<? extends SdkHttpExecutionAttribute<?>, ?>) - Method in class com.ibm.cos.v2.http.SdkHttpExecutionAttributes.Builder
Adds all the attributes from the map provided.
putAll(Map<? extends AttributeMap.Key<?>, ?>) - Method in class com.ibm.cos.v2.utils.AttributeMap.Builder
Adds all the attributes from the map provided.
putAll(AttributeMap) - Method in class com.ibm.cos.v2.utils.AttributeMap.Builder
Put all of the attributes from the provided map into this one.
putAll(Map<? extends K, ? extends V>) - Method in class com.ibm.cos.v2.utils.ImmutableMap
 
putAttribute(ExecutionAttribute<U>, U) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes
Update or set the provided attribute in this collection of attributes.
putAttribute(EndpointAttributeKey<T>, T) - Method in interface com.ibm.cos.v2.endpoints.Endpoint.Builder
 
putAttributeIfAbsent(ExecutionAttribute<U>, U) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes
Set the provided attribute in this collection of attributes if it does not already exist in the collection.
putAuthScheme(AuthScheme<?>) - Method in interface com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.Builder
 
putAuthScheme(AuthScheme<?>) - Method in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.BuilderImpl
 
putAuthScheme(AuthScheme<?>) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
 
putAuthScheme(AuthScheme<?>) - Method in interface com.ibm.cos.v2.core.client.builder.SdkClientBuilder
Configure this client with an additional auth scheme, or replace one already on the client.
putAuthScheme(AuthScheme<?>) - Method in interface com.ibm.cos.v2.core.SdkServiceClientConfiguration.Builder
Adds the given auth scheme.
putAuthScheme(AuthScheme<?>) - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
 
putAuthScheme(AuthScheme<?>) - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
 
putBoolean(String, boolean) - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Inserts a Key Value pair to a Document Map with String key and a Document created from the given boolean.
putBoolean(String, boolean) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
putBucketAccelerateConfiguration(PutBucketAccelerateConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putBucketAccelerateConfiguration(PutBucketAccelerateConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putBucketAccelerateConfiguration(PutBucketAccelerateConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketAccelerateConfiguration(Consumer<PutBucketAccelerateConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketAccelerateConfiguration(PutBucketAccelerateConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putBucketAccelerateConfiguration(Consumer<PutBucketAccelerateConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutBucketAccelerateConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketAccelerateConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketAccelerateConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketAccelerateConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketAccelerateConfigurationRequestMarshaller
 
PutBucketAccelerateConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketAccelerateConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketAcl(PutBucketAclRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putBucketAcl(PutBucketAclRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putBucketAcl(PutBucketAclRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketAcl(Consumer<PutBucketAclRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketAcl(PutBucketAclRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putBucketAcl(Consumer<PutBucketAclRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutBucketAclRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketAclRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketAclRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketAclRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketAclRequestMarshaller
 
PutBucketAclResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketAclResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketAnalyticsConfiguration(PutBucketAnalyticsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putBucketAnalyticsConfiguration(PutBucketAnalyticsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putBucketAnalyticsConfiguration(PutBucketAnalyticsConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketAnalyticsConfiguration(Consumer<PutBucketAnalyticsConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketAnalyticsConfiguration(PutBucketAnalyticsConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putBucketAnalyticsConfiguration(Consumer<PutBucketAnalyticsConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutBucketAnalyticsConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketAnalyticsConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketAnalyticsConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketAnalyticsConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketAnalyticsConfigurationRequestMarshaller
 
PutBucketAnalyticsConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketAnalyticsConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketCors(PutBucketCorsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putBucketCors(PutBucketCorsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putBucketCors(PutBucketCorsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketCors(Consumer<PutBucketCorsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketCors(PutBucketCorsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putBucketCors(Consumer<PutBucketCorsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutBucketCorsRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketCorsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketCorsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketCorsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketCorsRequestMarshaller
 
PutBucketCorsResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketCorsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketEncryption(PutBucketEncryptionRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket.
putBucketEncryption(PutBucketEncryptionRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket.
putBucketEncryption(PutBucketEncryptionRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket.
putBucketEncryption(Consumer<PutBucketEncryptionRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket.
putBucketEncryption(PutBucketEncryptionRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket.
putBucketEncryption(Consumer<PutBucketEncryptionRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket.
PutBucketEncryptionRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketEncryptionRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketEncryptionRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketEncryptionRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketEncryptionRequestMarshaller
 
PutBucketEncryptionResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketEncryptionResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketIntelligentTieringConfiguration(PutBucketIntelligentTieringConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putBucketIntelligentTieringConfiguration(PutBucketIntelligentTieringConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putBucketIntelligentTieringConfiguration(PutBucketIntelligentTieringConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketIntelligentTieringConfiguration(Consumer<PutBucketIntelligentTieringConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketIntelligentTieringConfiguration(PutBucketIntelligentTieringConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putBucketIntelligentTieringConfiguration(Consumer<PutBucketIntelligentTieringConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutBucketIntelligentTieringConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketIntelligentTieringConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketIntelligentTieringConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketIntelligentTieringConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketIntelligentTieringConfigurationRequestMarshaller
 
PutBucketIntelligentTieringConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketIntelligentTieringConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketInventoryConfiguration(Consumer<PutBucketInventoryConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putBucketInventoryConfiguration(Consumer<PutBucketInventoryConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutBucketInventoryConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketInventoryConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketInventoryConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketInventoryConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketInventoryConfigurationRequestMarshaller
 
PutBucketInventoryConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketInventoryConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketLifecycleConfiguration(PutBucketLifecycleConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle configuration.
putBucketLifecycleConfiguration(PutBucketLifecycleConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle configuration.
putBucketLifecycleConfiguration(PutBucketLifecycleConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle configuration.
putBucketLifecycleConfiguration(Consumer<PutBucketLifecycleConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle configuration.
putBucketLifecycleConfiguration(PutBucketLifecycleConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle configuration.
putBucketLifecycleConfiguration(Consumer<PutBucketLifecycleConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle configuration.
PutBucketLifecycleConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketLifecycleConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketLifecycleConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketLifecycleConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketLifecycleConfigurationRequestMarshaller
 
PutBucketLifecycleConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketLifecycleConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketLogging(PutBucketLoggingRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putBucketLogging(PutBucketLoggingRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putBucketLogging(PutBucketLoggingRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketLogging(Consumer<PutBucketLoggingRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketLogging(PutBucketLoggingRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putBucketLogging(Consumer<PutBucketLoggingRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutBucketLoggingRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketLoggingRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketLoggingRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketLoggingRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketLoggingRequestMarshaller
 
PutBucketLoggingResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketLoggingResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketMetricsConfiguration(PutBucketMetricsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putBucketMetricsConfiguration(PutBucketMetricsConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putBucketMetricsConfiguration(PutBucketMetricsConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketMetricsConfiguration(Consumer<PutBucketMetricsConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketMetricsConfiguration(PutBucketMetricsConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putBucketMetricsConfiguration(Consumer<PutBucketMetricsConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutBucketMetricsConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketMetricsConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketMetricsConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketMetricsConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketMetricsConfigurationRequestMarshaller
 
PutBucketMetricsConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketMetricsConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketNotificationConfiguration(PutBucketNotificationConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putBucketNotificationConfiguration(PutBucketNotificationConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putBucketNotificationConfiguration(PutBucketNotificationConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketNotificationConfiguration(Consumer<PutBucketNotificationConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketNotificationConfiguration(PutBucketNotificationConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putBucketNotificationConfiguration(Consumer<PutBucketNotificationConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutBucketNotificationConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketNotificationConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketNotificationConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketNotificationConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketNotificationConfigurationRequestMarshaller
 
PutBucketNotificationConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketNotificationConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketOwnershipControls(PutBucketOwnershipControlsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putBucketOwnershipControls(PutBucketOwnershipControlsRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putBucketOwnershipControls(PutBucketOwnershipControlsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketOwnershipControls(Consumer<PutBucketOwnershipControlsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketOwnershipControls(PutBucketOwnershipControlsRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putBucketOwnershipControls(Consumer<PutBucketOwnershipControlsRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutBucketOwnershipControlsRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketOwnershipControlsRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketOwnershipControlsRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketOwnershipControlsRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketOwnershipControlsRequestMarshaller
 
PutBucketOwnershipControlsResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketOwnershipControlsResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketPolicy(PutBucketPolicyRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Applies an Amazon S3 bucket policy to an Amazon S3 bucket.
putBucketPolicy(PutBucketPolicyRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Applies an Amazon S3 bucket policy to an Amazon S3 bucket.
putBucketPolicy(PutBucketPolicyRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Applies an Amazon S3 bucket policy to an Amazon S3 bucket.
putBucketPolicy(Consumer<PutBucketPolicyRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Applies an Amazon S3 bucket policy to an Amazon S3 bucket.
putBucketPolicy(PutBucketPolicyRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Applies an Amazon S3 bucket policy to an Amazon S3 bucket.
putBucketPolicy(Consumer<PutBucketPolicyRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Applies an Amazon S3 bucket policy to an Amazon S3 bucket.
PutBucketPolicyRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketPolicyRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketPolicyRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketPolicyRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketPolicyRequestMarshaller
 
PutBucketPolicyResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketPolicyResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketProtectionConfiguration(PutBucketProtectionConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
 
putBucketProtectionConfiguration(Consumer<PutBucketProtectionConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
 
PutBucketProtectionConfigurationMarshaller - Class in com.ibm.cos.v2.services.s3.transform
 
PutBucketProtectionConfigurationMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketProtectionConfigurationMarshaller
 
PutBucketProtectionConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
Request object to set protection configuration to a bucket.
PutBucketProtectionConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketReplication(PutBucketReplicationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putBucketReplication(PutBucketReplicationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putBucketReplication(PutBucketReplicationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketReplication(Consumer<PutBucketReplicationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketReplication(PutBucketReplicationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putBucketReplication(Consumer<PutBucketReplicationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putBucketReplicationReattempt(PutBucketReplicationReattemptRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Set Bucket replication reattemp for the specified bucket.
putBucketReplicationReattempt(Consumer<PutBucketReplicationReattemptRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
 
PutBucketReplicationReattemptRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketReplicationReattemptRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketReplicationReattemptRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
 
PutBucketReplicationReattemptRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketReplicationReattemptRequestMarshaller
 
PutBucketReplicationRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketReplicationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketReplicationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketReplicationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketReplicationRequestMarshaller
 
PutBucketReplicationResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketReplicationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketRequestPayment(PutBucketRequestPaymentRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putBucketRequestPayment(PutBucketRequestPaymentRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putBucketRequestPayment(PutBucketRequestPaymentRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketRequestPayment(Consumer<PutBucketRequestPaymentRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketRequestPayment(PutBucketRequestPaymentRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putBucketRequestPayment(Consumer<PutBucketRequestPaymentRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutBucketRequestPaymentRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketRequestPaymentRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketRequestPaymentRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketRequestPaymentRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketRequestPaymentRequestMarshaller
 
PutBucketRequestPaymentResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketRequestPaymentResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketTagging(PutBucketTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putBucketTagging(PutBucketTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putBucketTagging(PutBucketTaggingRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketTagging(Consumer<PutBucketTaggingRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketTagging(PutBucketTaggingRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putBucketTagging(Consumer<PutBucketTaggingRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutBucketTaggingRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketTaggingRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketTaggingRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketTaggingRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketTaggingRequestMarshaller
 
PutBucketTaggingResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketTaggingResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketVersioning(PutBucketVersioningRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putBucketVersioning(PutBucketVersioningRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putBucketVersioning(PutBucketVersioningRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketVersioning(Consumer<PutBucketVersioningRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketVersioning(PutBucketVersioningRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putBucketVersioning(Consumer<PutBucketVersioningRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutBucketVersioningRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketVersioningRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketVersioningRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketVersioningRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketVersioningRequestMarshaller
 
PutBucketVersioningResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketVersioningResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putBucketWebsite(PutBucketWebsiteRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putBucketWebsite(PutBucketWebsiteRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putBucketWebsite(PutBucketWebsiteRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketWebsite(Consumer<PutBucketWebsiteRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putBucketWebsite(PutBucketWebsiteRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putBucketWebsite(Consumer<PutBucketWebsiteRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutBucketWebsiteRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketWebsiteRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutBucketWebsiteRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutBucketWebsiteRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutBucketWebsiteRequestMarshaller
 
PutBucketWebsiteResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutBucketWebsiteResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putChannelOption(ChannelOption, Object) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
Configures additional ChannelOption which will be used to create Netty Http client.
putDocument(String, Document) - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Inserts a Key Value pair to a Document Map with String key and the given Document.
putDocument(String, Document) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
putExecutionAttribute(ExecutionAttribute<T>, T) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Put an execution attribute into to the existing collection of execution attributes.
putExecutionAttribute(ExecutionAttribute<T>, T) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
putExecutionAttribute(ExecutionAttribute<T>, T) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Add an execution attribute to the existing collection of execution attributes.
putExecutionAttribute(ExecutionAttribute<T>, T) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
putHeader(String, String) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Add a single header to be set on the HTTP request.
putHeader(String, List<String>) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Add a single header with multiple values to be set on the HTTP request.
putHeader(String, String) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Add a single header to be set on the HTTP request.
putHeader(String, List<String>) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Add a single header with multiple values to be set on the HTTP request.
putHeader(String, List<String>) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
putHeader(String, String) - Method in interface com.ibm.cos.v2.endpoints.Endpoint.Builder
 
putHeader(String, String) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Add a single header to be included in the created HTTP request.
putHeader(String, List<String>) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Add a single header with multiple values to be included in the created HTTP request.
putHeader(String, String) - Method in interface com.ibm.cos.v2.http.SdkHttpFullResponse.Builder
Add a single header to be included in the created HTTP response.
putHeader(String, List<String>) - Method in interface com.ibm.cos.v2.http.SdkHttpFullResponse.Builder
Add a single header with multiple values to be included in the created HTTP response.
putHeader(String, String) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Add a single header to be included in the created HTTP request.
putHeader(String, List<String>) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Add a single header with multiple values to be included in the created HTTP request.
putHeader(String, String) - Method in interface com.ibm.cos.v2.http.SdkHttpResponse.Builder
Add a single header to be included in the created HTTP response.
putHeader(String, List<String>) - Method in interface com.ibm.cos.v2.http.SdkHttpResponse.Builder
Add a single header with multiple values to be included in the created HTTP response.
putHttpExecutionAttribute(SdkHttpExecutionAttribute<T>, T) - Method in interface com.ibm.cos.v2.http.async.AsyncExecuteRequest.Builder
Put an HTTP execution attribute into to the collection of HTTP execution attributes for this request
putIdentityProperty(IdentityProperty<T>, T) - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultAuthSchemeOption.BuilderImpl
 
putIdentityProperty(IdentityProperty<T>, T) - Method in interface com.ibm.cos.v2.http.auth.spi.scheme.AuthSchemeOption.Builder
Update or add the provided property value.
putIdentityProperty(IdentityProperty<T>, T) - Method in class com.ibm.cos.v2.services.s3.internal.plugins.S3OverrideAuthSchemePropertiesPlugin.Builder
Adds the provided property value as an override.
putIdentityPropertyIfAbsent(IdentityProperty<T>, T) - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultAuthSchemeOption.BuilderImpl
 
putIdentityPropertyIfAbsent(IdentityProperty<T>, T) - Method in interface com.ibm.cos.v2.http.auth.spi.scheme.AuthSchemeOption.Builder
Add the provided property value if the property does not already exist.
putIdentityProvider(IdentityProvider<T>) - Method in interface com.ibm.cos.v2.identity.spi.IdentityProviders.Builder
Add the IdentityProvider for a given type.
putLazy(AttributeMap.Key<T>, AttributeMap.LazyValue<T>) - Method in class com.ibm.cos.v2.utils.AttributeMap.Builder
Add a mapping between the provided key and value provider.
putLazyIfAbsent(AttributeMap.Key<T>, AttributeMap.LazyValue<T>) - Method in class com.ibm.cos.v2.utils.AttributeMap.Builder
Equivalent to #putLazy(Key, LazyValue), but does not assign the value if there is already a non-null value assigned for the provided key.
putList(String, List<Document>) - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Inserts a Key Value pair to a Document Map with String key and value as List of Document.
putList(String, Consumer<Document.ListBuilder>) - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Inserts a Key Value pair to a Document Map with String key and value constructed from Consumer of Document.ListBuilder.
putList(String, List<Document>) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
putList(String, Consumer<Document.ListBuilder>) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
putMap(String, Map<String, Document>) - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Inserts a Key Value pair to a Document Map with String key and Document constructed from Document Map.
putMap(String, Consumer<Document.MapBuilder>) - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Inserts a Key Value pair to a Document Map with String key and value constructed from Consumer of Document.MapBuilder.
putMap(String, Map<String, Document>) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
putMap(String, Consumer<Document.MapBuilder>) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
putMarshaller(Class<? extends BaseEventT>, Marshaller<BaseEventT>) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamTaggedUnionJsonMarshaller.Builder
Registers a new Marshaller with given event class type.
putNull(String) - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Inserts a Key Value pair to a Document Map with String key and value with Null Document.
putNull(String) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
putNumber(String, SdkNumber) - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Inserts a Key Value pair to a Document Map with String key and a Document created from the given Number.
putNumber(String, int) - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Inserts a Key Value pair to a Document Map with String key and a Document created from the given integer.
putNumber(String, long) - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Inserts a Key Value pair to a Document Map with String key and a Document created from the given long.
putNumber(String, double) - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Inserts a Key Value pair to a Document Map with String key and a Document created from the given double.
putNumber(String, float) - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Inserts a Key Value pair to a Document Map with String key and a Document created from the given float.
putNumber(String, BigDecimal) - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Inserts a Key Value pair to a Document Map with String key and a Document created from the given BigDecimal.
putNumber(String, BigInteger) - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Inserts a Key Value pair to a Document Map with String key and a Document created from the given BigInteger.
putNumber(String, String) - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Inserts a Key Value pair to a Document Map with String key and a Document created from the given String.
putNumber(String, SdkNumber) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
putNumber(String, int) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
putNumber(String, long) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
putNumber(String, double) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
putNumber(String, float) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
putNumber(String, BigDecimal) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
putNumber(String, BigInteger) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
putNumber(String, String) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal
putObject(PutObjectRequest, AsyncRequestBody) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Adds an object to a bucket.
putObject(PutObjectRequest, RequestBody) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Adds an object to a bucket.
putObject(PutObjectRequest, AsyncRequestBody) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartS3AsyncClient
 
putObject(PutObjectRequest, AsyncRequestBody) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Adds an object to a bucket.
putObject(Consumer<PutObjectRequest.Builder>, AsyncRequestBody) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Adds an object to a bucket.
putObject(PutObjectRequest, Path) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Adds an object to a bucket.
putObject(Consumer<PutObjectRequest.Builder>, Path) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Adds an object to a bucket.
putObject(PutObjectRequest, RequestBody) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Adds an object to a bucket.
putObject(Consumer<PutObjectRequest.Builder>, RequestBody) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Adds an object to a bucket.
putObject(PutObjectRequest, Path) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Adds an object to a bucket.
putObject(Consumer<PutObjectRequest.Builder>, Path) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Adds an object to a bucket.
putObjectAcl(PutObjectAclRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putObjectAcl(PutObjectAclRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putObjectAcl(PutObjectAclRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putObjectAcl(Consumer<PutObjectAclRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putObjectAcl(PutObjectAclRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putObjectAcl(Consumer<PutObjectAclRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutObjectAclRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutObjectAclRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutObjectAclRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutObjectAclRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutObjectAclRequestMarshaller
 
PutObjectAclResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutObjectAclResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putObjectLegalHold(PutObjectLegalHoldRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putObjectLegalHold(PutObjectLegalHoldRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putObjectLegalHold(PutObjectLegalHoldRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putObjectLegalHold(Consumer<PutObjectLegalHoldRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putObjectLegalHold(PutObjectLegalHoldRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putObjectLegalHold(Consumer<PutObjectLegalHoldRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutObjectLegalHoldRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutObjectLegalHoldRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutObjectLegalHoldRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutObjectLegalHoldRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutObjectLegalHoldRequestMarshaller
 
PutObjectLegalHoldResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutObjectLegalHoldResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putObjectLockConfiguration(PutObjectLockConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putObjectLockConfiguration(PutObjectLockConfigurationRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putObjectLockConfiguration(PutObjectLockConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putObjectLockConfiguration(Consumer<PutObjectLockConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putObjectLockConfiguration(PutObjectLockConfigurationRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putObjectLockConfiguration(Consumer<PutObjectLockConfigurationRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutObjectLockConfigurationRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutObjectLockConfigurationRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutObjectLockConfigurationRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutObjectLockConfigurationRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutObjectLockConfigurationRequestMarshaller
 
PutObjectLockConfigurationResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutObjectLockConfigurationResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutObjectPresignRequest - Class in com.ibm.cos.v2.services.s3.presigner.model
A request to pre-sign a PutObjectRequest so that it can be executed at a later time without requiring additional signing or authentication.
PutObjectPresignRequest.Builder - Interface in com.ibm.cos.v2.services.s3.presigner.model
PutObjectRequest - Class in com.ibm.cos.v2.services.s3.model
 
putObjectRequest(PutObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PutObjectPresignRequest.Builder
Configure the PutObjectRequest that should be presigned.
putObjectRequest(Consumer<PutObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PutObjectPresignRequest.Builder
Configure the PutObjectRequest that should be presigned.
putObjectRequest() - Method in class com.ibm.cos.v2.services.s3.presigner.model.PutObjectPresignRequest
Retrieve the PutObjectRequest that should be presigned.
putObjectRequest(PutObjectRequest) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadFileRequest.Builder
Configure the PutObjectRequest that should be used for the upload
putObjectRequest(Consumer<PutObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadFileRequest.Builder
Configure the PutObjectRequest that should be used for the upload
putObjectRequest() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadFileRequest
 
putObjectRequest(PutObjectRequest) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadRequest.Builder
Configure the PutObjectRequest that should be used for the upload
putObjectRequest(Consumer<PutObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadRequest.Builder
Configure the PutObjectRequest that should be used for the upload
putObjectRequest() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadRequest
 
PutObjectRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutObjectRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutObjectRequest Marshaller
PutObjectRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutObjectRequestMarshaller
 
PutObjectResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutObjectResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putObjectRetention(PutObjectRetentionRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putObjectRetention(PutObjectRetentionRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putObjectRetention(PutObjectRetentionRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putObjectRetention(Consumer<PutObjectRetentionRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putObjectRetention(PutObjectRetentionRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putObjectRetention(Consumer<PutObjectRetentionRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutObjectRetentionRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutObjectRetentionRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutObjectRetentionRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutObjectRetentionRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutObjectRetentionRequestMarshaller
 
PutObjectRetentionResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutObjectRetentionResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putObjectSdkField(String) - Static method in class com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerMarshallingUtils
 
putObjectTagging(PutObjectTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putObjectTagging(PutObjectTaggingRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putObjectTagging(PutObjectTaggingRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putObjectTagging(Consumer<PutObjectTaggingRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putObjectTagging(PutObjectTaggingRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putObjectTagging(Consumer<PutObjectTaggingRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutObjectTaggingRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutObjectTaggingRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutObjectTaggingRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutObjectTaggingRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutObjectTaggingRequestMarshaller
 
PutObjectTaggingResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutObjectTaggingResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putOption(ChannelOption<T>, T) - Method in class com.ibm.cos.v2.http.nio.netty.internal.SdkChannelOptions
 
putProperty(String, String) - Method in class com.ibm.cos.v2.core.internal.useragent.SdkClientUserAgentProperties
 
putProperty(SignerProperty<T>, T) - Method in interface com.ibm.cos.v2.http.auth.spi.signer.BaseSignRequest.Builder
Set a property that the HttpSigner can use during signing.
putProperty(IdentityProperty<T>, T) - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultResolveIdentityRequest.BuilderImpl
 
putProperty(IdentityProperty<T>, T) - Method in interface com.ibm.cos.v2.identity.spi.ResolveIdentityRequest.Builder
Set a property that the IdentityProvider can use while resolving the identity.
putPublicAccessBlock(PutPublicAccessBlockRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
putPublicAccessBlock(PutPublicAccessBlockRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
putPublicAccessBlock(PutPublicAccessBlockRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putPublicAccessBlock(Consumer<PutPublicAccessBlockRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
putPublicAccessBlock(PutPublicAccessBlockRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
putPublicAccessBlock(Consumer<PutPublicAccessBlockRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
PutPublicAccessBlockRequest - Class in com.ibm.cos.v2.services.s3.model
 
PutPublicAccessBlockRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
PutPublicAccessBlockRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
PutPublicAccessBlockRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.PutPublicAccessBlockRequestMarshaller
 
PutPublicAccessBlockResponse - Class in com.ibm.cos.v2.services.s3.model
 
PutPublicAccessBlockResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
putRawQueryParameter(String, String) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Add a single query parameter to be set on the HTTP request.
putRawQueryParameter(String, List<String>) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Add a single query parameter with multiple values to be set on the HTTP request.
putRawQueryParameter(String, List<String>) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
putRawQueryParameter(String, String) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Add a single un-encoded query parameter to be included in the created HTTP request.
putRawQueryParameter(String, List<String>) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Add a single un-encoded query parameter with multiple values to be included in the created HTTP request.
putRawQueryParameter(String, String) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Add a single un-encoded query parameter to be included in the created HTTP request.
putRawQueryParameter(String, List<String>) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Add a single un-encoded query parameter with multiple values to be included in the created HTTP request.
putRegion(String, RegionOverride) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partition.Builder
 
putSdkPojoSupplier(String, Supplier<SdkPojo>) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamTaggedUnionPojoSupplier.Builder
Registers a new Supplier of an SdkPojo associated with a given event type.
putSignerProperty(SignerProperty<T>, T) - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultAuthSchemeOption.BuilderImpl
 
putSignerProperty(SignerProperty<T>, T) - Method in interface com.ibm.cos.v2.http.auth.spi.scheme.AuthSchemeOption.Builder
Update or add the provided property value.
putSignerProperty(SignerProperty<T>, T) - Method in class com.ibm.cos.v2.services.s3.internal.plugins.S3OverrideAuthSchemePropertiesPlugin.Builder
Adds the provided property value as an override.
putSignerPropertyIfAbsent(SignerProperty<T>, T) - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultAuthSchemeOption.BuilderImpl
 
putSignerPropertyIfAbsent(SignerProperty<T>, T) - Method in interface com.ibm.cos.v2.http.auth.spi.scheme.AuthSchemeOption.Builder
Add the provided property value if the property does not already exist.
putString(String, String) - Method in interface com.ibm.cos.v2.core.document.Document.MapBuilder
Inserts a Key Value pair to a Document Map with String key and a Document created from the given String.
putString(String, String) - Method in class com.ibm.cos.v2.core.document.internal.MapDocument.MapBuilderInternal

Q

qualifier(String) - Method in interface com.ibm.cos.v2.arns.ArnResource.Builder
Define the qualifier of the resource.
qualifier(String) - Method in class com.ibm.cos.v2.arns.ArnResource.DefaultBuilder
 
qualifier() - Method in class com.ibm.cos.v2.arns.ArnResource
 
query(V4Properties) - Static method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.V4RequestSigner
Retrieve an implementation of a V4RequestSigner, which signs the request and adds authentication through query parameters.
QueryMarshaller<T> - Interface in com.ibm.cos.v2.protocols.query.internal.marshall
Interface for marshallers for AWS/Query protocol.
QueryMarshallerContext - Class in com.ibm.cos.v2.protocols.query.internal.marshall
Dependencies needed by QueryProtocolUnmarshaller.
QueryMarshallerContext.Builder - Class in com.ibm.cos.v2.protocols.query.internal.marshall
Builder for a QueryMarshallerContext.
QueryMarshallerRegistry - Class in com.ibm.cos.v2.protocols.query.internal.marshall
Marshaller registry for the AWS Query protocol.
QueryMarshallerRegistry.Builder - Class in com.ibm.cos.v2.protocols.query.internal.marshall
 
QueryParametersToBodyStage - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Modifies an HTTP request by moving query parameters to the body under the following conditions: - It is a POST request - There is no content stream provider - There are query parameters to transfer
QueryParametersToBodyStage() - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.QueryParametersToBodyStage
 
queryParamMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerRegistry.Builder
 
QueryParamMarshaller - Class in com.ibm.cos.v2.protocols.json.internal.marshall
 
QueryParamMarshaller - Class in com.ibm.cos.v2.protocols.xml.internal.marshall
 
queryParamMarshaller(MarshallingType<T>, XmlMarshaller<T>) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerRegistry.Builder
 
queryParams(Map<String, List<String>>) - Method in class com.ibm.cos.v2.services.s3.S3Uri.Builder
Configure the map of query parameters
QueryProtocolMarshaller - Class in com.ibm.cos.v2.protocols.query.internal.marshall
Implementation of ProtocolMarshaller for AWS Query services.
QueryProtocolMarshaller.Builder - Class in com.ibm.cos.v2.protocols.query.internal.marshall
QueryProtocolUnmarshaller - Class in com.ibm.cos.v2.protocols.query.internal.unmarshall
Unmarshaller implementation for AWS/Query and EC2 services.
QueryProtocolUnmarshaller.Builder - Class in com.ibm.cos.v2.protocols.query.internal.unmarshall
QueryUnmarshaller<T> - Interface in com.ibm.cos.v2.protocols.query.internal.unmarshall
 
QueryUnmarshallerContext - Class in com.ibm.cos.v2.protocols.query.internal.unmarshall
Container for dependencies used during AWS/Query unmarshalling.
QueryUnmarshallerContext.Builder - Class in com.ibm.cos.v2.protocols.query.internal.unmarshall
QueryUnmarshallerRegistry - Class in com.ibm.cos.v2.protocols.query.internal.unmarshall
Registry of QueryUnmarshaller implementations by location and type.
QueryUnmarshallerRegistry.Builder - Class in com.ibm.cos.v2.protocols.query.internal.unmarshall
queueArn(String) - Method in interface com.ibm.cos.v2.services.s3.model.QueueConfiguration.Builder
The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.
queueArn() - Method in class com.ibm.cos.v2.services.s3.model.QueueConfiguration
The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.
QueueConfiguration - Class in com.ibm.cos.v2.services.s3.model
Specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.
QueueConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
queueConfigurations(Collection<QueueConfiguration>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse.Builder
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
queueConfigurations(QueueConfiguration...) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse.Builder
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
queueConfigurations(Consumer<QueueConfiguration.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse.Builder
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
queueConfigurations() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
queueConfigurations(Collection<QueueConfiguration>) - Method in interface com.ibm.cos.v2.services.s3.model.NotificationConfiguration.Builder
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
queueConfigurations(QueueConfiguration...) - Method in interface com.ibm.cos.v2.services.s3.model.NotificationConfiguration.Builder
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
queueConfigurations(Consumer<QueueConfiguration.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.NotificationConfiguration.Builder
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
queueConfigurations() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
quiet(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.Delete.Builder
Element to enable quiet mode for the request.
quiet() - Method in class com.ibm.cos.v2.services.s3.model.Delete
Element to enable quiet mode for the request.
quoteCharacter(String) - Method in interface com.ibm.cos.v2.services.s3.model.CSVInput.Builder
A single character used for escaping when the field delimiter is part of the value.
quoteCharacter() - Method in class com.ibm.cos.v2.services.s3.model.CSVInput
A single character used for escaping when the field delimiter is part of the value.
quoteCharacter(String) - Method in interface com.ibm.cos.v2.services.s3.model.CSVOutput.Builder
A single character used for escaping when the field delimiter is part of the value.
quoteCharacter() - Method in class com.ibm.cos.v2.services.s3.model.CSVOutput
A single character used for escaping when the field delimiter is part of the value.
quoteEscapeCharacter(String) - Method in interface com.ibm.cos.v2.services.s3.model.CSVInput.Builder
A single character used for escaping the quotation mark character inside an already escaped value.
quoteEscapeCharacter() - Method in class com.ibm.cos.v2.services.s3.model.CSVInput
A single character used for escaping the quotation mark character inside an already escaped value.
quoteEscapeCharacter(String) - Method in interface com.ibm.cos.v2.services.s3.model.CSVOutput.Builder
The single character used for escaping the quote character inside an already escaped value.
quoteEscapeCharacter() - Method in class com.ibm.cos.v2.services.s3.model.CSVOutput
The single character used for escaping the quote character inside an already escaped value.
quoteFields(String) - Method in interface com.ibm.cos.v2.services.s3.model.CSVOutput.Builder
Indicates whether to use quotation marks around output fields.
quoteFields(QuoteFields) - Method in interface com.ibm.cos.v2.services.s3.model.CSVOutput.Builder
Indicates whether to use quotation marks around output fields.
quoteFields() - Method in class com.ibm.cos.v2.services.s3.model.CSVOutput
Indicates whether to use quotation marks around output fields.
QuoteFields - Enum in com.ibm.cos.v2.services.s3.model
 
quoteFieldsAsString() - Method in class com.ibm.cos.v2.services.s3.model.CSVOutput
Indicates whether to use quotation marks around output fields.

R

RandomInputStream - Class in com.ibm.cos.v2.testutils
Test utility InputStream implementation that generates random ASCII data when read, up to the size specified when constructed.
RandomInputStream(long) - Constructor for class com.ibm.cos.v2.testutils.RandomInputStream
Constructs a new InputStream, which will return the specified amount of bytes of random ASCII characters.
RandomInputStream(long, boolean) - Constructor for class com.ibm.cos.v2.testutils.RandomInputStream
Creates a new random input stream of specified length, and specifies whether the stream should be full on binary or character data.
RandomTempFile - Class in com.ibm.cos.v2.testutils
Extension of File that creates a temporary file with a specified name in Java's temporary directory, as declared in the JRE's system properties.
RandomTempFile(long) - Constructor for class com.ibm.cos.v2.testutils.RandomTempFile
Creates, and fills, a temp file with a randomly generated name and specified size of random ASCII data.
RandomTempFile(String, int) - Constructor for class com.ibm.cos.v2.testutils.RandomTempFile
Creates, and fills, a temp file with the specified name and specified size of random ASCII data.
RandomTempFile(String, long) - Constructor for class com.ibm.cos.v2.testutils.RandomTempFile
Creates, and fills, a temp file with the specified name and specified size of random ASCII data.
RandomTempFile(String, long, boolean) - Constructor for class com.ibm.cos.v2.testutils.RandomTempFile
Creates, and fills, a temp file with the specified name and specified size of random binary or character data.
RandomTempFile(File, String, long) - Constructor for class com.ibm.cos.v2.testutils.RandomTempFile
 
randomUncreatedFile() - Static method in class com.ibm.cos.v2.testutils.RandomTempFile
 
range(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Downloads the specified byte range of an object.
range() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Downloads the specified byte range of an object.
range(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
HeadObject returns only the metadata for an object.
range() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
HeadObject returns only the metadata for an object.
RateLimiterAcquireResponse - Class in com.ibm.cos.v2.retries.internal.ratelimiter
 
RateLimiterClock - Interface in com.ibm.cos.v2.retries.internal.ratelimiter
 
RateLimiterTokenBucket - Class in com.ibm.cos.v2.retries.internal.ratelimiter
The RateLimiterTokenBucket keeps track of past throttling responses and adapts to slow down the send rate to adapt to the service.
rateLimiterTokenBucketStore(RateLimiterTokenBucketStore) - Method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy.Builder
 
RateLimiterTokenBucketStore - Class in com.ibm.cos.v2.retries.internal.ratelimiter
A store to keep token buckets per scope.
RateLimiterTokenBucketStore.Builder - Class in com.ibm.cos.v2.retries.internal.ratelimiter
 
RateLimiterUpdateResponse - Class in com.ibm.cos.v2.retries.internal.ratelimiter
 
RateLimitingTokenBucket - Class in com.ibm.cos.v2.core.internal.retry
 
RateLimitingTokenBucket() - Constructor for class com.ibm.cos.v2.core.internal.retry.RateLimitingTokenBucket
 
RateLimitingTokenBucket.Clock - Interface in com.ibm.cos.v2.core.internal.retry
 
ratioTransferred() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgressSnapshot
 
ratioTransferred() - Method in interface com.ibm.cos.v2.transfer.s3.progress.TransferProgressSnapshot
The ratio of the TransferProgressSnapshot.totalBytes() that has been transferred so far, or Optional.empty() if unknown.
rawMessage() - Method in exception com.ibm.cos.v2.core.exception.SdkException
Returns the raw message of this exception without any additional formatting.
rawQueryParameters() - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Optional additional query parameters to be added to the HTTP request.
rawQueryParameters(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Configure query parameters to be set on the HTTP request.
rawQueryParameters() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
rawQueryParameters(Map<String, List<String>>) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
rawQueryParameters() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration
Optional additional query parameters to be added to the HTTP request.
rawQueryParameters() - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
rawQueryParameters(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Configure an SdkHttpRequest.rawQueryParameters() to be used in the created HTTP request.
rawQueryParameters() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
rawQueryParameters(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Configure an SdkHttpRequest.rawQueryParameters() to be used in the created HTTP request.
rawQueryParameters() - Method in interface com.ibm.cos.v2.http.SdkHttpRequest
Returns a map of all non-URL encoded parameters in this request.
rawQueryParameters() - Method in class com.ibm.cos.v2.services.s3.S3Uri
Returns a map of the query parameters specified in the URI.
rawResponse(SdkBytes) - Method in interface com.ibm.cos.v2.awscore.exception.AwsErrorDetails.Builder
Specifies raw http response from the service.
rawResponse() - Method in interface com.ibm.cos.v2.awscore.exception.AwsErrorDetails.Builder
The raw response from the service.
rawResponse(SdkBytes) - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails.BuilderImpl
 
rawResponse() - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails.BuilderImpl
 
rawResponse() - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails
Returns the response payload as bytes.
read(byte[], int, int) - Method in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream
 
read() - Method in class com.ibm.cos.v2.core.internal.io.AwsChunkedInputStream
 
read(byte[], int, int) - Method in class com.ibm.cos.v2.core.internal.io.AwsCompressionInputStream
 
read() - Method in class com.ibm.cos.v2.core.internal.io.ChecksumValidatingInputStream
Reads from the underlying stream.
read(byte[], int, int) - Method in class com.ibm.cos.v2.core.internal.io.ChecksumValidatingInputStream
Reads up to len bytes at a time from the input stream, updates the checksum.
read() - Method in class com.ibm.cos.v2.core.internal.io.SdkLengthAwareInputStream
 
read(byte[], int, int) - Method in class com.ibm.cos.v2.core.internal.io.SdkLengthAwareInputStream
 
read() - Method in class com.ibm.cos.v2.core.internal.metrics.BytesReadTrackingInputStream
 
read(byte[], int, int) - Method in class com.ibm.cos.v2.core.internal.metrics.BytesReadTrackingInputStream
 
read(byte[]) - Method in class com.ibm.cos.v2.core.internal.metrics.BytesReadTrackingInputStream
 
read() - Method in class com.ibm.cos.v2.core.internal.util.Crc32ChecksumCalculatingInputStream
 
read(byte[], int, int) - Method in class com.ibm.cos.v2.core.internal.util.Crc32ChecksumCalculatingInputStream
 
read() - Method in class com.ibm.cos.v2.core.internal.util.Crc32ChecksumValidatingInputStream
 
read(byte[], int, int) - Method in class com.ibm.cos.v2.core.internal.util.Crc32ChecksumValidatingInputStream
 
read() - Method in class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
read(byte[], int, int) - Method in class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
read() - Method in class com.ibm.cos.v2.core.io.ResettableInputStream
 
read(byte[], int, int) - Method in class com.ibm.cos.v2.core.io.ResettableInputStream
 
read() - Method in class com.ibm.cos.v2.core.io.SdkDigestInputStream
read(byte[], int, int) - Method in class com.ibm.cos.v2.core.io.SdkDigestInputStream
read() - Method in class com.ibm.cos.v2.core.io.SdkFilterInputStream
 
read(byte[], int, int) - Method in class com.ibm.cos.v2.core.io.SdkFilterInputStream
 
read() - Method in class com.ibm.cos.v2.http.async.AbortableInputStreamSubscriber
 
read(byte[], int, int) - Method in class com.ibm.cos.v2.http.async.AbortableInputStreamSubscriber
 
read(byte[]) - Method in class com.ibm.cos.v2.http.async.AbortableInputStreamSubscriber
 
read() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkedEncodedInputStream
 
read(byte[], int, int) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkedEncodedInputStream
 
read() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.io.ChecksumInputStream
 
read(byte[], int, int) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.io.ChecksumInputStream
 
read() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.io.SdkLengthAwareInputStream
 
read(byte[], int, int) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.io.SdkLengthAwareInputStream
 
read(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.FlushOnReadHandler
 
read() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
read() - Method in class com.ibm.cos.v2.services.s3.internal.checksums.S3ChecksumValidatingInputStream
Reads one byte at a time from the input stream, updates the checksum.
read(byte[], int, int) - Method in class com.ibm.cos.v2.services.s3.internal.checksums.S3ChecksumValidatingInputStream
Reads up to len bytes at a time from the input stream, updates the checksum.
read(byte[], int, int) - Method in class com.ibm.cos.v2.testutils.RandomInputStream
 
read() - Method in class com.ibm.cos.v2.testutils.RandomInputStream
 
read() - Method in class com.ibm.cos.v2.testutils.UnreliableRandomInputStream
 
read(byte[], int, int) - Method in class com.ibm.cos.v2.testutils.UnreliableRandomInputStream
 
read() - Method in class com.ibm.cos.v2.utils.async.InputStreamSubscriber
 
read(byte[]) - Method in class com.ibm.cos.v2.utils.async.InputStreamSubscriber
 
read(byte[], int, int) - Method in class com.ibm.cos.v2.utils.async.InputStreamSubscriber
 
read() - Method in class com.ibm.cos.v2.utils.LookaheadInputStream
 
read(byte[], int, int) - Method in class com.ibm.cos.v2.utils.LookaheadInputStream
 
READ_THROUGHPUT - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The read throughput of the client, defined as NumberOfResponseBytesRead / (TTLB - TTFB).
READ_TIMEOUT - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
Timeout for each read to the underlying socket.
readAll(InputStream) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.ChecksumUtil
Read the entirety of an input-stream - this is useful when the stream has side-effects (such as calculating a checksum) when it gets read.
readBufferSize(long) - Method in class com.ibm.cos.v2.http.crt.internal.CrtAsyncRequestContext.Builder
 
readBufferSize() - Method in class com.ibm.cos.v2.http.crt.internal.CrtAsyncRequestContext
 
readBufferSize(long) - Method in class com.ibm.cos.v2.http.crt.internal.CrtRequestContext.Builder
 
readBufferSize() - Method in class com.ibm.cos.v2.http.crt.internal.CrtRequestContext
 
readBufferSizeInBytes(Long) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtAsyncHttpClient.Builder
Configures the number of bytes that can be buffered in the client for sending and receiving data.
readBufferSizeInBytes(Long) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtHttpClient.Builder
Configures the number of unread bytes that can be buffered in the client before we stop reading from the underlying TCP socket and wait for the Subscriber to read more data.
readBufferSizeInBytes(Long) - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
readMapping(Function<U, T>) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttribute.DerivedAttributeBuilder
Set the "read" mapping for this derived attribute.
readMapping(BiFunction<T, U, T>) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttribute.MappedAttributeBuilder
Set the "read" mapping for this mapped attribute.
readResource(URI) - Method in class com.ibm.cos.v2.regions.util.HttpResourcesUtils
Connects to the given endpoint to read the resource and returns the text contents.
readResource(ResourcesEndpointProvider) - Method in class com.ibm.cos.v2.regions.util.HttpResourcesUtils
Connects to the given endpoint to read the resource and returns the text contents.
readResource(ResourcesEndpointProvider, String) - Method in class com.ibm.cos.v2.regions.util.HttpResourcesUtils
Connects to the given endpoint to read the resource and returns the text contents.
readTimeout(Duration) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
The amount of time to wait for a read on a socket before an exception is thrown.
readTimeoutMillis() - Method in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
REAP_IDLE_CONNECTIONS - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
Whether idle connection should be removed after the SdkHttpConfigurationOption.CONNECTION_MAX_IDLE_TIMEOUT has passed.
reapIdleConnections() - Method in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
receivedOutMessage(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HttpStreamsClientHandler
 
reconfigure(ServiceMetadataConfiguration) - Method in class com.ibm.cos.v2.regions.servicemetadata.EnhancedS3ServiceMetadata
 
reconfigure(ServiceMetadataConfiguration) - Method in interface com.ibm.cos.v2.regions.ServiceMetadata
Reconfigure this service metadata using the provided ServiceMetadataConfiguration.
reconfigure(Consumer<ServiceMetadataConfiguration.Builder>) - Method in interface com.ibm.cos.v2.regions.ServiceMetadata
Reconfigure this service metadata using the provided ServiceMetadataConfiguration.
recordAttemptSucceeded() - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.RetryableStageHelper
Notify the retry strategy that the request attempt succeeded.
recordDelimiter(String) - Method in interface com.ibm.cos.v2.services.s3.model.CSVInput.Builder
A single character used to separate individual records in the input.
recordDelimiter() - Method in class com.ibm.cos.v2.services.s3.model.CSVInput
A single character used to separate individual records in the input.
recordDelimiter(String) - Method in interface com.ibm.cos.v2.services.s3.model.CSVOutput.Builder
A single character used to separate individual records in the output.
recordDelimiter() - Method in class com.ibm.cos.v2.services.s3.model.CSVOutput
A single character used to separate individual records in the output.
recordDelimiter(String) - Method in interface com.ibm.cos.v2.services.s3.model.JSONOutput.Builder
The value used to separate individual records in the output.
recordDelimiter() - Method in class com.ibm.cos.v2.services.s3.model.JSONOutput
The value used to separate individual records in the output.
recordedMetrics() - Method in class com.ibm.cos.v2.core.useragent.BusinessMetricCollection
 
recordsBuilder() - Static method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentEventStream
Create a builder for the Records event type for this stream.
RecordsEvent - Class in com.ibm.cos.v2.services.s3.model
The container for the records event.
RecordsEvent(RecordsEvent.BuilderImpl) - Constructor for class com.ibm.cos.v2.services.s3.model.RecordsEvent
 
RecordsEvent.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
RecordsEvent.BuilderImpl - Class in com.ibm.cos.v2.services.s3.model
 
recordSuccess(RecordSuccessRequest) - Method in class com.ibm.cos.v2.core.internal.retry.RetryPolicyAdapter
 
recordSuccess(RecordSuccessRequest) - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy
Invoked after an attempt succeeds.
recordSuccess(RecordSuccessRequest) - Method in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
This method implements the logic of RetryStrategy.recordSuccess(RecordSuccessRequest).
RecordSuccessRequest - Interface in com.ibm.cos.v2.retries.api
Request that the calling code makes to the RetryStrategy using RetryStrategy.recordSuccess(RecordSuccessRequest) to notify that the attempted execution succeeded.
RecordSuccessRequestImpl - Class in com.ibm.cos.v2.retries.api.internal
Implementation of the RecordSuccessRequest interfface
RecordSuccessResponse - Interface in com.ibm.cos.v2.retries.api
Response given to the calling code by the RetryStrategy after calling RetryStrategy.recordSuccess(RecordSuccessRequest).
RecordSuccessResponseImpl - Class in com.ibm.cos.v2.retries.api.internal
Implementation of the RecordSuccessResponse interface.
Redirect - Class in com.ibm.cos.v2.services.s3.model
Specifies how requests are redirected.
redirect(Redirect) - Method in interface com.ibm.cos.v2.services.s3.model.RoutingRule.Builder
Container for redirect information.
redirect(Consumer<Redirect.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.RoutingRule.Builder
Container for redirect information.
redirect() - Method in class com.ibm.cos.v2.services.s3.model.RoutingRule
Container for redirect information.
Redirect.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
REDIRECT_STATUS_CODE - Static variable in class com.ibm.cos.v2.services.s3.internal.crossregion.utils.CrossRegionUtils
 
redirectAllRequestsTo(RedirectAllRequestsTo) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse.Builder
Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
redirectAllRequestsTo(Consumer<RedirectAllRequestsTo.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse.Builder
Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
redirectAllRequestsTo() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse
Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
RedirectAllRequestsTo - Class in com.ibm.cos.v2.services.s3.model
Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
redirectAllRequestsTo(RedirectAllRequestsTo) - Method in interface com.ibm.cos.v2.services.s3.model.WebsiteConfiguration.Builder
The redirect behavior for every request to this bucket's website endpoint.
redirectAllRequestsTo(Consumer<RedirectAllRequestsTo.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.WebsiteConfiguration.Builder
The redirect behavior for every request to this bucket's website endpoint.
redirectAllRequestsTo() - Method in class com.ibm.cos.v2.services.s3.model.WebsiteConfiguration
The redirect behavior for every request to this bucket's website endpoint.
RedirectAllRequestsTo.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ref(Identifier) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Expr
 
Ref - Class in com.ibm.cos.v2.services.s3.endpoints.internal
A reference to a field.
Ref(Identifier) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Ref
 
ReflectionMethodInvoker<T,R> - Class in com.ibm.cos.v2.utils
This class acts as a proxy to invoke a specific method on objects of a specific class.
ReflectionMethodInvoker(Class<T>, Class<R>, String, Class<?>...) - Constructor for class com.ibm.cos.v2.utils.ReflectionMethodInvoker
Construct an instance of ReflectionMethodInvoker.
ReflectionUtils - Class in com.ibm.cos.v2.testutils.smoketest
Utility methods for doing reflection.
ReflectionUtils - Class in com.ibm.cos.v2.utils.internal
Utilities that assist with Java language reflection.
refreshIfStale() - Method in class com.ibm.cos.v2.profiles.internal.ProfileFileRefresher
Retrieves the cache value or refreshes it if stale.
refreshIfStaleAndFetch() - Method in class com.ibm.cos.v2.awscore.internal.token.CachedTokenRefresher
 
refreshIfStaleAndFetch() - Method in interface com.ibm.cos.v2.awscore.internal.token.TokenRefresher
Gets the fresh token from the service or provided suppliers.
RefreshResult<T> - Class in com.ibm.cos.v2.utils.cache
A wrapper for the value returned by the Supplier underlying a CachedSupplier.
RefreshResult.Builder<T> - Class in com.ibm.cos.v2.utils.cache
A builder for a RefreshResult.
refreshRetryToken(RefreshRetryTokenRequest) - Method in class com.ibm.cos.v2.core.internal.retry.RetryPolicyAdapter
 
refreshRetryToken(RefreshRetryTokenRequest) - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy
Invoked before each subsequent (non-first) request attempt.
refreshRetryToken(RefreshRetryTokenRequest) - Method in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
RefreshRetryTokenRequest - Interface in com.ibm.cos.v2.retries.api
Request that the calling code makes to the RetryStrategy using RetryStrategy.refreshRetryToken(RefreshRetryTokenRequest) to notify that the attempted execution failed and the RetryToken needs to be refreshed.
RefreshRetryTokenRequest.Builder - Interface in com.ibm.cos.v2.retries.api
 
RefreshRetryTokenRequestImpl - Class in com.ibm.cos.v2.retries.api.internal
Implementation of the RefreshRetryTokenRequest interface.
RefreshRetryTokenRequestImpl.Builder - Class in com.ibm.cos.v2.retries.api.internal
 
RefreshRetryTokenResponse - Interface in com.ibm.cos.v2.retries.api
RefreshRetryTokenResponseImpl - Class in com.ibm.cos.v2.retries.api.internal
Implementation for the RefreshRetryTokenResponse interface.
refreshTime() - Method in class com.ibm.cos.v2.profiles.internal.ProfileFileRefresher.ProfileFileRefreshRecord
The time at which the RefreshResult was created.
region(String) - Method in interface com.ibm.cos.v2.arns.Arn.Builder
Define the Region that the resource resides in.
region() - Method in class com.ibm.cos.v2.arns.Arn
 
region(String) - Method in interface com.ibm.cos.v2.auth.token.credentials.SdkTokenProviderFactoryProperties.Builder
 
region() - Method in class com.ibm.cos.v2.auth.token.credentials.SdkTokenProviderFactoryProperties
 
region() - Method in interface com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.Builder
Return the region
region(Region) - Method in interface com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.Builder
Configure the region
region - Variable in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.BuilderImpl
 
region() - Method in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration.BuilderImpl
 
region() - Method in class com.ibm.cos.v2.awscore.AwsServiceClientConfiguration
 
region(Region) - Method in interface com.ibm.cos.v2.awscore.client.builder.AwsClientBuilder
Configure the region with which the SDK should communicate.
region(Region) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
 
region(Region) - Method in class com.ibm.cos.v2.awscore.endpoint.AwsClientEndpointProvider.Builder
The region to use when resolving with ServiceMetadata.of(String).
region(Region) - Method in interface com.ibm.cos.v2.awscore.presigner.SdkPresigner.Builder
Configure the region for which the requests should be signed.
REGION - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
AWS Region to use when creating clients.
Region - Class in com.ibm.cos.v2.regions
An Amazon Web Services region that hosts a set of Amazon services.
region(Region) - Method in interface com.ibm.cos.v2.regions.ServiceEndpointKey.Builder
Configure the region associated with the endpoint that should be loaded.
region() - Method in class com.ibm.cos.v2.regions.ServiceEndpointKey
Retrieve the region associated with the endpoint.
region() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
region(Region) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
Set the region.
region() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
Returns the region.
region() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Arn
 
REGION - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseArn
 
region() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleArn
 
region(Region) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
region() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
region(Region) - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext.Builder
 
region() - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext
 
region(String) - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3ObjectLambdaOperationEndpointBuilder
 
region() - Method in interface com.ibm.cos.v2.services.s3.internal.resource.AwsResource
Gets the region associated with the AWS Resource (e.g.: 'us-east-1') if one has been specified.
region(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointBuilder
The AWS region hosting the Access Point.
region(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource.Builder
The AWS region associated with the access point.
region() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource
Gets the AWS region name associated with this bucket (e.g.: 'us-east-1').
region(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource.Builder
The AWS region associated with the bucket.
region() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource
Gets the AWS region name associated with this bucket (e.g.: 'us-east-1') if one has been specified.
region(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaEndpointBuilder
 
region(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource.Builder
The AWS region associated with the access point.
region() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource
Gets the AWS region name associated with this bucket (e.g.: 'us-east-1').
region() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectResource
Gets the AWS region name associated with the S3 object (e.g.: 'us-east-1').
region(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostAccessPointBuilder
 
region(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostResource.Builder
The AWS region associated with the access point.
region() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostResource
Gets the AWS region name associated with this bucket (e.g.: 'us-east-1').
region(Region) - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Sets the value for AWS region
region() - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Gets the value for AWS region
region(Region) - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultSdkPresigner.Builder
 
region() - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultSdkPresigner
 
region(Region) - Method in interface com.ibm.cos.v2.services.s3.model.GetUrlRequest.Builder
Sets the region to use for constructing the URL.
region() - Method in class com.ibm.cos.v2.services.s3.model.GetUrlRequest
 
region(Region) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner.Builder
 
region(Region) - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Sets the value for AWS region
region() - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Gets the value for AWS region
region(Region) - Method in class com.ibm.cos.v2.services.s3.S3Uri.Builder
Configure the region
region() - Method in class com.ibm.cos.v2.services.s3.S3Uri
Returns the region specified in the URI.
region(Region) - Method in class com.ibm.cos.v2.services.s3.S3Utilities.Builder
The default region to use when working with the methods in S3Utilities class.
REGION_NAME - Static variable in interface com.ibm.cos.v2.http.auth.aws.signer.AwsV4HttpSigner
The AWS region name to be used for computing the signature.
REGION_SET - Static variable in interface com.ibm.cos.v2.http.auth.aws.signer.AwsV4aHttpSigner
The AWS region-set to be used for computing the signature.
regionBuiltIn(ExecutionAttributes) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.AwsEndpointProviderUtils
 
regionMatches(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partition
 
regionMetadata(Region) - Method in class com.ibm.cos.v2.regions.GeneratedRegionMetadataProvider
 
regionMetadata(Region) - Static method in class com.ibm.cos.v2.regions.internal.MetadataLoader
 
RegionMetadata - Interface in com.ibm.cos.v2.regions
A collection of metadata about a region.
regionMetadata(Region) - Method in interface com.ibm.cos.v2.regions.RegionMetadataProvider
Returns the region metadata with the name given, if it exists in the metadata or if it can be derived from the metadata.
RegionMetadataProvider - Interface in com.ibm.cos.v2.regions
 
RegionOverride - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
RegionOverride.Builder - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
regionRegex() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsCnPartitionMetadata
 
regionRegex() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsEuscPartitionMetadata
 
regionRegex() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoBPartitionMetadata
 
regionRegex() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoEPartitionMetadata
 
regionRegex() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoFPartitionMetadata
 
regionRegex() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsIsoPartitionMetadata
 
regionRegex() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsPartitionMetadata
 
regionRegex() - Method in class com.ibm.cos.v2.regions.partitionmetadata.AwsUsGovPartitionMetadata
 
regionRegex() - Method in interface com.ibm.cos.v2.regions.PartitionMetadata
Returns the region regex used for pattern matching for this partition.
regionRegex(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partition.Builder
 
regionRegex() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partition
 
regions() - Method in class com.ibm.cos.v2.regions.DefaultServiceMetadata
 
regions() - Static method in class com.ibm.cos.v2.regions.Region
 
regions() - Method in class com.ibm.cos.v2.regions.servicemetadata.EnhancedS3ServiceMetadata
 
regions() - Method in interface com.ibm.cos.v2.regions.ServiceMetadata
Retrieve the list of regions this service is currently available in.
regions() - Method in class com.ibm.cos.v2.regions.servicemetadata.S3ControlServiceMetadata
 
regions() - Method in class com.ibm.cos.v2.regions.servicemetadata.S3OutpostsServiceMetadata
 
regions() - Method in class com.ibm.cos.v2.regions.servicemetadata.S3ServiceMetadata
 
regions(Map<String, RegionOverride>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partition.Builder
 
regions() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partition
 
RegionScope - Class in com.ibm.cos.v2.regions
This class represents the concept of a regional scope, in form of a string with possible wildcards.
RegionSet - Class in com.ibm.cos.v2.http.auth.aws.signer
This class represents the concept of a set of regions.
regionSet() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
regionSet(RegionSet) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
Set the RegionSet.
regionSet() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
Returns the RegionSet.
register(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
register(ChannelPromise) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
register(Channel, ChannelPromise) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
register(MarshallLocation, MarshallingType<T>, Object) - Method in class com.ibm.cos.v2.protocols.core.AbstractMarshallingRegistry.Builder
 
registerCompletion(CompletableFuture<? extends CompletedObjectTransfer>) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferProgressUpdater
 
registerConnectionManager(HttpClientConnectionManager, long) - Method in class com.ibm.cos.v2.http.apache.internal.conn.IdleConnectionReaper
Register the connection manager with this reaper.
registerModeledException(ExceptionMetadata) - Method in class com.ibm.cos.v2.protocols.json.BaseAwsJsonProtocolFactory.Builder
Deprecated.
Users should favor using BaseAwsJsonProtocolFactory.createErrorResponseHandler(JsonOperationMetadata, Function), which allows the creation of an error unmarshaller that uses a mapping function to map from error code to the associated ExceptionMetadata.
registerModeledException(ExceptionMetadata) - Method in class com.ibm.cos.v2.protocols.query.AwsQueryProtocolFactory.Builder
Registers a new modeled exception by the error code.
registerModeledException(ExceptionMetadata) - Method in class com.ibm.cos.v2.protocols.xml.AwsXmlProtocolFactory.Builder
Registers a new modeled exception by the error code.
registry(QueryUnmarshallerRegistry) - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.QueryUnmarshallerContext.Builder
 
registry(XmlUnmarshallerRegistry) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlUnmarshallerContext.Builder
 
Releasable - Interface in com.ibm.cos.v2.core.internal.io
Used for releasing a resource.
Releasable - Interface in com.ibm.cos.v2.http.auth.aws.internal.signer.io
Used for releasing a resource.
ReleasableInputStream - Class in com.ibm.cos.v2.core.io
An input stream that can have the close operation disabled (to avoid accidentally being closed).
ReleasableInputStream(InputStream) - Constructor for class com.ibm.cos.v2.core.io.ReleasableInputStream
This constructor is not meant to be used directly.
release(int) - Method in class com.ibm.cos.v2.core.internal.capacity.TokenBucket
Release a certain number of tokens back to this bucket.
release() - Method in interface com.ibm.cos.v2.core.internal.io.Releasable
Releases the allocated resource.
release(Closeable, Logger) - Static method in interface com.ibm.cos.v2.core.internal.io.Releasable
Releases the given Closeable especially if it was an instance of Releasable.
release() - Method in class com.ibm.cos.v2.core.internal.util.CapacityManager
Releases a single unit of capacity back to the pool, making it available to consumers.
release(int) - Method in class com.ibm.cos.v2.core.internal.util.CapacityManager
Releases a given amount of capacity back to the pool, making it available to consumers.
release() - Method in class com.ibm.cos.v2.core.io.ReleasableInputStream
Closes the underlying stream file and releases any system resources associated.
release() - Method in class com.ibm.cos.v2.core.io.SdkDigestInputStream
 
release() - Method in class com.ibm.cos.v2.core.io.SdkFilterInputStream
 
release() - Method in class com.ibm.cos.v2.core.io.SdkInputStream
WARNING: Subclass that overrides this method must NOT call super.release() or else it would lead to infinite loop.
release(Closeable, Logger) - Static method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.io.Releasable
Releases the given Closeable especially if it was an instance of Releasable.
release() - Method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.io.Releasable
Releases the allocated resource.
release(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.CancellableAcquireChannelPool
 
release(Channel, Promise<Void>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.CancellableAcquireChannelPool
 
release(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.HealthCheckedChannelPool
 
release(Channel, Promise<Void>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.HealthCheckedChannelPool
 
release(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.HonorCloseOnReleaseChannelPool
 
release(Channel, Promise<Void>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.HonorCloseOnReleaseChannelPool
 
release(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.Http1TunnelConnectionPool
 
release(Channel, Promise<Void>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.Http1TunnelConnectionPool
 
release(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2MultiplexedChannelPool
 
release(Channel, Promise<Void>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.Http2MultiplexedChannelPool
 
release(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.HttpOrHttp2ChannelPool
 
release(Channel, Promise<Void>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.HttpOrHttp2ChannelPool
 
release(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.IdleConnectionCountingChannelPool
 
release(Channel, Promise<Void>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.IdleConnectionCountingChannelPool
 
release(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ListenerInvokingChannelPool
 
release(Channel, Promise<Void>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ListenerInvokingChannelPool
 
release(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ReleaseOnceChannelPool
 
release(Channel, Promise<Void>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.ReleaseOnceChannelPool
 
release(Channel) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.BetterFixedChannelPool
 
release(Channel, Promise<Void>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.BetterFixedChannelPool
 
release(int) - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.TokenBucket
Release a certain number of tokens back to this bucket.
releaseConnection(HttpStream) - Method in class com.ibm.cos.v2.http.crt.internal.response.ResponseHandlerHelper
Release the connection back to the pool so that it can be reused.
ReleaseOnceChannelPool - Class in com.ibm.cos.v2.http.nio.netty.internal
Wrapper around a ChannelPool to protect it from having the same channel released twice.
ReleaseOnceChannelPool(SdkChannelPool) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.ReleaseOnceChannelPool
 
ReleaseResponse - Class in com.ibm.cos.v2.retries.internal.circuitbreaker
 
ReleaseResponse.Builder - Class in com.ibm.cos.v2.retries.internal.circuitbreaker
 
reloadWhenModified(Path, ProfileFile.Type) - Static method in interface com.ibm.cos.v2.profiles.ProfileFileSupplier
Creates a ProfileFileSupplier capable of producing multiple profile objects from a file.
remaining() - Method in class com.ibm.cos.v2.core.internal.io.SdkLengthAwareInputStream
 
remaining() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.io.SdkLengthAwareInputStream
 
remainingBytes - Variable in class com.ibm.cos.v2.testutils.RandomInputStream
The number of bytes of data remaining in this random stream.
remainingBytes() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgressSnapshot
 
remainingBytes() - Method in interface com.ibm.cos.v2.transfer.s3.progress.TransferProgressSnapshot
The total number of bytes that are remaining to be transferred, or Optional.empty() if unknown.
REMOTE_STREAM_WINDOW_SIZE_IN_BYTES - Static variable in class com.ibm.cos.v2.http.Http2Metric
The remote HTTP/2 window size in bytes for the stream that this request was executed on.
remove(Object) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
remove(int) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
remove(Object) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructMap
 
remove(K) - Method in class com.ibm.cos.v2.http.nio.netty.internal.SdkChannelPoolMap
Remove the ChannelPool from this AbstractChannelPoolMap.
remove(SystemSetting) - Method in class com.ibm.cos.v2.testutils.EnvironmentVariableHelper
 
remove(String) - Method in class com.ibm.cos.v2.testutils.EnvironmentVariableHelper
 
remove(Marker) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.ShadedMarkerAdapter
 
remove(Marker) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.UnshadedMarkerAdapter
 
remove(Object) - Method in class com.ibm.cos.v2.utils.ImmutableMap
 
removeAll(Collection<?>) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
removeErrorLocations(boolean) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonNodeParser.Builder
Whether error locations should be removed if parsing fails.
removeFipsIfNeeded(String) - Static method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointUtils
 
removeHandshakeCompletedListener(HandshakeCompletedListener) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
removeHeader(String) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Remove all values for the requested header from this builder.
removeHeader(String) - Method in interface com.ibm.cos.v2.http.SdkHttpFullResponse.Builder
Remove all values for the requested header from this builder.
removeHeader(String) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Remove all values for the requested header from this builder.
removeHeader(String) - Method in interface com.ibm.cos.v2.http.SdkHttpResponse.Builder
Remove all values for the requested header from this builder.
removeIfExists(ChannelPipeline, Class<? extends ChannelHandler>...) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.ChannelUtils
Removes handlers of the given class types from the pipeline.
removeQueryParameter(String) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
Remove all values for the requested query parameter from this builder.
removeQueryParameter(String) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Remove all values for the requested query parameter from this builder.
repeat(String, int) - Static method in class com.ibm.cos.v2.utils.StringUtils
Returns a string whose value is the concatenation of this string repeated count times.
RepeatableInputStreamRequestEntity - Class in com.ibm.cos.v2.http.apache.internal
Custom implementation of HttpEntity that delegates to an InputStreamEntity, with the one notable difference, that if the underlying InputStream supports being reset, this RequestEntity will report that it is repeatable and will reset the stream on all subsequent attempts to write out the request.
RepeatableInputStreamRequestEntity(HttpExecuteRequest) - Constructor for class com.ibm.cos.v2.http.apache.internal.RepeatableInputStreamRequestEntity
Creates a new RepeatableInputStreamRequestEntity using the information from the specified request.
replace(String, String, String) - Static method in class com.ibm.cos.v2.utils.StringUtils
Replaces a String with another String inside a larger String, for the first max values of the search String, case sensitively/insensitively based on ignoreCase value.
replaceEach(String, String[], String[]) - Static method in class com.ibm.cos.v2.utils.StringUtils
Replaces all occurrences of Strings within another String.
replaceKeyPrefixWith(String) - Method in interface com.ibm.cos.v2.services.s3.model.Redirect.Builder
The object key prefix to use in the redirect request.
replaceKeyPrefixWith() - Method in class com.ibm.cos.v2.services.s3.model.Redirect
The object key prefix to use in the redirect request.
replaceKeyWith(String) - Method in interface com.ibm.cos.v2.services.s3.model.Redirect.Builder
The specific object key to use in the redirect request.
replaceKeyWith() - Method in class com.ibm.cos.v2.services.s3.model.Redirect
The specific object key to use in the redirect request.
replaceOnce(String, String, String) - Static method in class com.ibm.cos.v2.utils.StringUtils
Replaces a String with another String inside a larger String, once.
replacePrefixIgnoreCase(String, String, String) - Static method in class com.ibm.cos.v2.utils.StringUtils
Replace the prefix of the string provided ignoring case considerations.
replicaKmsKeyID(String) - Method in interface com.ibm.cos.v2.services.s3.model.EncryptionConfiguration.Builder
Specifies the ID (Key ARN or Alias ARN) of the customer managed Amazon Web Services KMS key stored in Amazon Web Services Key Management Service (KMS) for the destination bucket.
replicaKmsKeyID() - Method in class com.ibm.cos.v2.services.s3.model.EncryptionConfiguration
Specifies the ID (Key ARN or Alias ARN) of the customer managed Amazon Web Services KMS key stored in Amazon Web Services Key Management Service (KMS) for the destination bucket.
ReplicaModifications - Class in com.ibm.cos.v2.services.s3.model
A filter that you can specify for selection for modifications on replicas.
replicaModifications(ReplicaModifications) - Method in interface com.ibm.cos.v2.services.s3.model.SourceSelectionCriteria.Builder
A filter that you can specify for selections for modifications on replicas.
replicaModifications(Consumer<ReplicaModifications.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.SourceSelectionCriteria.Builder
A filter that you can specify for selections for modifications on replicas.
replicaModifications() - Method in class com.ibm.cos.v2.services.s3.model.SourceSelectionCriteria
A filter that you can specify for selections for modifications on replicas.
ReplicaModifications.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ReplicaModificationsStatus - Enum in com.ibm.cos.v2.services.s3.model
 
replicationConfiguration(ReplicationConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketReplicationResponse.Builder
Sets the value of the ReplicationConfiguration property for this object.
replicationConfiguration(Consumer<ReplicationConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketReplicationResponse.Builder
Sets the value of the ReplicationConfiguration property for this object.
replicationConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationResponse
Returns the value of the ReplicationConfiguration property for this object.
replicationConfiguration(ReplicationConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest.Builder
Sets the value of the ReplicationConfiguration property for this object.
replicationConfiguration(Consumer<ReplicationConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest.Builder
Sets the value of the ReplicationConfiguration property for this object.
replicationConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
Returns the value of the ReplicationConfiguration property for this object.
ReplicationConfiguration - Class in com.ibm.cos.v2.services.s3.model
A container for replication rules.
ReplicationConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ReplicationRule - Class in com.ibm.cos.v2.services.s3.model
Specifies which Amazon S3 objects to replicate and where to store the replicas.
ReplicationRule.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ReplicationRuleAndOperator - Class in com.ibm.cos.v2.services.s3.model
A container for specifying rule filters.
ReplicationRuleAndOperator.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ReplicationRuleFilter - Class in com.ibm.cos.v2.services.s3.model
A filter that identifies the subset of objects to which the replication rule applies.
ReplicationRuleFilter.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ReplicationRuleFilter.Type - Enum in com.ibm.cos.v2.services.s3.model
 
ReplicationRuleStatus - Enum in com.ibm.cos.v2.services.s3.model
 
replicationStatus(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Amazon S3 can return this if your request involves a bucket that is either a source or destination in a replication rule.
replicationStatus(ReplicationStatus) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Amazon S3 can return this if your request involves a bucket that is either a source or destination in a replication rule.
replicationStatus() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Amazon S3 can return this if your request involves a bucket that is either a source or destination in a replication rule.
replicationStatus(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Amazon S3 can return this header if your request involves a bucket that is either a source or a destination in a replication rule.
replicationStatus(ReplicationStatus) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Amazon S3 can return this header if your request involves a bucket that is either a source or a destination in a replication rule.
replicationStatus() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Amazon S3 can return this header if your request involves a bucket that is either a source or a destination in a replication rule.
ReplicationStatus - Enum in com.ibm.cos.v2.services.s3.model
 
replicationStatus(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Indicates if request involves bucket that is either a source or destination in a Replication rule.
replicationStatus(ReplicationStatus) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Indicates if request involves bucket that is either a source or destination in a Replication rule.
replicationStatus() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Indicates if request involves bucket that is either a source or destination in a Replication rule.
replicationStatusAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Amazon S3 can return this if your request involves a bucket that is either a source or destination in a replication rule.
replicationStatusAsString() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Amazon S3 can return this header if your request involves a bucket that is either a source or a destination in a replication rule.
replicationStatusAsString() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Indicates if request involves bucket that is either a source or destination in a Replication rule.
replicationTime(ReplicationTime) - Method in interface com.ibm.cos.v2.services.s3.model.Destination.Builder
A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated.
replicationTime(Consumer<ReplicationTime.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.Destination.Builder
A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated.
replicationTime() - Method in class com.ibm.cos.v2.services.s3.model.Destination
A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated.
ReplicationTime - Class in com.ibm.cos.v2.services.s3.model
A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated.
ReplicationTime.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ReplicationTimeStatus - Enum in com.ibm.cos.v2.services.s3.model
 
ReplicationTimeValue - Class in com.ibm.cos.v2.services.s3.model
A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
ReplicationTimeValue.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
report(String) - Static method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.ErrorUtil
 
reportDuration(Supplier<CompletableFuture<T>>, MetricCollector, SdkMetric<Duration>) - Static method in class com.ibm.cos.v2.core.internal.util.MetricUtils
Report a duration metric of the given CompletableFuture supplier.
reportFailureToInterceptors(RequestExecutionContext, Throwable) - Static method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.ExceptionReportingUtils
Report the failure to the execution interceptors.
reportMetric(SdkMetric<T>, T) - Method in class com.ibm.cos.v2.metrics.internal.DefaultMetricCollector
 
reportMetric(SdkMetric<T>, T) - Method in interface com.ibm.cos.v2.metrics.MetricCollector
Report a metric.
reportMetric(SdkMetric<T>, T) - Method in class com.ibm.cos.v2.metrics.NoOpMetricCollector
 
reportMetrics(HttpClientConnectionManager, MetricCollector, long) - Static method in class com.ibm.cos.v2.http.crt.internal.CrtUtils
 
request() - Method in class com.ibm.cos.v2.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
Deprecated.
 
request(SdkRequest) - Method in class com.ibm.cos.v2.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
Deprecated.
 
request() - Method in class com.ibm.cos.v2.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
Deprecated.
 
request(SdkRequest) - Method in class com.ibm.cos.v2.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
Deprecated.
 
request() - Method in interface com.ibm.cos.v2.core.interceptor.Context.BeforeExecution
The SdkRequest to be executed.
request() - Method in interface com.ibm.cos.v2.core.interceptor.Context.FailedExecution
The latest version of the SdkRequest available when the execution failed.
request(SdkRequest) - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext.Builder
 
request() - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext
 
request(SdkHttpFullRequest) - Method in interface com.ibm.cos.v2.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
Fluent setter for SdkHttpFullRequest
request(SdkHttpFullRequest) - Method in interface com.ibm.cos.v2.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
Fluent setter for SdkHttpFullRequest
request() - Method in class com.ibm.cos.v2.core.internal.interceptor.DefaultFailedExecutionContext
 
request(long) - Method in class com.ibm.cos.v2.core.internal.util.NoopSubscription
 
request(long) - Method in class com.ibm.cos.v2.core.pagination.async.EmptySubscription
 
request(long) - Method in class com.ibm.cos.v2.core.pagination.async.PaginationSubscription
 
request(SdkHttpFullRequest) - Method in class com.ibm.cos.v2.core.retry.RetryPolicyContext.Builder
 
request() - Method in class com.ibm.cos.v2.core.retry.RetryPolicyContext
 
request(SdkHttpRequest) - Method in interface com.ibm.cos.v2.http.async.AsyncExecuteRequest.Builder
Set the HTTP request to be executed by the client.
request() - Method in class com.ibm.cos.v2.http.async.AsyncExecuteRequest
 
request(SdkHttpRequest) - Method in interface com.ibm.cos.v2.http.auth.spi.signer.BaseSignedRequest.Builder
Set the HTTP request object, without the request body payload.
request() - Method in interface com.ibm.cos.v2.http.auth.spi.signer.BaseSignedRequest
Returns the HTTP request object, without the request body payload.
request(SdkHttpRequest) - Method in interface com.ibm.cos.v2.http.auth.spi.signer.BaseSignRequest.Builder
Set the HTTP request object, without the request body payload.
request() - Method in interface com.ibm.cos.v2.http.auth.spi.signer.BaseSignRequest
Returns the HTTP request object, without the request body payload.
request(AsyncExecuteRequest) - Method in class com.ibm.cos.v2.http.crt.internal.CrtAsyncRequestContext.Builder
 
request(HttpExecuteRequest) - Method in class com.ibm.cos.v2.http.crt.internal.CrtRequestContext.Builder
 
request(SdkHttpRequest) - Method in interface com.ibm.cos.v2.http.HttpExecuteRequest.Builder
Set the HTTP request to be executed by the client.
request(SdkHttpFullRequest.Builder) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerContext.Builder
 
request() - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonMarshallerContext
 
request(SdkHttpFullRequest.Builder) - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryMarshallerContext.Builder
 
request() - Method in class com.ibm.cos.v2.protocols.query.internal.marshall.QueryMarshallerContext
 
request(SdkHttpFullRequest.Builder) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerContext.Builder
 
request() - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerContext
 
request(SdkHttpRequest) - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext.Builder
 
request() - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext
 
request(Pair<PutObjectRequest, AsyncRequestBody>) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext.Builder
 
request() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext
 
request(TransferObjectRequest) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerContext.Builder
 
request() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerContext
 
request() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerFailedContext
 
request(DownloadFileRequest) - Method in interface com.ibm.cos.v2.transfer.s3.model.FailedFileDownload.Builder
 
request() - Method in class com.ibm.cos.v2.transfer.s3.model.FailedFileDownload
 
request(UploadFileRequest) - Method in interface com.ibm.cos.v2.transfer.s3.model.FailedFileUpload.Builder
 
request() - Method in class com.ibm.cos.v2.transfer.s3.model.FailedFileUpload
 
request() - Method in interface com.ibm.cos.v2.transfer.s3.model.FailedObjectTransfer
request() - Method in interface com.ibm.cos.v2.transfer.s3.progress.TransferListener.Context.TransferInitiated
request(long) - Method in class com.ibm.cos.v2.utils.async.DelegatingSubscription
 
request(long) - Method in class com.ibm.cos.v2.utils.async.DemandIgnoringSubscription
 
request(long) - Method in class com.ibm.cos.v2.utils.internal.async.EmptySubscription
 
REQUEST_CHECKSUM_CALCULATION - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The request checksum calculation setting.
REQUEST_CHECKSUM_CALCULATION - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The request checksum calculation setting.
REQUEST_CHECKSUM_CALCULATION - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
The request checksum calculation setting.
REQUEST_COMPRESSION - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The supported compression algorithms for an operation, and whether the operation is streaming or not.
REQUEST_ID_LOGGER - Static variable in class com.ibm.cos.v2.core.SdkStandardLogger
Logger used for the purpose of logging the request id extracted either from the http response header or from the response body.
REQUEST_LOGGER - Static variable in class com.ibm.cos.v2.core.SdkStandardLogger
Logger providing detailed information on requests/responses.
REQUEST_MIN_COMPRESSION_SIZE_BYTES - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
The minimum compression size in bytes, inclusive, for a request to be compressed.
REQUEST_TIMEOUT - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
REQUEST_TOO_LONG - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
RequestAdapter - Class in com.ibm.cos.v2.http.nio.netty.internal
 
RequestAdapter(Protocol) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.RequestAdapter
 
requestAlgorithm(String) - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum.Builder
 
requestAlgorithm() - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum
 
requestAlgorithmHeader(String) - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs.Builder
Configure the request algorithm header, for example: "x-amz-sdk-checksum-algorithm:CRC32" Note this is different from ChecksumSpecs.Builder.headerName(String) which is the checksum header, "x-amz-checksum-crc32:zc3xbw=="
requestAlgorithmHeader() - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs
 
requestAlgorithmHeader(String) - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum.Builder
 
requestAlgorithmHeader() - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum
 
requestBody() - Method in interface com.ibm.cos.v2.core.interceptor.Context.AfterMarshalling
The RequestBody that represents the body of an HTTP request.
requestBody(RequestBody) - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext.Builder
 
requestBody() - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext
 
requestBody(RequestBody) - Method in class com.ibm.cos.v2.core.runtime.transform.StreamingRequestMarshaller.Builder
 
RequestBody - Class in com.ibm.cos.v2.core.sync
Represents the body of an HTTP request.
RequestBody(ContentStreamProvider, Long, String) - Constructor for class com.ibm.cos.v2.core.sync.RequestBody
 
requestBody(AsyncRequestBody) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadRequest.Builder
The AsyncRequestBody containing the data to send to the service.
requestBody() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadRequest
The AsyncRequestBody containing data to send to the service.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.AbortMultipartUploadResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.AbortMultipartUploadResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAclResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAclResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTorrentResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTorrentResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRetentionResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRetentionResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionResponse
Returns the value of the RequestCharged property for this object.
RequestCharged - Enum in com.ibm.cos.v2.services.s3.model
If present, indicates that the requester was successfully charged for the request.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreObjectResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreObjectResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartResponse.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
Returns the value of the RequestCharged property for this object.
requestCharged(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Sets the value of the RequestCharged property for this object.
requestCharged(RequestCharged) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Sets the value of the RequestCharged property for this object.
requestCharged() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
Returns the value of the RequestCharged property for this object.
requestChargedAsString() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Returns the value of the RequestCharged property for this object.
RequestChecksumCalculation - Enum in com.ibm.cos.v2.core.checksums
Enum class for request checksum calculation setting.
requestChecksumCalculation(RequestChecksumCalculation) - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Sets the value for client behavior for request checksum calculation
requestChecksumCalculation() - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Gets the value for client behavior for request checksum calculation
requestChecksumCalculation(RequestChecksumCalculation) - Method in interface com.ibm.cos.v2.services.s3.S3BaseClientBuilder
Configures the client behavior for request checksum calculation.
requestChecksumCalculation(RequestChecksumCalculation) - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Sets the value for client behavior for request checksum calculation
requestChecksumCalculation() - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Gets the value for client behavior for request checksum calculation
requestChecksumCalculation() - Method in class com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration
Gets the value for client behavior for request checksum calculation
RequestChecksumCalculationResolver - Class in com.ibm.cos.v2.core.checksums
Allows customizing the variables used during determination of a RequestChecksumCalculation.
requestChecksumRequired(boolean) - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum.Builder
 
RequestCompression - Class in com.ibm.cos.v2.core.internal.interceptor.trait
Implementation notes: this class should've been outside internal package, but we can't fix it due to backwards compatibility reasons.
RequestCompression.Builder - Class in com.ibm.cos.v2.core.internal.interceptor.trait
 
requestCompressionEnabled(Boolean) - Method in interface com.ibm.cos.v2.core.CompressionConfiguration.Builder
Configures whether request compression is enabled or not, for operations that the service has designated as supporting compression.
requestCompressionEnabled() - Method in class com.ibm.cos.v2.core.CompressionConfiguration
If set, returns true if request compression is enabled, else false if request compression is disabled.
requestConfig() - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext
 
requestConfiguration() - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
requestContentPublisher(SdkHttpContentPublisher) - Method in interface com.ibm.cos.v2.http.async.AsyncExecuteRequest.Builder
Set the publisher of the request content.
requestContentPublisher() - Method in class com.ibm.cos.v2.http.async.AsyncExecuteRequest
 
RequestContext - Class in com.ibm.cos.v2.http.nio.netty.internal
 
RequestContext(SdkChannelPool, EventLoopGroup, AsyncExecuteRequest, NettyConfiguration) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.RequestContext
 
requestDemand() - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerPublisher
Override to intercept when demand is requested.
requestExecutionBuilder() - Method in class com.ibm.cos.v2.core.internal.http.AmazonAsyncHttpClient
 
requestExecutionBuilder() - Method in class com.ibm.cos.v2.core.internal.http.AmazonSyncHttpClient
 
RequestExecutionContext - Class in com.ibm.cos.v2.core.internal.http
Request scoped dependencies and context for an execution of a request by AmazonSyncHttpClient or AmazonAsyncHttpClient.
RequestExecutionContext.Builder - Class in com.ibm.cos.v2.core.internal.http
An SDK-internal implementation of RequestExecutionContext.Builder.
requestId() - Method in class com.ibm.cos.v2.awscore.AwsResponseMetadata
Returns the AWS request ID contained in this response metadata object.
requestId(String) - Method in interface com.ibm.cos.v2.awscore.exception.AwsServiceException.Builder
 
requestId(String) - Method in class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
requestId(String) - Method in interface com.ibm.cos.v2.core.exception.SdkServiceException.Builder
Specifies the requestId returned by the called service.
requestId() - Method in interface com.ibm.cos.v2.core.exception.SdkServiceException.Builder
The requestId returned by the called service.
requestId - Variable in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
requestId(String) - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
requestId() - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
requestId() - Method in exception com.ibm.cos.v2.core.exception.SdkServiceException
The requestId that was returned by the called service.
requestId(String) - Method in interface com.ibm.cos.v2.services.s3.model.BucketAlreadyExistsException.Builder
 
requestId(String) - Method in interface com.ibm.cos.v2.services.s3.model.BucketAlreadyOwnedByYouException.Builder
 
requestId(String) - Method in interface com.ibm.cos.v2.services.s3.model.EncryptionTypeMismatchException.Builder
 
requestId(String) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidObjectStateException.Builder
 
requestId(String) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidRequestException.Builder
 
requestId(String) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidWriteOffsetException.Builder
 
requestId(String) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchBucketException.Builder
 
requestId(String) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchKeyException.Builder
 
requestId(String) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchUploadException.Builder
 
requestId(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectAlreadyInActiveTierErrorException.Builder
 
requestId(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectNotInActiveTierErrorException.Builder
 
requestId(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3Exception.Builder
 
requestId(String) - Method in class com.ibm.cos.v2.services.s3.model.S3Exception.BuilderImpl
 
requestId() - Method in class com.ibm.cos.v2.services.s3.model.S3ResponseMetadata
 
requestId(String) - Method in interface com.ibm.cos.v2.services.s3.model.TooManyPartsException.Builder
 
RequestOption - Class in com.ibm.cos.v2.core
Client option defaults for individual SdkRequests.
RequestOverrideConfiguration - Class in com.ibm.cos.v2.core
Base per-request override configuration for all SDK requests.
RequestOverrideConfiguration(RequestOverrideConfiguration.Builder<?>) - Constructor for class com.ibm.cos.v2.core.RequestOverrideConfiguration
 
RequestOverrideConfiguration.Builder<B extends RequestOverrideConfiguration.Builder> - Interface in com.ibm.cos.v2.core
 
RequestOverrideConfiguration.BuilderImpl<B extends RequestOverrideConfiguration.Builder> - Class in com.ibm.cos.v2.core
 
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAclRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAclRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsRequest.Builder
Confirms that the requester knows that she or he will be charged for the list objects request.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsRequest.Builder
Confirms that the requester knows that she or he will be charged for the list objects request.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
Confirms that the requester knows that she or he will be charged for the list objects request.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
Confirms that the requester knows that she or he will be charged for the list objects request in V2 style.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
Confirms that the requester knows that she or he will be charged for the list objects request in V2 style.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
Confirms that the requester knows that she or he will be charged for the list objects request in V2 style.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
Returns the value of the RequestPayer property for this object.
RequestPayer - Enum in com.ibm.cos.v2.services.s3.model
Confirms that the requester knows that they will be charged for the request.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreObjectRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreObjectRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Returns the value of the RequestPayer property for this object.
requestPayer(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer(RequestPayer) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
Sets the value of the RequestPayer property for this object.
requestPayer() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
Confirms that the requester knows that she or he will be charged for the list objects request.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
Confirms that the requester knows that she or he will be charged for the list objects request in V2 style.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Returns the value of the RequestPayer property for this object.
requestPayerAsString() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
Returns the value of the RequestPayer property for this object.
requestPaymentConfiguration(RequestPaymentConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest.Builder
Container for Payer.
requestPaymentConfiguration(Consumer<RequestPaymentConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest.Builder
Container for Payer.
requestPaymentConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest
Container for Payer.
RequestPaymentConfiguration - Class in com.ibm.cos.v2.services.s3.model
Container for Payer.
RequestPaymentConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
RequestPipeline<InputT,OutputT> - Interface in com.ibm.cos.v2.core.internal.http.pipeline
Represents a series of transformations when executing a SDK request.
RequestPipelineBuilder<InputT,OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline
Builder for a RequestPipeline.
RequestProgress - Class in com.ibm.cos.v2.services.s3.model
Container for specifying if periodic QueryProgress messages should be sent.
requestProgress(RequestProgress) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
Specifies if periodic request progress information should be enabled.
requestProgress(Consumer<RequestProgress.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
Specifies if periodic request progress information should be enabled.
requestProgress() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
Specifies if periodic request progress information should be enabled.
RequestProgress.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
requestProvider(AsyncRequestBody) - Method in interface com.ibm.cos.v2.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
Fluent setter for AsyncRequestBody
requestProvider(AsyncRequestBody) - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext.Builder
 
requestProvider() - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext
 
requestProvider(AsyncRequestBody) - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext
Sets the request body provider.
requestRoute(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Route prefix to the HTTP URL generated.
requestRoute() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Route prefix to the HTTP URL generated.
requestSucceeded(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.conditions.AndRetryCondition
 
requestSucceeded(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.conditions.OrRetryCondition
 
requestSucceeded(RetryPolicyContext) - Method in interface com.ibm.cos.v2.core.retry.conditions.RetryCondition
Deprecated.
Called by the SDK to notify this condition that the provided request succeeded.
requestSucceeded(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition
 
requestToCrt(SdkHttpFullRequest) - Method in class com.ibm.cos.v2.authcrt.signer.internal.CrtHttpRequestConverter
 
requestToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
A single use encrypted token that maps WriteGetObjectResponse to the end user GetObject request.
requestToken() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
A single use encrypted token that maps WriteGetObjectResponse to the end user GetObject request.
RequestToRequestPipeline - Interface in com.ibm.cos.v2.core.internal.http.pipeline
Pipeline stage that is a transformation on an immutable SdkHttpFullRequest.
RequestToResponsePipeline<OutputT> - Interface in com.ibm.cos.v2.core.internal.http.pipeline
 
requestToSend() - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.RetryableStageHelper
Retrieve the request to send to the service, including any detailed retry information headers.
requestUri(String) - Method in class com.ibm.cos.v2.protocols.core.OperationInfo.Builder
 
requestUri() - Method in class com.ibm.cos.v2.protocols.core.OperationInfo
 
requestValidationMode(String) - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum.Builder
 
requestValidationMode() - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum
 
requestWillNotBeRetried(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.conditions.AndRetryCondition
 
requestWillNotBeRetried(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.conditions.OrRetryCondition
 
requestWillNotBeRetried(RetryPolicyContext) - Method in interface com.ibm.cos.v2.core.retry.conditions.RetryCondition
Deprecated.
Called by the SDK to notify this condition that the provided request will not be retried, because some retry condition determined that it shouldn't be retried.
requestWillNotBeRetried(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition
 
requestWithDecoratedEndpointProvider(T, Supplier<Region>, EndpointProvider) - Static method in class com.ibm.cos.v2.services.s3.internal.crossregion.utils.CrossRegionUtils
 
require(String, U) - Static method in class com.ibm.cos.v2.core.client.config.SdkClientOptionValidation
Validate that the customer set the provided field.
requireClass(String, String, String) - Static method in class com.ibm.cos.v2.utils.DependencyValidate
A helpful method that checks that some class is available on the class-path.
required(boolean) - Method in interface com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRequest.Builder
Whether or not endpoint discovery is required for this request.
required() - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRequest
 
required(boolean) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Builder
 
RequiredTrait - Class in com.ibm.cos.v2.core.traits
Trait that indicates a value must be provided for a member.
requireProperty(SignerProperty<T>) - Method in interface com.ibm.cos.v2.http.auth.spi.signer.BaseSignRequest
Ensure that the SignerProperty is present in the BaseSignRequest.
requireProperty(SignerProperty<T>, T) - Method in interface com.ibm.cos.v2.http.auth.spi.signer.BaseSignRequest
Ensure that the SignerProperty is present in the BaseSignRequest.
requiresLength(boolean) - Method in class com.ibm.cos.v2.core.internal.transform.AbstractStreamingRequestMarshaller.Builder
 
requiresLength - Variable in class com.ibm.cos.v2.core.internal.transform.AbstractStreamingRequestMarshaller
 
reset() - Method in class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsSignedChunkedEncodingInputStream
 
reset() - Method in class com.ibm.cos.v2.checksums.internal.BaseCrcChecksum
 
reset() - Method in class com.ibm.cos.v2.checksums.internal.Crc32Checksum
 
reset() - Method in class com.ibm.cos.v2.checksums.internal.Crc64NvmeChecksum
 
reset() - Method in class com.ibm.cos.v2.checksums.internal.CrcCombineOnMarkChecksum
 
reset() - Method in class com.ibm.cos.v2.checksums.internal.DigestAlgorithmChecksum
 
reset() - Method in class com.ibm.cos.v2.checksums.internal.SdkCrc32CChecksum
 
reset() - Method in class com.ibm.cos.v2.checksums.internal.SdkCrc32Checksum
 
reset() - Method in class com.ibm.cos.v2.core.checksums.Crc32CChecksum
Deprecated.
 
reset() - Method in class com.ibm.cos.v2.core.checksums.Crc32Checksum
Deprecated.
 
reset() - Method in class com.ibm.cos.v2.core.checksums.Md5Checksum
Deprecated.
 
reset() - Method in class com.ibm.cos.v2.core.checksums.Sha1Checksum
Deprecated.
 
reset() - Method in class com.ibm.cos.v2.core.checksums.Sha256Checksum
Deprecated.
 
reset() - Method in class com.ibm.cos.v2.core.internal.checksums.factory.SdkCrc32
 
reset() - Method in class com.ibm.cos.v2.core.internal.checksums.factory.SdkCrc32C
 
reset() - Method in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream
Reset the stream, either by resetting the wrapped stream or using the buffer created by this class.
reset() - Method in class com.ibm.cos.v2.core.internal.io.AwsCompressionInputStream
Reset the stream, either by resetting the wrapped stream or using the buffer created by this class.
reset() - Method in class com.ibm.cos.v2.core.internal.io.ChecksumValidatingInputStream
Resets stream state, including the running checksum.
reset() - Method in class com.ibm.cos.v2.core.internal.io.SdkLengthAwareInputStream
 
reset() - Method in class com.ibm.cos.v2.core.internal.util.Crc32ChecksumCalculatingInputStream
Resets the wrapped input stream and the CRC32 computation.
reset() - Method in class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
reset() - Method in class com.ibm.cos.v2.core.io.ResettableInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class com.ibm.cos.v2.core.io.SdkFilterInputStream
 
reset() - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.RollingSigner
 
reset() - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.SigV4aChunkExtensionProvider
 
reset() - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.SigV4aTrailerProvider
 
reset() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.checksums.ConstantChecksum
 
reset() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChecksumTrailerProvider
 
reset() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkedEncodedInputStream
 
reset() - Method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.Resettable
 
reset() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.SigV4ChunkExtensionProvider
 
reset() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.SigV4TrailerProvider
 
reset() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.io.SdkLengthAwareInputStream
 
reset() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.RollingSigner
 
reset() - Method in class com.ibm.cos.v2.services.s3.internal.checksums.S3ChecksumValidatingInputStream
Resets stream state, including the running checksum.
reset() - Method in class com.ibm.cos.v2.testutils.EnvironmentVariableHelper
 
reset() - Method in class com.ibm.cos.v2.utils.LookaheadInputStream
 
RESET_CONTENT - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
resetApiCallAttemptStartNanoTime(RequestExecutionContext) - Static method in class com.ibm.cos.v2.core.internal.util.MetricUtils
 
resetPosition() - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.io.CrtInputStream
 
Resettable - Interface in com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding
 
ResettableContentStreamProvider - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.io
 
ResettableContentStreamProvider(Supplier<InputStream>) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.io.ResettableContentStreamProvider
 
ResettableInputStream - Class in com.ibm.cos.v2.core.io
A mark-and-resettable input stream that can be used on files or file input streams.
ResettableInputStream(File) - Constructor for class com.ibm.cos.v2.core.io.ResettableInputStream
 
ResettableInputStream(FileInputStream) - Constructor for class com.ibm.cos.v2.core.io.ResettableInputStream
Note the creation of a ResettableInputStream would entail physically opening a file.
resolve() - Method in class com.ibm.cos.v2.awscore.endpoints.AccountIdEndpointModeResolver
 
resolve() - Method in class com.ibm.cos.v2.awscore.internal.defaultsmode.DefaultsModeResolver
Resolve which defaults mode should be used, based on the configured values.
resolve() - Method in class com.ibm.cos.v2.core.checksums.RequestChecksumCalculationResolver
Resolve which request checksum calculation setting should be used, based on the configured values.
resolve() - Method in class com.ibm.cos.v2.core.checksums.ResponseChecksumValidationResolver
Resolve which response checksum validation setting should be used, based on the configured values.
resolve() - Method in class com.ibm.cos.v2.core.internal.useragent.AppIdResolver
 
resolve() - Method in class com.ibm.cos.v2.core.retry.RetryMode.Resolver
Resolve which retry mode should be used, based on the configured values.
resolve(Region) - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.UseGlobalEndpointResolver
 
resolve() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.UseS3ExpressAuthResolver
 
resolve() - Method in interface com.ibm.cos.v2.services.s3.internal.settingproviders.DisableMultiRegionProvider
 
resolve() - Method in class com.ibm.cos.v2.services.s3.internal.settingproviders.DisableMultiRegionProviderChain
 
resolve() - Method in class com.ibm.cos.v2.services.s3.internal.settingproviders.ProfileDisableMultiRegionProvider
 
resolve() - Method in class com.ibm.cos.v2.services.s3.internal.settingproviders.SystemsSettingsDisableMultiRegionProvider
 
resolveAccountIdEndpointModeMetric(AccountIdEndpointMode) - Static method in class com.ibm.cos.v2.awscore.internal.useragent.BusinessMetricsUtils
 
resolveAuthScheme(S3AuthSchemeParams) - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeProvider
 
resolveAuthScheme(S3AuthSchemeParams) - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.ModeledS3AuthSchemeProvider
 
resolveAuthScheme(S3AuthSchemeParams) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeProvider
Resolve the auth schemes based on the given set of parameters.
resolveAuthScheme(Consumer<S3AuthSchemeParams.Builder>) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeProvider
Resolve the auth schemes based on the given set of parameters.
resolveAuthScheme(S3AuthSchemeParams) - Method in class com.ibm.cos.v2.services.s3.internal.plugins.S3DisableChunkEncodingAuthSchemeProvider
 
resolveAuthScheme(S3AuthSchemeParams) - Method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressAuthSchemeProvider
 
resolveChecksumSpecs(ExecutionAttributes) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumResolver
 
resolveChecksumSpecs(ExecutionAttributes) - Static method in class com.ibm.cos.v2.services.s3.internal.handlers.LegacyMd5ExecutionInterceptor
 
resolveCipherPreference(Boolean) - Static method in class com.ibm.cos.v2.http.crt.internal.AwsCrtConfigurationUtils
 
resolveContentType(AwsJsonProtocolMetadata) - Method in class com.ibm.cos.v2.protocols.json.DefaultJsonContentTypeResolver
 
resolveContentType(AwsJsonProtocolMetadata) - Method in interface com.ibm.cos.v2.protocols.json.JsonContentTypeResolver
Computes content type to send in requests.
resolveCredentials() - Method in class com.ibm.cos.v2.auth.credentials.AnonymousCredentialsProvider
 
resolveCredentials() - Method in interface com.ibm.cos.v2.auth.credentials.AwsCredentialsProvider
Returns AwsCredentials that can be used to authorize an AWS request.
resolveCredentials() - Method in class com.ibm.cos.v2.auth.credentials.AwsCredentialsProviderChain
 
resolveCredentials() - Method in class com.ibm.cos.v2.auth.credentials.DefaultCredentialsProvider
 
resolveCredentials() - Method in class com.ibm.cos.v2.auth.credentials.internal.LazyAwsCredentialsProvider
 
resolveCredentials() - Method in class com.ibm.cos.v2.auth.credentials.internal.SystemSettingsCredentialsProvider
 
resolveCredentials() - Method in class com.ibm.cos.v2.auth.credentials.ProcessCredentialsProvider
 
resolveCredentials() - Method in class com.ibm.cos.v2.auth.credentials.ProfileCredentialsProvider
 
resolveCredentials() - Method in class com.ibm.cos.v2.auth.credentials.StaticCredentialsProvider
 
resolveCredentials() - Method in class com.ibm.cos.v2.auth.credentials.WebIdentityTokenFileCredentialsProvider
 
RESOLVED_CHECKSUM_SPECS - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
The checksum algorithm is resolved based on the Request member.
RESOLVED_ENDPOINT - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The resolved endpoint as computed by the client's configured EndpointProvider.
resolveDatagramChannelFactory(EventLoopGroup) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.ChannelResolver
Attempts to determine the ChannelFactory class for datagram channels that corresponds to the given event loop group.
resolveEndpoint(S3EndpointParams) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.DefaultS3EndpointProvider
 
resolveEndpoint(S3EndpointParams) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointProvider
Compute the endpoint based on the given set of parameters.
resolveEndpoint(Consumer<S3EndpointParams.Builder>) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointProvider
Compute the endpoint based on the given set of parameters.
resolveEndpoint(S3EndpointParams) - Method in class com.ibm.cos.v2.services.s3.internal.crossregion.endpointprovider.BucketEndpointProvider
 
resolveEndpointDiscovery() - Method in interface com.ibm.cos.v2.core.endpointdiscovery.providers.EndpointDiscoveryProvider
Returns whether or not endpoint discovery is enabled.
resolveEndpointDiscovery() - Method in class com.ibm.cos.v2.core.endpointdiscovery.providers.EndpointDiscoveryProviderChain
 
resolveEndpointDiscovery() - Method in class com.ibm.cos.v2.core.endpointdiscovery.providers.ProfileEndpointDiscoveryProvider
 
resolveEndpointDiscovery() - Method in class com.ibm.cos.v2.core.endpointdiscovery.providers.SystemPropertiesEndpointDiscoveryProvider
 
resolveEnvironmentVariable(SystemSetting) - Static method in class com.ibm.cos.v2.utils.internal.SystemSettingUtils
Attempt to load this setting from the environment variables.
resolveEnvironmentVariable(String) - Static method in class com.ibm.cos.v2.utils.internal.SystemSettingUtils
Attempt to load a key from the environment variables.
resolveHttpMonitoringOptions(CrtConnectionHealthConfiguration) - Static method in class com.ibm.cos.v2.crtcore.CrtConfigurationUtils
 
resolveIdentity(ResolveIdentityRequest) - Method in interface com.ibm.cos.v2.auth.credentials.AwsCredentialsProvider
 
resolveIdentity(ResolveIdentityRequest) - Method in interface com.ibm.cos.v2.auth.token.credentials.SdkTokenProvider
 
resolveIdentity(ResolveIdentityRequest) - Method in interface com.ibm.cos.v2.identity.spi.IdentityProvider
Resolve the identity from this identity provider.
resolveIdentity(Consumer<ResolveIdentityRequest.Builder>) - Method in interface com.ibm.cos.v2.identity.spi.IdentityProvider
Resolve the identity from this identity provider.
resolveIdentity() - Method in interface com.ibm.cos.v2.identity.spi.IdentityProvider
Resolve the identity from this identity provider.
resolveIdentity(ResolveIdentityRequest) - Method in class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressIdentityProvider
 
ResolveIdentityRequest - Interface in com.ibm.cos.v2.identity.spi
A request to resolve an Identity.
ResolveIdentityRequest.Builder - Interface in com.ibm.cos.v2.identity.spi
A builder for a ResolveIdentityRequest.
resolveNonDefaultSetting(SystemSetting) - Static method in class com.ibm.cos.v2.utils.internal.SystemSettingUtils
Resolve the value of this system setting, loading it from the System by checking: The system properties. The environment variables.
resolveProxy(CrtProxyConfiguration, TlsContext) - Static method in class com.ibm.cos.v2.crtcore.CrtConfigurationUtils
 
resolver() - Static method in enum com.ibm.cos.v2.core.retry.RetryMode
Create a RetryMode.Resolver that allows customizing the variables used during determination of a RetryMode.
resolveRegionSet() - Method in class com.ibm.cos.v2.awscore.internal.auth.Sigv4aSigningRegionSetProvider
 
resolveRequestConfiguration(ClientExecutionParams<?, ?>) - Method in class com.ibm.cos.v2.core.internal.handler.BaseClientHandler
 
resolveRetryMode(RetryPolicy, RetryStrategy) - Static method in class com.ibm.cos.v2.core.internal.useragent.BusinessMetricsUtils
 
resolveScheme() - Method in class com.ibm.cos.v2.http.apache.ProxyConfiguration
 
resolveScheme() - Method in class com.ibm.cos.v2.http.urlconnection.ProxyConfiguration
 
resolveSetting(SystemSetting) - Static method in class com.ibm.cos.v2.utils.internal.SystemSettingUtils
Resolve the value of this system setting, loading it from the System by checking: The system properties. The environment variables. The default value.
resolveSigner() - Method in interface com.ibm.cos.v2.awscore.internal.authcontext.AuthorizationStrategy
Deprecated.
 
resolveSigner() - Method in class com.ibm.cos.v2.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy
Deprecated.
Request override signers take precedence over the default alternative, for instance what is specified in the client.
resolveSigner() - Method in class com.ibm.cos.v2.awscore.internal.authcontext.TokenAuthorizationStrategy
Deprecated.
Request override signers take precedence over the default alternative, for instance what is specified in the client.
resolveSigningMethodUsed(Signer, ExecutionAttributes, AwsCredentials) - Static method in class com.ibm.cos.v2.auth.signer.internal.util.SignerMethodResolver
The signing method can be Header-Auth, streaming-signing auth or Unsigned-payload.
resolveSocketChannelFactory(EventLoopGroup) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.ChannelResolver
Attempts to determine the ChannelFactory class that corresponds to the given event loop group.
resolveString(String) - Static method in class com.ibm.cos.v2.core.util.IdempotentUtils
resolveTimeoutInMillis(Supplier<Optional<Duration>>, Duration) - Static method in class com.ibm.cos.v2.core.internal.http.timers.TimerUtils
 
resolveToken() - Method in interface com.ibm.cos.v2.auth.token.credentials.SdkTokenProvider
Returns an SdkToken that can be used to authorize a request.
resolveToken() - Method in class com.ibm.cos.v2.auth.token.credentials.StaticTokenProvider
 
resolveToken() - Method in class com.ibm.cos.v2.auth.token.internal.LazyTokenProvider
 
resolveUploadDirectoryFollowSymbolicLinks(UploadDirectoryRequest) - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerConfiguration
 
resolveUploadDirectoryMaxDepth(UploadDirectoryRequest) - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerConfiguration
 
resolveUseArnRegion() - Method in class com.ibm.cos.v2.services.s3.internal.settingproviders.ProfileUseArnRegionProvider
 
resolveUseArnRegion() - Method in class com.ibm.cos.v2.services.s3.internal.settingproviders.SystemsSettingsUseArnRegionProvider
 
resolveUseArnRegion() - Method in interface com.ibm.cos.v2.services.s3.internal.settingproviders.UseArnRegionProvider
 
resolveUseArnRegion() - Method in class com.ibm.cos.v2.services.s3.internal.settingproviders.UseArnRegionProviderChain
 
resolveValue(Object) - Method in class com.ibm.cos.v2.core.traits.DefaultValueTrait
If the value is null then the default value supplier is used to get a default value for the field.
resource(String) - Method in interface com.ibm.cos.v2.arns.Arn.Builder
Define the resource identifier.
resource() - Method in class com.ibm.cos.v2.arns.Arn
 
resource(String) - Method in interface com.ibm.cos.v2.arns.ArnResource.Builder
Define the entire resource.
resource(String) - Method in class com.ibm.cos.v2.arns.ArnResource.DefaultBuilder
 
resource() - Method in class com.ibm.cos.v2.arns.ArnResource
 
RESOURCE - Static variable in class com.ibm.cos.v2.core.auth.policy.internal.JsonDocumentField
 
Resource - Class in com.ibm.cos.v2.core.auth.policy
Represents a resource involved in an AWS access control policy statement.
Resource(String) - Constructor for class com.ibm.cos.v2.core.auth.policy.Resource
Constructs a new AWS access control policy resource.
resource() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Arn
 
resourceAsString() - Method in class com.ibm.cos.v2.arns.Arn
 
resourceId() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleArn
 
ResourcesEndpointProvider - Interface in com.ibm.cos.v2.regions.util
Abstract class to return an endpoint URI from which the resources can be loaded.
ResourcesEndpointRetryParameters - Class in com.ibm.cos.v2.regions.util
Parameters that are used in ResourcesEndpointRetryPolicy.
ResourcesEndpointRetryParameters.Builder - Class in com.ibm.cos.v2.regions.util
 
ResourcesEndpointRetryPolicy - Interface in com.ibm.cos.v2.regions.util
Custom retry policy that retrieve information from a local endpoint in EC2 host.
resourceType(String) - Method in interface com.ibm.cos.v2.arns.ArnResource.Builder
Define the type of the resource.
resourceType(String) - Method in class com.ibm.cos.v2.arns.ArnResource.DefaultBuilder
 
resourceType() - Method in class com.ibm.cos.v2.arns.ArnResource
 
response() - Method in class com.ibm.cos.v2.core.async.ResponsePublisher
 
response() - Method in interface com.ibm.cos.v2.core.interceptor.Context.AfterUnmarshalling
The SdkResponse that was generated by unmarshalling the Context.AfterTransmission.httpResponse().
response() - Method in interface com.ibm.cos.v2.core.interceptor.Context.FailedExecution
The latest version of the SdkResponse available when the execution failed.
response(SdkResponse) - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext.Builder
 
response() - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext
 
response() - Method in class com.ibm.cos.v2.core.internal.interceptor.DefaultFailedExecutionContext
 
response(T) - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiterResponse.Builder
Defines the response received that has matched with the waiter success condition.
response() - Method in class com.ibm.cos.v2.core.internal.waiters.ResponseOrException
 
response(R) - Static method in class com.ibm.cos.v2.core.internal.waiters.ResponseOrException
Create a new ResponseOrException with the response
Response<T> - Class in com.ibm.cos.v2.core
Response wrapper that indicates success or failure with the associated unmarshalled response object or exception object.
response(T) - Method in class com.ibm.cos.v2.core.Response.Builder
The modelled response object returned by the service.
response() - Method in class com.ibm.cos.v2.core.Response
The modelled response object returned by the service.
response() - Method in class com.ibm.cos.v2.core.ResponseBytes
 
response() - Method in class com.ibm.cos.v2.core.ResponseInputStream
 
response(SdkHttpResponse) - Method in interface com.ibm.cos.v2.http.HttpExecuteResponse.Builder
Set the HTTP response to be executed by the client.
response(SdkHttpFullResponse) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonUnmarshallerContext.Builder
 
response() - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonUnmarshallerContext
 
response(SdkHttpFullResponse) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlUnmarshallerContext.Builder
 
response() - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlUnmarshallerContext
 
response() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloadResumeContext
 
response(GetObjectResponse) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloadResumeContext
 
response(CopyObjectResponse) - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedCopy.Builder
response() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedCopy
Returns the CopyObjectResponse.
response(GetObjectResponse) - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedFileDownload.Builder
response() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedFileDownload
 
response(PutObjectResponse) - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedFileUpload.Builder
response() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedFileUpload
 
response() - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedObjectTransfer
Return the SdkResponse associated with this transfer
response(PutObjectResponse) - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedUpload.Builder
response() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedUpload
 
Response.Builder<T> - Class in com.ibm.cos.v2.core
 
RESPONSE_BYTES_READ - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The running count of bytes in the response body that have been read by the client.
RESPONSE_CHECKSUM_VALIDATION - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The response checksum validation setting.
RESPONSE_CHECKSUM_VALIDATION - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The response checksum validation setting.
RESPONSE_CHECKSUM_VALIDATION - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
The response checksum validation setting.
responseAlgorithms(List<String>) - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum.Builder
responseAlgorithms(String...) - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum.Builder
responseAlgorithms() - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum
Deprecated.
responseAlgorithmsV2(ChecksumAlgorithm...) - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum.Builder
 
responseAlgorithmsV2() - Method in class com.ibm.cos.v2.core.interceptor.trait.HttpChecksum
 
responseBody() - Method in interface com.ibm.cos.v2.core.interceptor.Context.AfterTransmission
The InputStream that provides streaming content returned from the service.
responseBody(InputStream) - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext.Builder
 
responseBody() - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext
 
responseBody(AbortableInputStream) - Method in interface com.ibm.cos.v2.http.HttpExecuteResponse.Builder
Set the InputStream to be returned by the client.
responseBody() - Method in class com.ibm.cos.v2.http.HttpExecuteResponse
Get the AbortableInputStream associated with this response.
ResponseBytes<ResponseT> - Class in com.ibm.cos.v2.core
An in-memory representation of the service's response from a streaming operation.
responseCacheControl(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Sets the Cache-Control header of the response.
responseCacheControl() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Sets the Cache-Control header of the response.
responseCacheControl(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Sets the Cache-Control header of the response.
responseCacheControl() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Sets the Cache-Control header of the response.
responseChecksumIsValid(SdkHttpResponse) - Static method in class com.ibm.cos.v2.services.s3.internal.checksums.ChecksumsEnabledValidator
 
ResponseChecksumValidation - Enum in com.ibm.cos.v2.core.checksums
Enum class for response checksum validation setting.
responseChecksumValidation(ResponseChecksumValidation) - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Sets the value for client behavior for response checksum validation
responseChecksumValidation() - Method in class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
Gets the value for client behavior for response checksum validation
responseChecksumValidation(ResponseChecksumValidation) - Method in interface com.ibm.cos.v2.services.s3.S3BaseClientBuilder
Configures the client behavior for response checksum validation.
responseChecksumValidation(ResponseChecksumValidation) - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Sets the value for client behavior for response checksum validation
responseChecksumValidation() - Method in interface com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration.Builder
Gets the value for client behavior for response checksum validation
responseChecksumValidation() - Method in class com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration
Gets the value for client behavior for response checksum validation
ResponseChecksumValidationResolver - Class in com.ibm.cos.v2.core.checksums
Allows customizing the variables used during determination of a ResponseChecksumValidation.
responseContentDisposition(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Sets the Content-Disposition header of the response.
responseContentDisposition() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Sets the Content-Disposition header of the response.
responseContentDisposition(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Sets the Content-Disposition header of the response.
responseContentDisposition() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Sets the Content-Disposition header of the response.
responseContentEncoding(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Sets the Content-Encoding header of the response.
responseContentEncoding() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Sets the Content-Encoding header of the response.
responseContentEncoding(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Sets the Content-Encoding header of the response.
responseContentEncoding() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Sets the Content-Encoding header of the response.
responseContentLanguage(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Sets the Content-Language header of the response.
responseContentLanguage() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Sets the Content-Language header of the response.
responseContentLanguage(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Sets the Content-Language header of the response.
responseContentLanguage() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Sets the Content-Language header of the response.
responseContentType(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Sets the Content-Type header of the response.
responseContentType() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Sets the Content-Type header of the response.
responseContentType(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Sets the Content-Type header of the response.
responseContentType() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Sets the Content-Type header of the response.
responseCount() - Method in class com.ibm.cos.v2.http.nio.netty.internal.ChannelDiagnostics
 
responseExpires(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Sets the Expires header of the response.
responseExpires() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Sets the Expires header of the response.
responseExpires(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Sets the Expires header of the response.
responseExpires() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Sets the Expires header of the response.
responseHandler(HttpResponseHandler<OutputT>) - Method in class com.ibm.cos.v2.core.internal.http.async.AsyncStreamingResponseHandler
 
responseHandler(SdkAsyncHttpResponseHandler) - Method in interface com.ibm.cos.v2.http.async.AsyncExecuteRequest.Builder
Set the response handler for the resposne.
responseHandler() - Method in class com.ibm.cos.v2.http.async.AsyncExecuteRequest
 
ResponseHandler - Class in com.ibm.cos.v2.http.nio.netty.internal
 
ResponseHandlerHelper - Class in com.ibm.cos.v2.http.crt.internal.response
This is the helper class that contains common logic shared between CrtResponseAdapter and InputStreamAdaptingHttpStreamResponseHandler.
ResponseHandlerHelper(SdkHttpResponse.Builder, HttpClientConnection) - Constructor for class com.ibm.cos.v2.http.crt.internal.response.ResponseHandlerHelper
 
responseHeadersReadEndNanoTime(RequestExecutionContext) - Static method in class com.ibm.cos.v2.core.internal.util.MetricUtils
 
ResponseInputStream<ResponseT> - Class in com.ibm.cos.v2.core
Input stream that provides access to the unmarshalled POJO response returned by the service in addition to the streamed contents.
ResponseInputStream(ResponseT, AbortableInputStream) - Constructor for class com.ibm.cos.v2.core.ResponseInputStream
 
ResponseInputStream(ResponseT, InputStream) - Constructor for class com.ibm.cos.v2.core.ResponseInputStream
 
responseMetadata() - Method in interface com.ibm.cos.v2.awscore.AwsResponse.Builder
 
responseMetadata(AwsResponseMetadata) - Method in interface com.ibm.cos.v2.awscore.AwsResponse.Builder
 
responseMetadata(AwsResponseMetadata) - Method in class com.ibm.cos.v2.awscore.AwsResponse.BuilderImpl
 
responseMetadata() - Method in class com.ibm.cos.v2.awscore.AwsResponse.BuilderImpl
 
responseMetadata() - Method in class com.ibm.cos.v2.awscore.AwsResponse
 
responseMetadata() - Method in interface com.ibm.cos.v2.services.s3.model.S3Response.Builder
 
responseMetadata(AwsResponseMetadata) - Method in interface com.ibm.cos.v2.services.s3.model.S3Response.Builder
 
responseMetadata() - Method in class com.ibm.cos.v2.services.s3.model.S3Response.BuilderImpl
 
responseMetadata(AwsResponseMetadata) - Method in class com.ibm.cos.v2.services.s3.model.S3Response.BuilderImpl
 
responseMetadata() - Method in class com.ibm.cos.v2.services.s3.model.S3Response
 
ResponseOrException<R> - Class in com.ibm.cos.v2.core.internal.waiters
Represents a value that can be either a response or a Throwable
ResponsePublisher<ResponseT extends SdkResponse> - Class in com.ibm.cos.v2.core.async
An SdkPublisher that publishes response body content and also contains a reference to the SdkResponse returned by the service.
ResponsePublisher(ResponseT, SdkPublisher<ByteBuffer>) - Constructor for class com.ibm.cos.v2.core.async.ResponsePublisher
 
responsePublisher() - Method in interface com.ibm.cos.v2.core.interceptor.Context.AfterTransmission
The Publisher that provides ByteBuffer events upon request.
responsePublisher(Publisher<ByteBuffer>) - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext.Builder
 
responsePublisher() - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext
 
responseReceived(ResponseT) - Method in interface com.ibm.cos.v2.awscore.eventstream.EventStreamResponseHandler
Called when the initial response has been received and the POJO response has been unmarshalled.
responseReceived(ResponseT) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamResponseHandlerFromBuilder
 
ResponsesSubscription<ResponseT> - Class in com.ibm.cos.v2.core.pagination.async
An implementation of the Subscription interface that can be used to signal and cancel demand for paginated response pages.
ResponsesSubscription.Builder - Interface in com.ibm.cos.v2.core.pagination.async
 
ResponseStatusAcceptor(int, WaiterState) - Constructor for class com.ibm.cos.v2.services.s3.waiters.internal.WaitersRuntime.ResponseStatusAcceptor
 
ResponseTransformer<ResponseT,ReturnT> - Interface in com.ibm.cos.v2.core.sync
Interface for processing a streaming response from a service in a synchronous fashion.
responseTransformer() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadRequest
The Path to file that response contents will be written to.
responseTransformer(AsyncResponseTransformer<GetObjectResponse, T>) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadRequest.TypedBuilder
Specifies the AsyncResponseTransformer that should be used for the download.
responseTransformer(AsyncResponseTransformer<GetObjectResponse, T>) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadRequest.UntypedBuilder
Specifies the AsyncResponseTransformer that should be used for the download.
responseValidationAlgorithms(List<Algorithm>) - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs.Builder
responseValidationAlgorithms() - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs
Deprecated.
responseValidationAlgorithmsV2(List<ChecksumAlgorithm>) - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs.Builder
 
responseValidationAlgorithmsV2() - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs
 
RestEventStreamAsyncResponseTransformer<ResponseT extends SdkResponse,EventT> - Class in com.ibm.cos.v2.awscore.eventstream
Adapter transformer meant for eventstream responses from REST services (REST-XML, REST-JSON).
RestEventStreamAsyncResponseTransformer.Builder<ResponseT extends SdkResponse,EventT> - Class in com.ibm.cos.v2.awscore.eventstream
restore(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Provides information about object restoration action and expiration time of the restored object copy.
restore() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Provides information about object restoration action and expiration time of the restored object copy.
restore(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
If the object is an archived object (an object whose storage class is GLACIER), the response includes this header if either the archive restoration is in progress (see RestoreObject or an archive copy is already restored.
restore() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
If the object is an archived object (an object whose storage class is GLACIER), the response includes this header if either the archive restoration is in progress (see RestoreObject or an archive copy is already restored.
restore(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Provides information about object restoration operation and expiration time of the restored object copy.
restore() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Provides information about object restoration operation and expiration time of the restored object copy.
restoreExpiryDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreStatus.Builder
Indicates when the restored copy will expire.
restoreExpiryDate() - Method in class com.ibm.cos.v2.services.s3.model.RestoreStatus
Indicates when the restored copy will expire.
restoreObject(RestoreObjectRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
restoreObject(RestoreObjectRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
restoreObject(RestoreObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
restoreObject(Consumer<RestoreObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
restoreObject(RestoreObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
restoreObject(Consumer<RestoreObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
RestoreObjectRequest - Class in com.ibm.cos.v2.services.s3.model
 
RestoreObjectRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
RestoreObjectRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
RestoreObjectRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.RestoreObjectRequestMarshaller
 
RestoreObjectResponse - Class in com.ibm.cos.v2.services.s3.model
 
RestoreObjectResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
restoreOutputPath(String) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreObjectResponse.Builder
Indicates the path in the provided S3 output location where Select results will be restored to.
restoreOutputPath() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectResponse
Indicates the path in the provided S3 output location where Select results will be restored to.
restoreRequest(RestoreRequest) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreObjectRequest.Builder
Sets the value of the RestoreRequest property for this object.
restoreRequest(Consumer<RestoreRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreObjectRequest.Builder
Sets the value of the RestoreRequest property for this object.
restoreRequest() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
Returns the value of the RestoreRequest property for this object.
RestoreRequest - Class in com.ibm.cos.v2.services.s3.model
Container for restore job parameters.
RestoreRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
RestoreRequestType - Enum in com.ibm.cos.v2.services.s3.model
 
restoreStatus(RestoreStatus) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
Specifies the restoration status of an object.
restoreStatus(Consumer<RestoreStatus.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
Specifies the restoration status of an object.
restoreStatus() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
Specifies the restoration status of an object.
RestoreStatus - Class in com.ibm.cos.v2.services.s3.model
Specifies the restoration status of an object.
restoreStatus(RestoreStatus) - Method in interface com.ibm.cos.v2.services.s3.model.S3Object.Builder
Specifies the restoration status of an object.
restoreStatus(Consumer<RestoreStatus.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.S3Object.Builder
Specifies the restoration status of an object.
restoreStatus() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
Specifies the restoration status of an object.
RestoreStatus.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
restrictPublicBuckets(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration.Builder
Specifies whether Amazon S3 should restrict public bucket policies for this bucket.
restrictPublicBuckets() - Method in class com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration
Specifies whether Amazon S3 should restrict public bucket policies for this bucket.
result(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Condition.Builder
 
result() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedDownload
Returns the result.
result(T) - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedDownload.TypedBuilder
Specifies the result of the completed download.
result(T) - Method in interface com.ibm.cos.v2.transfer.s3.model.CompletedDownload.UntypedBuilder
Specifies the result of the completed download.
resultFuture() - Method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer.SplitResult.Builder
 
resultFuture(CompletableFuture<ResultT>) - Method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer.SplitResult.Builder
Sets the future that will be completed when the future returned by calling the AsyncResponseTransformer.prepare() method on the AsyncResponseTransformer which was split completes.
resultFuture() - Method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer.SplitResult
The future returned by this method will be completed when the future returned by calling the AsyncResponseTransformer.prepare() method on the AsyncResponseTransformer which was split completes.
resultFuture() - Method in class com.ibm.cos.v2.core.internal.async.DefaultAsyncResponseTransformerSplitResult.DefaultBuilder
 
resultFuture(CompletableFuture<ResultT>) - Method in class com.ibm.cos.v2.core.internal.async.DefaultAsyncResponseTransformerSplitResult.DefaultBuilder
 
resultFuture() - Method in class com.ibm.cos.v2.core.internal.async.DefaultAsyncResponseTransformerSplitResult
The future returned by this method will be completed when the future returned by calling the AsyncResponseTransformer.prepare() method on the AsyncResponseTransformer which was split completes.
resultFuture(CompletableFuture<ResultT>) - Method in class com.ibm.cos.v2.core.internal.async.SplittingTransformer.Builder
The future that will be completed when the future which is returned by the call to AsyncResponseTransformer.prepare() completes.
ResumableFileDownload - Class in com.ibm.cos.v2.transfer.s3.model
An opaque token that holds the state and can be used to resume a paused download operation.
ResumableFileDownload.Builder - Interface in com.ibm.cos.v2.transfer.s3.model
 
ResumableFileDownloadSerializer - Class in com.ibm.cos.v2.transfer.s3.internal.serialization
 
ResumableFileUpload - Class in com.ibm.cos.v2.transfer.s3.model
POJO class that holds the state and can be used to resume a paused upload file operation.
ResumableFileUpload.Builder - Interface in com.ibm.cos.v2.transfer.s3.model
 
ResumableFileUploadSerializer - Class in com.ibm.cos.v2.transfer.s3.internal.serialization
 
ResumableRequestConverter - Class in com.ibm.cos.v2.transfer.s3.internal.utils
 
ResumableTransfer - Interface in com.ibm.cos.v2.transfer.s3.model
Contains the information of a pausible upload or download; such information can be used to resume the upload or download later on
RESUME_TOKEN - Static variable in class com.ibm.cos.v2.services.s3.multipart.S3MultipartExecutionAttribute
 
resumeDownloadFile(ResumableFileDownload) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
Resumes a downloadFile operation.
resumeDownloadFile(Consumer<ResumableFileDownload.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
This is a convenience method that creates an instance of the ResumableFileDownload builder, avoiding the need to create one manually via ResumableFileDownload.builder().
ResumeTransferProgress - Class in com.ibm.cos.v2.transfer.s3.internal.progress
An implementation of TransferProgress used when resuming a transfer.
ResumeTransferProgress(CompletableFuture<TransferProgress>) - Constructor for class com.ibm.cos.v2.transfer.s3.internal.progress.ResumeTransferProgress
 
resumeUploadFile(ResumableFileUpload) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
Resumes uploadFile operation.
resumeUploadFile(Consumer<ResumableFileUpload.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
This is a convenience method that creates an instance of the ResumableFileUpload builder, avoiding the need to create one manually via ResumableFileUpload.builder().
retainAll(Collection<?>) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
retainUntilDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectLockRetention.Builder
The date on which this Object Lock Retention will expire.
retainUntilDate() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRetention
The date on which this Object Lock Retention will expire.
retention(ObjectLockRetention) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRetentionResponse.Builder
The container element for an object's retention settings.
retention(Consumer<ObjectLockRetention.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRetentionResponse.Builder
The container element for an object's retention settings.
retention() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionResponse
The container element for an object's retention settings.
retention(ObjectLockRetention) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest.Builder
The container element for the Object Retention configuration.
retention(Consumer<ObjectLockRetention.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest.Builder
The container element for the Object Retention configuration.
retention() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
The container element for the Object Retention configuration.
Retention - Class in com.ibm.cos.v2.services.s3.model
 
Retention(Retention.BuilderImpl) - Constructor for class com.ibm.cos.v2.services.s3.model.Retention
 
Retention.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
RETENTION_DIRECTIVE - Static variable in class com.ibm.cos.v2.services.s3.transform.CopyObjectRequestMarshaller
 
retentionDirective(RetentionDirective) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Controls how the Protection state of the source object is copied to the destination object.
retentionDirective() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
 
RetentionDirective - Enum in com.ibm.cos.v2.services.s3.model
 
retentionExpirationDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
 
retentionExpirationDate() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
 
retentionExpirationDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
 
retentionExpirationDate() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
 
retentionExpirationDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Date on which it will be legal to delete or modify the object.
retentionExpirationDate() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
IBM-specific
retentionExpirationDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Date on which it will be legal to delete or modify the object.
retentionExpirationDate() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
IBM-specific
retentionExpirationDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse.Builder
Sets the retention expiration date for the object.
retentionExpirationDate() - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse
Gets the retention expiration date for the object.
retentionExpirationDate(Instant) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Date on which it will be legal to delete or modify the object.
retentionExpirationDate() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
 
retentionLegalHoldCount(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The number of legal holds applied to the object.
retentionLegalHoldCount() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
IBM-specific
retentionLegalHoldCount(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The number of legal holds applied to the object.
retentionLegalHoldCount() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
IBM-specific
retentionLegalHoldId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
 
retentionLegalHoldId() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
 
retentionLegalHoldId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
 
retentionLegalHoldId() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
 
retentionLegalHoldId(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
The number of legal holds applied to the object.
retentionLegalHoldId() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
 
retentionPeriod(Long) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
 
retentionPeriod() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
 
retentionPeriod(Long) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
 
retentionPeriod() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
 
retentionPeriod(Long) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Retention period to store on the object in seconds.
retentionPeriod() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
IBM-specific
retentionPeriod(Long) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Retention period to store on the object in seconds.
retentionPeriod() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
IBM-specific
retentionPeriod(long) - Method in interface com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse.Builder
Sets the retention period for the object.
retentionPeriod() - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse
Gets the retention period for the object.
retentionPeriod(Long) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Retention period to store on the object in seconds.
retentionPeriod() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
 
RETRIES_ATTEMPTED_CEILING - Static variable in interface com.ibm.cos.v2.core.retry.backoff.BackoffStrategy
Deprecated.
Max permitted retry times.
retriesAttempted(int) - Method in class com.ibm.cos.v2.core.retry.RetryPolicyContext.Builder
 
retriesAttempted() - Method in class com.ibm.cos.v2.core.retry.RetryPolicyContext
 
RETRY_COUNT - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The number of retries that the SDK performed in the execution of the request.
RETRY_MODE - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
RETRY_MODE - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
The "retry mode" to be used for clients created using the currently-configured profile.
RETRY_POLICY - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
 
RETRY_STRATEGY - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
 
RETRY_TOKEN - Static variable in class com.ibm.cos.v2.core.internal.InternalCoreExecutionAttribute
 
retryable() - Method in exception com.ibm.cos.v2.core.exception.Crc32MismatchException
 
retryable() - Method in exception com.ibm.cos.v2.core.exception.NonRetryableException
 
retryable() - Method in exception com.ibm.cos.v2.core.exception.RetryableException
 
retryable() - Method in exception com.ibm.cos.v2.core.exception.SdkException
Specifies whether or not an exception can be expected to succeed on a retry.
RETRYABLE_ERROR_CODES - Static variable in class com.ibm.cos.v2.awscore.internal.AwsErrorCode
 
RETRYABLE_EXCEPTIONS - Static variable in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetrySetting
 
RETRYABLE_STATUS_CODES - Static variable in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetrySetting
 
RetryableAction<T> - Class in com.ibm.cos.v2.testutils.retry
Utility to repeatedly invoke an action that returns a result until it succeeds or the max allowed attempts is reached.
RetryableAssertion - Class in com.ibm.cos.v2.testutils.retry
Utility to repeatedly invoke assertion logic until it succeeds or the max allowed attempts is reached.
RetryableError - Error in com.ibm.cos.v2.testutils.retry
Normally Error's are not retried by RetryableAction.
RetryableError(Error) - Constructor for error com.ibm.cos.v2.testutils.retry.RetryableError
 
RetryableException - Exception in com.ibm.cos.v2.core.exception
Extension of SdkException that can be used by clients to explicitly have an exception retried.
RetryableException(RetryableException.Builder) - Constructor for exception com.ibm.cos.v2.core.exception.RetryableException
 
RetryableException.Builder - Interface in com.ibm.cos.v2.core.exception
 
RetryableException.BuilderImpl - Class in com.ibm.cos.v2.core.exception
 
RetryableParams - Class in com.ibm.cos.v2.testutils.retry
Parameters for RetryableAssertion.
RetryableParams() - Constructor for class com.ibm.cos.v2.testutils.retry.RetryableParams
 
RetryableStage<OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Wrapper around the pipeline for a single request to provide retry, clock-skew and request throttling functionality.
RetryableStage(HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.RetryableStage
 
RetryableStageHelper - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages.utils
Contains the logic shared by RetryableStage and AsyncRetryableStage when querying and interacting with a RetryStrategy.
RetryableStageHelper(SdkHttpFullRequest, RequestExecutionContext, HttpClientDependencies) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.RetryableStageHelper
 
RetryableTest - Annotation Type in com.ibm.cos.v2.testutils.retry
Denotes that a method is a test template for a retryable test.
RetryableTestExtension - Class in com.ibm.cos.v2.testutils.retry
 
RetryableTestExtension() - Constructor for class com.ibm.cos.v2.testutils.retry.RetryableTestExtension
 
retryCapacityCondition(RetryCondition) - Method in interface com.ibm.cos.v2.core.retry.RetryPolicy.Builder
Deprecated.
Configure the RetryCondition that should be used to throttle the number of retries attempted by the SDK client as a whole.
retryCapacityCondition() - Method in interface com.ibm.cos.v2.core.retry.RetryPolicy.Builder
Deprecated.
 
RetryCondition - Interface in com.ibm.cos.v2.core.retry.conditions
retryCondition(RetryCondition) - Method in interface com.ibm.cos.v2.core.retry.RetryPolicy.Builder
Deprecated.
Configure the condition under which the request should be retried.
retryCondition() - Method in interface com.ibm.cos.v2.core.retry.RetryPolicy.Builder
Deprecated.
 
retryCondition() - Method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
Retrieve the RetryPolicy.Builder.retryCondition(RetryCondition) configured on the builder.
retryImmediately() - Static method in interface com.ibm.cos.v2.retries.api.BackoffStrategy
Do not back off: retry immediately.
retryMode() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
 
retryMode() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
The optional retry mode that should be used when handling failure cases.
retryMode(RetryStrategy) - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetryStrategy
Returns the RetryMode for the given retry strategy.
RetryMode - Enum in com.ibm.cos.v2.core.retry
A retry mode is a collection of retry behaviors encoded under a single value.
retryMode() - Method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
Retrieve the RetryMode that was used to determine the defaults for this retry policy.
RetryMode.Resolver - Class in com.ibm.cos.v2.core.retry
Allows customizing the variables used during determination of a RetryMode.
RetryOnClockSkewCondition - Class in com.ibm.cos.v2.core.retry.conditions
A RetryCondition that will return true if the provided exception seems to be due to a clock skew between the client and service.
RetryOnErrorCodeCondition - Class in com.ibm.cos.v2.awscore.retry.conditions
Retry condition implementation that retries if the exception or the cause of the exception matches the error codes defined.
retryOnException(Predicate<Throwable>) - Method in class com.ibm.cos.v2.core.internal.retry.RetryPolicyAdapter.Builder
 
retryOnException(Predicate<Throwable>) - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy.Builder
Configure the strategy to retry when the provided predicate returns true, given a failure exception.
retryOnException(Class<? extends Throwable>) - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy.Builder
Configure the strategy to retry when a failure exception class is equal to the provided class.
retryOnException(Predicate<Throwable>) - Method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy.Builder
 
retryOnException(Predicate<Throwable>) - Method in class com.ibm.cos.v2.retries.internal.DefaultLegacyRetryStrategy.Builder
 
retryOnException(Predicate<Throwable>) - Method in class com.ibm.cos.v2.retries.internal.DefaultStandardRetryStrategy.Builder
 
retryOnExceptionAcceptor(Predicate<Throwable>) - Static method in interface com.ibm.cos.v2.core.waiters.WaiterAcceptor
Creates a retry on exception waiter acceptor which determines if the exception should transition the waiter to retry state
retryOnExceptionInstanceOf(Class<? extends Throwable>) - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy.Builder
Configure the strategy to retry when a failure exception class is an instance of the provided class (includes subtypes).
retryOnExceptionOrCause(Class<? extends Throwable>) - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy.Builder
Configure the strategy to retry when a failure exception or one of its cause classes is equal to the provided class.
retryOnExceptionOrCauseInstanceOf(Class<? extends Throwable>) - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy.Builder
Configure the strategy to retry when a failure exception or one of its cause classes is an instance of the provided class (includes subtypes).
RetryOnExceptionsCondition - Class in com.ibm.cos.v2.core.retry.conditions
Retry condition implementation that retries if the exception or the cause of the exception matches the classes defined.
retryOnResponseAcceptor(Predicate<T>) - Static method in interface com.ibm.cos.v2.core.waiters.WaiterAcceptor
Creates a retry on exception waiter acceptor which determines if the exception should transition the waiter to retry state
retryOnRootCause(Class<? extends Throwable>) - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy.Builder
Configure the strategy to retry the root cause of a failure (the final cause) a failure exception is equal to the provided class.
retryOnRootCauseInstanceOf(Class<? extends Throwable>) - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy.Builder
Configure the strategy to retry the root cause of a failure (the final cause) a failure exception is an instance of to the provided class (includes subtypes).
RetryOnStatusCodeCondition - Class in com.ibm.cos.v2.core.retry.conditions
Retry condition implementation that retries if the HTTP status code matches one of the provided status codes.
RetryOnThrottlingCondition - Class in com.ibm.cos.v2.core.retry.conditions
A RetryCondition that will return true if the provided exception seems to be due to a throttling error from the service to the client.
retryPolicy(RetryPolicy) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
retryPolicy(Consumer<RetryPolicy.Builder>) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Deprecated.
Use instead #retryStrategy(Consumer)
retryPolicy(RetryMode) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
retryPolicy() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
 
retryPolicy() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
The optional retry policy that should be used when handling failure cases.
retryPolicy(RetryPolicy) - Method in class com.ibm.cos.v2.core.internal.retry.RetryPolicyAdapter.Builder
 
RetryPolicy - Class in com.ibm.cos.v2.core.retry
Deprecated.
Use instead RetryStrategy.
retryPolicy() - Method in interface com.ibm.cos.v2.regions.util.ResourcesEndpointProvider
Allows the extending class to provide a custom retry policy.
RetryPolicy.Builder - Interface in com.ibm.cos.v2.core.retry
Deprecated.
 
RetryPolicyAdapter - Class in com.ibm.cos.v2.core.internal.retry
Implements the RetryStrategy interface by wrapping a RetryPolicy instance.
RetryPolicyAdapter.Builder - Class in com.ibm.cos.v2.core.internal.retry
 
retryPolicyContext(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.internal.retry.RetryPolicyAdapter.Builder
 
RetryPolicyContext - Class in com.ibm.cos.v2.core.retry
Contains useful information about a failed request that can be used to make retry and backoff decisions.
RetryPolicyContext.Builder - Class in com.ibm.cos.v2.core.retry
 
retryPolicyDisallowedRetryException() - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.RetryableStageHelper
Return the exception that should be thrown, because the retry strategy did not allow the request to be retried.
retryPredicates - Variable in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
retryPredicates() - Method in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
RetryRule - Class in com.ibm.cos.v2.testutils.retry
 
RetryRule(int) - Constructor for class com.ibm.cos.v2.testutils.retry.RetryRule
 
RetryRule(int, long, TimeUnit) - Constructor for class com.ibm.cos.v2.testutils.retry.RetryRule
 
retryStrategy(RetryStrategy) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Configure the retry strategy that should be used when handling failure cases.
retryStrategy(RetryMode) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Configure the retry mode used to resolve the corresponding RetryStrategy that should be used when handling failure cases.
retryStrategy(Consumer<RetryStrategy.Builder<?, ?>>) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Configure a consumer to customize the default retry strategy.
retryStrategy() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
 
retryStrategy() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
The optional retry strategy that should be used when handling failure cases.
RetryStrategy - Interface in com.ibm.cos.v2.retries.api
A strategy used by an SDK to determine when something should be retried.
RetryStrategy.Builder<B extends RetryStrategy.Builder<B,T>,T extends RetryStrategy> - Interface in com.ibm.cos.v2.retries.api
Builder to create immutable instances of RetryStrategy.
retryStrategyConfigurator() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
 
retryStrategyConfigurator() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
The optional retry mode that should be used when handling failure cases.
retryStrategyDefaults() - Static method in class com.ibm.cos.v2.awscore.retry.AwsRetryStrategy
 
retryStrategyDefaults() - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetryStrategy
 
RetryStrategyDefaults - Interface in com.ibm.cos.v2.retries.internal
The set of retry predicates that are by default added to a retry strategy.
RetryToken - Interface in com.ibm.cos.v2.retries.api
An opaque token representing an in-progress execution.
RetryUtils - Class in com.ibm.cos.v2.core.retry
 
reuseLastProviderEnabled(Boolean) - Method in interface com.ibm.cos.v2.auth.credentials.AwsCredentialsProviderChain.Builder
Controls whether the chain should reuse the last successful credentials provider in the chain.
reuseLastProviderEnabled(Boolean) - Method in class com.ibm.cos.v2.auth.credentials.DefaultCredentialsProvider.Builder
Controls whether the provider should reuse the last successful credentials provider in the chain.
reverse() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Substring
 
ReviewBeforeRelease - Annotation Type in com.ibm.cos.v2.annotations
An annotation applied during SDK 2.0 developer preview.
right(R) - Static method in class com.ibm.cos.v2.utils.Either
Create a new Either with the right type.
right() - Method in class com.ibm.cos.v2.utils.Either
 
right() - Method in class com.ibm.cos.v2.utils.Pair
 
role(String) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationConfiguration.Builder
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that Amazon S3 assumes when replicating objects.
role() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationConfiguration
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that Amazon S3 assumes when replicating objects.
ROLE_ARN - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Property name for specifying the IAM role to assume
ROLE_SESSION_NAME - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Property name for specifying the IAM role session name
roleArn(String) - Method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties.Builder
 
roleArn() - Method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties
 
roleArn(String) - Method in interface com.ibm.cos.v2.auth.credentials.WebIdentityTokenFileCredentialsProvider.Builder
Define the role arn that should be used by this credentials provider.
roleSessionDuration(Duration) - Method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties.Builder
 
roleSessionDuration() - Method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties
 
roleSessionDuration(Duration) - Method in interface com.ibm.cos.v2.auth.credentials.WebIdentityTokenFileCredentialsProvider.Builder
 
roleSessionName(String) - Method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties.Builder
 
roleSessionName() - Method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties
 
roleSessionName(String) - Method in interface com.ibm.cos.v2.auth.credentials.WebIdentityTokenFileCredentialsProvider.Builder
Define the role session name that should be used by this credentials provider.
RollingSigner - Class in com.ibm.cos.v2.http.auth.aws.crt.internal.signer
A class which calculates a rolling signature of arbitrary data using HMAC-SHA256.
RollingSigner(byte[], AwsSigningConfig) - Constructor for class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.RollingSigner
 
RollingSigner - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
A class which calculates a rolling signature of arbitrary data using HMAC-SHA256.
RollingSigner(byte[], String) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.RollingSigner
 
ROOT_MARSHALL_LOCATION_ATTRIBUTE - Static variable in class com.ibm.cos.v2.protocols.xml.AwsXmlProtocolFactory
Some services like Route53 specifies the location for the request shape.
RoutingRule - Class in com.ibm.cos.v2.services.s3.model
Specifies the redirect behavior and when a redirect is applied.
RoutingRule.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
routingRules(Collection<RoutingRule>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse.Builder
Rules that define when a redirect is applied and the redirect behavior.
routingRules(RoutingRule...) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse.Builder
Rules that define when a redirect is applied and the redirect behavior.
routingRules(Consumer<RoutingRule.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse.Builder
Rules that define when a redirect is applied and the redirect behavior.
routingRules() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse
Rules that define when a redirect is applied and the redirect behavior.
routingRules(Collection<RoutingRule>) - Method in interface com.ibm.cos.v2.services.s3.model.WebsiteConfiguration.Builder
Rules that define when a redirect is applied and the redirect behavior.
routingRules(RoutingRule...) - Method in interface com.ibm.cos.v2.services.s3.model.WebsiteConfiguration.Builder
Rules that define when a redirect is applied and the redirect behavior.
routingRules(Consumer<RoutingRule.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.WebsiteConfiguration.Builder
Rules that define when a redirect is applied and the redirect behavior.
routingRules() - Method in class com.ibm.cos.v2.services.s3.model.WebsiteConfiguration
Rules that define when a redirect is applied and the redirect behavior.
Rule - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
Rule(Rule.Builder) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Rule
 
rule(ObjectLockRule) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration.Builder
Specifies the Object Lock rule for the specified object.
rule(Consumer<ObjectLockRule.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration.Builder
Specifies the Object Lock rule for the specified object.
rule() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration
Specifies the Object Lock rule for the specified object.
Rule.Builder - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
RuleArn - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
RuleEngine - Interface in com.ibm.cos.v2.services.s3.endpoints.internal
 
RuleError - Exception in com.ibm.cos.v2.services.s3.endpoints.internal
 
RuleError(RuleError.BuilderImpl) - Constructor for exception com.ibm.cos.v2.services.s3.endpoints.internal.RuleError
 
RuleError.Builder - Interface in com.ibm.cos.v2.services.s3.endpoints.internal
 
RuleEvaluator - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
RuleEvaluator() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
ruleParams(SdkRequest, ExecutionAttributes) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.S3ResolveEndpointInterceptor
 
RulePartition - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
RulePartition.Builder - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
RuleResult - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
RULES - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule
 
rules(Collection<LifecycleRule>) - Method in interface com.ibm.cos.v2.services.s3.model.BucketLifecycleConfiguration.Builder
A lifecycle rule for individual objects in an Amazon S3 bucket.
rules(LifecycleRule...) - Method in interface com.ibm.cos.v2.services.s3.model.BucketLifecycleConfiguration.Builder
A lifecycle rule for individual objects in an Amazon S3 bucket.
rules(Consumer<LifecycleRule.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.BucketLifecycleConfiguration.Builder
A lifecycle rule for individual objects in an Amazon S3 bucket.
rules() - Method in class com.ibm.cos.v2.services.s3.model.BucketLifecycleConfiguration
A lifecycle rule for individual objects in an Amazon S3 bucket.
rules(Collection<LifecycleRule>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse.Builder
Container for a lifecycle rule.
rules(LifecycleRule...) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse.Builder
Container for a lifecycle rule.
rules(Consumer<LifecycleRule.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse.Builder
Container for a lifecycle rule.
rules() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse
Container for a lifecycle rule.
rules(Collection<OwnershipControlsRule>) - Method in interface com.ibm.cos.v2.services.s3.model.OwnershipControls.Builder
The container element for an ownership control rule.
rules(OwnershipControlsRule...) - Method in interface com.ibm.cos.v2.services.s3.model.OwnershipControls.Builder
The container element for an ownership control rule.
rules(Consumer<OwnershipControlsRule.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.OwnershipControls.Builder
The container element for an ownership control rule.
rules() - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControls
The container element for an ownership control rule.
rules(Collection<ReplicationRule>) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationConfiguration.Builder
A container for one or more replication rules.
rules(ReplicationRule...) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationConfiguration.Builder
A container for one or more replication rules.
rules(Consumer<ReplicationRule.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationConfiguration.Builder
A container for one or more replication rules.
rules() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationConfiguration
A container for one or more replication rules.
rules(Collection<ServerSideEncryptionRule>) - Method in interface com.ibm.cos.v2.services.s3.model.ServerSideEncryptionConfiguration.Builder
Container for information about a particular server-side encryption configuration rule.
rules(ServerSideEncryptionRule...) - Method in interface com.ibm.cos.v2.services.s3.model.ServerSideEncryptionConfiguration.Builder
Container for information about a particular server-side encryption configuration rule.
rules(Consumer<ServerSideEncryptionRule.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ServerSideEncryptionConfiguration.Builder
Container for information about a particular server-side encryption configuration rule.
rules() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionConfiguration
Container for information about a particular server-side encryption configuration rule.
RulesFunctions - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
RulesFunctions() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.RulesFunctions
 
RuleUrl - Class in com.ibm.cos.v2.services.s3.endpoints.internal
Represents a URL to be used internally for endpoint resolution.
RuleValueVisitor<R> - Interface in com.ibm.cos.v2.services.s3.endpoints.internal
Visitor for the right-hand side of rules (tree, error, endpoint)
run() - Method in class com.ibm.cos.v2.core.internal.http.timers.AsyncTimeoutTask
 
run() - Method in class com.ibm.cos.v2.core.internal.http.timers.SyncTimeoutTask
Runs this task.
run(Supplier<T>) - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiter
 
run(Supplier<T>, WaiterOverrideConfiguration) - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiter
 
run(Supplier<T>) - Method in interface com.ibm.cos.v2.core.waiters.Waiter
It returns when the resource enters into a desired state or it is determined that the resource will never enter into the desired state.
run(Supplier<T>, WaiterOverrideConfiguration) - Method in interface com.ibm.cos.v2.core.waiters.Waiter
It returns when the resource enters into a desired state or it is determined that the resource will never enter into the desired state.
run(Supplier<T>, Consumer<WaiterOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.core.waiters.Waiter
It returns when the resource enters into a desired state or it is determined that the resource will never enter into the desired state.
run(Consumer<EnvironmentVariableHelper>) - Static method in class com.ibm.cos.v2.testutils.EnvironmentVariableHelper
Static run method that allows for "single-use" environment variable modification.
run(Supplier<T>) - Static method in class com.ibm.cos.v2.testutils.Waiter
Create a waiter that attempts executing the provided function until the condition set with Waiter.until(Predicate) is met or until it throws an exception.
run() - Method in interface com.ibm.cos.v2.utils.FunctionalUtils.UnsafeRunnable
 
runAndLogError(NettyClientLogger, String, FunctionalUtils.UnsafeRunnable) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
 
runAndLogError(Logger, String, FunctionalUtils.UnsafeRunnable) - Static method in class com.ibm.cos.v2.utils.FunctionalUtils
Runs a given FunctionalUtils.UnsafeRunnable and logs an error without throwing.
runAsync(Supplier<CompletableFuture<T>>) - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultAsyncWaiter
 
runAsync(Supplier<CompletableFuture<T>>, WaiterOverrideConfiguration) - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultAsyncWaiter
 
runAsync(Supplier<CompletableFuture<T>>) - Method in interface com.ibm.cos.v2.core.waiters.AsyncWaiter
Runs the provided polling function.
runAsync(Supplier<CompletableFuture<T>>, WaiterOverrideConfiguration) - Method in interface com.ibm.cos.v2.core.waiters.AsyncWaiter
Runs the provided polling function.
runAsync(Supplier<CompletableFuture<T>>, Consumer<WaiterOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.core.waiters.AsyncWaiter
Runs the provided polling function.
runInitialInterceptors(InterceptorContext, ExecutionAttributes, ExecutionInterceptorChain) - Static method in class com.ibm.cos.v2.awscore.internal.AwsExecutionContextBuilder
Finalize SdkRequest by running beforeExecution and modifyRequest interceptors.
runOrPropagate(Promise<?>, Runnable) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
Create a GenericFutureListener that will propagate any failures or cancellations to the provided Promise, or invoke the provided Runnable upon successful operation completion.
runtimeError() - Method in class com.ibm.cos.v2.utils.async.StoringSubscriber.Event
The error stored in this ERROR type.
runWithInstanceThreadName(Runnable) - Method in class com.ibm.cos.v2.utils.cache.NonBlocking
 

S

s3(S3Location) - Method in interface com.ibm.cos.v2.services.s3.model.OutputLocation.Builder
Describes an S3 location that will receive the results of the restore request.
s3(Consumer<S3Location.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.OutputLocation.Builder
Describes an S3 location that will receive the results of the restore request.
s3() - Method in class com.ibm.cos.v2.services.s3.model.OutputLocation
Describes an S3 location that will receive the results of the restore request.
S3_EXPRESS - Static variable in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressUtils
 
S3_MD5_CHECKSUM_LENGTH - Static variable in class com.ibm.cos.v2.services.s3.internal.checksums.ChecksumConstant
Length of an MD5 checksum in bytes.
S3_SIGV4A_SIGNER_CLASS_PATH - Static variable in class com.ibm.cos.v2.auth.signer.internal.util.SignerMethodResolver
 
S3_US_EAST_1_REGIONAL_ENDPOINT - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
The S3 regional endpoint setting for the us-east-1 region.
S3AccessPointBuilder - Class in com.ibm.cos.v2.services.s3.internal.resource
This class is used to construct an endpoint host for an S3 access point.
S3AccessPointBuilder() - Constructor for class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointBuilder
 
S3AccessPointResource - Class in com.ibm.cos.v2.services.s3.internal.resource
An S3Resource that represents an S3 access point.
S3AccessPointResource.Builder - Class in com.ibm.cos.v2.services.s3.internal.resource
A builder for S3AccessPointResource objects.
S3ArnConverter - Class in com.ibm.cos.v2.services.s3.internal.resource
An implementation of ArnConverter that can be used to convert valid Arn representations of s3 resources into S3Resource objects.
S3ArnUtils - Class in com.ibm.cos.v2.services.s3.internal.resource
 
S3AsyncClient - Interface in com.ibm.cos.v2.services.s3
Service client for accessing Amazon S3 asynchronously.
S3AsyncClientBuilder - Interface in com.ibm.cos.v2.services.s3
A builder for creating an instance of S3AsyncClient.
S3AsyncClientDecorator - Class in com.ibm.cos.v2.services.s3.internal.client
 
S3AsyncClientDecorator() - Constructor for class com.ibm.cos.v2.services.s3.internal.client.S3AsyncClientDecorator
 
S3AsyncWaiter - Interface in com.ibm.cos.v2.services.s3.waiters
Waiter utility class that polls a resource until a desired state is reached or until it is determined that the resource will never enter into the desired state.
S3AsyncWaiter.Builder - Interface in com.ibm.cos.v2.services.s3.waiters
 
S3AuthSchemeInterceptor - Class in com.ibm.cos.v2.services.s3.auth.scheme.internal
 
S3AuthSchemeInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.auth.scheme.internal.S3AuthSchemeInterceptor
 
S3AuthSchemeParams - Interface in com.ibm.cos.v2.services.s3.auth.scheme
The parameters object used to resolve the auth schemes for the S3 service.
S3AuthSchemeParams.Builder - Interface in com.ibm.cos.v2.services.s3.auth.scheme
A builder for a S3AuthSchemeParams.
S3AuthSchemeProvider - Interface in com.ibm.cos.v2.services.s3.auth.scheme
An auth scheme provider for S3 service.
S3BaseClientBuilder<B extends S3BaseClientBuilder<B,C>,C> - Interface in com.ibm.cos.v2.services.s3
This includes configuration specific to Amazon S3 that is supported by both S3ClientBuilder and S3AsyncClientBuilder.
s3BucketDestination(AnalyticsS3BucketDestination) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsExportDestination.Builder
A destination signifying output to an S3 bucket.
s3BucketDestination(Consumer<AnalyticsS3BucketDestination.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsExportDestination.Builder
A destination signifying output to an S3 bucket.
s3BucketDestination() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsExportDestination
A destination signifying output to an S3 bucket.
s3BucketDestination(InventoryS3BucketDestination) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryDestination.Builder
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
s3BucketDestination(Consumer<InventoryS3BucketDestination.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryDestination.Builder
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
s3BucketDestination() - Method in class com.ibm.cos.v2.services.s3.model.InventoryDestination
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
S3BucketResource - Class in com.ibm.cos.v2.services.s3.internal.resource
An S3Resource that represents an S3 bucket.
S3BucketResource.Builder - Class in com.ibm.cos.v2.services.s3.internal.resource
A builder for S3BucketResource objects.
S3ChecksumUtils - Class in com.ibm.cos.v2.services.s3.internal.multipart
 
S3ChecksumValidatingInputStream - Class in com.ibm.cos.v2.services.s3.internal.checksums
 
S3ChecksumValidatingInputStream(InputStream, SdkChecksum, long) - Constructor for class com.ibm.cos.v2.services.s3.internal.checksums.S3ChecksumValidatingInputStream
Creates an input stream using the specified Checksum, input stream, and length.
S3ChecksumValidatingPublisher - Class in com.ibm.cos.v2.services.s3.internal.checksums
 
S3ChecksumValidatingPublisher(Publisher<ByteBuffer>, SdkChecksum, long) - Constructor for class com.ibm.cos.v2.services.s3.internal.checksums.S3ChecksumValidatingPublisher
 
s3Client(S3Client) - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultS3Presigner.Builder
 
s3Client(S3Client) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner.Builder
Supply an S3 client for presigning S3 express requests that require S3 express session credentials, S3ExpressSessionCredentials.
S3Client - Interface in com.ibm.cos.v2.services.s3
Service client for accessing Amazon S3.
s3Client(S3AsyncClient) - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerFactory.DefaultBuilder
 
s3Client(S3AsyncClient) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager.Builder
Specifies the low level S3AsyncClient that will be used to send requests to S3.
S3ClientBuilder - Interface in com.ibm.cos.v2.services.s3
A builder for creating an instance of S3Client.
S3ClientContextParams<T> - Class in com.ibm.cos.v2.services.s3.endpoints
 
S3ClientOption<T> - Class in com.ibm.cos.v2.services.s3.internal
 
S3ClientType - Enum in com.ibm.cos.v2.transfer.s3.internal
Enum type to indicate the implementation of S3AsyncClient
S3Configuration - Class in com.ibm.cos.v2.services.s3
 
s3Configuration(S3Configuration) - Method in class com.ibm.cos.v2.services.s3.S3Utilities.Builder
Sets the S3 configuration to enable options like path style access, dual stack, accelerate mode etc.
S3Configuration.Builder - Interface in com.ibm.cos.v2.services.s3
 
S3ControlServiceMetadata - Class in com.ibm.cos.v2.regions.servicemetadata
 
S3ControlServiceMetadata() - Constructor for class com.ibm.cos.v2.regions.servicemetadata.S3ControlServiceMetadata
 
S3CrossRegionAsyncClient - Class in com.ibm.cos.v2.services.s3.internal.crossregion
 
S3CrossRegionAsyncClient(S3AsyncClient) - Constructor for class com.ibm.cos.v2.services.s3.internal.crossregion.S3CrossRegionAsyncClient
 
S3CrossRegionSyncClient - Class in com.ibm.cos.v2.services.s3.internal.crossregion
Decorator S3 Sync client that will fetch the region name whenever there is Redirect 301 error due to cross region bucket access.
S3CrossRegionSyncClient(S3Client) - Constructor for class com.ibm.cos.v2.services.s3.internal.crossregion.S3CrossRegionSyncClient
 
s3Delimiter(String) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest.Builder
Specifies the delimiter.
s3Delimiter() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest
 
S3DisableChunkEncodingAuthSchemeProvider - Class in com.ibm.cos.v2.services.s3.internal.plugins
Internal plugin that sets the signer property AwsV4FamilyHttpSigner.CHUNK_ENCODING_ENABLED to false.
S3DisableChunkEncodingIfConfiguredPlugin - Class in com.ibm.cos.v2.services.s3.internal.plugins
Internal plugin that uses the check if S3Configuration.chunkedEncodingEnabled() is configured and equals to false, if so, then it installs an instance of S3DisableChunkEncodingAuthSchemeProvider wrapping the configured S3AuthSchemeProvider that sets AwsV4FamilyHttpSigner.CHUNK_ENCODING_ENABLED to false.
S3DisableChunkEncodingIfConfiguredPlugin(SdkClientConfiguration) - Constructor for class com.ibm.cos.v2.services.s3.internal.plugins.S3DisableChunkEncodingIfConfiguredPlugin
 
S3EndpointAuthSchemeStrategyFactory - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
S3EndpointAuthSchemeStrategyFactory() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.S3EndpointAuthSchemeStrategyFactory
 
S3EndpointParams - Class in com.ibm.cos.v2.services.s3.endpoints
The parameters object used to resolve an endpoint for the S3 service.
S3EndpointParams.Builder - Interface in com.ibm.cos.v2.services.s3.endpoints
 
S3EndpointProvider - Interface in com.ibm.cos.v2.services.s3.endpoints
An endpoint provider for S3.
S3EndpointResolver - Interface in com.ibm.cos.v2.services.s3.internal.endpoints
An S3 endpoint resolver returns a ConfiguredS3SdkHttpRequest based on the HTTP context and previously set execution attributes.
S3EndpointResolverAware - Interface in com.ibm.cos.v2.services.s3.auth.scheme.internal
 
S3EndpointResolverAware.Builder - Interface in com.ibm.cos.v2.services.s3.auth.scheme.internal
 
S3EndpointResolverContext - Class in com.ibm.cos.v2.services.s3.internal.endpoints
Contains the information needed to resolve S3 endpoints.
S3EndpointResolverContext.Builder - Class in com.ibm.cos.v2.services.s3.internal.endpoints
 
S3EndpointResolverFactoryContext - Class in com.ibm.cos.v2.services.s3.internal.endpoints
 
S3EndpointResolverFactoryContext.Builder - Interface in com.ibm.cos.v2.services.s3.internal.endpoints
 
S3EndpointUtils - Class in com.ibm.cos.v2.services.s3.internal.endpoints
Utilities for working with Amazon S3 bucket names and endpoints.
S3Error - Class in com.ibm.cos.v2.services.s3.model
Container for all error elements.
S3Error.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
S3Exception - Exception in com.ibm.cos.v2.services.s3.model
 
S3Exception(S3Exception.Builder) - Constructor for exception com.ibm.cos.v2.services.s3.model.S3Exception
 
S3Exception.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
S3Exception.BuilderImpl - Class in com.ibm.cos.v2.services.s3.model
 
S3ExpressAuthScheme - Interface in com.ibm.cos.v2.services.s3.s3express
An auth scheme for faster authentication when interacting with S3 express.
S3ExpressAuthSchemeProvider - Class in com.ibm.cos.v2.services.s3.internal.s3express
 
S3ExpressEndpointAuthScheme - Class in com.ibm.cos.v2.services.s3.endpoints.authscheme
A Signature Version 4 authentication scheme.
S3ExpressEndpointAuthScheme.Builder - Class in com.ibm.cos.v2.services.s3.endpoints.authscheme
 
S3ExpressIdentityCache - Class in com.ibm.cos.v2.services.s3.internal.s3express
 
S3ExpressIdentityKey - Class in com.ibm.cos.v2.services.s3.internal.s3express
The true keys used in the identity cache are - bucket - identity (AwsCredentials)
S3ExpressIdentityKey(S3ExpressIdentityKey.Builder) - Constructor for class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressIdentityKey
 
S3ExpressIdentityKey.Builder - Class in com.ibm.cos.v2.services.s3.internal.s3express
 
S3ExpressPlugin - Class in com.ibm.cos.v2.services.s3.internal.s3express
 
S3ExpressPlugin() - Constructor for class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressPlugin
 
S3ExpressSessionCredentials - Interface in com.ibm.cos.v2.services.s3.s3express
Session credentials used by S3ExpressAuthScheme.
S3ExpressUtils - Class in com.ibm.cos.v2.services.s3.internal.s3express
 
S3KeyFilter - Class in com.ibm.cos.v2.services.s3.model
A container for object key name prefix and suffix filtering rules.
S3KeyFilter.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
S3Location - Class in com.ibm.cos.v2.services.s3.model
Describes an Amazon S3 location that will receive the results of the restore request.
S3Location.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
S3MultipartExecutionAttribute - Class in com.ibm.cos.v2.services.s3.multipart
 
S3MultipartExecutionAttribute() - Constructor for class com.ibm.cos.v2.services.s3.multipart.S3MultipartExecutionAttribute
 
S3Object - Class in com.ibm.cos.v2.services.s3.model
An object consists of data and its descriptive metadata.
S3Object.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
s3ObjectEtag(String) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload.Builder
Sets the Etag of the object
s3ObjectEtag() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
Etag of the S3 object since last pause, or Optional.empty() if unknown
S3ObjectLambdaEndpointBuilder - Class in com.ibm.cos.v2.services.s3.internal.resource
This class is used to construct an endpoint for an S3 Object Lambda access point.
S3ObjectLambdaOperationEndpointBuilder - Class in com.ibm.cos.v2.services.s3.internal.endpoints
Endpoint builder for operations specific to S3 Object Lambda.
S3ObjectLambdaResource - Class in com.ibm.cos.v2.services.s3.internal.resource
An S3Resource that represents an S3 Object Lambda resource.
S3ObjectLambdaResource.Builder - Class in com.ibm.cos.v2.services.s3.internal.resource
A builder for S3ObjectLambdaResource objects.
s3ObjectLastModified(Instant) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload.Builder
Sets the last modified time of the object
s3ObjectLastModified() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
Last modified time of the S3 object since last pause, or Optional.empty() if unknown
S3ObjectResource - Class in com.ibm.cos.v2.services.s3.internal.resource
An S3Resource that represents an S3 object.
S3ObjectResource.Builder - Class in com.ibm.cos.v2.services.s3.internal.resource
A builder for S3ObjectResource objects.
S3OutpostAccessPointBuilder - Class in com.ibm.cos.v2.services.s3.internal.resource
This class is used to construct an endpoint for an S3 outpost access point.
S3OutpostResource - Class in com.ibm.cos.v2.services.s3.internal.resource
An S3Resource that represents an S3 outpost resource
S3OutpostResource.Builder - Class in com.ibm.cos.v2.services.s3.internal.resource
A builder for S3OutpostResource objects.
S3OutpostsServiceMetadata - Class in com.ibm.cos.v2.regions.servicemetadata
 
S3OutpostsServiceMetadata() - Constructor for class com.ibm.cos.v2.regions.servicemetadata.S3OutpostsServiceMetadata
 
S3OverrideAuthSchemePropertiesPlugin - Class in com.ibm.cos.v2.services.s3.internal.plugins
Plugin that allows override of signer and identity properties on the selected auth scheme options.
S3OverrideAuthSchemePropertiesPlugin.Builder - Class in com.ibm.cos.v2.services.s3.internal.plugins
 
s3Prefix(String) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest.Builder
Specifies the key prefix to use for the objects.
s3Prefix() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest
 
S3Presigner - Interface in com.ibm.cos.v2.services.s3.presigner
Enables signing an S3 SdkRequest so that it can be executed without requiring any additional authentication on the part of the caller.
S3Presigner.Builder - Interface in com.ibm.cos.v2.services.s3.presigner
A builder for creating S3Presigners.
S3Request - Class in com.ibm.cos.v2.services.s3.model
 
S3Request(S3Request.Builder) - Constructor for class com.ibm.cos.v2.services.s3.model.S3Request
 
S3Request.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
S3Request.BuilderImpl - Class in com.ibm.cos.v2.services.s3.model
 
S3RequestSetEndpointInterceptor - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
S3RequestSetEndpointInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.S3RequestSetEndpointInterceptor
 
S3ResolveEndpointInterceptor - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
S3ResolveEndpointInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.S3ResolveEndpointInterceptor
 
S3Resource - Interface in com.ibm.cos.v2.services.s3.internal.resource
A representation of an AWS S3 resource.
S3ResourceType - Enum in com.ibm.cos.v2.services.s3.internal.resource
An enum representing the types of resources supported by S3.
S3Response - Class in com.ibm.cos.v2.services.s3.model
 
S3Response(S3Response.Builder) - Constructor for class com.ibm.cos.v2.services.s3.model.S3Response
 
S3Response.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
S3Response.BuilderImpl - Class in com.ibm.cos.v2.services.s3.model
 
S3ResponseMetadata - Class in com.ibm.cos.v2.services.s3.model
 
S3ResumeToken - Class in com.ibm.cos.v2.services.s3.multipart
 
S3ResumeToken(S3ResumeToken.Builder) - Constructor for class com.ibm.cos.v2.services.s3.multipart.S3ResumeToken
 
S3ResumeToken.Builder - Class in com.ibm.cos.v2.services.s3.multipart
 
S3ServiceClientConfiguration - Class in com.ibm.cos.v2.services.s3
Class to expose the service client settings to the user.
S3ServiceClientConfiguration(S3ServiceClientConfiguration.Builder) - Constructor for class com.ibm.cos.v2.services.s3.S3ServiceClientConfiguration
 
S3ServiceClientConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3
A builder for creating a S3ServiceClientConfiguration
S3ServiceClientConfigurationBuilder - Class in com.ibm.cos.v2.services.s3.internal
 
S3ServiceClientConfigurationBuilder() - Constructor for class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
 
S3ServiceClientConfigurationBuilder(SdkClientConfiguration.Builder) - Constructor for class com.ibm.cos.v2.services.s3.internal.S3ServiceClientConfigurationBuilder
 
S3ServiceMetadata - Class in com.ibm.cos.v2.regions.servicemetadata
 
S3ServiceMetadata() - Constructor for class com.ibm.cos.v2.regions.servicemetadata.S3ServiceMetadata
 
S3SignerExecutionAttribute - Class in com.ibm.cos.v2.auth.signer
Deprecated.
Signer execution attributes have been deprecated in favor of signer properties, set on the auth scheme's signer option.
S3SigningUtils - Class in com.ibm.cos.v2.services.s3.internal.signing
Utilities for working with S3 specific signing
S3SyncClientDecorator - Class in com.ibm.cos.v2.services.s3.internal.client
 
S3SyncClientDecorator() - Constructor for class com.ibm.cos.v2.services.s3.internal.client.S3SyncClientDecorator
 
S3SystemSetting - Enum in com.ibm.cos.v2.services.s3
S3 specific system setting
s3TablesDestination(S3TablesDestination) - Method in interface com.ibm.cos.v2.services.s3.model.MetadataTableConfiguration.Builder
The destination information for the metadata table configuration.
s3TablesDestination(Consumer<S3TablesDestination.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.MetadataTableConfiguration.Builder
The destination information for the metadata table configuration.
s3TablesDestination() - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfiguration
The destination information for the metadata table configuration.
S3TablesDestination - Class in com.ibm.cos.v2.services.s3.model
The destination information for the metadata table configuration.
S3TablesDestination.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
s3TablesDestinationResult(S3TablesDestinationResult) - Method in interface com.ibm.cos.v2.services.s3.model.MetadataTableConfigurationResult.Builder
The destination information for the metadata table configuration.
s3TablesDestinationResult(Consumer<S3TablesDestinationResult.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.MetadataTableConfigurationResult.Builder
The destination information for the metadata table configuration.
s3TablesDestinationResult() - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfigurationResult
The destination information for the metadata table configuration.
S3TablesDestinationResult - Class in com.ibm.cos.v2.services.s3.model
The destination information for the metadata table configuration.
S3TablesDestinationResult.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
S3TransferManager - Interface in com.ibm.cos.v2.transfer.s3
The S3 Transfer Manager offers a simple API that allows you to transfer a single object or a set of objects to and from Amazon S3 with enhanced throughput and reliability.
S3TransferManager.Builder - Interface in com.ibm.cos.v2.transfer.s3
The builder definition for a S3TransferManager.
S3Uri - Class in com.ibm.cos.v2.services.s3
Object that represents a parsed S3 URI.
S3Uri.Builder - Class in com.ibm.cos.v2.services.s3
A builder for creating a S3Uri
S3Utilities - Class in com.ibm.cos.v2.services.s3
Utilities for working with Amazon S3 objects.
S3Utilities.Builder - Class in com.ibm.cos.v2.services.s3
Builder class to construct S3Utilities object
S3Waiter - Interface in com.ibm.cos.v2.services.s3.waiters
Waiter utility class that polls a resource until a desired state is reached or until it is determined that the resource will never enter into the desired state.
S3Waiter.Builder - Interface in com.ibm.cos.v2.services.s3.waiters
 
SA_EAST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
safeCompare(Comparable<T>, T) - Static method in class com.ibm.cos.v2.utils.ComparableUtils
Does a safe comparison of two Comparable objects accounting for nulls
safeConsumer(FunctionalUtils.UnsafeConsumer<I>) - Static method in class com.ibm.cos.v2.utils.FunctionalUtils
A wrapper around a Consumer that throws a checked exception.
safeFunction(FunctionalUtils.UnsafeFunction<T, R>) - Static method in class com.ibm.cos.v2.utils.FunctionalUtils
Takes a functional interface that throws an exception and returns a Function that deals with that exception by wrapping in a runtime exception.
safeRunnable(FunctionalUtils.UnsafeRunnable) - Static method in class com.ibm.cos.v2.utils.FunctionalUtils
A wrapper around a Runnable that throws a checked exception.
safeStringToBoolean(SystemSetting, String) - Static method in class com.ibm.cos.v2.utils.internal.SystemSettingUtils
Convert a string to boolean safely (as opposed to the less strict Boolean.parseBoolean(String)).
safeStringToBoolean(String) - Static method in class com.ibm.cos.v2.utils.StringUtils
Convert a string to boolean safely (as opposed to the less strict Boolean.parseBoolean(String)).
safeSupplier(FunctionalUtils.UnsafeSupplier<T>) - Static method in class com.ibm.cos.v2.utils.FunctionalUtils
A wrapper around a BiConsumer that throws a checked exception.
sanitizeCredentials(AwsCredentials) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsSigner
Loads the individual access key ID and secret key from the specified credentials, trimming any extra whitespace from the credentials.
sanitizeCredentials(AwsCredentials) - Static method in class com.ibm.cos.v2.authcrt.signer.internal.SigningUtils
 
sanitizeCredentials(AwsCredentialsIdentity) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.CredentialUtils
Sanitize given AWS credentials by trimming whitespace
sanitizeCredentialsIAM(IBMOAuthIdentity) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.CredentialUtils
Sanitize given IAM credentials by trimming whitespace
sanitizeInput(String) - Static method in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
Replace any spaces, parentheses in the input with underscores.
sanitizeRequest(SdkHttpRequest) - Static method in class com.ibm.cos.v2.http.auth.aws.crt.internal.util.CrtUtils
Sanitize an SdkHttpRequest, in order to prepare it for converting to a CRT request destined to be signed.
sanitizeSdkRequestForCrtSigning(SdkHttpFullRequest) - Static method in class com.ibm.cos.v2.authcrt.signer.internal.SigningUtils
 
saturatedCast(long) - Static method in class com.ibm.cos.v2.utils.NumericUtils
Returns the int nearest in value to value.
scalaVersion() - Static method in class com.ibm.cos.v2.core.internal.useragent.UserAgentLangValues
Attempt to determine if Scala is on the classpath and if so what version is in use.
ScanRange - Class in com.ibm.cos.v2.services.s3.model
Specifies the byte range of the object to get the records from.
scanRange(ScanRange) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
Specifies the byte range of the object to get the records from.
scanRange(Consumer<ScanRange.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
Specifies the byte range of the object to get the records from.
scanRange() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
Specifies the byte range of the object to get the records from.
ScanRange.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
schedule(Runnable, long, TimeUnit) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
schedule(Callable<V>, long, TimeUnit) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
schedule(InventorySchedule) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryConfiguration.Builder
Specifies the schedule for generating inventory results.
schedule(Consumer<InventorySchedule.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryConfiguration.Builder
Specifies the schedule for generating inventory results.
schedule() - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
Specifies the schedule for generating inventory results.
schedule(Runnable, long, TimeUnit) - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
schedule(Callable<V>, long, TimeUnit) - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
SCHEDULED_EXECUTOR_SERVICE - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The internal SDK scheduled executor service that is used for scheduling tasks such as async retry attempts and timeout task.
scheduledExecutorService(ScheduledExecutorService) - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
Configure the scheduled executor service that should be used for scheduling tasks such as async retry attempts and timeout task.
scheduledExecutorService() - Method in interface com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration.Builder
 
scheduledExecutorService() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
The optional scheduled executor service that should be used for scheduling tasks such as async retry attempts and timeout task.
scheduledExecutorService(ScheduledExecutorService) - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultAsyncWaiter.DefaultBuilder
 
scheduledExecutorService(ScheduledExecutorService) - Method in interface com.ibm.cos.v2.core.waiters.AsyncWaiter.Builder
Defines the ScheduledExecutorService used to schedule async polling attempts.
scheduledExecutorService(ScheduledExecutorService) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter.Builder
Sets a custom ScheduledExecutorService that will be used to schedule async polling attempts
scheduledExecutorService() - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
ScheduledExecutorUtils - Class in com.ibm.cos.v2.utils
Utilities that make it easier to create, use and destroy ScheduledExecutors.
ScheduledExecutorUtils.UnmanagedScheduledExecutorService - Class in com.ibm.cos.v2.utils
Wrapper around ScheduledExecutorService to prevent it from being closed.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
scheme(String) - Method in interface com.ibm.cos.v2.crtcore.CrtProxyConfiguration.Builder
The HTTP scheme to use for connecting to the proxy.
scheme(String) - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration.DefaultBuilder
 
scheme() - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration
 
scheme(String) - Method in interface com.ibm.cos.v2.http.apache.ProxyConfiguration.Builder
The HTTP scheme to use for connecting to the proxy.
scheme() - Method in class com.ibm.cos.v2.http.apache.ProxyConfiguration
Returns the URI.scheme from the configured endpoint.
scheme(String) - Method in interface com.ibm.cos.v2.http.crt.ProxyConfiguration.Builder
The HTTP scheme to use for connecting to the proxy.
scheme(String) - Method in interface com.ibm.cos.v2.http.nio.netty.ProxyConfiguration.Builder
The HTTP scheme to use for connecting to the proxy.
scheme() - Method in class com.ibm.cos.v2.http.nio.netty.ProxyConfiguration
 
scheme(String) - Method in interface com.ibm.cos.v2.http.urlconnection.ProxyConfiguration.Builder
The HTTP scheme to use for connecting to the proxy.
scheme() - Method in class com.ibm.cos.v2.http.urlconnection.ProxyConfiguration
Returns the URI.scheme from the configured endpoint.
SCHEME - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseUrl
 
scheme() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleUrl
 
SCHEME_ID - Static variable in interface com.ibm.cos.v2.http.auth.aws.scheme.AwsV4AuthScheme
The scheme ID for this interface.
SCHEME_ID - Static variable in interface com.ibm.cos.v2.http.auth.scheme.BearerAuthScheme
The scheme ID for this interface.
SCHEME_ID - Static variable in interface com.ibm.cos.v2.http.auth.scheme.NoAuthAuthScheme
The scheme ID for the no-auth auth scheme.
SCHEME_ID - Static variable in interface com.ibm.cos.v2.services.s3.s3express.S3ExpressAuthScheme
The Scheme-Id for S3Express auth scheme
schemeId() - Method in interface com.ibm.cos.v2.awscore.endpoints.authscheme.EndpointAuthScheme
 
schemeId() - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4aAuthScheme
 
schemeId() - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4AuthScheme
 
schemeId() - Method in class com.ibm.cos.v2.http.auth.aws.internal.scheme.DefaultAwsV4AuthScheme
 
schemeId() - Method in class com.ibm.cos.v2.http.auth.internal.scheme.DefaultBearerAuthScheme
 
schemeId() - Method in class com.ibm.cos.v2.http.auth.internal.scheme.DefaultNoAuthAuthScheme
 
schemeId(String) - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultAuthSchemeOption.BuilderImpl
 
schemeId() - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultAuthSchemeOption
 
schemeId() - Method in interface com.ibm.cos.v2.http.auth.spi.scheme.AuthScheme
Retrieve the scheme ID, a unique identifier for the authentication scheme.
schemeId(String) - Method in interface com.ibm.cos.v2.http.auth.spi.scheme.AuthSchemeOption.Builder
Set the scheme ID.
schemeId() - Method in interface com.ibm.cos.v2.http.auth.spi.scheme.AuthSchemeOption
Retrieve the scheme ID, a unique identifier for the authentication scheme (aws.auth#sigv4, smithy.api#httpBearerAuth).
schemeId() - Method in class com.ibm.cos.v2.services.s3.endpoints.authscheme.S3ExpressEndpointAuthScheme
 
schemeId() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressAuthScheme
 
scope() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.CredentialScope
 
scope(AwsCredentialsIdentity) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.CredentialScope
 
scope() - Method in interface com.ibm.cos.v2.retries.api.AcquireInitialTokenRequest
An abstract scope for the attempts about to be executed.
scope() - Method in class com.ibm.cos.v2.retries.api.internal.AcquireInitialTokenRequestImpl
 
scope(String) - Method in class com.ibm.cos.v2.retries.internal.DefaultRetryToken.Builder
Sets the scope of the retry token.
scope() - Method in class com.ibm.cos.v2.retries.internal.DefaultRetryToken
Returns the token scope.
Scope<T> - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
Scope() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Scope
 
SDK_BYTES - Static variable in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
SDK_BYTES - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
 
SDK_BYTES - Static variable in class com.ibm.cos.v2.protocols.query.internal.marshall.SimpleTypeQueryMarshaller
 
SDK_BYTES - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlPayloadMarshaller
 
SDK_BYTES - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlPayloadUnmarshaller
 
SDK_BYTES - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonMarshaller
 
SDK_BYTES - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonUnmarshaller
 
SDK_CBOR_FACTORY - Static variable in class com.ibm.cos.v2.protocols.cbor.internal.AwsStructuredCborFactory
 
SDK_CLIENT - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
Option to specify a reference to the SDK client in use.
SDK_CLIENT - Static variable in class com.ibm.cos.v2.core.identity.SdkIdentityProperty
 
SDK_CLIENT - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
 
SDK_FIELDS - Static variable in class com.ibm.cos.v2.services.s3.model.DeleteLegalHoldRequest
 
SDK_FIELDS - Static variable in class com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest
 
SDK_FIELDS - Static variable in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedRequest
 
SDK_FIELDS - Static variable in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse
 
SDK_HTTP_EXECUTION_ATTRIBUTES - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The SDK HTTP attributes that can be passed to the HTTP client
SDK_JSON_FACTORY - Static variable in class com.ibm.cos.v2.protocols.json.internal.AwsStructuredPlainJsonFactory
 
SDK_METRICS - Static variable in class com.ibm.cos.v2.core.internal.http.pipeline.stages.ApplyUserAgentStage
 
SDK_POJO - Static variable in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
SDK_POJO - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
 
SDK_POJO - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlPayloadMarshaller
 
SDK_RETRY_INFO_HEADER - Static variable in class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.RetryableStageHelper
 
SDK_TOKEN - Static variable in class com.ibm.cos.v2.auth.token.signer.SdkTokenExecutionAttribute
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it.
SDK_UA_APP_ID - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
 
SDK_VERSION - Static variable in class com.ibm.cos.v2.core.util.VersionInfo
The current version of the IBM COS SDK for Java.
SdkAdvancedAsyncClientOption<T> - Class in com.ibm.cos.v2.core.client.config
A collection of advanced options that can be configured on an async AWS client via ClientAsyncConfiguration.Builder.advancedOption(SdkAdvancedAsyncClientOption, Object).
SdkAdvancedClientOption<T> - Class in com.ibm.cos.v2.core.client.config
A collection of advanced options that can be configured on an AWS client via ClientOverrideConfiguration.Builder.putAdvancedOption(SdkAdvancedClientOption, Object).
SdkAdvancedClientOption(Class<T>) - Constructor for class com.ibm.cos.v2.core.client.config.SdkAdvancedClientOption
 
SdkAsserts - Class in com.ibm.cos.v2.testutils
 
SdkAsyncClientBuilder<B extends SdkAsyncClientBuilder<B,C>,C> - Interface in com.ibm.cos.v2.core.client.builder
This includes required and optional override configuration required by every async client builder.
SdkAsyncClientHandler - Class in com.ibm.cos.v2.core.client.handler
Default implementation of AsyncClientHandler.
SdkAsyncClientHandler(SdkClientConfiguration) - Constructor for class com.ibm.cos.v2.core.client.handler.SdkAsyncClientHandler
 
SdkAsyncHttpClient - Interface in com.ibm.cos.v2.http.async
Interface to take a representation of an HTTP request, asynchronously make an HTTP call, and return a representation of an HTTP response.
SdkAsyncHttpClient.Builder<T extends SdkAsyncHttpClient.Builder<T>> - Interface in com.ibm.cos.v2.http.async
 
SdkAsyncHttpResponseHandler - Interface in com.ibm.cos.v2.http.async
Handles asynchronous HTTP responses.
SdkAsyncHttpService - Interface in com.ibm.cos.v2.http.async
Service Provider interface for Async HTTP implementations.
SdkAutoCloseable - Interface in com.ibm.cos.v2.utils
An implementation of AutoCloseable that does not throw any checked exceptions.
SdkAutoConstructList<T> - Interface in com.ibm.cos.v2.core.util
A list that was auto constructed by the SDK.
SdkAutoConstructMap<K,V> - Interface in com.ibm.cos.v2.core.util
A map that was auto constructed by the SDK.
SdkBuilder<B extends SdkBuilder<B,T>,T> - Interface in com.ibm.cos.v2.utils.builder
A mutable object that can be used to create an immutable object of type T.
SdkBytes - Class in com.ibm.cos.v2.core
An in-memory representation of data being given to a service or being returned by a service.
SdkCancellationException - Exception in com.ibm.cos.v2.http
Exception thrown when the response subscription is cancelled.
SdkCancellationException(String) - Constructor for exception com.ibm.cos.v2.http.SdkCancellationException
 
SdkCborGenerator - Class in com.ibm.cos.v2.protocols.cbor.internal
Thin wrapper around Jackson's JSON generator for CBOR.
sdkChannelOptions(SdkChannelOptions) - Method in class com.ibm.cos.v2.http.nio.netty.internal.AwaitCloseChannelPoolMap.Builder
 
SdkChannelOptions - Class in com.ibm.cos.v2.http.nio.netty.internal
 
SdkChannelOptions() - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.SdkChannelOptions
 
SdkChannelPool - Interface in com.ibm.cos.v2.http.nio.netty.internal
A ChannelPool implementation that allows a caller to asynchronously retrieve channel-pool related metrics via SdkChannelPool.collectChannelPoolMetrics(MetricCollector).
SdkChannelPoolMap<K,P extends io.netty.channel.pool.ChannelPool> - Class in com.ibm.cos.v2.http.nio.netty.internal
Replacement for AbstractChannelPoolMap.
SdkChannelPoolMap() - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.SdkChannelPoolMap
 
SdkChecksum - Interface in com.ibm.cos.v2.checksums
Extension of Checksum to support checksums and checksum validations used by the SDK that are not provided by the JDK.
SdkChecksum - Interface in com.ibm.cos.v2.core.checksums
Deprecated.
this class is deprecated and will not be updated.
sdkChecksum - Variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream.Builder
 
sdkChecksum(SdkChecksum) - Method in class com.ibm.cos.v2.core.internal.io.AwsChunkedEncodingInputStream.Builder
 
SdkClient - Interface in com.ibm.cos.v2.core
All SDK service client interfaces should extend this interface.
SdkClientBuilder<B extends SdkClientBuilder<B,C>,C> - Interface in com.ibm.cos.v2.core.client.builder
This includes required and optional override configuration required by every client builder.
SdkClientConfiguration - Class in com.ibm.cos.v2.core.client.config
A collection of configuration that is required by an AWS client in order to operate.
SdkClientConfiguration.Builder - Class in com.ibm.cos.v2.core.client.config
 
SdkClientException - Exception in com.ibm.cos.v2.core.exception
Base type for all client exceptions thrown by the SDK.
SdkClientException(SdkClientException.Builder) - Constructor for exception com.ibm.cos.v2.core.exception.SdkClientException
 
SdkClientException.Builder - Interface in com.ibm.cos.v2.core.exception
 
SdkClientException.BuilderImpl - Class in com.ibm.cos.v2.core.exception
 
SdkClientJsonProtocolAdvancedOption<T> - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall
 
SdkClientJsonProtocolAdvancedOption(Class<T>) - Constructor for class com.ibm.cos.v2.protocols.json.internal.unmarshall.SdkClientJsonProtocolAdvancedOption
 
SdkClientOption<T> - Class in com.ibm.cos.v2.core.client.config
A set of internal options required by the SDK via SdkClientConfiguration.
SdkClientOptionValidation - Class in com.ibm.cos.v2.core.client.config
A set of static methods used to validate that a SdkClientConfiguration contains all of the values required for the SDK to function.
SdkClientOptionValidation() - Constructor for class com.ibm.cos.v2.core.client.config.SdkClientOptionValidation
 
SdkClientTime - Class in com.ibm.cos.v2.core.internal.http
Used for clock skew adjustment between the client JVM where the SDK is run, and the server side.
SdkClientTime() - Constructor for class com.ibm.cos.v2.core.internal.http.SdkClientTime
 
SdkClientUserAgentProperties - Class in com.ibm.cos.v2.core.internal.useragent
Represents AWS SDK user agent client values.
SdkClientUserAgentProperties() - Constructor for class com.ibm.cos.v2.core.internal.useragent.SdkClientUserAgentProperties
 
SdkConnectionKeepAliveStrategy - Class in com.ibm.cos.v2.http.apache.internal.conn
The AWS SDK for Java's implementation of the ConnectionKeepAliveStrategy interface.
SdkConnectionKeepAliveStrategy(long) - Constructor for class com.ibm.cos.v2.http.apache.internal.conn.SdkConnectionKeepAliveStrategy
 
SdkCrc32 - Class in com.ibm.cos.v2.core.internal.checksums.factory
 
SdkCrc32C - Class in com.ibm.cos.v2.core.internal.checksums.factory
 
SdkCrc32CChecksum - Class in com.ibm.cos.v2.checksums.internal
 
SdkCrc32Checksum - Class in com.ibm.cos.v2.checksums.internal
 
SdkDefaultClientBuilder<B extends SdkClientBuilder<B,C>,C> - Class in com.ibm.cos.v2.core.client.builder
An SDK-internal implementation of the methods in SdkClientBuilder, SdkAsyncClientBuilder and SdkSyncClientBuilder.
SdkDefaultClientBuilder() - Constructor for class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
SdkDefaultClientBuilder(SdkHttpClient.Builder, SdkAsyncHttpClient.Builder) - Constructor for class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
SdkDefaultClientBuilder.NonManagedSdkAsyncHttpClient - Class in com.ibm.cos.v2.core.client.builder
Wrapper around SdkAsyncHttpClient to prevent it from being closed.
SdkDefaultClientBuilder.NonManagedSdkHttpClient - Class in com.ibm.cos.v2.core.client.builder
Wrapper around SdkHttpClient to prevent it from being closed.
SdkDefaultRetrySetting - Class in com.ibm.cos.v2.core.internal.retry
 
SdkDefaultRetrySetting.Legacy - Class in com.ibm.cos.v2.core.internal.retry
 
SdkDefaultRetrySetting.Standard - Class in com.ibm.cos.v2.core.internal.retry
 
SdkDefaultRetryStrategy - Class in com.ibm.cos.v2.core.internal.retry
Retry strategies used by any SDK client.
SdkDiagnostics - Class in com.ibm.cos.v2.core.exception
 
SdkDiagnostics.Builder - Interface in com.ibm.cos.v2.core.exception
 
SdkDigestInputStream - Class in com.ibm.cos.v2.core.io
Base class for AWS Java SDK specific DigestInputStream.
SdkDigestInputStream(InputStream, MessageDigest, SdkChecksum) - Constructor for class com.ibm.cos.v2.core.io.SdkDigestInputStream
 
SdkDigestInputStream(InputStream, MessageDigest) - Constructor for class com.ibm.cos.v2.core.io.SdkDigestInputStream
 
SdkErrorType - Enum in com.ibm.cos.v2.core.internal.metrics
General categories of errors that can be encountered when making an API call attempt.
sdkEventLoopGroup(SdkEventLoopGroup) - Method in class com.ibm.cos.v2.http.nio.netty.internal.AwaitCloseChannelPoolMap.Builder
 
SdkEventLoopGroup - Class in com.ibm.cos.v2.http.nio.netty
Provides EventLoopGroup and ChannelFactory for NettyNioAsyncHttpClient.
SdkEventLoopGroup.Builder - Interface in com.ibm.cos.v2.http.nio.netty
A builder for SdkEventLoopGroup.
sdkEventType() - Method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultCont
 
sdkEventType() - Method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultEnd
 
sdkEventType() - Method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultProgress
 
sdkEventType() - Method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultRecords
 
sdkEventType() - Method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultStats
 
sdkEventType() - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentEventStream
The type of this event.
SdkException - Exception in com.ibm.cos.v2.core.exception
Base class for all exceptions thrown by the SDK.
SdkException(SdkException.Builder) - Constructor for exception com.ibm.cos.v2.core.exception.SdkException
 
SdkException.Builder - Interface in com.ibm.cos.v2.core.exception
 
SdkException.BuilderImpl - Class in com.ibm.cos.v2.core.exception
 
SdkExecutionAttribute - Class in com.ibm.cos.v2.core.interceptor
Contains attributes attached to the execution.
SdkExecutionAttribute() - Constructor for class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
 
SdkField<TypeT> - Class in com.ibm.cos.v2.core
Metadata about a member in an SdkPojo.
SdkField.Builder<TypeT> - Class in com.ibm.cos.v2.core
Builder for SdkField.
sdkFieldNameToField() - Method in interface com.ibm.cos.v2.core.SdkPojo
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.AbortIncompleteMultipartUpload
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.AccelerateConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.AccessControlPolicy
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.AccessControlTranslation
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsExportDestination
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Bucket
 
sdkFieldNameToField() - Method in exception com.ibm.cos.v2.services.s3.model.BucketAlreadyExistsException
 
sdkFieldNameToField() - Method in exception com.ibm.cos.v2.services.s3.model.BucketAlreadyOwnedByYouException
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.BucketInfo
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.BucketLifecycleConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.BucketLoggingStatus
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Checksum
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CommonPrefix
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CompletedMultipartUpload
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CompletedPart
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Condition
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ContinuationEvent.BuilderImpl
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ContinuationEvent
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CORSConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CSVInput
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.CSVOutput
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DefaultRetention
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Delete
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeletedObject
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerReplication
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Destination
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Encryption
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.EncryptionConfiguration
 
sdkFieldNameToField() - Method in exception com.ibm.cos.v2.services.s3.model.EncryptionTypeMismatchException
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.EndEvent.BuilderImpl
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.EndEvent
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ErrorDetails
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ErrorDocument
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.EventBridgeConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ExistingObjectReplication
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.FilterRule
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.GlacierJobParameters
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Grant
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Grantee
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.IndexDocument
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Initiator
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.InputSerialization
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter
 
sdkFieldNameToField() - Method in exception com.ibm.cos.v2.services.s3.model.InvalidObjectStateException
 
sdkFieldNameToField() - Method in exception com.ibm.cos.v2.services.s3.model.InvalidRequestException
 
sdkFieldNameToField() - Method in exception com.ibm.cos.v2.services.s3.model.InvalidWriteOffsetException
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.InventoryDestination
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.InventoryEncryption
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.InventoryFilter
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.InventorySchedule
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.JSONInput
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.JSONOutput
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleExpiration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.LocationInfo
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.LoggingEnabled
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.MetadataEntry
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfigurationResult
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Metrics
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.MetricsAndOperator
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.MetricsConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionExpiration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition
 
sdkFieldNameToField() - Method in exception com.ibm.cos.v2.services.s3.model.NoSuchBucketException
 
sdkFieldNameToField() - Method in exception com.ibm.cos.v2.services.s3.model.NoSuchKeyException
 
sdkFieldNameToField() - Method in exception com.ibm.cos.v2.services.s3.model.NoSuchUploadException
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfigurationFilter
 
sdkFieldNameToField() - Method in exception com.ibm.cos.v2.services.s3.model.ObjectAlreadyInActiveTierErrorException
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ObjectIdentifier
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockLegalHold
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRetention
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRule
 
sdkFieldNameToField() - Method in exception com.ibm.cos.v2.services.s3.model.ObjectNotInActiveTierErrorException
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ObjectPart
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.OutputLocation
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.OutputSerialization
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Owner
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControls
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControlsRule
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ParquetInput
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Part
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PartitionedPrefix
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PolicyStatus
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Progress
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent.BuilderImpl
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.QueueConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent.BuilderImpl
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Redirect
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.RedirectAllRequestsTo
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ReplicaModifications
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTime
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTimeValue
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.RequestPaymentConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.RequestProgress
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.RestoreStatus
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.RoutingRule
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.S3Error
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.S3KeyFilter
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestination
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ScanRange
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.SelectParameters
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionByDefault
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionRule
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.SessionCredentials
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.SimplePrefix
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.SourceSelectionCriteria
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.SSEKMS
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjects
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.SSES3
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Stats
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent.BuilderImpl
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysis
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Tag
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Tagging
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.TargetGrant
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.TargetObjectKeyFormat
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Tiering
 
sdkFieldNameToField() - Method in exception com.ibm.cos.v2.services.s3.model.TooManyPartsException
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.TopicConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.Transition
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.VersioningConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.WebsiteConfiguration
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
 
sdkFieldNameToField() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseResponse
 
sdkFields() - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
sdkFields() - Method in exception com.ibm.cos.v2.core.exception.SdkServiceException
 
sdkFields() - Method in class com.ibm.cos.v2.core.protocol.VoidSdkResponse.Builder
 
sdkFields() - Method in class com.ibm.cos.v2.core.protocol.VoidSdkResponse
 
sdkFields() - Method in interface com.ibm.cos.v2.core.SdkPojo
 
sdkFields() - Method in class com.ibm.cos.v2.core.SdkPojoBuilder
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.AbortIncompleteMultipartUpload
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.AccelerateConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.AccessControlPolicy
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.AccessControlTranslation
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.AddLegalHoldRequest
Returns SdkField metadata describing this request.
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsExportDestination
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Bucket
 
sdkFields() - Method in exception com.ibm.cos.v2.services.s3.model.BucketAlreadyExistsException
 
sdkFields() - Method in exception com.ibm.cos.v2.services.s3.model.BucketAlreadyOwnedByYouException
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.BucketInfo
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.BucketLifecycleConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.BucketLoggingStatus
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Checksum
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CommonPrefix
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CompletedMultipartUpload
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CompletedPart
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Condition
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ContentList
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ContinuationEvent.BuilderImpl
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ContinuationEvent
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CORSConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CSVInput
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.CSVOutput
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DefaultRetention
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Delete
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeletedObject
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteLegalHoldRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerReplication
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Destination
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Encryption
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.EncryptionConfiguration
 
sdkFields() - Method in exception com.ibm.cos.v2.services.s3.model.EncryptionTypeMismatchException
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.EndEvent.BuilderImpl
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.EndEvent
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ErrorDetails
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ErrorDocument
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.EventBridgeConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ExistingObjectReplication
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.FilterRule
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GetUrlRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.GlacierJobParameters
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Grant
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Grantee
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.IndexDocument
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Initiator
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.InputSerialization
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter
 
sdkFields() - Method in exception com.ibm.cos.v2.services.s3.model.InvalidObjectStateException
 
sdkFields() - Method in exception com.ibm.cos.v2.services.s3.model.InvalidRequestException
 
sdkFields() - Method in exception com.ibm.cos.v2.services.s3.model.InvalidWriteOffsetException
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.InventoryDestination
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.InventoryEncryption
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.InventoryFilter
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.InventorySchedule
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.JSONInput
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.JSONOutput
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.LegalHold
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleExpiration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.LocationInfo
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.LoggingEnabled
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.MetadataEntry
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfigurationResult
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Metrics
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.MetricsAndOperator
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.MetricsConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionExpiration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition
 
sdkFields() - Method in exception com.ibm.cos.v2.services.s3.model.NoSuchBucketException
 
sdkFields() - Method in exception com.ibm.cos.v2.services.s3.model.NoSuchKeyException
 
sdkFields() - Method in exception com.ibm.cos.v2.services.s3.model.NoSuchUploadException
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfigurationFilter
 
sdkFields() - Method in exception com.ibm.cos.v2.services.s3.model.ObjectAlreadyInActiveTierErrorException
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ObjectIdentifier
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockLegalHold
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRetention
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRule
 
sdkFields() - Method in exception com.ibm.cos.v2.services.s3.model.ObjectNotInActiveTierErrorException
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ObjectPart
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.OutputLocation
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.OutputSerialization
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Owner
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControls
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControlsRule
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ParquetInput
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Part
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PartitionedPrefix
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PolicyStatus
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Progress
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent.BuilderImpl
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketProtectionConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationReattemptRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.QueueConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent.BuilderImpl
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Redirect
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.RedirectAllRequestsTo
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ReplicaModifications
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTime
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTimeValue
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.RequestPaymentConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.RequestProgress
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.RestoreStatus
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Retention
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.RoutingRule
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.S3Error
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.S3KeyFilter
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestination
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ScanRange
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.SelectParameters
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionByDefault
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionRule
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.SessionCredentials
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.SimplePrefix
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.SourceSelectionCriteria
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.SSEKMS
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjects
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.SSES3
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Stats
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent.BuilderImpl
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysis
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Tag
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Tagging
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.TargetGrant
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.TargetObjectKeyFormat
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Tiering
 
sdkFields() - Method in exception com.ibm.cos.v2.services.s3.model.TooManyPartsException
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.TopicConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.Transition
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.VersioningConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.VoidHttpResponse
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.WebsiteConfiguration
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
 
sdkFields() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseResponse
 
SdkFilterInputStream - Class in com.ibm.cos.v2.core.io
Base class for AWS Java SDK specific FilterInputStream.
SdkFilterInputStream(InputStream) - Constructor for class com.ibm.cos.v2.core.io.SdkFilterInputStream
 
SDKGlobalConfiguration - Class in com.ibm.cos.v2
 
SDKGlobalConfiguration() - Constructor for class com.ibm.cos.v2.SDKGlobalConfiguration
 
SdkGlobalTime - Class in com.ibm.cos.v2.core
Used for clock skew adjustment between the client JVM where the SDK is run, and the server side.
SdkHttpClient - Interface in com.ibm.cos.v2.http
Interface to take a representation of an HTTP request, make an HTTP call, and return a representation of an HTTP response.
SdkHttpClient.Builder<T extends SdkHttpClient.Builder<T>> - Interface in com.ibm.cos.v2.http
Interface for creating an SdkHttpClient with service specific defaults applied.
SdkHttpConfigurationOption<T> - Class in com.ibm.cos.v2.http
Type safe key for an HTTP related configuration option.
SdkHttpContentPublisher - Interface in com.ibm.cos.v2.http.async
A Publisher of HTTP content data that allows streaming operations for asynchronous HTTP clients.
SdkHttpExecutionAttribute<T> - Class in com.ibm.cos.v2.http
An attribute attached to a particular HTTP request execution, stored in SdkHttpExecutionAttributes.
SdkHttpExecutionAttribute(Class<T>) - Constructor for class com.ibm.cos.v2.http.SdkHttpExecutionAttribute
 
SdkHttpExecutionAttribute(AttributeMap.Key.UnsafeValueType) - Constructor for class com.ibm.cos.v2.http.SdkHttpExecutionAttribute
 
SdkHttpExecutionAttributes - Class in com.ibm.cos.v2.http
An immutable collection of SdkHttpExecutionAttributes that can be configured on an AsyncExecuteRequest via AsyncExecuteRequest.Builder#httpExecutionAttributes(SdkHttpExecutionAttributes)
SdkHttpExecutionAttributes.Builder - Class in com.ibm.cos.v2.http
 
SdkHttpFullRequest - Interface in com.ibm.cos.v2.http
An immutable HTTP request with a possible HTTP body.
SdkHttpFullRequest.Builder - Interface in com.ibm.cos.v2.http
A mutable builder for SdkHttpFullRequest.
SdkHttpFullResponse - Interface in com.ibm.cos.v2.http
An immutable HTTP response with a possible HTTP body.
sdkHttpFullResponse(SdkHttpFullResponse) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext.Builder
 
sdkHttpFullResponse() - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext
The HTTP response.
SdkHttpFullResponse.Builder - Interface in com.ibm.cos.v2.http
Builder for a DefaultSdkHttpFullResponse.
SdkHttpHeaders - Interface in com.ibm.cos.v2.http
An immutable set of HTTP headers.
SdkHttpMethod - Enum in com.ibm.cos.v2.http
Enum for available HTTP methods.
SdkHttpRequest - Interface in com.ibm.cos.v2.http
An immutable HTTP request without access to the request body.
sdkHttpRequest(SdkHttpRequest) - Method in class com.ibm.cos.v2.services.s3.internal.ConfiguredS3SdkHttpRequest.Builder
 
sdkHttpRequest() - Method in class com.ibm.cos.v2.services.s3.internal.ConfiguredS3SdkHttpRequest
 
SdkHttpRequest.Builder - Interface in com.ibm.cos.v2.http
A mutable builder for SdkHttpFullRequest.
sdkHttpResponse(SdkHttpResponse) - Method in interface com.ibm.cos.v2.awscore.exception.AwsErrorDetails.Builder
Specifies the SdkHttpResponse returned on the error response from the service.
sdkHttpResponse() - Method in interface com.ibm.cos.v2.awscore.exception.AwsErrorDetails.Builder
The HTTP response returned from the service.
sdkHttpResponse(SdkHttpResponse) - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails.BuilderImpl
 
sdkHttpResponse() - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails.BuilderImpl
 
sdkHttpResponse() - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails
Returns a map of HTTP headers associated with the error response.
sdkHttpResponse(SdkHttpResponse) - Method in interface com.ibm.cos.v2.core.SdkResponse.Builder
 
sdkHttpResponse() - Method in interface com.ibm.cos.v2.core.SdkResponse.Builder
 
sdkHttpResponse(SdkHttpResponse) - Method in class com.ibm.cos.v2.core.SdkResponse.BuilderImpl
 
sdkHttpResponse() - Method in class com.ibm.cos.v2.core.SdkResponse.BuilderImpl
 
sdkHttpResponse() - Method in class com.ibm.cos.v2.core.SdkResponse
 
SdkHttpResponse - Interface in com.ibm.cos.v2.http
An immutable HTTP response without access to the response body.
SdkHttpResponse.Builder - Interface in com.ibm.cos.v2.http
Builder for a DefaultSdkHttpFullResponse.
SdkHttpResponseHandler<T> - Interface in com.ibm.cos.v2.http.async
Responsible for handling asynchronous http responses
SdkHttpService - Interface in com.ibm.cos.v2.http
Service Provider interface for HTTP implementations.
SdkHttpUtils - Class in com.ibm.cos.v2.utils.http
A set of utilities that assist with HTTP message-related interactions.
SdkIdentityProperty - Class in com.ibm.cos.v2.core.identity
 
SdkInputStream - Class in com.ibm.cos.v2.core.io
Base class for AWS Java SDK specific InputStream.
SdkInputStream() - Constructor for class com.ibm.cos.v2.core.io.SdkInputStream
 
SdkInternalApi - Annotation Type in com.ibm.cos.v2.annotations
Marker interface for 'internal' APIs that should not be used outside the same module.
SdkInternalExecutionAttribute - Class in com.ibm.cos.v2.core.interceptor
Attributes that can be applied to all sdk requests.
SdkInternalTestAdvancedClientOption<T> - Class in com.ibm.cos.v2.core.internal
Options of SdkAdvancedClientOption that must not be used outside of tests that are stored in this project.
SdkInternalTestAdvancedClientOption(Class<T>) - Constructor for class com.ibm.cos.v2.core.internal.SdkInternalTestAdvancedClientOption
 
SdkInterruptedException - Exception in com.ibm.cos.v2.core.exception
 
SdkInterruptedException() - Constructor for exception com.ibm.cos.v2.core.exception.SdkInterruptedException
 
SdkInterruptedException(SdkHttpFullResponse) - Constructor for exception com.ibm.cos.v2.core.exception.SdkInterruptedException
 
SdkIterable<T> - Interface in com.ibm.cos.v2.core.pagination.sync
A custom iterable used in paginated responses.
SdkJsonErrorMessageParser - Class in com.ibm.cos.v2.protocols.json.internal.unmarshall
 
SdkJsonGenerator - Class in com.ibm.cos.v2.protocols.json
Thin wrapper around Jackson's JSON generator.
SdkJsonGenerator(JsonFactory, String) - Constructor for class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
SdkJsonGenerator.JsonGenerationException - Exception in com.ibm.cos.v2.protocols.json
Indicates an issue writing JSON content.
SdkLengthAwareInputStream - Class in com.ibm.cos.v2.core.internal.io
An InputStream that is aware of its length.
SdkLengthAwareInputStream(InputStream, long) - Constructor for class com.ibm.cos.v2.core.internal.io.SdkLengthAwareInputStream
 
SdkLengthAwareInputStream - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.io
An InputStream that is aware of its length.
SdkLengthAwareInputStream(InputStream, long) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.io.SdkLengthAwareInputStream
 
SdkMetric<T> - Interface in com.ibm.cos.v2.metrics
A specific SDK metric.
SdkNumber - Class in com.ibm.cos.v2.core
An in-memory representation of Number being given to a service or being returned by a service.
SdkPartType - Enum in com.ibm.cos.v2.services.s3.model
 
sdkPartType(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
Indicates whether the request is a last part or not.
sdkPartType(SdkPartType) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
Indicates whether the request is a last part or not.
sdkPartType() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
Indicates whether the request is a last part or not.
sdkPartTypeAsString() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
Indicates whether the request is a last part or not.
SdkPlugin - Interface in com.ibm.cos.v2.core
A plugin modifies a client's configuration when the client is created or at request execution time.
SdkPojo - Interface in com.ibm.cos.v2.core
Interface to provide the list of SdkFields in a POJO.
SdkPojoBuilder<T extends SdkPojo> - Class in com.ibm.cos.v2.core
A builder for an immutable SdkPojo with no fields.
SdkPojoBuilder(T) - Constructor for class com.ibm.cos.v2.core.SdkPojoBuilder
 
SdkPojoConversionUtils - Class in com.ibm.cos.v2.services.s3.internal.multipart
Request conversion utility method for POJO classes associated with multipart feature.
SdkPresigner - Interface in com.ibm.cos.v2.awscore.presigner
The base interface for all SDK presigners.
SdkPresigner.Builder - Interface in com.ibm.cos.v2.awscore.presigner
The base interface for all SDK presigner builders.
SdkPreviewApi - Annotation Type in com.ibm.cos.v2.annotations
Marker interface for preview and experimental APIs.
SdkProtectedApi - Annotation Type in com.ibm.cos.v2.annotations
Marker for elements that should only be accessed by the generated clients and not users of the SDK.
SdkProtocolMetadata - Interface in com.ibm.cos.v2.core
Interface to hold protocol-specific information.
SdkProxyRoutePlanner - Class in com.ibm.cos.v2.http.apache.internal
SdkProxyRoutePlanner delegates a Proxy Route Planner from the settings instead of the system properties.
SdkProxyRoutePlanner(String, int, String, Set<String>) - Constructor for class com.ibm.cos.v2.http.apache.internal.SdkProxyRoutePlanner
 
SdkPublicApi - Annotation Type in com.ibm.cos.v2.annotations
Marker interface for 'public' APIs.
SdkPublisher<T> - Interface in com.ibm.cos.v2.core.async
Interface that is implemented by the Async auto-paginated responses.
SdkPublishers - Class in com.ibm.cos.v2.core.internal.async
Common implementations of SdkPublisher that are provided for convenience when building asynchronous interceptors to be used with specific clients.
SdkRequest - Class in com.ibm.cos.v2.core
The base class for all SDK requests.
SdkRequest() - Constructor for class com.ibm.cos.v2.core.SdkRequest
 
sdkRequest() - Method in class com.ibm.cos.v2.http.crt.internal.CrtAsyncRequestContext
 
sdkRequest() - Method in class com.ibm.cos.v2.http.crt.internal.CrtRequestContext
 
SdkRequest.Builder - Interface in com.ibm.cos.v2.core
 
SdkRequestContext - Class in com.ibm.cos.v2.http
Container for extra dependencies needed during execution of a request.
SdkRequestContext.Builder - Class in com.ibm.cos.v2.http
Builder for a SdkRequestContext.
SdkRequestOverrideConfiguration - Class in com.ibm.cos.v2.core
Base per-request override configuration for all SDK requests.
SdkRequestOverrideConfiguration.Builder - Interface in com.ibm.cos.v2.core
 
SdkResponse - Class in com.ibm.cos.v2.core
The base class for all SDK responses.
SdkResponse(SdkResponse.Builder) - Constructor for class com.ibm.cos.v2.core.SdkResponse
 
sdkResponse(SdkResponse) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgressSnapshot.Builder
 
sdkResponse() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgressSnapshot
 
sdkResponse() - Method in interface com.ibm.cos.v2.transfer.s3.progress.TransferProgressSnapshot
The SDK response, or Optional.empty() if unknown.
SdkResponse.Builder - Interface in com.ibm.cos.v2.core
 
SdkResponse.BuilderImpl - Class in com.ibm.cos.v2.core
 
SdkRetryCondition - Class in com.ibm.cos.v2.core.retry.conditions
Contains predefined RetryCondition provided by SDK.
SdkServiceClientConfiguration - Class in com.ibm.cos.v2.core
Class to expose SDK service client settings to the user, e.g., ClientOverrideConfiguration
SdkServiceClientConfiguration(SdkServiceClientConfiguration.Builder) - Constructor for class com.ibm.cos.v2.core.SdkServiceClientConfiguration
 
SdkServiceClientConfiguration.Builder - Interface in com.ibm.cos.v2.core
The base interface for all SDK service client configuration builders
SdkServiceException - Exception in com.ibm.cos.v2.core.exception
Extension of SdkException that represents an error response returned by the requested downstream service.
SdkServiceException(SdkServiceException.Builder) - Constructor for exception com.ibm.cos.v2.core.exception.SdkServiceException
 
SdkServiceException.Builder - Interface in com.ibm.cos.v2.core.exception
 
SdkServiceException.BuilderImpl - Class in com.ibm.cos.v2.core.exception
 
SdkSigningResult - Class in com.ibm.cos.v2.authcrt.signer.internal
 
SdkSigningResult(byte[], SdkHttpFullRequest) - Constructor for class com.ibm.cos.v2.authcrt.signer.internal.SdkSigningResult
 
SdkSocket - Class in com.ibm.cos.v2.http.apache.internal.net
 
SdkSocket(Socket) - Constructor for class com.ibm.cos.v2.http.apache.internal.net.SdkSocket
 
SdkSslSocket - Class in com.ibm.cos.v2.http.apache.internal.net
 
SdkSslSocket(SSLSocket) - Constructor for class com.ibm.cos.v2.http.apache.internal.net.SdkSslSocket
 
SdkStandardLogger - Class in com.ibm.cos.v2.core
A centralized set of loggers that used across the SDK to log particular types of events.
SdkStructuredCborFactory - Class in com.ibm.cos.v2.protocols.cbor.internal
Creates generators and protocol handlers for CBOR wire format.
SdkStructuredCborFactory.CborGeneratorSupplier - Interface in com.ibm.cos.v2.protocols.cbor.internal
 
SdkSyncClientBuilder<B extends SdkSyncClientBuilder<B,C>,C> - Interface in com.ibm.cos.v2.core.client.builder
This includes required and optional override configuration required by every sync client builder.
SdkSyncClientHandler - Class in com.ibm.cos.v2.core.client.handler
Client handler for SDK clients.
SdkSyncClientHandler(SdkClientConfiguration) - Constructor for class com.ibm.cos.v2.core.client.handler.SdkSyncClientHandler
 
SdkSystemSetting - Enum in com.ibm.cos.v2.core
System properties to configure the SDK runtime.
SdkTestInternalApi - Annotation Type in com.ibm.cos.v2.annotations
Marker interface for methods used by test code in the same module.
SdkTlsSocketFactory - Class in com.ibm.cos.v2.http.apache.internal.conn
 
SdkTlsSocketFactory(SSLContext, HostnameVerifier) - Constructor for class com.ibm.cos.v2.http.apache.internal.conn.SdkTlsSocketFactory
 
SdkToken - Interface in com.ibm.cos.v2.auth.token.credentials
Provides token which is used to securely authorize requests to services that use token based auth, e.g., OAuth.
SdkTokenExecutionAttribute - Class in com.ibm.cos.v2.auth.token.signer
Deprecated.
Signer execution attributes have been deprecated in favor of signer properties, set on the auth scheme's signer options.
SdkTokenProvider - Interface in com.ibm.cos.v2.auth.token.credentials
Interface for loading SdkToken that are used for authentication.
SdkTokenProviderFactoryProperties - Class in com.ibm.cos.v2.auth.token.credentials
 
SdkTokenProviderFactoryProperties.Builder - Interface in com.ibm.cos.v2.auth.token.credentials
 
SdkUserAgent - Class in com.ibm.cos.v2.core.util
Deprecated.
SdkUserAgentBuilder - Class in com.ibm.cos.v2.core.internal.useragent
Responsible for building user agent strings for different use cases.
sdkVersion() - Method in class com.ibm.cos.v2.core.internal.useragent.DefaultSystemUserAgent
 
sdkVersion() - Method in interface com.ibm.cos.v2.core.util.SystemUserAgent
 
SdkVersionUtils - Class in com.ibm.cos.v2.testutils
 
secretAccessKey(String) - Method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials.Builder
The AWS secret access key, used to authenticate the user interacting with services.
secretAccessKey() - Method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials
Retrieve the AWS secret access key, used to authenticate the user interacting with AWS.
secretAccessKey(String) - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials.Builder
The AWS secret access key, used to authenticate the user interacting with services.
secretAccessKey() - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials
Retrieve the AWS secret access key, used to authenticate the user interacting with AWS.
secretAccessKey() - Method in class com.ibm.cos.v2.auth.credentials.ibmOAuth.BasicIBMOAuthCredentials
 
secretAccessKey(String) - Method in interface com.ibm.cos.v2.identity.spi.AwsCredentialsIdentity.Builder
The AWS secret access key, used to authenticate the user interacting with services.
secretAccessKey() - Method in interface com.ibm.cos.v2.identity.spi.AwsCredentialsIdentity
Retrieve the AWS secret access key, used to authenticate the user interacting with services.
secretAccessKey(String) - Method in interface com.ibm.cos.v2.identity.spi.AwsSessionCredentialsIdentity.Builder
 
secretAccessKey() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsCredentialsIdentity
 
secretAccessKey() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsSessionCredentialsIdentity
 
secretAccessKey() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressSessionCredentials
 
secretAccessKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.SessionCredentials.Builder
A key that's used with the access key ID to cryptographically sign programmatic Amazon Web Services requests.
secretAccessKey() - Method in class com.ibm.cos.v2.services.s3.model.SessionCredentials
A key that's used with the access key ID to cryptographically sign programmatic Amazon Web Services requests.
SELECTED_AUTH_SCHEME - Static variable in class com.ibm.cos.v2.core.interceptor.SdkInternalExecutionAttribute
The selected auth scheme for a request.
SelectedAuthScheme<T extends Identity> - Class in com.ibm.cos.v2.core
A container for the identity resolver, signer and auth option that we selected for use with this service call attempt.
SelectedAuthScheme(CompletableFuture<? extends T>, HttpSigner<T>, AuthSchemeOption) - Constructor for class com.ibm.cos.v2.core.SelectedAuthScheme
 
selectObjectContent(SelectObjectContentRequest, SelectObjectContentResponseHandler) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
selectObjectContent(SelectObjectContentRequest, SelectObjectContentResponseHandler) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
selectObjectContent(Consumer<SelectObjectContentRequest.Builder>, SelectObjectContentResponseHandler) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
SelectObjectContentEventStream - Interface in com.ibm.cos.v2.services.s3.model
Base interface for all event types in SelectObjectContentEventStream.
SelectObjectContentEventStream.EventType - Enum in com.ibm.cos.v2.services.s3.model
The known possible types of events for SelectObjectContentEventStream.
SelectObjectContentRequest - Class in com.ibm.cos.v2.services.s3.model
SelectObjectContentRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
SelectObjectContentRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
SelectObjectContentRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.SelectObjectContentRequestMarshaller
 
SelectObjectContentResponse - Class in com.ibm.cos.v2.services.s3.model
 
SelectObjectContentResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
SelectObjectContentResponseHandler - Interface in com.ibm.cos.v2.services.s3.model
Response handler for the SelectObjectContent API.
SelectObjectContentResponseHandler.Builder - Interface in com.ibm.cos.v2.services.s3.model
SelectObjectContentResponseHandler.Visitor - Interface in com.ibm.cos.v2.services.s3.model
Visitor for subtypes of SelectObjectContentEventStream.
SelectObjectContentResponseHandler.Visitor.Builder - Interface in com.ibm.cos.v2.services.s3.model
selectParameters(SelectParameters) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreRequest.Builder
selectParameters(Consumer<SelectParameters.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreRequest.Builder
selectParameters() - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
SelectParameters - Class in com.ibm.cos.v2.services.s3.model
SelectParameters.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
send(T) - Method in class com.ibm.cos.v2.utils.async.SimplePublisher
Send a message using this publisher.
sendExplicitNullForPayload(boolean) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
 
sendRequestBody(ByteBuffer) - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.io.CrtInputStream
 
sendUrgentData(int) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
sendUrgentData(int) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
sentOutMessage(ChannelHandlerContext) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HttpStreamsClientHandler
 
SequentialSubscriber<T> - Class in com.ibm.cos.v2.utils.async
A simple implementation of Subscriber that requests data one at a time.
SequentialSubscriber(Consumer<T>, CompletableFuture<Void>) - Constructor for class com.ibm.cos.v2.utils.async.SequentialSubscriber
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails
 
serializableBuilderClass() - Static method in exception com.ibm.cos.v2.awscore.exception.AwsServiceException
 
serializableBuilderClass() - Static method in exception com.ibm.cos.v2.core.exception.SdkServiceException
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.AbortIncompleteMultipartUpload
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.AccelerateConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.AccessControlPolicy
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.AccessControlTranslation
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.AddLegalHoldRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.AnalyticsExportDestination
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Bucket
 
serializableBuilderClass() - Static method in exception com.ibm.cos.v2.services.s3.model.BucketAlreadyExistsException
 
serializableBuilderClass() - Static method in exception com.ibm.cos.v2.services.s3.model.BucketAlreadyOwnedByYouException
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.BucketInfo
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.BucketLifecycleConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.BucketLoggingStatus
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.BucketProtectionResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Checksum
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CommonPrefix
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CompletedMultipartUpload
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CompletedPart
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Condition
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ContentList
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ContinuationEvent
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CORSConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CORSRule
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CreateBucketResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CreateSessionResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CSVInput
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.CSVOutput
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DefaultRetention
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Delete
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeletedObject
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerReplication
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteObjectResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Destination
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Encryption
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.EncryptionConfiguration
 
serializableBuilderClass() - Static method in exception com.ibm.cos.v2.services.s3.model.EncryptionTypeMismatchException
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.EndEvent
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ErrorDetails
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ErrorDocument
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.EventBridgeConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ExistingObjectReplication
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.FilterRule
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketAclRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketAclResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectAclRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectAclResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.GlacierJobParameters
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Grant
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Grantee
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.HeadBucketRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.IndexDocument
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Initiator
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.InputSerialization
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter
 
serializableBuilderClass() - Static method in exception com.ibm.cos.v2.services.s3.model.InvalidObjectStateException
 
serializableBuilderClass() - Static method in exception com.ibm.cos.v2.services.s3.model.InvalidRequestException
 
serializableBuilderClass() - Static method in exception com.ibm.cos.v2.services.s3.model.InvalidWriteOffsetException
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.InventoryDestination
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.InventoryEncryption
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.InventoryFilter
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.InventorySchedule
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.JSONInput
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.JSONOutput
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.LifecycleExpiration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListBucketsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.LocationInfo
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.LoggingEnabled
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.MetadataEntry
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfigurationResult
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Metrics
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.MetricsAndOperator
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.MetricsConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionExpiration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition
 
serializableBuilderClass() - Static method in exception com.ibm.cos.v2.services.s3.model.NoSuchBucketException
 
serializableBuilderClass() - Static method in exception com.ibm.cos.v2.services.s3.model.NoSuchKeyException
 
serializableBuilderClass() - Static method in exception com.ibm.cos.v2.services.s3.model.NoSuchUploadException
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.NotificationConfigurationFilter
 
serializableBuilderClass() - Static method in exception com.ibm.cos.v2.services.s3.model.ObjectAlreadyInActiveTierErrorException
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ObjectIdentifier
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ObjectLockLegalHold
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ObjectLockRetention
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ObjectLockRule
 
serializableBuilderClass() - Static method in exception com.ibm.cos.v2.services.s3.model.ObjectNotInActiveTierErrorException
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ObjectPart
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.OutputLocation
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.OutputSerialization
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Owner
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.OwnershipControls
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.OwnershipControlsRule
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ParquetInput
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Part
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PartitionedPrefix
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PolicyStatus
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Progress
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ProgressEvent
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketAclResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketProtectionConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationReattemptRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectAclResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.QueueConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.RecordsEvent
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Redirect
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.RedirectAllRequestsTo
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ReplicaModifications
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationTime
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ReplicationTimeValue
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.RequestPaymentConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.RequestProgress
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.RestoreObjectResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.RestoreStatus
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.RoutingRule
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.S3Error
 
serializableBuilderClass() - Static method in exception com.ibm.cos.v2.services.s3.model.S3Exception
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.S3KeyFilter
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.S3Location
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.S3Object
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.S3TablesDestination
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ScanRange
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.SelectParameters
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionByDefault
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionRule
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.SessionCredentials
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.SimplePrefix
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.SourceSelectionCriteria
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.SSEKMS
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjects
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.SSES3
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Stats
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.StatsEvent
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysis
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Tag
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Tagging
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.TargetGrant
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.TargetObjectKeyFormat
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Tiering
 
serializableBuilderClass() - Static method in exception com.ibm.cos.v2.services.s3.model.TooManyPartsException
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.TopicConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.Transition
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.VersioningConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.WebsiteConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseResponse
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.transfer.s3.config.TransferRequestOverrideConfiguration
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.transfer.s3.model.CompletedCopy
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryDownload
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryUpload
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.transfer.s3.model.CompletedFileUpload
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.transfer.s3.model.CompletedUpload
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.transfer.s3.model.CopyRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.transfer.s3.model.DownloadFileRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.transfer.s3.model.FailedFileDownload
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.transfer.s3.model.FailedFileUpload
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.transfer.s3.model.UploadFileRequest
 
serializableBuilderClass() - Static method in class com.ibm.cos.v2.transfer.s3.model.UploadRequest
 
serializeToBytes() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
Returns the serialized JSON data representing this object as an SdkBytes object.
serializeToBytes() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
 
serializeToBytes() - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableTransfer
Returns the serialized JSON data representing this object as an SdkBytes object.
serializeToFile(Path) - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
Persists this download object to a file in Base64-encoded JSON format.
serializeToFile(Path) - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
 
serializeToFile(Path) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableTransfer
Persists this download object to a file in Base64-encoded JSON format.
serializeToInputStream() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
Returns the serialized JSON data representing this object as an InputStream.
serializeToInputStream() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
 
serializeToInputStream() - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableTransfer
Returns the serialized JSON data representing this object as an InputStream.
serializeToOutputStream(OutputStream) - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
Writes the serialized JSON data representing this object to an output stream.
serializeToOutputStream(OutputStream) - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
 
serializeToOutputStream(OutputStream) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableTransfer
Writes the serialized JSON data representing this object to an output stream.
serializeToString() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
Returns the serialized JSON data representing this object as a string.
serializeToString() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
 
serializeToString() - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableTransfer
Returns the serialized JSON data representing this object as a string.
SERVER_SIDE_CUSTOMER_ENCRYPTION_HEADER - Static variable in class com.ibm.cos.v2.services.s3.internal.checksums.ChecksumConstant
Header value for specifying server side encryption with a customer managed key.
SERVER_SIDE_ENCRYPTION_HEADER - Static variable in class com.ibm.cos.v2.services.s3.internal.checksums.ChecksumConstant
Header value for specifying server side encryption.
serverSideEncryption(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption(ServerSideEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
The server-side encryption algorithm used when storing this object in Amazon S3.
serverSideEncryption(ServerSideEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
The server-side encryption algorithm used when storing this object in Amazon S3.
serverSideEncryption() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
The server-side encryption algorithm used when storing this object in Amazon S3.
serverSideEncryption(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResponse.Builder
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms, aws:kms:dsse).
serverSideEncryption(ServerSideEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResponse.Builder
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms, aws:kms:dsse).
serverSideEncryption() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms, aws:kms:dsse).
serverSideEncryption(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption(ServerSideEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption(ServerSideEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionRequest.Builder
The server-side encryption algorithm to use when you store objects in the directory bucket.
serverSideEncryption(ServerSideEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionRequest.Builder
The server-side encryption algorithm to use when you store objects in the directory bucket.
serverSideEncryption() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
The server-side encryption algorithm to use when you store objects in the directory bucket.
serverSideEncryption(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionResponse.Builder
The server-side encryption algorithm used when you store objects in the directory bucket.
serverSideEncryption(ServerSideEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionResponse.Builder
The server-side encryption algorithm used when you store objects in the directory bucket.
serverSideEncryption() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionResponse
The server-side encryption algorithm used when you store objects in the directory bucket.
serverSideEncryption(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The server-side encryption algorithm used when you store this object in Amazon S3.
serverSideEncryption(ServerSideEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The server-side encryption algorithm used when you store this object in Amazon S3.
serverSideEncryption() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The server-side encryption algorithm used when you store this object in Amazon S3.
serverSideEncryption(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms, aws:kms:dsse).
serverSideEncryption(ServerSideEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms, aws:kms:dsse).
serverSideEncryption() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms, aws:kms:dsse).
serverSideEncryption(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
The server-side encryption algorithm that was used when you store this object in Amazon S3 (for example, AES256, aws:kms, aws:kms:dsse).
serverSideEncryption(ServerSideEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
The server-side encryption algorithm that was used when you store this object in Amazon S3 (for example, AES256, aws:kms, aws:kms:dsse).
serverSideEncryption() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
The server-side encryption algorithm that was used when you store this object in Amazon S3 (for example, AES256, aws:kms, aws:kms:dsse).
serverSideEncryption(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
The server-side encryption algorithm used when you store this object in Amazon S3.
serverSideEncryption(ServerSideEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
The server-side encryption algorithm used when you store this object in Amazon S3.
serverSideEncryption() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
The server-side encryption algorithm used when you store this object in Amazon S3.
ServerSideEncryption - Enum in com.ibm.cos.v2.services.s3.model
 
serverSideEncryption(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse.Builder
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption(ServerSideEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse.Builder
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartResponse.Builder
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption(ServerSideEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartResponse.Builder
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
The server-side encryption algorithm used when storing requested object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption(ServerSideEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
The server-side encryption algorithm used when storing requested object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
The server-side encryption algorithm used when storing requested object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryptionAsString() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryptionAsString() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
The server-side encryption algorithm used when storing this object in Amazon S3.
serverSideEncryptionAsString() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms, aws:kms:dsse).
serverSideEncryptionAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryptionAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryptionAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
The server-side encryption algorithm to use when you store objects in the directory bucket.
serverSideEncryptionAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionResponse
The server-side encryption algorithm used when you store objects in the directory bucket.
serverSideEncryptionAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The server-side encryption algorithm used when you store this object in Amazon S3.
serverSideEncryptionAsString() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms, aws:kms:dsse).
serverSideEncryptionAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
The server-side encryption algorithm that was used when you store this object in Amazon S3 (for example, AES256, aws:kms, aws:kms:dsse).
serverSideEncryptionAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
The server-side encryption algorithm used when you store this object in Amazon S3.
serverSideEncryptionAsString() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryptionAsString() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryptionAsString() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
The server-side encryption algorithm used when storing requested object in Amazon S3 (for example, AES256, aws:kms).
ServerSideEncryptionByDefault - Class in com.ibm.cos.v2.services.s3.model
Describes the default server-side encryption to apply to new objects in the bucket.
ServerSideEncryptionByDefault.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketEncryptionResponse.Builder
Sets the value of the ServerSideEncryptionConfiguration property for this object.
serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketEncryptionResponse.Builder
Sets the value of the ServerSideEncryptionConfiguration property for this object.
serverSideEncryptionConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionResponse
Returns the value of the ServerSideEncryptionConfiguration property for this object.
serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest.Builder
Sets the value of the ServerSideEncryptionConfiguration property for this object.
serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest.Builder
Sets the value of the ServerSideEncryptionConfiguration property for this object.
serverSideEncryptionConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest
Returns the value of the ServerSideEncryptionConfiguration property for this object.
ServerSideEncryptionConfiguration - Class in com.ibm.cos.v2.services.s3.model
Specifies the default server-side-encryption configuration.
ServerSideEncryptionConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
ServerSideEncryptionRule - Class in com.ibm.cos.v2.services.s3.model
Specifies the default server-side encryption configuration.
ServerSideEncryptionRule.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
service(String) - Method in interface com.ibm.cos.v2.arns.Arn.Builder
Define the service name that identifies the AWS product
service() - Method in class com.ibm.cos.v2.arns.Arn
 
service() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Arn
 
SERVICE - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.ParseArn
 
service() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleArn
 
SERVICE_CALL_DURATION - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The duration of time taken to connect to the service (or acquire a connection from the connection pool), send the serialized request and receive the initial response (e.g.
SERVICE_CONFIG - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
Handler context key for advanced configuration.
SERVICE_CONFIGURATION - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
Service-specific configuration used by some services, like S3.
SERVICE_ENDPOINT - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The endpoint for the service.
SERVICE_ID - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The unique ID for the service.
SERVICE_INSTANCE_ID - Static variable in class com.ibm.cos.v2.identity.spi.internal.IBMIamAuthProperties
 
SERVICE_METADATA_ID - Static variable in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_METADATA_ID - Static variable in interface com.ibm.cos.v2.services.s3.S3Client
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_NAME - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
Descriptive name for the service.
SERVICE_NAME - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
The key under which the service name is stored.
SERVICE_NAME - Static variable in interface com.ibm.cos.v2.services.s3.S3AsyncClient
 
SERVICE_NAME - Static variable in interface com.ibm.cos.v2.services.s3.S3Client
 
SERVICE_SIGNING_NAME - Static variable in class com.ibm.cos.v2.auth.signer.AwsSignerExecutionAttribute
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it from execution interceptors, you should instead be overriding the signing region name via the AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a subtype of HttpSigner.
SERVICE_SIGNING_NAME - Static variable in class com.ibm.cos.v2.awscore.client.config.AwsClientOption
Scope name to use during signing of a request.
SERVICE_SIGNING_NAME - Static variable in interface com.ibm.cos.v2.http.auth.aws.signer.AwsV4FamilyHttpSigner
The name of the AWS service.
SERVICE_UNAVAILABLE - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
serviceClientConfiguration() - Method in interface com.ibm.cos.v2.awscore.AwsClient
 
serviceClientConfiguration() - Method in interface com.ibm.cos.v2.core.SdkClient
The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration
serviceClientConfiguration() - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
 
serviceClientConfiguration() - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
 
serviceClientConfiguration() - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
 
serviceClientConfiguration() - Method in interface com.ibm.cos.v2.services.s3.S3Client
 
ServiceConfiguration - Interface in com.ibm.cos.v2.core
 
serviceConfiguration(S3Configuration) - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext.Builder
 
serviceConfiguration() - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext
 
serviceConfiguration(S3Configuration) - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultS3Presigner.Builder
Allows providing a custom S3 serviceConfiguration by providing a S3Configuration object; Note: chunkedEncodingEnabled and checksumValidationEnabled do not apply to presigned requests.
serviceConfiguration() - Method in class com.ibm.cos.v2.services.s3.internal.signing.DefaultS3Presigner
 
serviceConfiguration(S3Configuration) - Method in interface com.ibm.cos.v2.services.s3.presigner.S3Presigner.Builder
Allows providing a custom S3 serviceConfiguration by providing a S3Configuration object; Note: chunkedEncodingEnabled and checksumValidationEnabled do not apply to presigned requests.
serviceConfiguration(S3Configuration) - Method in interface com.ibm.cos.v2.services.s3.S3BaseClientBuilder
 
serviceConfiguration(Consumer<S3Configuration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3BaseClientBuilder
 
ServiceEndpointKey - Class in com.ibm.cos.v2.regions
A ServiceEndpointKey uniquely identifies a service endpoint, and can be used to look up endpoints via ServiceMetadata.endpointFor(ServiceEndpointKey).
ServiceEndpointKey.Builder - Interface in com.ibm.cos.v2.regions
 
serviceEndpointOverrideEnvironmentVariable(String) - Method in class com.ibm.cos.v2.awscore.endpoint.AwsClientEndpointProvider.Builder
Set the service-specific environment variable that should be used to load the endpoint override for this service.
serviceEndpointOverrideSystemProperty(String) - Method in class com.ibm.cos.v2.awscore.endpoint.AwsClientEndpointProvider.Builder
Set the service-specific system property that should be used to load the endpoint override for this service.
serviceEndpointPrefix() - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
Implemented by child classes to define the endpoint prefix used when communicating with AWS.
serviceEndpointPrefix(String) - Method in class com.ibm.cos.v2.awscore.endpoint.AwsClientEndpointProvider.Builder
Set the service endpoint prefix, as it is expected by ServiceMetadata.of(String).
serviceHttpConfig() - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
Optionally overridden by child classes to define service-specific HTTP configuration defaults.
serviceId(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRuleset.Builder
 
serviceInstanceId() - Method in class com.ibm.cos.v2.auth.credentials.ibmOAuth.BasicIBMOAuthCredentials
 
serviceInstanceId() - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultIBMIamAuthSchemeParams
 
serviceInstanceId(String) - Method in interface com.ibm.cos.v2.http.auth.spi.internal.scheme.IBMIamAuthSchemeParams.Builder
Set the serviceInstanceId.
serviceInstanceId() - Method in interface com.ibm.cos.v2.http.auth.spi.internal.scheme.IBMIamAuthSchemeParams
 
serviceInstanceId() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultIAMCredentialsIdentity
 
serviceInstanceId(String) - Method in interface com.ibm.cos.v2.identity.spi.internal.IBMOAuthIdentity.Builder
 
serviceInstanceId() - Method in interface com.ibm.cos.v2.identity.spi.internal.IBMOAuthIdentity
Retrieve the IBM service instance id.
serviceInstanceId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateBucketRequest.Builder
Sets the value of the IBM service instance Id.
serviceInstanceId() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
Gets the IBM service instance Id
serviceMetadata(String) - Method in class com.ibm.cos.v2.regions.GeneratedServiceMetadataProvider
 
serviceMetadata(String) - Static method in class com.ibm.cos.v2.regions.internal.MetadataLoader
 
ServiceMetadata - Interface in com.ibm.cos.v2.regions
Metadata about a service, like S3, DynamoDB, etc.
serviceMetadata(String) - Method in interface com.ibm.cos.v2.regions.ServiceMetadataProvider
Returns the service metadata with the name given, if it exists in the metadata or if it can be derived from the metadata.
serviceMetadata() - Static method in interface com.ibm.cos.v2.services.s3.S3Client
 
ServiceMetadataAdvancedOption<T> - Class in com.ibm.cos.v2.regions
ServiceMetadataAdvancedOption(Class<T>) - Constructor for class com.ibm.cos.v2.regions.ServiceMetadataAdvancedOption
 
ServiceMetadataConfiguration - Class in com.ibm.cos.v2.regions
Configuration for a ServiceMetadata.
ServiceMetadataConfiguration.Builder - Class in com.ibm.cos.v2.regions
 
ServiceMetadataProvider - Interface in com.ibm.cos.v2.regions
 
ServiceMetadataUtils - Class in com.ibm.cos.v2.regions.internal.util
 
serviceName() - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
Implemented by child classes to define the service name used to identify the request in things like metrics.
serviceName(String) - Method in class com.ibm.cos.v2.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
 
serviceName(String) - Method in interface com.ibm.cos.v2.awscore.exception.AwsErrorDetails.Builder
Specifies the name of the service that returned this error.
serviceName() - Method in interface com.ibm.cos.v2.awscore.exception.AwsErrorDetails.Builder
Returns the name of the service as defined in the static constant SERVICE_NAME variable of each service's interface.
serviceName(String) - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails.BuilderImpl
 
serviceName() - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails.BuilderImpl
 
serviceName() - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails
Returns the name of the service as defined in the static constant SERVICE_NAME variable of each service's interface.
serviceName() - Method in interface com.ibm.cos.v2.core.SdkClient
The name of the service.
serviceName() - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
 
serviceName() - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
 
ServicePartitionMetadata - Interface in com.ibm.cos.v2.regions
The metadata associated with a specific service, in a specific partition.
servicePartitions() - Method in class com.ibm.cos.v2.regions.DefaultServiceMetadata
 
servicePartitions() - Method in class com.ibm.cos.v2.regions.servicemetadata.EnhancedS3ServiceMetadata
 
servicePartitions() - Method in class com.ibm.cos.v2.regions.servicemetadata.S3ControlServiceMetadata
 
servicePartitions() - Method in class com.ibm.cos.v2.regions.servicemetadata.S3OutpostsServiceMetadata
 
servicePartitions() - Method in class com.ibm.cos.v2.regions.servicemetadata.S3ServiceMetadata
 
servicePartitions() - Method in interface com.ibm.cos.v2.regions.ServiceMetadata
Retrieve the service-specific partition configuration of each partition in which this service is currently available.
serviceProfileProperty(String) - Method in class com.ibm.cos.v2.awscore.endpoint.AwsClientEndpointProvider.Builder
Set the service-specific profile property that should be used to load the endpoint override for this service.
serviceProtocol(AwsServiceProtocol) - Method in class com.ibm.cos.v2.awscore.internal.AwsProtocolMetadata.Builder
 
serviceProtocol() - Method in class com.ibm.cos.v2.awscore.internal.AwsProtocolMetadata
 
serviceProtocol() - Method in interface com.ibm.cos.v2.core.SdkProtocolMetadata
 
SessionCredentials - Class in com.ibm.cos.v2.services.s3.model
The established temporary security credentials of the session.
SessionCredentials.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
sessionMode(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionRequest.Builder
Specifies the mode of the session that will be created, either ReadWrite or ReadOnly.
sessionMode(SessionMode) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionRequest.Builder
Specifies the mode of the session that will be created, either ReadWrite or ReadOnly.
sessionMode() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
Specifies the mode of the session that will be created, either ReadWrite or ReadOnly.
SessionMode - Enum in com.ibm.cos.v2.services.s3.model
 
sessionModeAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
Specifies the mode of the session that will be created, either ReadWrite or ReadOnly.
sessionToken(String) - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials.Builder
The AWS session token, retrieved from an AWS token service, used for authenticating that this user has received temporary permission to access some resource.
sessionToken() - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials
Retrieve the AWS session token.
sessionToken(String) - Method in interface com.ibm.cos.v2.identity.spi.AwsSessionCredentialsIdentity.Builder
The AWS session token, retrieved from an AWS token service, used for authenticating that this user has received temporary permission to access some resource.
sessionToken() - Method in interface com.ibm.cos.v2.identity.spi.AwsSessionCredentialsIdentity
Retrieve the AWS session token.
sessionToken() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsSessionCredentialsIdentity
 
sessionToken() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressSessionCredentials
 
sessionToken(String) - Method in interface com.ibm.cos.v2.services.s3.model.SessionCredentials.Builder
A part of the temporary security credentials.
sessionToken() - Method in class com.ibm.cos.v2.services.s3.model.SessionCredentials
A part of the temporary security credentials.
sessionToken() - Method in interface com.ibm.cos.v2.services.s3.s3express.S3ExpressSessionCredentials
Retrieve the S3 express token.
set(Object, Object) - Method in class com.ibm.cos.v2.core.SdkField
Sets the given value on the POJO via the setter passed into the SdkField.Builder.
set(int, T) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
set(SystemSetting, String) - Method in class com.ibm.cos.v2.testutils.EnvironmentVariableHelper
 
set(String, String) - Method in class com.ibm.cos.v2.testutils.EnvironmentVariableHelper
 
setAccessPointName(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource.Builder
 
setAccessPointName(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource.Builder
 
setAccountId(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource.Builder
 
setAccountId(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource.Builder
 
setAccountId(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource.Builder
 
setActions(Collection<Action>) - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Sets the list of actions to which this policy statement applies.
setApiCallAttemptTimeout(Duration) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
setApiCallTimeout(Duration) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
setAsyncConfiguration(ClientAsyncConfiguration) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
setAttemptCount(Integer) - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
setAvailableStreams(long) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.MultiplexedChannelRecord.Metrics
 
setAwsCredentials(AwsCredentials) - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
setAwsErrorDetails(AwsErrorDetails) - Method in class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
setBucketName(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource.Builder
 
setByPath(Object, Object, List<String>) - Static method in class com.ibm.cos.v2.testutils.smoketest.ReflectionUtils
Sets the value of the attribute at the given path in the target object, creating any intermediate values (using the default constructor for the type) if need be.
setCause(Throwable) - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
setConditionKey(String) - Method in class com.ibm.cos.v2.core.auth.policy.Condition
Sets the name of the condition key involved in this condition.
setConditions(List<Condition>) - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Sets the conditions associated with this policy statement.
setCredentialsProvider(AwsCredentialsProvider) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
 
setCredentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
 
setDefaultsMode(DefaultsMode) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
 
setDetails(Progress.BuilderImpl) - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent.BuilderImpl
 
setDetails(Stats.BuilderImpl) - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent.BuilderImpl
 
setDoubleUrlEncode(Boolean) - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
setDualstackEnabled(Boolean) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
 
setEffect(Statement.Effect) - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Sets the result effect of this policy statement when it is evaluated.
setEnabledCipherSuites(String[]) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
setEnabledProtocols(String[]) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
setEnableSessionCreation(boolean) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
setEndpointOverride(URI) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
setEndpointProvider(EndpointProvider) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
setExecutionAttributes(ExecutionAttributes) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
setExtendedRequestId(String) - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
setField(Object, Field, Object) - Static method in class com.ibm.cos.v2.testutils.smoketest.ReflectionUtils
 
setFipsEnabled(Boolean) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
 
setFromExternal(Map<String, List<String>>) - Method in class com.ibm.cos.v2.internal.http.LowCopyListMap.ForBuilder
 
setGenerator(Supplier<String>) - Static method in class com.ibm.cos.v2.core.util.IdempotentUtils
 
setGlobalTimeOffset(int) - Static method in class com.ibm.cos.v2.core.SdkGlobalTime
Sets the global time difference in seconds between the running JVM and AWS.
setGlobalTimeOffset(int) - Static method in class com.ibm.cos.v2.SDKGlobalConfiguration
Deprecated.
by //SDKGlobalTime#setGlobalTimeOffset(int)
setIAM(Boolean) - Static method in class com.ibm.cos.v2.IBMInternalFlag
 
setIAMToken(String) - Method in class com.ibm.cos.v2.auth.credentials.ibmOAuth.BasicIBMOAuthCredentials
 
setIAMToken(String) - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultIAMCredentialsIdentity
 
setIAMToken(String) - Method in interface com.ibm.cos.v2.identity.spi.internal.IBMOAuthIdentity
Retrieve the IAM Token used to authenticate request
setId(String) - Method in class com.ibm.cos.v2.core.auth.policy.Policy
Sets the policy ID for this policy.
setId(String) - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Sets the ID for this statement.
setKeepAlive(boolean) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
setKeepAlive(boolean) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
setLastException(Throwable) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.RetryableStageHelper
Update the RetryableStageHelper.getLastException() value for this helper.
setLastResponse(SdkHttpResponse) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.RetryableStageHelper
Set the last HTTP response returned by the service.
setMessage(String) - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
setMetricPublishers(List<MetricPublisher>) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
setNeedClientAuth(boolean) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
setNormalizePath(Boolean) - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
setOOBInline(boolean) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
setOOBInline(boolean) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
setOverrideConfiguration(ClientOverrideConfiguration) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
 
setOverrides(SdkClientConfiguration) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
Apply the client override configuration to the provided configuration.
setOverrides(SdkClientConfiguration) - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
Apply the client override configuration to the provided configuration.
setPartition(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource.Builder
 
setPartition(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource.Builder
 
setPartition(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource.Builder
 
setPausableUpload(PausableUpload) - Method in class com.ibm.cos.v2.services.s3.multipart.PauseObservable
 
setPayload(ByteBuffer) - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent.BuilderImpl
 
setPerformancePreferences(int, int, int) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
setPerformancePreferences(int, int, int) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
setPrincipals(Collection<Principal>) - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Sets the principals associated with this policy statement, indicating which AWS accounts are affected by this policy statement.
setPrincipals(Principal...) - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Sets the principals associated with this policy statement, indicating which AWS accounts are affected by this policy statement.
setQualifier(String) - Method in class com.ibm.cos.v2.arns.ArnResource.DefaultBuilder
 
setReceiveBufferSize(int) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
setReceiveBufferSize(int) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
setRegion(Region) - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
 
setRegion(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource.Builder
 
setRegion(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource.Builder
 
setRegion(String) - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource.Builder
 
setRequestId(String) - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
setResource(String) - Method in class com.ibm.cos.v2.arns.ArnResource.DefaultBuilder
 
setResources(Collection<Resource>) - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Sets the resources associated with this policy statement.
setResourceType(String) - Method in class com.ibm.cos.v2.arns.ArnResource.DefaultBuilder
 
setReuseAddress(boolean) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
setReuseAddress(boolean) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
setSendBufferSize(int) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
setSendBufferSize(int) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
setSigner(Signer) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
setSigningClockOverride(Clock) - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
setSigningName(String) - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
setSigningRegion(Region) - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
setSoLinger(boolean, int) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
setSoLinger(boolean, int) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
setSoTimeout(int) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
setSoTimeout(int) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
setStatements(Collection<Statement>) - Method in class com.ibm.cos.v2.core.auth.policy.Policy
Sets the collection of statements contained by this policy.
setStatusCode(int) - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
setTcpNoDelay(boolean) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
setTcpNoDelay(boolean) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
setter(BiConsumer<Object, TypeT>) - Method in class com.ibm.cos.v2.core.SdkField.Builder
Sets the BiConsumer which will accept an object and a value and set that value on the appropriate member of the object.
setTimeOffset(Integer) - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
setTimeOffset(int) - Method in class com.ibm.cos.v2.core.internal.http.SdkClientTime
Sets the latest recorded time offset.
setToken(SdkToken) - Method in class com.ibm.cos.v2.auth.signer.params.TokenSignerParams.BuilderImpl
 
setTrafficClass(int) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
setTrafficClass(int) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
setType(String) - Method in class com.ibm.cos.v2.core.auth.policy.Condition
Sets the type of this condition.
setUploadDirectoryFollowSymbolicLinks(Boolean) - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerFactory.DefaultBuilder
 
setUploadDirectoryMaxDepth(Integer) - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerFactory.DefaultBuilder
 
setUri(SdkHttpRequest, URI, URI) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.AwsEndpointProviderUtils
This sets the request URI to the resolved URI returned by the endpoint provider.
setUseClientMode(boolean) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
setuseEnvironmentVariableValues(Boolean) - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration.DefaultBuilder
 
setUseSystemPropertyValues(Boolean) - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration.DefaultBuilder
 
setValues(List<String>) - Method in class com.ibm.cos.v2.core.auth.policy.Condition
Sets the values specified for this access control policy condition.
setWantClientAuth(boolean) - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
setWritableStackTrace(Boolean) - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
SHA1 - Static variable in class com.ibm.cos.v2.checksums.DefaultChecksumAlgorithm
 
Sha1Checksum - Class in com.ibm.cos.v2.core.checksums
Deprecated.
this class is deprecated and subject to removal.
Sha1Checksum() - Constructor for class com.ibm.cos.v2.core.checksums.Sha1Checksum
Deprecated.
 
SHA256 - Static variable in class com.ibm.cos.v2.checksums.DefaultChecksumAlgorithm
 
Sha256Checksum - Class in com.ibm.cos.v2.core.checksums
Deprecated.
this class is deprecated and subject to removal.
Sha256Checksum() - Constructor for class com.ibm.cos.v2.core.checksums.Sha256Checksum
Deprecated.
 
ShadedMarkerAdapter - Class in com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal
Adapts an unshaded Marker to the shaded Marker.
ShadedMarkerAdapter(Marker) - Constructor for class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.ShadedMarkerAdapter
 
SharedSdkEventLoopGroup - Class in com.ibm.cos.v2.http.nio.netty.internal
Provides access and manages a shared SdkEventLoopGroup.
SHORT - Static variable in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
SHORT - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.HeaderMarshaller
 
SHORT - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.QueryParamMarshaller
 
SHORT - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
 
SHORT - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypePathMarshaller
 
SHORT - Static variable in class com.ibm.cos.v2.protocols.query.internal.marshall.SimpleTypeQueryMarshaller
 
SHORT - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.HeaderMarshaller
 
SHORT - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.QueryParamMarshaller
 
SHORT - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.SimpleTypePathMarshaller
 
SHORT - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlPayloadMarshaller
 
SHORT - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.HeaderUnmarshaller
 
SHORT - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlPayloadUnmarshaller
 
SHORT - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonMarshaller
 
SHORT - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonUnmarshaller
 
shouldAddDefaults(String) - Method in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
shouldAdjust(SdkException) - Method in class com.ibm.cos.v2.core.internal.retry.ClockSkewAdjuster
Returns true if the clock should be adjusted for future requests.
shouldDoubleUrlEncode() - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aProperties
 
shouldDoubleUrlEncode() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4Properties
 
shouldEmit(T) - Method in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonMarshaller
 
shouldNormalizePath() - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aProperties
 
shouldNormalizePath() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4Properties
 
shouldRetry(RetryPolicyContext) - Method in class com.ibm.cos.v2.awscore.retry.conditions.RetryOnErrorCodeCondition
 
shouldRetry(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.conditions.AndRetryCondition
 
shouldRetry(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.conditions.MaxNumberOfRetriesCondition
 
shouldRetry(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.conditions.OrRetryCondition
 
shouldRetry(RetryPolicyContext) - Method in interface com.ibm.cos.v2.core.retry.conditions.RetryCondition
Deprecated.
Determine whether a request should or should not be retried.
shouldRetry(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.conditions.RetryOnClockSkewCondition
 
shouldRetry(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.conditions.RetryOnExceptionsCondition
 
shouldRetry(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.conditions.RetryOnStatusCodeCondition
 
shouldRetry(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.conditions.RetryOnThrottlingCondition
 
shouldRetry(RetryPolicyContext) - Method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition
 
shouldRetry(int, ResourcesEndpointRetryParameters) - Method in interface com.ibm.cos.v2.regions.util.ResourcesEndpointRetryPolicy
Returns whether a failed request should be retried.
shouldThrowIOException(IOException) - Static method in interface com.ibm.cos.v2.core.sync.ResponseTransformer
If the write failed because of the state of the file, if the specified directory doesn't exist, or if the specified directory does not have write permissions, don't retry the request.
shutdown() - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
shutdown() - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
shutdownGracefully() - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
shutdownGracefully(long, long, TimeUnit) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
shutdownGracefully(long, long, TimeUnit) - Method in class com.ibm.cos.v2.http.nio.netty.internal.NonManagedEventLoopGroup
 
shutdownInput() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
shutdownInput() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
shutdownInput() - Method in class com.ibm.cos.v2.http.apache.internal.net.SdkSocket
 
shutdownInput() - Method in class com.ibm.cos.v2.http.apache.internal.net.SdkSslSocket
 
shutdownNow() - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
shutdownNow() - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
shutdownOutput() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
shutdownOutput() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
shutdownOutput() - Method in class com.ibm.cos.v2.http.apache.internal.net.SdkSocket
 
shutdownOutput() - Method in class com.ibm.cos.v2.http.apache.internal.net.SdkSslSocket
 
sign(SdkHttpFullRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.auth.signer.Aws4UnsignedPayloadSigner
 
sign(SdkHttpFullRequest, Aws4SignerParams) - Method in class com.ibm.cos.v2.auth.signer.Aws4UnsignedPayloadSigner
 
sign(SdkHttpFullRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsS3V4Signer
 
sign(SdkHttpFullRequest, AwsS3V4SignerParams) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsS3V4Signer
A method to sign the given #request.
sign(String, byte[], SigningAlgorithm) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsSigner
 
sign(byte[], byte[], SigningAlgorithm) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsSigner
 
sign(SdkHttpFullRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.auth.signer.internal.BaseAws4Signer
Deprecated.
 
sign(SdkHttpFullRequest, Aws4SignerParams) - Method in class com.ibm.cos.v2.auth.signer.internal.BaseAws4Signer
Deprecated.
 
sign(SdkHttpFullRequest, AwsSigningConfig) - Method in class com.ibm.cos.v2.authcrt.signer.internal.AwsCrt4aSigningAdapter
 
sign(SdkHttpFullRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.authcrt.signer.internal.DefaultAwsCrtS3V4aSigner
 
sign(SdkHttpFullRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.authcrt.signer.internal.DefaultAwsCrtV4aSigner
 
sign(SdkHttpFullRequest, AsyncRequestBody, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.signer.AsyncSigner
Deprecated.
Sign the request, including the contents of the body into the signature calculation.
sign(SdkHttpFullRequest, ExecutionAttributes) - Method in class com.ibm.cos.v2.core.signer.NoOpSigner
Deprecated.
 
sign(SdkHttpFullRequest, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.signer.Signer
Deprecated.
Method that takes in an request and returns a signed version of the request.
sign(ContentStreamProvider, V4aRequestSigningResult) - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.AwsChunkedV4aPayloadSigner
 
sign(SignRequest<? extends AwsCredentialsIdentity>) - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.DefaultAwsCrtV4aHttpSigner
 
sign(ContentStreamProvider, V4aRequestSigningResult) - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.DefaultV4aPayloadSigner
 
sign(ByteBuffer) - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.RollingSigner
Using a template that incorporates the previous calculated signature, sign the string and return it.
sign(Map<String, List<String>>) - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.RollingSigner
 
sign(ContentStreamProvider, V4aRequestSigningResult) - Method in interface com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aPayloadSigner
Given a payload and result of request signing, sign the payload via the SigV4a process.
sign(ContentStreamProvider, V4RequestSigningResult) - Method in class com.ibm.cos.v2.http.auth.aws.eventstream.internal.signer.EventStreamV4PayloadSigner
 
sign(ContentStreamProvider, V4RequestSigningResult) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.AwsChunkedV4PayloadSigner
 
sign(SignRequest<? extends AwsCredentialsIdentity>) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.DefaultAwsV4HttpSigner
 
sign(SignRequest<? extends IBMOAuthIdentity>) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.DefaultIBMOAuthIAMHttpSigner
 
sign(ContentStreamProvider, V4RequestSigningResult) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.DefaultV4PayloadSigner
 
sign(SdkHttpRequest.Builder) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.DefaultV4RequestSigner
 
sign(SdkHttpRequest.Builder, IBMOAuthIdentity) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.IAMRequestSigner
 
sign(Function<String, String>) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.RollingSigner
Using a template that incorporates the previous calculated signature, sign the string and return it.
sign(String, byte[]) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerUtils
Sign given data using a key.
sign(byte[], byte[], SigningAlgorithm) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerUtils
Sign given data using a key and a specific algorithm
sign(ContentStreamProvider, V4RequestSigningResult) - Method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.V4PayloadSigner
Given a payload and result of request signing, sign the payload via the SigV4 process.
sign(SdkHttpRequest.Builder) - Method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.V4RequestSigner
Given a request builder, sign the request and return a result containing the signed request and its properties.
sign(SignRequest<? extends TokenIdentity>) - Method in class com.ibm.cos.v2.http.auth.internal.signer.DefaultBearerHttpSigner
 
sign(SignRequest<? extends T>) - Method in class com.ibm.cos.v2.http.auth.spi.internal.signer.NoOpHttpSigner
 
sign(SignRequest<? extends IdentityT>) - Method in interface com.ibm.cos.v2.http.auth.spi.signer.HttpSigner
Method that takes in inputs to sign a request with sync payload and returns a signed version of the request.
sign(Consumer<SignRequest.Builder<IdentityT>>) - Method in interface com.ibm.cos.v2.http.auth.spi.signer.HttpSigner
Method that takes in inputs to sign a request with sync payload and returns a signed version of the request.
sign(SignRequest<? extends S3ExpressSessionCredentials>) - Method in class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressHttpSigner
 
signAndBase64Encode(String, String, SigningAlgorithm) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsSigner
Computes an RFC 2104-compliant HMAC signature and returns the result as a Base64 encoded string.
signAsync(AsyncSignRequest<? extends AwsCredentialsIdentity>) - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.DefaultAwsCrtV4aHttpSigner
 
signAsync(Publisher<ByteBuffer>, V4RequestSigningResult) - Method in class com.ibm.cos.v2.http.auth.aws.eventstream.internal.signer.EventStreamV4PayloadSigner
 
signAsync(Publisher<ByteBuffer>, V4RequestSigningResult) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.AwsChunkedV4PayloadSigner
 
signAsync(AsyncSignRequest<? extends AwsCredentialsIdentity>) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.DefaultAwsV4HttpSigner
 
signAsync(AsyncSignRequest<? extends IBMOAuthIdentity>) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.DefaultIBMOAuthIAMHttpSigner
 
signAsync(Publisher<ByteBuffer>, V4RequestSigningResult) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.DefaultV4PayloadSigner
 
signAsync(Publisher<ByteBuffer>, V4RequestSigningResult) - Method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.V4PayloadSigner
Given a payload and result of request signing, sign the payload via the SigV4 process.
signAsync(AsyncSignRequest<? extends TokenIdentity>) - Method in class com.ibm.cos.v2.http.auth.internal.signer.DefaultBearerHttpSigner
 
signAsync(AsyncSignRequest<? extends T>) - Method in class com.ibm.cos.v2.http.auth.spi.internal.signer.NoOpHttpSigner
 
signAsync(AsyncSignRequest<? extends IdentityT>) - Method in interface com.ibm.cos.v2.http.auth.spi.signer.HttpSigner
Method that takes in inputs to sign a request with async payload and returns a future containing the signed version of the request.
signAsync(Consumer<AsyncSignRequest.Builder<IdentityT>>) - Method in interface com.ibm.cos.v2.http.auth.spi.signer.HttpSigner
Method that takes in inputs to sign a request with async payload and returns a future containing the signed version of the request.
signAsync(AsyncSignRequest<? extends S3ExpressSessionCredentials>) - Method in class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressHttpSigner
 
signAsyncRequestBody(SdkHttpFullRequest, AsyncRequestBody, ExecutionAttributes) - Method in interface com.ibm.cos.v2.core.signer.AsyncRequestBodySigner
Deprecated.
Method that takes in an signed request and async request body provider, and returns a transformed version the request body provider.
signature(String) - Method in class com.ibm.cos.v2.http.auth.aws.eventstream.internal.io.SigV4DataFramePublisher.Builder
 
SIGNATURE_LENGTH - Static variable in class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsS3V4ChunkSigner
 
signatureDuration(Duration) - Method in interface com.ibm.cos.v2.awscore.presigner.PresignRequest.Builder
Specifies the duration for which this presigned request should be valid.
signatureDuration(Duration) - Method in class com.ibm.cos.v2.awscore.presigner.PresignRequest.DefaultBuilder
 
signatureDuration() - Method in class com.ibm.cos.v2.awscore.presigner.PresignRequest
Retrieves the duration for which this presigned request should be valid.
signatureDuration(Duration) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.AbortMultipartUploadPresignRequest.Builder
 
signatureDuration(Duration) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.CompleteMultipartUploadPresignRequest.Builder
 
signatureDuration(Duration) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.CreateMultipartUploadPresignRequest.Builder
 
signatureDuration(Duration) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.DeleteObjectPresignRequest.Builder
 
signatureDuration(Duration) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.GetObjectPresignRequest.Builder
 
signatureDuration(Duration) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PutObjectPresignRequest.Builder
 
signatureDuration(Duration) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.UploadPartPresignRequest.Builder
 
signChecksumChunk(byte[], String, String) - Method in interface com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsChunkSigner
 
signChecksumChunk(byte[], String, String) - Method in class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsS3V4ChunkSigner
Signed chunk must be of below format signature = Hex(HMAC(K, "AWS4-HMAC-SHA256-TRAILER"\n DATE\n KEYPATH\n final_chunk_signature\n Hex(SHA256(canonicalize(trailing-headers)))))
signChecksumChunk(byte[], String, String) - Method in class com.ibm.cos.v2.authcrt.signer.internal.chunkedencoding.AwsS3V4aChunkSigner
 
signChunk(byte[], String) - Method in interface com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsChunkSigner
 
signChunk(byte[], String) - Method in class com.ibm.cos.v2.auth.signer.internal.chunkedencoding.AwsS3V4ChunkSigner
 
signChunk(byte[], byte[], AwsSigningConfig) - Method in class com.ibm.cos.v2.authcrt.signer.internal.AwsCrt4aSigningAdapter
 
signChunk(byte[], String) - Method in class com.ibm.cos.v2.authcrt.signer.internal.chunkedencoding.AwsS3V4aChunkSigner
 
signedHeaders(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.awscore.presigner.PresignedRequest.Builder
Configure the subset of headers that were signed, and MUST be included in the presigned request to prevent the request from failing.
signedHeaders(Map<String, List<String>>) - Method in class com.ibm.cos.v2.awscore.presigner.PresignedRequest.DefaultBuilder
 
signedHeaders() - Method in class com.ibm.cos.v2.awscore.presigner.PresignedRequest
Returns the subset of headers that were signed, and MUST be included in the presigned request to prevent the request from failing.
signedHeaders(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedAbortMultipartUploadRequest.Builder
 
signedHeaders(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedCompleteMultipartUploadRequest.Builder
 
signedHeaders(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedCreateMultipartUploadRequest.Builder
 
signedHeaders(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedDeleteObjectRequest.Builder
 
signedHeaders(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedGetObjectRequest.Builder
 
signedHeaders(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedPutObjectRequest.Builder
 
signedHeaders(Map<String, List<String>>) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedUploadPartRequest.Builder
 
signedPayload(SdkBytes) - Method in interface com.ibm.cos.v2.awscore.presigner.PresignedRequest.Builder
Configure the payload that was signed.
signedPayload(SdkBytes) - Method in class com.ibm.cos.v2.awscore.presigner.PresignedRequest.DefaultBuilder
 
signedPayload() - Method in class com.ibm.cos.v2.awscore.presigner.PresignedRequest
Returns the payload that was signed, or Optional.empty() if there is no signed payload with this request.
signedPayload(SdkBytes) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedAbortMultipartUploadRequest.Builder
 
signedPayload(SdkBytes) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedCompleteMultipartUploadRequest.Builder
 
signedPayload(SdkBytes) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedCreateMultipartUploadRequest.Builder
 
signedPayload(SdkBytes) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedDeleteObjectRequest.Builder
 
signedPayload(SdkBytes) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedGetObjectRequest.Builder
 
signedPayload(SdkBytes) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedPutObjectRequest.Builder
 
signedPayload(SdkBytes) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.PresignedUploadPartRequest.Builder
 
SignedRequest - Interface in com.ibm.cos.v2.http.auth.spi.signer
Represents a request with sync payload that has been signed by HttpSigner.
SignedRequest.Builder - Interface in com.ibm.cos.v2.http.auth.spi.signer
A builder for a SignedRequest.
SIGNER - Static variable in class com.ibm.cos.v2.core.client.config.SdkAdvancedClientOption
Define the signer that should be used when authenticating with AWS.
signer(Signer) - Method in class com.ibm.cos.v2.core.http.ExecutionContext.Builder
 
signer() - Method in class com.ibm.cos.v2.core.http.ExecutionContext
 
signer() - Method in class com.ibm.cos.v2.core.internal.http.RequestExecutionContext
 
signer(Signer) - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
Sets the signer to use for signing the request.
signer() - Method in interface com.ibm.cos.v2.core.RequestOverrideConfiguration.Builder
 
signer(Signer) - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
signer() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration.BuilderImpl
 
signer() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration
 
signer() - Method in class com.ibm.cos.v2.core.SelectedAuthScheme
 
Signer - Interface in com.ibm.cos.v2.core.signer
Deprecated.
Replaced by com.ibm.cos.v2.http.auth.spi.signer.HttpSigner in 'http-auth-spi'.
signer() - Method in class com.ibm.cos.v2.http.auth.aws.internal.scheme.DefaultAwsV4AuthScheme
 
signer() - Method in interface com.ibm.cos.v2.http.auth.aws.scheme.AwsV4AuthScheme
Retrieve the AwsV4HttpSigner associated with this authentication scheme.
signer() - Method in class com.ibm.cos.v2.http.auth.internal.scheme.DefaultBearerAuthScheme
 
signer() - Method in class com.ibm.cos.v2.http.auth.internal.scheme.DefaultNoAuthAuthScheme
 
signer() - Method in interface com.ibm.cos.v2.http.auth.scheme.BearerAuthScheme
Retrieve the BearerHttpSigner associated with this authentication scheme.
signer() - Method in interface com.ibm.cos.v2.http.auth.scheme.NoAuthAuthScheme
Retrieve the HttpSigner associated with this authentication scheme.
signer() - Method in interface com.ibm.cos.v2.http.auth.spi.scheme.AuthScheme
Retrieve the signer associated with this authentication scheme.
signer() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.DefaultS3ExpressAuthScheme
 
signer() - Method in interface com.ibm.cos.v2.services.s3.s3express.S3ExpressAuthScheme
Retrieve the AwsV4HttpSigner associated with this authentication scheme.
SIGNER_DOUBLE_URL_ENCODE - Static variable in class com.ibm.cos.v2.auth.signer.AwsSignerExecutionAttribute
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it from execution interceptors, you should instead be overriding the double-url-encode setting via the AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a subtype of HttpSigner.
SIGNER_NORMALIZE_PATH - Static variable in class com.ibm.cos.v2.auth.signer.AwsSignerExecutionAttribute
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it from execution interceptors, you should instead be overriding the normalize-path setting via the AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a subtype of HttpSigner.
SIGNER_OVERRIDDEN - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
Option to specify if the default signer has been overridden on the client.
SIGNER_OVERRIDDEN - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
If the client signer value has been overridden.
SignerChecksumParams - Class in com.ibm.cos.v2.auth.signer.params
Deprecated.
this class is deprecated and will not be updated. Use SignerProperty and HttpSigner in 'http-auth-spi' instead.
SignerChecksumParams.Builder - Class in com.ibm.cos.v2.auth.signer.params
Deprecated.
 
SignerConstant - Class in com.ibm.cos.v2.auth.signer.internal
 
SignerConstant - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.util
 
SignerKey - Class in com.ibm.cos.v2.auth.signer.internal
Holds the signing key and the number of days since epoch for the date for which the signing key was generated.
SignerKey(Instant, byte[]) - Constructor for class com.ibm.cos.v2.auth.signer.internal.SignerKey
 
SignerKey - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.util
Holds the signing key and the number of days since epoch for the date for which the signing key was generated.
SignerKey(Instant, byte[]) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerKey
 
SignerLoader - Class in com.ibm.cos.v2.auth.signer
Deprecated.
SignerMethodResolver - Class in com.ibm.cos.v2.auth.signer.internal.util
 
SignerOverrideUtils - Class in com.ibm.cos.v2.awscore.util
Utility to override a given SdkRequest's Signer.
signerProperty(SignerProperty<T>) - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultAuthSchemeOption
 
signerProperty(SignerProperty<T>) - Method in interface com.ibm.cos.v2.http.auth.spi.scheme.AuthSchemeOption
Retrieve the value of an SignerProperty.
SignerProperty<T> - Class in com.ibm.cos.v2.http.auth.spi.signer
A strongly-typed property for input to an HttpSigner.
SignerUtils - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.util
Utility methods to be used by various AWS Signer implementations.
SIGNING_CLOCK - Static variable in class com.ibm.cos.v2.auth.signer.AwsSignerExecutionAttribute
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it from execution interceptors, you should instead be overriding the clock setting via the AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a subtype of HttpSigner.
SIGNING_CLOCK - Static variable in class com.ibm.cos.v2.authcrt.signer.internal.SigningUtils
Attribute allowing the user to inject a clock that will be used for the signing timestamp
SIGNING_CLOCK - Static variable in interface com.ibm.cos.v2.http.auth.spi.signer.HttpSigner
A Clock to be used to derive the signing time.
SIGNING_DURATION - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The duration of time taken to sign the HTTP request.
SIGNING_METHOD - Static variable in class com.ibm.cos.v2.core.HttpChecksumConstant
 
SIGNING_NAME_ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.S3EndpointAuthSchemeStrategyFactory
 
SIGNING_REGION - Static variable in class com.ibm.cos.v2.auth.signer.AwsSignerExecutionAttribute
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it from execution interceptors, you should instead be overriding the signing region via the AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a subtype of HttpSigner.
SIGNING_REGION - Static variable in class com.ibm.cos.v2.awscore.client.config.AwsClientOption
AWS Region to be used for signing the request.
SIGNING_REGION_ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.S3EndpointAuthSchemeStrategyFactory
 
SIGNING_REGION_SCOPE - Static variable in class com.ibm.cos.v2.auth.signer.AwsSignerExecutionAttribute
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it from execution interceptors, you should instead be overriding the signing region scope via the AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a subtype of HttpSigner.
SIGNING_REGION_SET_ID - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.S3EndpointAuthSchemeStrategyFactory
 
SigningAlgorithm - Enum in com.ibm.cos.v2.auth.signer.internal
 
SigningAlgorithm - Enum in com.ibm.cos.v2.http.auth.aws.internal.signer.util
 
signingClock(Clock) - Method in class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aProperties.Builder
 
signingClock(Clock) - Method in class com.ibm.cos.v2.http.auth.aws.eventstream.internal.io.SigV4DataFramePublisher.Builder
 
signingClock(Clock) - Method in class com.ibm.cos.v2.http.auth.aws.eventstream.internal.signer.EventStreamV4PayloadSigner.Builder
 
signingClock(Clock) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.V4Properties.Builder
 
signingClockOverride(Clock) - Method in interface com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.Builder
The clock to use for overriding the signing time when computing signature for a request.
signingClockOverride(Clock) - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
signingClockOverride() - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams
 
SigningConfigProvider - Class in com.ibm.cos.v2.authcrt.signer.internal
 
SigningConfigProvider() - Constructor for class com.ibm.cos.v2.authcrt.signer.internal.SigningConfigProvider
 
SigningMethod - Enum in com.ibm.cos.v2.core.internal.signer
 
signingName(String) - Method in interface com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.Builder
The name of the AWS service to be used for computing the signature.
signingName(String) - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
signingName() - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams
 
signingName() - Method in class com.ibm.cos.v2.awscore.client.builder.AwsDefaultClientBuilder
Implemented by child classes to define the signing-name that should be used when signing requests when communicating with AWS.
signingName(String) - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4aAuthScheme.Builder
 
signingName() - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4aAuthScheme
 
signingName(String) - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4AuthScheme.Builder
 
signingName() - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4AuthScheme
 
signingName(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.authscheme.S3ExpressEndpointAuthScheme.Builder
 
signingName() - Method in class com.ibm.cos.v2.services.s3.endpoints.authscheme.S3ExpressEndpointAuthScheme
 
signingRegion(Region) - Method in interface com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.Builder
The AWS region to be used for computing the signature.
signingRegion(Region) - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
signingRegion() - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams
 
signingRegion(String) - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4AuthScheme.Builder
 
signingRegion() - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4AuthScheme
 
signingRegion(ServiceEndpointKey) - Method in class com.ibm.cos.v2.regions.DefaultServiceMetadata
 
signingRegion(ServiceEndpointKey, Map<ServiceEndpointKey, String>, Map<Pair<String, PartitionEndpointKey>, String>) - Static method in class com.ibm.cos.v2.regions.internal.util.ServiceMetadataUtils
 
signingRegion(ServiceEndpointKey) - Method in class com.ibm.cos.v2.regions.servicemetadata.EnhancedS3ServiceMetadata
 
signingRegion(ServiceEndpointKey) - Method in class com.ibm.cos.v2.regions.servicemetadata.S3ControlServiceMetadata
 
signingRegion(ServiceEndpointKey) - Method in class com.ibm.cos.v2.regions.servicemetadata.S3OutpostsServiceMetadata
 
signingRegion(ServiceEndpointKey) - Method in class com.ibm.cos.v2.regions.servicemetadata.S3ServiceMetadata
 
signingRegion(Region) - Method in interface com.ibm.cos.v2.regions.ServiceMetadata
Retrieve the region that should be used for message signing when communicating with this service in the provided region.
signingRegion(ServiceEndpointKey) - Method in interface com.ibm.cos.v2.regions.ServiceMetadata
Retrieve the region that should be used for message signing when communicating with this service in the provided region and with the provided endpoint tags.
signingRegion(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.authscheme.S3ExpressEndpointAuthScheme.Builder
 
signingRegion() - Method in class com.ibm.cos.v2.services.s3.endpoints.authscheme.S3ExpressEndpointAuthScheme
 
signingRegionModification(Region) - Method in class com.ibm.cos.v2.services.s3.internal.ConfiguredS3SdkHttpRequest.Builder
 
signingRegionModification() - Method in class com.ibm.cos.v2.services.s3.internal.ConfiguredS3SdkHttpRequest
 
signingRegionSet(List<String>) - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4aAuthScheme.Builder
 
signingRegionSet() - Method in class com.ibm.cos.v2.awscore.endpoints.authscheme.SigV4aAuthScheme
 
signingServiceModification(String) - Method in class com.ibm.cos.v2.services.s3.internal.ConfiguredS3SdkHttpRequest.Builder
 
signingServiceModification() - Method in class com.ibm.cos.v2.services.s3.internal.ConfiguredS3SdkHttpRequest
 
SigningStage - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Sign the marshalled request (if applicable).
SigningStage(HttpClientDependencies) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.SigningStage
 
SigningUtils - Class in com.ibm.cos.v2.authcrt.signer.internal
 
signRequest(SdkHttpFullRequest, AwsSigningConfig) - Method in class com.ibm.cos.v2.authcrt.signer.internal.AwsCrt4aSigningAdapter
 
SignRequest<IdentityT extends Identity> - Interface in com.ibm.cos.v2.http.auth.spi.signer
Input parameters to sign a request with sync payload, using HttpSigner.
SignRequest.Builder<IdentityT extends Identity> - Interface in com.ibm.cos.v2.http.auth.spi.signer
A builder for a SignRequest.
signTrailerHeaders(Map<String, List<String>>, byte[], AwsSigningConfig) - Method in class com.ibm.cos.v2.authcrt.signer.internal.AwsCrt4aSigningAdapter
 
signWithMac(String, Mac) - Method in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsSigner
 
SIGV4A_SIGNING_REGION_SET - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Property name for specifying the SIGV4A signing region set configuration.
SigV4aAuthScheme - Class in com.ibm.cos.v2.awscore.endpoints.authscheme
A Signature Version 4A authentication scheme.
SigV4aAuthScheme.Builder - Class in com.ibm.cos.v2.awscore.endpoints.authscheme
 
SigV4aChunkExtensionProvider - Class in com.ibm.cos.v2.http.auth.aws.crt.internal.signer
 
SigV4aChunkExtensionProvider(RollingSigner, CredentialScope) - Constructor for class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.SigV4aChunkExtensionProvider
 
sigv4aSigningRegionSet(RegionSet) - Method in interface com.ibm.cos.v2.services.s3.S3BaseClientBuilder
Sets the RegionSet to be used for operations using Sigv4a signing requests.
Sigv4aSigningRegionSetProvider - Class in com.ibm.cos.v2.awscore.internal.auth
 
Sigv4aSigningRegionSetProvider.Builder - Class in com.ibm.cos.v2.awscore.internal.auth
 
SigV4aTrailerProvider - Class in com.ibm.cos.v2.http.auth.aws.crt.internal.signer
 
SigV4aTrailerProvider(List<TrailerProvider>, RollingSigner, CredentialScope) - Constructor for class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.SigV4aTrailerProvider
 
SigV4AuthScheme - Class in com.ibm.cos.v2.awscore.endpoints.authscheme
A Signature Version 4 authentication scheme.
SigV4AuthScheme.Builder - Class in com.ibm.cos.v2.awscore.endpoints.authscheme
 
SigV4ChunkExtensionProvider - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding
 
SigV4ChunkExtensionProvider(RollingSigner, CredentialScope) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.SigV4ChunkExtensionProvider
 
SigV4DataFramePublisher - Class in com.ibm.cos.v2.http.auth.aws.eventstream.internal.io
A publisher which adapts a publisher by SigV4-signing each frame, and appends an empty trailing frame.
SigV4DataFramePublisher.Builder - Class in com.ibm.cos.v2.http.auth.aws.eventstream.internal.io
 
SigV4TrailerProvider - Class in com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding
 
SigV4TrailerProvider(List<TrailerProvider>, RollingSigner, CredentialScope) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.SigV4TrailerProvider
 
SimpleHttpContentPublisher - Class in com.ibm.cos.v2.core.internal.http.async
Implementation of SdkHttpContentPublisher that provides all it's data at once.
SimpleHttpContentPublisher(SdkHttpFullRequest) - Constructor for class com.ibm.cos.v2.core.internal.http.async.SimpleHttpContentPublisher
 
SimplePrefix - Class in com.ibm.cos.v2.services.s3.model
To use simple format for S3 keys for log objects, set SimplePrefix to an empty object.
simplePrefix(SimplePrefix) - Method in interface com.ibm.cos.v2.services.s3.model.TargetObjectKeyFormat.Builder
To use the simple format for S3 keys for log objects.
simplePrefix(Consumer<SimplePrefix.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.TargetObjectKeyFormat.Builder
To use the simple format for S3 keys for log objects.
simplePrefix() - Method in class com.ibm.cos.v2.services.s3.model.TargetObjectKeyFormat
To use the simple format for S3 keys for log objects.
SimplePrefix.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
SimplePublisher<T> - Class in com.ibm.cos.v2.utils.async
A Publisher to which callers can SimplePublisher.send(Object) messages, simplifying the process of implementing a publisher.
SimplePublisher() - Constructor for class com.ibm.cos.v2.utils.async.SimplePublisher
 
SimpleSubscriber - Class in com.ibm.cos.v2.http.async
Simple subscriber that does no backpressure and doesn't care about errors or completion.
SimpleSubscriber(Consumer<ByteBuffer>) - Constructor for class com.ibm.cos.v2.http.async.SimpleSubscriber
 
SimpleTypeJsonMarshaller - Class in com.ibm.cos.v2.protocols.json.internal.marshall
 
SimpleTypePathMarshaller - Class in com.ibm.cos.v2.protocols.json.internal.marshall
 
SimpleTypePathMarshaller - Class in com.ibm.cos.v2.protocols.xml.internal.marshall
 
SimpleTypeQueryMarshaller<T> - Class in com.ibm.cos.v2.protocols.query.internal.marshall
Simple implementation of QueryMarshaller that converts a given value to a string using StringToValueConverter.StringToValue and emits it as a query param.
SimpleTypeQueryUnmarshaller<T> - Class in com.ibm.cos.v2.protocols.query.internal.unmarshall
Unmarshaller implementation for simple, scalar values.
SimpleTypeQueryUnmarshaller(StringToValueConverter.StringToValue<T>) - Constructor for class com.ibm.cos.v2.protocols.query.internal.unmarshall.SimpleTypeQueryUnmarshaller
 
since() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Deprecated
 
SingleArgFn - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
SingleArgFn(FnNode) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.SingleArgFn
 
size() - Method in class com.ibm.cos.v2.auth.signer.internal.FifoCache
Returns the current size of the cache.
size() - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
size() - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructMap
 
size() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.FifoCache
Returns the current size of the cache.
size() - Method in class com.ibm.cos.v2.http.nio.netty.internal.SdkChannelPoolMap
Returns the number of ChannelPools currently in this AbstractChannelPoolMap.
size() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Array
 
size(Long) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectIdentifier.Builder
If present, the objects are deleted only if its size matches the provided size in bytes.
size() - Method in class com.ibm.cos.v2.services.s3.model.ObjectIdentifier
If present, the objects are deleted only if its size matches the provided size in bytes.
size(Long) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectPart.Builder
The size of the uploaded part in bytes.
size() - Method in class com.ibm.cos.v2.services.s3.model.ObjectPart
The size of the uploaded part in bytes.
size(Long) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
Size in bytes of the object.
size() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
Size in bytes of the object.
size(Long) - Method in interface com.ibm.cos.v2.services.s3.model.Part.Builder
Size in bytes of the uploaded part data.
size() - Method in class com.ibm.cos.v2.services.s3.model.Part
Size in bytes of the uploaded part data.
size(Long) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
The size of the object in bytes.
size() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
The size of the object in bytes.
size(Long) - Method in interface com.ibm.cos.v2.services.s3.model.S3Object.Builder
Size in bytes of the object
size() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
Size in bytes of the object
size() - Method in class com.ibm.cos.v2.utils.cache.lru.LruCache
 
size() - Method in class com.ibm.cos.v2.utils.ImmutableMap
 
SizeConstant - Class in com.ibm.cos.v2.transfer.s3
Helpful constants for common size units.
skip(long) - Method in class com.ibm.cos.v2.core.internal.io.AwsChunkedInputStream
 
skip(long) - Method in class com.ibm.cos.v2.core.internal.io.SdkLengthAwareInputStream
 
skip(long) - Method in class com.ibm.cos.v2.core.internal.metrics.BytesReadTrackingInputStream
 
skip(long) - Method in class com.ibm.cos.v2.core.io.ResettableInputStream
 
skip(long) - Method in class com.ibm.cos.v2.core.io.SdkDigestInputStream
Skips over and discards n bytes of data from this input stream, while taking the skipped bytes into account for digest calculation.
skip(long) - Method in class com.ibm.cos.v2.core.io.SdkFilterInputStream
 
skip(long) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.io.SdkLengthAwareInputStream
 
skip(long) - Method in class com.ibm.cos.v2.utils.LookaheadInputStream
 
SKIP_BUFFER_SIZE - Static variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedInputStream
 
SKIP_MD5_TRAILING_CHECKSUM - Static variable in class com.ibm.cos.v2.services.s3.internal.checksums.ChecksumsEnabledValidator
 
skipDestinationValidation(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest.Builder
Skips validation of Amazon SQS, Amazon SNS, and Lambda destinations.
skipDestinationValidation() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest
Skips validation of Amazon SQS, Amazon SNS, and Lambda destinations.
SLASH - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
SMITHY_RPC_V2_CBOR - Static variable in interface com.ibm.cos.v2.protocols.json.internal.ProtocolFact
Overrides for Smithy RPCv2.
snapshot() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgress
 
snapshot() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.ResumeTransferProgress
 
snapshot() - Method in interface com.ibm.cos.v2.transfer.s3.progress.TransferProgress
Takes a snapshot of the current progress, represented by an immutable TransferProgressSnapshot.
sock - Variable in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
sock - Variable in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
socketFactory(ConnectionSocketFactory) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
Configuration that defines a custom Socket factory.
socketTimeout(Duration) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
The amount of time to wait for data to be transferred over an established, open connection before the connection is timed out.
socketTimeout(Duration) - Method in class com.ibm.cos.v2.http.apache.internal.ApacheHttpRequestConfig.Builder
 
socketTimeout() - Method in class com.ibm.cos.v2.http.apache.internal.ApacheHttpRequestConfig
 
socketTimeout(Duration) - Method in interface com.ibm.cos.v2.http.urlconnection.UrlConnectionHttpClient.Builder
The amount of time to wait for data to be transferred over an established, open connection before the connection is timed out.
source(Path) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest.Builder
Specifies the source directory to upload.
source() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest
The source directory to upload
source(Path) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadFileRequest.Builder
The Path to file containing data to send to the service.
source(File) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadFileRequest.Builder
The file containing data to send to the service.
source() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadFileRequest
The Path containing data to send to the service.
SOURCE_ARN_CONDITION_KEY - Static variable in class com.ibm.cos.v2.core.auth.policy.conditions.ConditionFactory
Condition key for the Amazon Resource Name (ARN) of the source specified in a request.
SOURCE_IP_CONDITION_KEY - Static variable in class com.ibm.cos.v2.core.auth.policy.conditions.ConditionFactory
Condition key for the source IP from which a request originates.
SOURCE_PROFILE - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Property name for specifying the profile credentials to use when assuming a role
sourceBucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
The name of the bucket containing the object to copy.
sourceBucket() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
The name of the bucket containing the object to copy.
sourceBucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
The name of the bucket containing the object to copy.
sourceBucket() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
The name of the bucket containing the object to copy.
SourceException - Exception in com.ibm.cos.v2.services.s3.endpoints.internal
 
SourceException.BuilderImpl - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
sourceKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
The key of the object to copy.
sourceKey() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
The key of the object to copy.
sourceKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
The key of the object to copy.
sourceKey() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
The key of the object to copy.
sourceSelectionCriteria(SourceSelectionCriteria) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRule.Builder
A container that describes additional filters for identifying the source objects that you want to replicate.
sourceSelectionCriteria(Consumer<SourceSelectionCriteria.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRule.Builder
A container that describes additional filters for identifying the source objects that you want to replicate.
sourceSelectionCriteria() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
A container that describes additional filters for identifying the source objects that you want to replicate.
SourceSelectionCriteria - Class in com.ibm.cos.v2.services.s3.model
A container that describes additional filters for identifying the source objects that you want to replicate.
SourceSelectionCriteria.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
sourceVersionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies a particular version of the source object to copy.
sourceVersionId() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies a particular version of the source object to copy.
sourceVersionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Specifies a particular version of the source object to copy.
sourceVersionId() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Specifies a particular version of the source object to copy.
SPACE - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
split(AsyncRequestBodySplitConfiguration) - Method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
Converts this AsyncRequestBody to a publisher of AsyncRequestBodys, each of which publishes a specific portion of the original data, based on the provided AsyncRequestBodySplitConfiguration.
split(Consumer<AsyncRequestBodySplitConfiguration.Builder>) - Method in interface com.ibm.cos.v2.core.async.AsyncRequestBody
This is a convenience method that passes an instance of the AsyncRequestBodySplitConfiguration builder, avoiding the need to create one manually via AsyncRequestBodySplitConfiguration.builder().
split(SplittingTransformerConfiguration) - Method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer
Creates an AsyncResponseTransformer.SplitResult which contains an SplittingTransformer that splits the AsyncResponseTransformer into multiple ones, publishing them as a SdkPublisher.
split(Consumer<SplittingTransformerConfiguration.Builder>) - Method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer
Creates an AsyncResponseTransformer.SplitResult which contains an SplittingTransformer that splits the AsyncResponseTransformer into multiple ones, publishing them as a SdkPublisher.
split(AsyncRequestBodySplitConfiguration) - Method in class com.ibm.cos.v2.core.async.listener.AsyncRequestBodyListener.NotifyingAsyncRequestBody
 
split(Consumer<AsyncRequestBodySplitConfiguration.Builder>) - Method in class com.ibm.cos.v2.core.async.listener.AsyncRequestBodyListener.NotifyingAsyncRequestBody
 
split(ByteBuffer) - Method in class com.ibm.cos.v2.core.internal.async.ChunkBuffer
Split the input ByteBuffer into multiple smaller ByteBuffers, each of which contains ChunkBuffer.chunkSize worth of bytes.
split(AsyncRequestBodySplitConfiguration) - Method in class com.ibm.cos.v2.core.internal.async.FileAsyncRequestBody
 
split() - Method in class com.ibm.cos.v2.core.internal.async.FileAsyncRequestBodySplitHelper
 
splitOnWordBoundaries(String) - Static method in class com.ibm.cos.v2.utils.internal.CodegenNamingUtils
 
splitQueryString(String) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
 
SplittingPublisher - Class in com.ibm.cos.v2.core.internal.async
Splits an AsyncRequestBody to multiple smaller AsyncRequestBodys, each of which publishes a specific portion of the original data.
SplittingPublisher(AsyncRequestBody, AsyncRequestBodySplitConfiguration) - Constructor for class com.ibm.cos.v2.core.internal.async.SplittingPublisher
 
SplittingTransformer<ResponseT,ResultT> - Class in com.ibm.cos.v2.core.internal.async
Split a AsyncResponseTransformer into multiple ones, publishing them as a SdkPublisher.
SplittingTransformer.Builder<ResponseT,ResultT> - Class in com.ibm.cos.v2.core.internal.async
 
SplittingTransformerConfiguration - Class in com.ibm.cos.v2.core
Configuration options for AsyncResponseTransformer.split(SplittingTransformerConfiguration) to configure how the SDK should split the AsyncResponseTransformer.
SplittingTransformerConfiguration.Builder - Interface in com.ibm.cos.v2.core
 
sseAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.ServerSideEncryptionByDefault.Builder
Server-side encryption algorithm to use for the default encryption.
sseAlgorithm(ServerSideEncryption) - Method in interface com.ibm.cos.v2.services.s3.model.ServerSideEncryptionByDefault.Builder
Server-side encryption algorithm to use for the default encryption.
sseAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionByDefault
Server-side encryption algorithm to use for the default encryption.
sseAlgorithmAsString() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionByDefault
Server-side encryption algorithm to use for the default encryption.
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
The server-side encryption (SSE) algorithm used to encrypt the object.
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
The server-side encryption (SSE) algorithm used to encrypt the object.
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies the algorithm to use when encrypting the object (for example, AES256).
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies the algorithm to use when encrypting the object (for example, AES256).
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResponse.Builder
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specifies the algorithm to use when encrypting the object (for example, AES256).
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specifies the algorithm to use when encrypting the object (for example, AES256).
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
Specifies the algorithm to use when encrypting the object (for example, AES256).
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
Specifies the algorithm to use when encrypting the object (for example, AES256).
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Specifies the algorithm to use when decrypting the object (for example, AES256).
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Specifies the algorithm to use when decrypting the object (for example, AES256).
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Specifies the algorithm to use when encrypting the object (for example, AES256).
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Specifies the algorithm to use when encrypting the object (for example, AES256).
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsRequest.Builder
The server-side encryption (SSE) algorithm used to encrypt the object.
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
The server-side encryption (SSE) algorithm used to encrypt the object.
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Specifies the algorithm to use when encrypting the object (for example, AES256).
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Specifies the algorithm to use when encrypting the object (for example, AES256).
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
The server-side encryption (SSE) algorithm used to encrypt the object.
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
The server-side encryption (SSE) algorithm used to encrypt the object.
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Specifies the algorithm to use when encrypting the object (for example, AES256).
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Specifies the algorithm to use when encrypting the object (for example, AES256).
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse.Builder
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
Specifies the algorithm to use when encrypting the object (for example, AES256).
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
Specifies the algorithm to use when encrypting the object (for example, AES256).
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartResponse.Builder
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.
sseCustomerAlgorithm(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Encryption algorithm used if server-side encryption with a customer-provided encryption key was specified for object stored in Amazon S3.
sseCustomerAlgorithm() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Encryption algorithm used if server-side encryption with a customer-provided encryption key was specified for object stored in Amazon S3.
sseCustomerKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
The server-side encryption (SSE) customer managed key.
sseCustomerKey() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
The server-side encryption (SSE) customer managed key.
sseCustomerKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
sseCustomerKey() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
sseCustomerKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
sseCustomerKey() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
sseCustomerKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
sseCustomerKey() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
sseCustomerKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Specifies the customer-provided encryption key that you originally provided for Amazon S3 to encrypt the data before storing it.
sseCustomerKey() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Specifies the customer-provided encryption key that you originally provided for Amazon S3 to encrypt the data before storing it.
sseCustomerKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
sseCustomerKey() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
sseCustomerKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsRequest.Builder
The server-side encryption (SSE) customer managed key.
sseCustomerKey() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
The server-side encryption (SSE) customer managed key.
sseCustomerKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
sseCustomerKey() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
sseCustomerKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
The server-side encryption (SSE) customer managed key.
sseCustomerKey() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
The server-side encryption (SSE) customer managed key.
sseCustomerKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
sseCustomerKey() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
sseCustomerKey(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
sseCustomerKey() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
The MD5 server-side encryption (SSE) customer managed key.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
The MD5 server-side encryption (SSE) customer managed key.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResponse.Builder
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specifies the 128-bit MD5 digest of the customer-provided encryption key according to RFC 1321.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specifies the 128-bit MD5 digest of the customer-provided encryption key according to RFC 1321.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Specifies the 128-bit MD5 digest of the customer-provided encryption key according to RFC 1321.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Specifies the 128-bit MD5 digest of the customer-provided encryption key according to RFC 1321.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsRequest.Builder
The MD5 server-side encryption (SSE) customer managed key.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
The MD5 server-side encryption (SSE) customer managed key.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest.Builder
The MD5 server-side encryption (SSE) customer managed key.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
The MD5 server-side encryption (SSE) customer managed key.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse.Builder
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartResponse.Builder
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.
sseCustomerKeyMD5(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
128-bit MD5 digest of customer-provided encryption key used in Amazon S3 to encrypt data stored in S3.
sseCustomerKeyMD5() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
128-bit MD5 digest of customer-provided encryption key used in Amazon S3 to encrypt data stored in S3.
ssekms(SSEKMS) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryEncryption.Builder
Specifies the use of SSE-KMS to encrypt delivered inventory reports.
ssekms(Consumer<SSEKMS.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryEncryption.Builder
Specifies the use of SSE-KMS to encrypt delivered inventory reports.
ssekms() - Method in class com.ibm.cos.v2.services.s3.model.InventoryEncryption
Specifies the use of SSE-KMS to encrypt delivered inventory reports.
SSEKMS - Class in com.ibm.cos.v2.services.s3.model
Specifies the use of SSE-KMS to encrypt delivered inventory reports.
SSEKMS.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
sseKmsEncryptedObjects(SseKmsEncryptedObjects) - Method in interface com.ibm.cos.v2.services.s3.model.SourceSelectionCriteria.Builder
A container for filter information for the selection of Amazon S3 objects encrypted with Amazon Web Services KMS.
sseKmsEncryptedObjects(Consumer<SseKmsEncryptedObjects.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.SourceSelectionCriteria.Builder
A container for filter information for the selection of Amazon S3 objects encrypted with Amazon Web Services KMS.
sseKmsEncryptedObjects() - Method in class com.ibm.cos.v2.services.s3.model.SourceSelectionCriteria
A container for filter information for the selection of Amazon S3 objects encrypted with Amazon Web Services KMS.
SseKmsEncryptedObjects - Class in com.ibm.cos.v2.services.s3.model
A container for filter information for the selection of S3 objects encrypted with Amazon Web Services KMS.
SseKmsEncryptedObjects.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
SseKmsEncryptedObjectsStatus - Enum in com.ibm.cos.v2.services.s3.model
 
ssekmsEncryptionContext(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies the Amazon Web Services KMS Encryption Context as an additional encryption context to use for the destination object encryption.
ssekmsEncryptionContext() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies the Amazon Web Services KMS Encryption Context as an additional encryption context to use for the destination object encryption.
ssekmsEncryptionContext(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResponse.Builder
If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption.
ssekmsEncryptionContext() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption.
ssekmsEncryptionContext(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specifies the Amazon Web Services KMS Encryption Context to use for object encryption.
ssekmsEncryptionContext() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specifies the Amazon Web Services KMS Encryption Context to use for object encryption.
ssekmsEncryptionContext(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption.
ssekmsEncryptionContext() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption.
ssekmsEncryptionContext(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionRequest.Builder
Specifies the Amazon Web Services KMS Encryption Context as an additional encryption context to use for object encryption.
ssekmsEncryptionContext() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
Specifies the Amazon Web Services KMS Encryption Context as an additional encryption context to use for object encryption.
ssekmsEncryptionContext(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionResponse.Builder
If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption.
ssekmsEncryptionContext() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionResponse
If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption.
ssekmsEncryptionContext(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Specifies the Amazon Web Services KMS Encryption Context as an additional encryption context to use for object encryption.
ssekmsEncryptionContext() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Specifies the Amazon Web Services KMS Encryption Context as an additional encryption context to use for object encryption.
ssekmsEncryptionContext(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption.
ssekmsEncryptionContext() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption.
ssekmsKeyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
If present, indicates the ID of the KMS key that was used for object encryption.
ssekmsKeyId() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
If present, indicates the ID of the KMS key that was used for object encryption.
ssekmsKeyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies the KMS key ID (Key ID, Key ARN, or Key Alias) to use for object encryption.
ssekmsKeyId() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies the KMS key ID (Key ID, Key ARN, or Key Alias) to use for object encryption.
ssekmsKeyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResponse.Builder
If present, indicates the ID of the KMS key that was used for object encryption.
ssekmsKeyId() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
If present, indicates the ID of the KMS key that was used for object encryption.
ssekmsKeyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
Specifies the KMS key ID (Key ID, Key ARN, or Key Alias) to use for object encryption.
ssekmsKeyId() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Specifies the KMS key ID (Key ID, Key ARN, or Key Alias) to use for object encryption.
ssekmsKeyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
If present, indicates the ID of the KMS key that was used for object encryption.
ssekmsKeyId() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
If present, indicates the ID of the KMS key that was used for object encryption.
ssekmsKeyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionRequest.Builder
If you specify x-amz-server-side-encryption with aws:kms, you must specify the x-amz-server-side-encryption-aws-kms-key-id header with the ID (Key ID or Key ARN) of the KMS symmetric encryption customer managed key to use.
ssekmsKeyId() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
If you specify x-amz-server-side-encryption with aws:kms, you must specify the x-amz-server-side-encryption-aws-kms-key-id header with the ID (Key ID or Key ARN) of the KMS symmetric encryption customer managed key to use.
ssekmsKeyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateSessionResponse.Builder
If you specify x-amz-server-side-encryption with aws:kms, this header indicates the ID of the KMS symmetric encryption customer managed key that was used for object encryption.
ssekmsKeyId() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionResponse
If you specify x-amz-server-side-encryption with aws:kms, this header indicates the ID of the KMS symmetric encryption customer managed key that was used for object encryption.
ssekmsKeyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
If present, indicates the ID of the KMS key that was used for object encryption.
ssekmsKeyId() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
If present, indicates the ID of the KMS key that was used for object encryption.
ssekmsKeyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
If present, indicates the ID of the KMS key that was used for object encryption.
ssekmsKeyId() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
If present, indicates the ID of the KMS key that was used for object encryption.
ssekmsKeyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Specifies the KMS key ID (Key ID, Key ARN, or Key Alias) to use for object encryption.
ssekmsKeyId() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Specifies the KMS key ID (Key ID, Key ARN, or Key Alias) to use for object encryption.
ssekmsKeyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
If present, indicates the ID of the KMS key that was used for object encryption.
ssekmsKeyId() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
If present, indicates the ID of the KMS key that was used for object encryption.
ssekmsKeyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse.Builder
If present, indicates the ID of the KMS key that was used for object encryption.
ssekmsKeyId() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
If present, indicates the ID of the KMS key that was used for object encryption.
ssekmsKeyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartResponse.Builder
If present, indicates the ID of the KMS key that was used for object encryption.
ssekmsKeyId() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
If present, indicates the ID of the KMS key that was used for object encryption.
ssekmsKeyId(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
If present, specifies the ID (Key ID, Key ARN, or Key Alias) of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric encryption customer managed key that was used for stored in Amazon S3 object.
ssekmsKeyId() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
If present, specifies the ID (Key ID, Key ARN, or Key Alias) of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric encryption customer managed key that was used for stored in Amazon S3 object.
sses3(SSES3) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryEncryption.Builder
Specifies the use of SSE-S3 to encrypt delivered inventory reports.
sses3(Consumer<SSES3.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.InventoryEncryption.Builder
Specifies the use of SSE-S3 to encrypt delivered inventory reports.
sses3() - Method in class com.ibm.cos.v2.services.s3.model.InventoryEncryption
Specifies the use of SSE-S3 to encrypt delivered inventory reports.
SSES3 - Class in com.ibm.cos.v2.services.s3.model
Specifies the use of SSE-S3 to encrypt delivered inventory reports.
SSES3.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
SslCloseCompletionEventHandler - Class in com.ibm.cos.v2.http.nio.netty.internal
Handles SslCloseCompletionEvents that are sent whenever an SSL channel goes inactive.
sslContext() - Method in class com.ibm.cos.v2.http.nio.netty.internal.SslContextProvider
 
SslContextProvider - Class in com.ibm.cos.v2.http.nio.netty.internal
 
SslContextProvider(NettyConfiguration, Protocol, ProtocolNegotiation, SslProvider) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.SslContextProvider
 
sslProvider(SslProvider) - Method in class com.ibm.cos.v2.http.nio.netty.internal.AwaitCloseChannelPoolMap.Builder
 
sslProvider(SslProvider) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
Sets the SslProvider to be used in the Netty client.
SSO_ACCOUNT_ID - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
AWS account ID that temporary AWS credentials will be resolved for.
SSO_REGION - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Aws region where the SSO directory for the given 'sso_start_url' is hosted.
SSO_ROLE_NAME - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
The corresponding IAM role in the AWS account that temporary AWS credentials will be resolved for.
SSO_START_URL - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
Start url provided by the SSO service via the console.
staleDuration(Duration) - Method in class com.ibm.cos.v2.awscore.internal.token.CachedTokenRefresher.Builder
 
staleTime(Duration) - Method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties.Builder
 
staleTime() - Method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties
 
staleTime(Duration) - Method in interface com.ibm.cos.v2.auth.credentials.WebIdentityTokenFileCredentialsProvider.Builder
Configure the amount of time, relative to STS token expiration, that the cached credentials are considered stale and must be updated.
staleTime(Duration) - Method in class com.ibm.cos.v2.services.s3.internal.s3express.CachedS3ExpressCredentials.Builder
 
staleTime(Instant) - Method in class com.ibm.cos.v2.utils.cache.RefreshResult.Builder
Specify the time at which the value in this cache is stale, and all calls to CachedSupplier.get() should block to try to update the value.
staleTime() - Method in class com.ibm.cos.v2.utils.cache.RefreshResult
When the configured value is stale and should no longer be used.
staleValueBehavior(CachedSupplier.StaleValueBehavior) - Method in class com.ibm.cos.v2.utils.cache.CachedSupplier.Builder
Configure the way the cache should behave when a stale value is retrieved or when retrieving a value fails while the cache is stale.
Standard() - Constructor for class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetrySetting.Standard
 
StandardMemberCopier - Class in com.ibm.cos.v2.core.adapter
Used in combination with the generated member copiers to implement deep copies of shape members.
standardPort(String) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Retrieve the standard port for the provided protocol.
standardRetryStrategy() - Static method in class com.ibm.cos.v2.awscore.retry.AwsRetryStrategy
Returns a StandardRetryStrategy with AWS-specific conditions added.
standardRetryStrategy() - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetryStrategy
Returns a StandardRetryStrategy with generic SDK retry conditions.
StandardRetryStrategy - Interface in com.ibm.cos.v2.retries
The standard retry strategy is the recommended RetryStrategy for normal use-cases.
StandardRetryStrategy.Builder - Interface in com.ibm.cos.v2.retries
 
standardRetryStrategyBuilder() - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetryStrategy
Returns a StandardRetryStrategy.Builder with preconfigured generic SDK retry conditions.
standardStrategyBuilder() - Static method in class com.ibm.cos.v2.retries.DefaultRetryStrategy
Create a new builder for a StandardRetryStrategy.
start() - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.PingTracker
 
start(Long) - Method in interface com.ibm.cos.v2.services.s3.model.ScanRange.Builder
Specifies the start of the byte range.
start() - Method in class com.ibm.cos.v2.services.s3.model.ScanRange
Specifies the start of the byte range.
startAfter(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Request.Builder
StartAfter is where you want Amazon S3 to start listing from.
startAfter() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
StartAfter is where you want Amazon S3 to start listing from.
startAfter(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectsV2Response.Builder
If StartAfter was sent with the request, it is included in the response.
startAfter() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
If StartAfter was sent with the request, it is included in the response.
startCapturing() - Method in class com.ibm.cos.v2.testutils.LogCaptor.DefaultLogCaptor
 
startCapturing() - Method in class com.ibm.cos.v2.testutils.LogCaptor.LogCaptorTestBase
 
startElement(String) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlGenerator
 
startElement(String, Map<String, String>) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlGenerator
Start to write the element
startHandshake() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
startIdleTimer() - Method in class com.ibm.cos.v2.http.nio.netty.internal.ChannelDiagnostics
 
startIndex() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Substring
 
startingAttempt() - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.RetryableStageHelper
Invoke when starting a request attempt, before querying the retry policy.
startMultipartTemplate() - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.TemplateVisitor
Invoked prior to visiting a multipart template like `https://{Region}.{dnsSuffix}`.
startsWithIgnoreCase(String, String) - Static method in class com.ibm.cos.v2.utils.StringUtils
Tests if this string starts with the specified prefix ignoring case considerations.
startUrl(String) - Method in interface com.ibm.cos.v2.auth.token.credentials.SdkTokenProviderFactoryProperties.Builder
 
startUrl() - Method in class com.ibm.cos.v2.auth.token.credentials.SdkTokenProviderFactoryProperties
 
state(DefaultRetryToken.TokenState) - Method in class com.ibm.cos.v2.retries.internal.DefaultRetryToken.Builder
Sets the state of the retry token.
state() - Method in class com.ibm.cos.v2.retries.internal.DefaultRetryToken
Returns the state of the token.
STATEMENT - Static variable in class com.ibm.cos.v2.core.auth.policy.internal.JsonDocumentField
 
Statement - Class in com.ibm.cos.v2.core.auth.policy
A statement is the formal description of a single permission, and is always contained within a policy object.
Statement(Statement.Effect) - Constructor for class com.ibm.cos.v2.core.auth.policy.Statement
Constructs a new access control policy statement with the specified effect.
Statement.Effect - Enum in com.ibm.cos.v2.core.auth.policy
The effect is the result that you want a policy statement to return at evaluation time.
STATEMENT_EFFECT - Static variable in class com.ibm.cos.v2.core.auth.policy.internal.JsonDocumentField
 
STATEMENT_ID - Static variable in class com.ibm.cos.v2.core.auth.policy.internal.JsonDocumentField
 
staticAccountId(String) - Method in class com.ibm.cos.v2.auth.credentials.ProcessCredentialsProvider.Builder
Configure a static account id for this credentials provider.
StaticClientEndpointProvider - Class in com.ibm.cos.v2.core.internal
An implementation of ClientEndpointProvider that uses static values.
StaticClientEndpointProvider(URI, boolean) - Constructor for class com.ibm.cos.v2.core.internal.StaticClientEndpointProvider
 
StaticCredentialsProvider - Class in com.ibm.cos.v2.auth.credentials
An implementation of AwsCredentialsProvider that returns a set implementation of AwsCredentials.
StaticCredentialsProvider(AwsCredentials) - Constructor for class com.ibm.cos.v2.auth.credentials.StaticCredentialsProvider
 
staticHandle(Class<?>, String, MethodType) - Static method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.InvocationHelper
 
StaticKeyManagerFactory - Class in com.ibm.cos.v2.http.nio.netty.internal
Factory that simply returns a statically provided set of KeyManagers.
StaticKeyManagerFactorySpi - Class in com.ibm.cos.v2.http.nio.netty.internal
Factory SPI that simply returns a statically provided set of KeyManagers.
StaticKeyManagerFactorySpi(KeyManager[]) - Constructor for class com.ibm.cos.v2.http.nio.netty.internal.StaticKeyManagerFactorySpi
 
StaticLoggerBinder - Class in com.ibm.cos.v2.thirdparty.org.slf4j.impl
Acts as a bridge to real SLF4J implementations of StaticLoggerBinder.
StaticLoggerBinder() - Constructor for class com.ibm.cos.v2.thirdparty.org.slf4j.impl.StaticLoggerBinder
 
StaticMarkerBinder - Class in com.ibm.cos.v2.thirdparty.org.slf4j.impl
 
StaticMarkerBinder() - Constructor for class com.ibm.cos.v2.thirdparty.org.slf4j.impl.StaticMarkerBinder
 
StaticTokenProvider - Class in com.ibm.cos.v2.auth.token.credentials
An implementation of SdkTokenProvider that returns a set implementation of SdkToken.
StaticTrustManagerFactory - Class in com.ibm.cos.v2.http.nio.netty.internal
 
Stats - Class in com.ibm.cos.v2.services.s3.model
Container for the stats details.
Stats.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
statsBuilder() - Static method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentEventStream
Create a builder for the Stats event type for this stream.
StatsEvent - Class in com.ibm.cos.v2.services.s3.model
Container for the Stats Event.
StatsEvent(StatsEvent.BuilderImpl) - Constructor for class com.ibm.cos.v2.services.s3.model.StatsEvent
 
StatsEvent.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
StatsEvent.BuilderImpl - Class in com.ibm.cos.v2.services.s3.model
 
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.AccelerateConfiguration.Builder
Specifies the transfer acceleration status of the bucket.
status(BucketAccelerateStatus) - Method in interface com.ibm.cos.v2.services.s3.model.AccelerateConfiguration.Builder
Specifies the transfer acceleration status of the bucket.
status() - Method in class com.ibm.cos.v2.services.s3.model.AccelerateConfiguration
Specifies the transfer acceleration status of the bucket.
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration.Builder
Sets the desired bucket protection status for this configuration object.
status(BucketProtectionStatus) - Method in interface com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration.Builder
Sets the desired bucket protection status for this configuration object.
status() - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration
 
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.BucketProtectionResponse.Builder
 
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteMarkerReplication.Builder
Indicates whether to replicate delete markers.
status(DeleteMarkerReplicationStatus) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteMarkerReplication.Builder
Indicates whether to replicate delete markers.
status() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerReplication
Indicates whether to replicate delete markers.
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.ExistingObjectReplication.Builder
Specifies whether Amazon S3 replicates existing source bucket objects.
status(ExistingObjectReplicationStatus) - Method in interface com.ibm.cos.v2.services.s3.model.ExistingObjectReplication.Builder
Specifies whether Amazon S3 replicates existing source bucket objects.
status() - Method in class com.ibm.cos.v2.services.s3.model.ExistingObjectReplication
Specifies whether Amazon S3 replicates existing source bucket objects.
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse.Builder
The accelerate configuration of the bucket.
status(BucketAccelerateStatus) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse.Builder
The accelerate configuration of the bucket.
status() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse
The accelerate configuration of the bucket.
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult.Builder
The status of the metadata table.
status() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult
The status of the metadata table.
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse.Builder
 
status() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse.Builder
The versioning state of the bucket.
status(BucketVersioningStatus) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse.Builder
The versioning state of the bucket.
status() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse
The versioning state of the bucket.
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration.Builder
Specifies the status of the configuration.
status(IntelligentTieringStatus) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration.Builder
Specifies the status of the configuration.
status() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration
Specifies the status of the configuration.
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
If 'Enabled', the rule is currently being applied.
status(ExpirationStatus) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
If 'Enabled', the rule is currently being applied.
status() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
If 'Enabled', the rule is currently being applied.
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.Metrics.Builder
Specifies whether the replication metrics are enabled.
status(MetricsStatus) - Method in interface com.ibm.cos.v2.services.s3.model.Metrics.Builder
Specifies whether the replication metrics are enabled.
status() - Method in class com.ibm.cos.v2.services.s3.model.Metrics
Specifies whether the replication metrics are enabled.
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectLockLegalHold.Builder
Indicates whether the specified object has a legal hold in place.
status(ObjectLockLegalHoldStatus) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectLockLegalHold.Builder
Indicates whether the specified object has a legal hold in place.
status() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockLegalHold
Indicates whether the specified object has a legal hold in place.
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicaModifications.Builder
Specifies whether Amazon S3 replicates modifications on replicas.
status(ReplicaModificationsStatus) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicaModifications.Builder
Specifies whether Amazon S3 replicates modifications on replicas.
status() - Method in class com.ibm.cos.v2.services.s3.model.ReplicaModifications
Specifies whether Amazon S3 replicates modifications on replicas.
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRule.Builder
Specifies whether the rule is enabled.
status(ReplicationRuleStatus) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRule.Builder
Specifies whether the rule is enabled.
status() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
Specifies whether the rule is enabled.
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationTime.Builder
Specifies whether the replication time is enabled.
status(ReplicationTimeStatus) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationTime.Builder
Specifies whether the replication time is enabled.
status() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTime
Specifies whether the replication time is enabled.
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjects.Builder
Specifies whether Amazon S3 replicates objects created with server-side encryption using an Amazon Web Services KMS key stored in Amazon Web Services Key Management Service.
status(SseKmsEncryptedObjectsStatus) - Method in interface com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjects.Builder
Specifies whether Amazon S3 replicates objects created with server-side encryption using an Amazon Web Services KMS key stored in Amazon Web Services Key Management Service.
status() - Method in class com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjects
Specifies whether Amazon S3 replicates objects created with server-side encryption using an Amazon Web Services KMS key stored in Amazon Web Services Key Management Service.
status(String) - Method in interface com.ibm.cos.v2.services.s3.model.VersioningConfiguration.Builder
The versioning state of the bucket.
status(BucketVersioningStatus) - Method in interface com.ibm.cos.v2.services.s3.model.VersioningConfiguration.Builder
The versioning state of the bucket.
status() - Method in class com.ibm.cos.v2.services.s3.model.VersioningConfiguration
The versioning state of the bucket.
statusAsString() - Method in class com.ibm.cos.v2.services.s3.model.AccelerateConfiguration
Specifies the transfer acceleration status of the bucket.
statusAsString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerReplication
Indicates whether to replicate delete markers.
statusAsString() - Method in class com.ibm.cos.v2.services.s3.model.ExistingObjectReplication
Specifies whether Amazon S3 replicates existing source bucket objects.
statusAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse
The accelerate configuration of the bucket.
statusAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse
The versioning state of the bucket.
statusAsString() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration
Specifies the status of the configuration.
statusAsString() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
If 'Enabled', the rule is currently being applied.
statusAsString() - Method in class com.ibm.cos.v2.services.s3.model.Metrics
Specifies whether the replication metrics are enabled.
statusAsString() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockLegalHold
Indicates whether the specified object has a legal hold in place.
statusAsString() - Method in class com.ibm.cos.v2.services.s3.model.ReplicaModifications
Specifies whether Amazon S3 replicates modifications on replicas.
statusAsString() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
Specifies whether the rule is enabled.
statusAsString() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTime
Specifies whether the replication time is enabled.
statusAsString() - Method in class com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjects
Specifies whether Amazon S3 replicates objects created with server-side encryption using an Amazon Web Services KMS key stored in Amazon Web Services Key Management Service.
statusAsString() - Method in class com.ibm.cos.v2.services.s3.model.VersioningConfiguration
The versioning state of the bucket.
statusCode(int) - Method in interface com.ibm.cos.v2.awscore.exception.AwsServiceException.Builder
 
statusCode(int) - Method in class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
statusCode(int) - Method in interface com.ibm.cos.v2.core.exception.SdkServiceException.Builder
Specifies the status code returned by the service.
statusCode() - Method in interface com.ibm.cos.v2.core.exception.SdkServiceException.Builder
The status code returned by the service.
statusCode - Variable in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
statusCode(int) - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
statusCode() - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
statusCode() - Method in exception com.ibm.cos.v2.core.exception.SdkServiceException
The status code that was returned by the called service.
statusCode() - Method in interface com.ibm.cos.v2.http.SdkHttpFullResponse.Builder
The status text, exactly as it was configured with SdkHttpFullResponse.Builder.statusCode(int).
statusCode(int) - Method in interface com.ibm.cos.v2.http.SdkHttpFullResponse.Builder
Configure an SdkHttpResponse.statusCode() to be used in the created HTTP response.
statusCode() - Method in interface com.ibm.cos.v2.http.SdkHttpResponse.Builder
The status text, exactly as it was configured with SdkHttpResponse.Builder.statusCode(int).
statusCode(int) - Method in interface com.ibm.cos.v2.http.SdkHttpResponse.Builder
Configure an SdkHttpResponse.statusCode() to be used in the created HTTP response.
statusCode() - Method in interface com.ibm.cos.v2.http.SdkHttpResponse
Returns the HTTP status code (eg.
statusCode(int) - Method in interface com.ibm.cos.v2.services.s3.model.BucketAlreadyExistsException.Builder
 
statusCode(int) - Method in interface com.ibm.cos.v2.services.s3.model.BucketAlreadyOwnedByYouException.Builder
 
statusCode(int) - Method in interface com.ibm.cos.v2.services.s3.model.EncryptionTypeMismatchException.Builder
 
statusCode(int) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidObjectStateException.Builder
 
statusCode(int) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidRequestException.Builder
 
statusCode(int) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidWriteOffsetException.Builder
 
statusCode(int) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchBucketException.Builder
 
statusCode(int) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchKeyException.Builder
 
statusCode(int) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchUploadException.Builder
 
statusCode(int) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectAlreadyInActiveTierErrorException.Builder
 
statusCode(int) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectNotInActiveTierErrorException.Builder
 
statusCode(int) - Method in interface com.ibm.cos.v2.services.s3.model.S3Exception.Builder
 
statusCode(int) - Method in class com.ibm.cos.v2.services.s3.model.S3Exception.BuilderImpl
 
statusCode(int) - Method in interface com.ibm.cos.v2.services.s3.model.TooManyPartsException.Builder
 
statusCode(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
The integer status code for an HTTP response of a corresponding GetObject request.
statusCode() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
The integer status code for an HTTP response of a corresponding GetObject request.
statusCodeUnmarshaller(MarshallingType<T>, JsonUnmarshaller<T>) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultJsonUnmarshallerRegistry.Builder
 
statusCodeUnmarshaller(MarshallingType<T>, XmlUnmarshaller<T>) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlUnmarshallerRegistry.Builder
 
statusText() - Method in interface com.ibm.cos.v2.http.SdkHttpFullResponse.Builder
The status text, exactly as it was configured with SdkHttpFullResponse.Builder.statusText(String).
statusText(String) - Method in interface com.ibm.cos.v2.http.SdkHttpFullResponse.Builder
Configure an SdkHttpResponse.statusText() to be used in the created HTTP response.
statusText() - Method in interface com.ibm.cos.v2.http.SdkHttpResponse.Builder
The status text, exactly as it was configured with SdkHttpResponse.Builder.statusText(String).
statusText(String) - Method in interface com.ibm.cos.v2.http.SdkHttpResponse.Builder
Configure an SdkHttpResponse.statusText() to be used in the created HTTP response.
statusText() - Method in interface com.ibm.cos.v2.http.SdkHttpResponse
Returns the HTTP status text returned by the service.
stopCapturing() - Method in class com.ibm.cos.v2.testutils.LogCaptor.DefaultLogCaptor
 
stopCapturing() - Method in class com.ibm.cos.v2.testutils.LogCaptor.LogCaptorTestBase
 
stopIdleTimer() - Method in class com.ibm.cos.v2.http.nio.netty.internal.ChannelDiagnostics
 
stopIndex() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Substring
 
stopTask() - Method in class com.ibm.cos.v2.core.pagination.async.PaginationSubscription
 
storageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
If the x-amz-storage-class header is not used, the copied object will be stored in the STANDARD Storage Class by default.
storageClass(StorageClass) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
If the x-amz-storage-class header is not used, the copied object will be stored in the STANDARD Storage Class by default.
storageClass() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
If the x-amz-storage-class header is not used, the copied object will be stored in the STANDARD Storage Class by default.
storageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.
storageClass(StorageClass) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.
storageClass() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.
storageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.Destination.Builder
The storage class to use when replicating objects, such as S3 Standard or reduced redundancy.
storageClass(StorageClass) - Method in interface com.ibm.cos.v2.services.s3.model.Destination.Builder
The storage class to use when replicating objects, such as S3 Standard or reduced redundancy.
storageClass() - Method in class com.ibm.cos.v2.services.s3.model.Destination
The storage class to use when replicating objects, such as S3 Standard or reduced redundancy.
storageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse.Builder
Provides the storage class information of the object.
storageClass(StorageClass) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse.Builder
Provides the storage class information of the object.
storageClass() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
Provides the storage class information of the object.
storageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Provides storage class information of the object.
storageClass(StorageClass) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Provides storage class information of the object.
storageClass() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Provides storage class information of the object.
storageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Provides storage class information of the object.
storageClass(StorageClass) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Provides storage class information of the object.
storageClass() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Provides storage class information of the object.
storageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidObjectStateException.Builder
Sets the value of the StorageClass property for this object.
storageClass(StorageClass) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidObjectStateException.Builder
Sets the value of the StorageClass property for this object.
storageClass() - Method in exception com.ibm.cos.v2.services.s3.model.InvalidObjectStateException
Returns the value of the StorageClass property for this object.
storageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
The class of storage used to store the uploaded object.
storageClass(StorageClass) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
The class of storage used to store the uploaded object.
storageClass() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
The class of storage used to store the uploaded object.
storageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.MultipartUpload.Builder
The class of storage used to store the object.
storageClass(StorageClass) - Method in interface com.ibm.cos.v2.services.s3.model.MultipartUpload.Builder
The class of storage used to store the object.
storageClass() - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
The class of storage used to store the object.
storageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition.Builder
The class of storage used to store the object.
storageClass(TransitionStorageClass) - Method in interface com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition.Builder
The class of storage used to store the object.
storageClass() - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition
The class of storage used to store the object.
storageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
The class of storage used to store the object.
storageClass(ObjectVersionStorageClass) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
The class of storage used to store the object.
storageClass() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
The class of storage used to store the object.
storageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.
storageClass(StorageClass) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.
storageClass() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.
storageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3Location.Builder
The class of storage used to store the restore results.
storageClass(StorageClass) - Method in interface com.ibm.cos.v2.services.s3.model.S3Location.Builder
The class of storage used to store the restore results.
storageClass() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
The class of storage used to store the restore results.
storageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3Object.Builder
The class of storage used to store the object.
storageClass(ObjectStorageClass) - Method in interface com.ibm.cos.v2.services.s3.model.S3Object.Builder
The class of storage used to store the object.
storageClass() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
The class of storage used to store the object.
StorageClass - Enum in com.ibm.cos.v2.services.s3.model
 
storageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.Transition.Builder
The storage class to which you want the object to transition.
storageClass(TransitionStorageClass) - Method in interface com.ibm.cos.v2.services.s3.model.Transition.Builder
The storage class to which you want the object to transition.
storageClass() - Method in class com.ibm.cos.v2.services.s3.model.Transition
The storage class to which you want the object to transition.
storageClass(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Provides storage class information of the object.
storageClass(StorageClass) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
Provides storage class information of the object.
storageClass() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Provides storage class information of the object.
storageClassAnalysis(StorageClassAnalysis) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration.Builder
Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.
storageClassAnalysis(Consumer<StorageClassAnalysis.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration.Builder
Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.
storageClassAnalysis() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration
Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.
StorageClassAnalysis - Class in com.ibm.cos.v2.services.s3.model
Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.
StorageClassAnalysis.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
StorageClassAnalysisDataExport - Class in com.ibm.cos.v2.services.s3.model
Container for data related to the storage class analysis for an Amazon S3 bucket for export.
StorageClassAnalysisDataExport.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
StorageClassAnalysisSchemaVersion - Enum in com.ibm.cos.v2.services.s3.model
 
storageClassAsString() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
If the x-amz-storage-class header is not used, the copied object will be stored in the STANDARD Storage Class by default.
storageClassAsString() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.
storageClassAsString() - Method in class com.ibm.cos.v2.services.s3.model.Destination
The storage class to use when replicating objects, such as S3 Standard or reduced redundancy.
storageClassAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
Provides the storage class information of the object.
storageClassAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Provides storage class information of the object.
storageClassAsString() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Provides storage class information of the object.
storageClassAsString() - Method in exception com.ibm.cos.v2.services.s3.model.InvalidObjectStateException
Returns the value of the StorageClass property for this object.
storageClassAsString() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
The class of storage used to store the uploaded object.
storageClassAsString() - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
The class of storage used to store the object.
storageClassAsString() - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition
The class of storage used to store the object.
storageClassAsString() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
The class of storage used to store the object.
storageClassAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.
storageClassAsString() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
The class of storage used to store the restore results.
storageClassAsString() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
The class of storage used to store the object.
storageClassAsString() - Method in class com.ibm.cos.v2.services.s3.model.Transition
The storage class to which you want the object to transition.
storageClassAsString() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Provides storage class information of the object.
storeToken(T) - Method in interface com.ibm.cos.v2.awscore.internal.token.TokenManager
 
StoringSubscriber<T> - Class in com.ibm.cos.v2.utils.async
An implementation of Subscriber that stores the events it receives for retrieval.
StoringSubscriber(int) - Constructor for class com.ibm.cos.v2.utils.async.StoringSubscriber
Create a subscriber that stores up to maxElements events for retrieval.
StoringSubscriber.Event<T> - Class in com.ibm.cos.v2.utils.async
An event stored for later retrieval by this subscriber.
StoringSubscriber.EventType - Enum in com.ibm.cos.v2.utils.async
 
strategyFor(CredentialType) - Method in class com.ibm.cos.v2.awscore.internal.authcontext.AuthorizationStrategyFactory
Deprecated.
 
stream() - Method in interface com.ibm.cos.v2.core.pagination.sync.SdkIterable
 
stream() - Method in interface com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.Chunk
Get the underlying stream of data for a chunk.
stream() - Method in interface com.ibm.cos.v2.metrics.MetricCollection
Return a stream of records in this collection.
StreamedHttpMessage - Interface in com.ibm.cos.v2.http.nio.netty.internal.nrs
Combines HttpMessage and Publisher into one message.
StreamedHttpRequest - Interface in com.ibm.cos.v2.http.nio.netty.internal.nrs
Combines HttpRequest and StreamedHttpMessage into one message.
StreamedHttpResponse - Interface in com.ibm.cos.v2.http.nio.netty.internal.nrs
Combines HttpResponse and StreamedHttpMessage into one message.
STREAMING_COMPLETE_KEY - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.ChannelAttributeKey
AttributeKey to keep track of whether the streaming is completed and this is set to true when we receive the * LastHttpContent.
STREAMING_ECDSA_SIGNED_PAYLOAD - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
STREAMING_ECDSA_SIGNED_PAYLOAD_TRAILER - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
STREAMING_EVENTS_PAYLOAD - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
STREAMING_SIGNED_PAYLOAD - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
STREAMING_SIGNED_PAYLOAD_TRAILER - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
STREAMING_UNSIGNED_PAYLOAD_TRAILER - Static variable in class com.ibm.cos.v2.auth.signer.internal.AbstractAwsS3V4Signer
 
STREAMING_UNSIGNED_PAYLOAD_TRAILER - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
StreamingRequestInterceptor - Class in com.ibm.cos.v2.services.s3.internal.handlers
Interceptor to add an 'Expect: 100-continue' header to the HTTP Request if it represents a PUT Object request.
StreamingRequestInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.internal.handlers.StreamingRequestInterceptor
 
StreamingRequestMarshaller<T> - Class in com.ibm.cos.v2.core.runtime.transform
Augments a Marshaller to add contents for a streamed request.
StreamingRequestMarshaller.Builder - Class in com.ibm.cos.v2.core.runtime.transform
Builder class to build StreamingRequestMarshaller object.
StreamManagingStage<OutputT> - Class in com.ibm.cos.v2.core.internal.http
Adds additional wrapping around the request ContentStreamProvider.
StreamManagingStage(RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class com.ibm.cos.v2.core.internal.http.StreamManagingStage
 
STRING - Static variable in interface com.ibm.cos.v2.core.protocol.MarshallingType
 
STRING - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.HeaderMarshaller
 
STRING - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.QueryParamMarshaller
 
STRING - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
 
STRING - Static variable in class com.ibm.cos.v2.protocols.json.internal.marshall.SimpleTypePathMarshaller
 
STRING - Static variable in class com.ibm.cos.v2.protocols.query.internal.marshall.SimpleTypeQueryMarshaller
 
STRING - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.HeaderMarshaller
 
STRING - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.QueryParamMarshaller
 
STRING - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.SimpleTypePathMarshaller
 
STRING - Static variable in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlPayloadMarshaller
 
STRING - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.HeaderUnmarshaller
 
STRING - Static variable in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlPayloadUnmarshaller
 
STRING - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonMarshaller
 
STRING - Static variable in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonUnmarshaller
 
StringCondition - Class in com.ibm.cos.v2.core.auth.policy.conditions
String conditions let you constrain AWS access control policy statements using string matching rules.
StringCondition(StringCondition.StringComparisonType, String, String) - Constructor for class com.ibm.cos.v2.core.auth.policy.conditions.StringCondition
Constructs a new access control policy condition that compares two strings.
StringCondition.StringComparisonType - Enum in com.ibm.cos.v2.core.auth.policy.conditions
Enumeration of the supported ways a string comparison can be evaluated.
StringDocument - Class in com.ibm.cos.v2.core.document.internal
 
StringDocument(String) - Constructor for class com.ibm.cos.v2.core.document.internal.StringDocument
Create a New StringDocument with boolean value as passed in constructor
stringEquals(String, String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulesFunctions
 
StringEqualsFn - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
StringEqualsFn(FnNode) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.StringEqualsFn
 
StringInputStream - Class in com.ibm.cos.v2.utils
Simple wrapper for ByteArrayInputStream that will automatically encode the string as UTF-8 data, and still allows access to the original string.
StringInputStream(String) - Constructor for class com.ibm.cos.v2.utils.StringInputStream
 
StringInputStream(String, Charset) - Constructor for class com.ibm.cos.v2.utils.StringInputStream
 
StringJsonNode - Class in com.ibm.cos.v2.protocols.jsoncore.internal
A string JsonNode.
StringJsonNode(String) - Constructor for class com.ibm.cos.v2.protocols.jsoncore.internal.StringJsonNode
 
StringToInstant - Class in com.ibm.cos.v2.protocols.core
Implementation of StringToValueConverter.StringToValue that converts a string to an Instant type.
stringToParse() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Substring
 
StringToValueConverter - Class in com.ibm.cos.v2.protocols.core
Converter implementations that transform a String to a specified type.
StringToValueConverter.SimpleStringToValue<T> - Interface in com.ibm.cos.v2.protocols.core
Simple interface to convert a String to another type.
StringToValueConverter.StringToValue<T> - Interface in com.ibm.cos.v2.protocols.core
Interface to convert a String into another type.
StringUtils - Class in com.ibm.cos.v2.utils
Operations on String that are null safe.
stringValue() - Method in class com.ibm.cos.v2.core.SdkNumber
Gets the String value of the SdkNumber.
stringValue() - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Retrieve the actual value that this represents, as a String.
stringValues() - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Retrieve the actual value that this represents, as a list of String.
stringValuesMap() - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Retrieve the actual value that this represents, as a map of Strings.
stringWriter() - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlGenerator
 
StructuredJsonFactory - Interface in com.ibm.cos.v2.protocols.json
Common interface for creating generators (writers) and protocol handlers for JSON like protocols.
StructuredJsonGenerator - Interface in com.ibm.cos.v2.protocols.json
Interface for generating a JSON
subList(int, int) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
submit(Runnable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
submit(Runnable, T) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
submit(Callable<T>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
submit(Callable<T>) - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
submit(Runnable, T) - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
submit(Runnable) - Method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.core.async.BlockingInputStreamAsyncRequestBody
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.core.async.BlockingOutputStreamAsyncRequestBody
 
subscribe(Subscriber<? super T>) - Method in class com.ibm.cos.v2.core.async.EmptyPublisher
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.core.async.listener.AsyncRequestBodyListener.NotifyingAsyncRequestBody
 
subscribe(Subscriber<? super T>) - Method in class com.ibm.cos.v2.core.async.listener.PublisherListener.NotifyingPublisher
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.core.async.ResponsePublisher
 
subscribe(Consumer<T>) - Method in interface com.ibm.cos.v2.core.async.SdkPublisher
Subscribes to the publisher with the given Consumer.
subscribe(Subscriber<? super T>) - Method in class com.ibm.cos.v2.core.internal.async.AsyncStreamPrepender
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.async.ByteBuffersAsyncRequestBody
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.async.ChecksumCalculatingAsyncRequestBody
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.async.ChecksumValidatingPublisher
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.async.CompressionAsyncRequestBody
 
subscribe(Subscriber<? super T>) - Method in class com.ibm.cos.v2.core.internal.async.EnvelopeWrappedSdkPublisher
See Publisher.subscribe(Subscriber)
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.async.FileAsyncRequestBody
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.async.InputStreamWithExecutorAsyncRequestBody
 
subscribe(Subscriber<? super AsyncRequestBody>) - Method in class com.ibm.cos.v2.core.internal.async.SplittingPublisher
 
subscribe(Subscriber<? super AsyncResponseTransformer<ResponseT, ResponseT>>) - Method in class com.ibm.cos.v2.core.internal.async.SplittingTransformer
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.http.async.SimpleHttpContentPublisher
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.core.internal.metrics.BytesReadTrackingPublisher
 
subscribe(Subscriber<? super ItemT>) - Method in class com.ibm.cos.v2.core.pagination.async.PaginatedItemsPublisher
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.http.auth.aws.eventstream.internal.io.SigV4DataFramePublisher
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.http.auth.aws.eventstream.internal.io.TrailingDataFramePublisher
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.io.InMemoryPublisher
 
subscribe(Subscriber<? super HttpContent>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.DefaultStreamedHttpRequest
 
subscribe(Subscriber<? super HttpContent>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.DefaultStreamedHttpResponse
 
subscribe(Subscriber<? super T>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HandlerPublisher
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.services.s3.internal.checksums.S3ChecksumValidatingPublisher
 
subscribe(Subscriber<? super ListBucketsResponse>) - Method in class com.ibm.cos.v2.services.s3.paginators.ListBucketsPublisher
 
subscribe(Subscriber<? super ListDirectoryBucketsResponse>) - Method in class com.ibm.cos.v2.services.s3.paginators.ListDirectoryBucketsPublisher
 
subscribe(Subscriber<? super ListMultipartUploadsResponse>) - Method in class com.ibm.cos.v2.services.s3.paginators.ListMultipartUploadsPublisher
 
subscribe(Subscriber<? super ListObjectsV2Response>) - Method in class com.ibm.cos.v2.services.s3.paginators.ListObjectsV2Publisher
 
subscribe(Subscriber<? super ListObjectVersionsResponse>) - Method in class com.ibm.cos.v2.services.s3.paginators.ListObjectVersionsPublisher
 
subscribe(Subscriber<? super ListPartsResponse>) - Method in class com.ibm.cos.v2.services.s3.paginators.ListPartsPublisher
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.utils.async.InputStreamConsumingPublisher
 
subscribe(Subscriber<? super T>) - Method in class com.ibm.cos.v2.utils.async.IterablePublisher
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class com.ibm.cos.v2.utils.async.OutputStreamPublisher
 
subscribe(Subscriber<? super T>) - Method in class com.ibm.cos.v2.utils.async.SimplePublisher
A method called by the downstream subscriber in order to subscribe to the publisher.
subscriber(Supplier<Subscriber<EventT>>) - Method in class com.ibm.cos.v2.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
 
subscriber(Consumer<EventT>) - Method in class com.ibm.cos.v2.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
 
subscriber(Supplier<Subscriber<EventT>>) - Method in interface com.ibm.cos.v2.awscore.eventstream.EventStreamResponseHandler.Builder
Subscriber that will subscribe to the SdkPublisher of events.
subscriber(Consumer<EventT>) - Method in interface com.ibm.cos.v2.awscore.eventstream.EventStreamResponseHandler.Builder
Sets the subscriber to the SdkPublisher of events.
subscriber(Subscriber) - Method in interface com.ibm.cos.v2.core.pagination.async.PaginationSubscription.Builder
 
subscriber(Subscriber) - Method in class com.ibm.cos.v2.core.pagination.async.PaginationSubscription.BuilderImpl
 
subscriber - Variable in class com.ibm.cos.v2.core.pagination.async.PaginationSubscription
 
subscriber(SelectObjectContentResponseHandler.Visitor) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler.Builder
Sets the subscriber to the Publisher of events.
subscriber - Variable in class com.ibm.cos.v2.utils.async.DelegatingSubscriber
 
SubscriberListener<T> - Interface in com.ibm.cos.v2.core.async.listener
Listener interface that invokes callbacks associated with a Subscriber.
SubscriberListener.NotifyingSubscriber<T> - Class in com.ibm.cos.v2.core.async.listener
 
subscriberOnComplete() - Method in interface com.ibm.cos.v2.core.async.listener.SubscriberListener
Invoked before Subscriber.onComplete()
subscriberOnError(Throwable) - Method in interface com.ibm.cos.v2.core.async.listener.SubscriberListener
Invoked before Subscriber.onError(Throwable)
subscriberOnNext(T) - Method in interface com.ibm.cos.v2.core.async.listener.SubscriberListener
Invoked before Subscriber.onNext(Object)
subscribeSubscriberToStream(StreamedHttpMessage, Subscriber<HttpContent>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.nrs.HttpStreamsClientHandler
 
subscribeTimeout(Duration) - Method in class com.ibm.cos.v2.core.async.BlockingInputStreamAsyncRequestBody.Builder
Defines how long it should wait for this AsyncRequestBody to be subscribed (to start streaming) before timing out.
subscribeTimeout(Duration) - Method in class com.ibm.cos.v2.core.async.BlockingOutputStreamAsyncRequestBody.Builder
Defines how long it should wait for this AsyncRequestBody to be subscribed (to start streaming) before timing out.
subscriptionCancel() - Method in interface com.ibm.cos.v2.core.async.listener.SubscriberListener
Invoked before Subscription.cancel()
substring(String, int, int, boolean) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulesFunctions
 
Substring - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
Substring(FnNode) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Substring
 
SUBSTRING - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Substring
 
substring(String, int) - Static method in class com.ibm.cos.v2.utils.StringUtils
Gets a substring from the specified String avoiding exceptions.
substring(String, int, int) - Static method in class com.ibm.cos.v2.utils.StringUtils
Gets a substring from the specified String avoiding exceptions.
SUCCEEDED_FUTURE - Static variable in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
Completed succeed future.
successOnExceptionAcceptor(Predicate<Throwable>) - Static method in interface com.ibm.cos.v2.core.waiters.WaiterAcceptor
Creates an error waiter acceptor which determines if the exception should transition the waiter to success state
successOnResponseAcceptor(Predicate<T>) - Static method in interface com.ibm.cos.v2.core.waiters.WaiterAcceptor
Creates a success waiter acceptor which determines if the exception should transition the waiter to success state
suffix(String) - Method in interface com.ibm.cos.v2.services.s3.model.IndexDocument.Builder
A suffix that is appended to a request that is for a directory on the website endpoint.
suffix() - Method in class com.ibm.cos.v2.services.s3.model.IndexDocument
A suffix that is appended to a request that is for a directory on the website endpoint.
suggestedDelay(Duration) - Method in class com.ibm.cos.v2.retries.api.internal.RefreshRetryTokenRequestImpl.Builder
 
suggestedDelay() - Method in class com.ibm.cos.v2.retries.api.internal.RefreshRetryTokenRequestImpl
 
suggestedDelay(Duration) - Method in interface com.ibm.cos.v2.retries.api.RefreshRetryTokenRequest.Builder
Configures the suggested delay to used when refreshing the token.
suggestedDelay() - Method in interface com.ibm.cos.v2.retries.api.RefreshRetryTokenRequest
A suggestion of how long to wait from the last attempt failure.
SUPPORTS_DUAL_STACK - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.PartitionFn
 
SUPPORTS_FIPS - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.PartitionFn
 
supportsDualStack(boolean) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs.Builder
 
supportsDualStack() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs
 
supportsDualStack(boolean) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition.Builder
 
supportsDualStack() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition
 
supportsFips(boolean) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs.Builder
 
supportsFips() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs
 
supportsFips(boolean) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition.Builder
 
supportsFips() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition
 
supportsFIPS() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulePartition
 
supportsTestTemplate(ExtensionContext) - Method in class com.ibm.cos.v2.testutils.retry.RetryableTestExtension
 
SYNC_HTTP_CLIENT - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
The HTTP client implementation to make HTTP requests with.
SyncChecksumValidationInterceptor - Class in com.ibm.cos.v2.services.s3.internal.handlers
 
SyncChecksumValidationInterceptor() - Constructor for class com.ibm.cos.v2.services.s3.internal.handlers.SyncChecksumValidationInterceptor
 
syncClientConfiguration() - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
Return a client configuration object, populated with the following chain of priorities.
SyncClientHandler - Interface in com.ibm.cos.v2.core.client.handler
Client interface to invoke an API.
syncFailureCause(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted.Builder
 
syncFailureCause() - Method in class com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted
 
SyncPageFetcher<ResponseT> - Interface in com.ibm.cos.v2.core.pagination.sync
 
SyncTimeoutTask - Class in com.ibm.cos.v2.core.internal.http.timers
TimeoutTask to be scheduled for synchronous operations.
syncType(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted.Builder
 
syncType() - Method in class com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted
 
SystemPropertiesEndpointDiscoveryProvider - Class in com.ibm.cos.v2.core.endpointdiscovery.providers
EndpointDiscoveryProvider implementation that loads endpoint discovery from the AWS_ENABLE_ENDPOINT_DISCOVERY system property or environment variable.
SystemPropertyCredentialsProvider - Class in com.ibm.cos.v2.auth.credentials
AwsCredentialsProvider implementation that loads credentials from the aws.accessKeyId, aws.secretAccessKey and aws.sessionToken system properties.
SystemPropertyTlsKeyManagersProvider - Class in com.ibm.cos.v2.http
Implementation of TlsKeyManagersProvider that gets the information about the KeyStore to load from the system properties.
SystemSetting - Interface in com.ibm.cos.v2.utils
An interface implemented by enums in other packages in order to define the system settings the want loaded.
SystemSettingsCredentialsProvider - Class in com.ibm.cos.v2.auth.credentials.internal
Loads credentials providers from the //SdkSystemSetting#AWS_ACCESS_KEY_ID, //SdkSystemSetting#AWS_SECRET_ACCESS_KEY, and //SdkSystemSetting#AWS_SESSION_TOKEN system settings.
SystemSettingsCredentialsProvider() - Constructor for class com.ibm.cos.v2.auth.credentials.internal.SystemSettingsCredentialsProvider
 
SystemSettingsRegionProvider - Class in com.ibm.cos.v2.regions.providers
Loads region information from the 'aws.region' system property or the 'AWS_REGION' environment variable.
SystemSettingsRegionProvider() - Constructor for class com.ibm.cos.v2.regions.providers.SystemSettingsRegionProvider
 
SystemSettingUtils - Class in com.ibm.cos.v2.utils.internal
A set of static utility methods for shared code in SystemSetting.
SystemSettingUtilsTestBackdoor - Class in com.ibm.cos.v2.utils.internal
This is a backdoor to add overrides to the results of querying SystemSettings.
SystemsSettingsDisableMultiRegionProvider - Class in com.ibm.cos.v2.services.s3.internal.settingproviders
DisableMultiRegionProvider implementation that loads configuration from system properties and environment variables.
SystemsSettingsUseArnRegionProvider - Class in com.ibm.cos.v2.services.s3.internal.settingproviders
UseArnRegionProvider implementation that loads userArnRegion configuration from system properties and environment variables.
SystemUserAgent - Interface in com.ibm.cos.v2.core.util
Common system level user agent properties that can either be accessed as a string or as individual values.

T

tableArn(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult.Builder
The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration.
tableArn() - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult
The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration.
tableBucketArn(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3TablesDestination.Builder
The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration.
tableBucketArn() - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestination
The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration.
tableBucketArn(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult.Builder
The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration.
tableBucketArn() - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult
The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration.
tableName(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3TablesDestination.Builder
The name for the metadata table in your metadata table configuration.
tableName() - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestination
The name for the metadata table in your metadata table configuration.
tableName(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult.Builder
The name for the metadata table in your metadata table configuration.
tableName() - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult
The name for the metadata table in your metadata table configuration.
tableNamespace(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult.Builder
The table bucket namespace for the metadata table in your metadata table configuration.
tableNamespace() - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult
The table bucket namespace for the metadata table in your metadata table configuration.
tag(Tag) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsFilter.Builder
The tag to use when evaluating an analytics filter.
tag(Consumer<Tag.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsFilter.Builder
The tag to use when evaluating an analytics filter.
tag() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
The tag to use when evaluating an analytics filter.
tag(Tag) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter.Builder
Sets the value of the Tag property for this object.
tag(Consumer<Tag.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter.Builder
Sets the value of the Tag property for this object.
tag() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter
Returns the value of the Tag property for this object.
tag(Tag) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter.Builder
This tag must exist in the object's tag set in order for the rule to apply.
tag(Consumer<Tag.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter.Builder
This tag must exist in the object's tag set in order for the rule to apply.
tag() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
This tag must exist in the object's tag set in order for the rule to apply.
tag(Tag) - Method in interface com.ibm.cos.v2.services.s3.model.MetricsFilter.Builder
The tag used when evaluating a metrics filter.
tag(Consumer<Tag.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.MetricsFilter.Builder
The tag used when evaluating a metrics filter.
tag() - Method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
The tag used when evaluating a metrics filter.
tag(Tag) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter.Builder
A container for specifying a tag key and value.
tag(Consumer<Tag.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter.Builder
A container for specifying a tag key and value.
tag() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
A container for specifying a tag key and value.
Tag - Class in com.ibm.cos.v2.services.s3.model
A container of a key value name pair.
Tag.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
tagCount(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
The number of tags, if any, on the object, when you have the relevant permission to read object tags.
tagCount() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
The number of tags, if any, on the object, when you have the relevant permission to read object tags.
tagCount(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
The number of tags, if any, on the object.
tagCount() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
The number of tags, if any, on the object.
tagging(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
The tag-set for the object copy in the destination bucket.
tagging(Tagging) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
 
tagging() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
The tag-set for the object copy in the destination bucket.
tagging(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
The tag-set for the object.
tagging(Tagging) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
 
tagging() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
The tag-set for the object.
tagging(Tagging) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest.Builder
Container for the TagSet and Tag elements.
tagging(Consumer<Tagging.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest.Builder
Container for the TagSet and Tag elements.
tagging() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest
Container for the TagSet and Tag elements.
tagging(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
The tag-set for the object.
tagging(Tagging) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
 
tagging() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
The tag-set for the object.
tagging(Tagging) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest.Builder
Container for the TagSet and Tag elements
tagging(Consumer<Tagging.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest.Builder
Container for the TagSet and Tag elements
tagging() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
Container for the TagSet and Tag elements
tagging(Tagging) - Method in interface com.ibm.cos.v2.services.s3.model.S3Location.Builder
The tag-set that is applied to the restore results.
tagging(Consumer<Tagging.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.S3Location.Builder
The tag-set that is applied to the restore results.
tagging() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
The tag-set that is applied to the restore results.
Tagging - Class in com.ibm.cos.v2.services.s3.model
Container for TagSet elements.
Tagging.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
TaggingAdapter - Class in com.ibm.cos.v2.services.s3.internal
TypeAdapter that converts the Tagging modeled object into a URL encoded map of key to values.
taggingDirective(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies whether the object tag-set is copied from the source object or replaced with the tag-set that's provided in the request.
taggingDirective(TaggingDirective) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
Specifies whether the object tag-set is copied from the source object or replaced with the tag-set that's provided in the request.
taggingDirective() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies whether the object tag-set is copied from the source object or replaced with the tag-set that's provided in the request.
TaggingDirective - Enum in com.ibm.cos.v2.services.s3.model
 
taggingDirectiveAsString() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Specifies whether the object tag-set is copied from the source object or replaced with the tag-set that's provided in the request.
tags(Collection<EndpointTag>) - Method in interface com.ibm.cos.v2.regions.PartitionEndpointKey.Builder
Configure the tags associated with the partition endpoint that should be retrieved.
tags(EndpointTag...) - Method in interface com.ibm.cos.v2.regions.PartitionEndpointKey.Builder
Configure the tags associated with the partition endpoint that should be retrieved.
tags() - Method in class com.ibm.cos.v2.regions.PartitionEndpointKey
 
tags(Collection<EndpointTag>) - Method in interface com.ibm.cos.v2.regions.ServiceEndpointKey.Builder
Configure the tags associated with the endpoint that should be loaded.
tags(EndpointTag...) - Method in interface com.ibm.cos.v2.regions.ServiceEndpointKey.Builder
Configure the tags associated with the endpoint that should be loaded.
tags() - Method in class com.ibm.cos.v2.regions.ServiceEndpointKey
Retrieve the tags associated with the endpoint (or the empty set, to use the default endpoint).
tags(Collection<Tag>) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator.Builder
The list of tags to use when evaluating an AND predicate.
tags(Tag...) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator.Builder
The list of tags to use when evaluating an AND predicate.
tags(Consumer<Tag.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator.Builder
The list of tags to use when evaluating an AND predicate.
tags() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator
The list of tags to use when evaluating an AND predicate.
tags(Collection<Tag>) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator.Builder
All of these tags must exist in the object's tag set in order for the configuration to apply.
tags(Tag...) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator.Builder
All of these tags must exist in the object's tag set in order for the configuration to apply.
tags(Consumer<Tag.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator.Builder
All of these tags must exist in the object's tag set in order for the configuration to apply.
tags() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator
All of these tags must exist in the object's tag set in order for the configuration to apply.
tags(Collection<Tag>) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator.Builder
All of these tags must exist in the object's tag set in order for the rule to apply.
tags(Tag...) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator.Builder
All of these tags must exist in the object's tag set in order for the rule to apply.
tags(Consumer<Tag.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator.Builder
All of these tags must exist in the object's tag set in order for the rule to apply.
tags() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator
All of these tags must exist in the object's tag set in order for the rule to apply.
tags(Collection<Tag>) - Method in interface com.ibm.cos.v2.services.s3.model.MetricsAndOperator.Builder
The list of tags used when evaluating an AND predicate.
tags(Tag...) - Method in interface com.ibm.cos.v2.services.s3.model.MetricsAndOperator.Builder
The list of tags used when evaluating an AND predicate.
tags(Consumer<Tag.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.MetricsAndOperator.Builder
The list of tags used when evaluating an AND predicate.
tags() - Method in class com.ibm.cos.v2.services.s3.model.MetricsAndOperator
The list of tags used when evaluating an AND predicate.
tags(Collection<Tag>) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator.Builder
An array of tags containing key and value pairs.
tags(Tag...) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator.Builder
An array of tags containing key and value pairs.
tags(Consumer<Tag.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator.Builder
An array of tags containing key and value pairs.
tags() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator
An array of tags containing key and value pairs.
tagSet(Collection<Tag>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketTaggingResponse.Builder
Contains the tag set.
tagSet(Tag...) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketTaggingResponse.Builder
Contains the tag set.
tagSet(Consumer<Tag.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketTaggingResponse.Builder
Contains the tag set.
tagSet() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingResponse
Contains the tag set.
tagSet(Collection<Tag>) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse.Builder
Contains the tag set.
tagSet(Tag...) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse.Builder
Contains the tag set.
tagSet(Consumer<Tag.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse.Builder
Contains the tag set.
tagSet() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse
Contains the tag set.
tagSet(Collection<Tag>) - Method in interface com.ibm.cos.v2.services.s3.model.Tagging.Builder
A collection for a set of tags
tagSet(Tag...) - Method in interface com.ibm.cos.v2.services.s3.model.Tagging.Builder
A collection for a set of tags
tagSet(Consumer<Tag.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.Tagging.Builder
A collection for a set of tags
tagSet() - Method in class com.ibm.cos.v2.services.s3.model.Tagging
A collection for a set of tags
target(Expr) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Builder
 
target() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr
 
target() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Not
 
target() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.SingleArgFn
 
targetBucket(String) - Method in interface com.ibm.cos.v2.services.s3.model.LoggingEnabled.Builder
Specifies the bucket where you want Amazon S3 to store server access logs.
targetBucket() - Method in class com.ibm.cos.v2.services.s3.model.LoggingEnabled
Specifies the bucket where you want Amazon S3 to store server access logs.
TargetGrant - Class in com.ibm.cos.v2.services.s3.model
Container for granting information.
TargetGrant.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
targetGrants(Collection<TargetGrant>) - Method in interface com.ibm.cos.v2.services.s3.model.LoggingEnabled.Builder
Container for granting information.
targetGrants(TargetGrant...) - Method in interface com.ibm.cos.v2.services.s3.model.LoggingEnabled.Builder
Container for granting information.
targetGrants(Consumer<TargetGrant.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.LoggingEnabled.Builder
Container for granting information.
targetGrants() - Method in class com.ibm.cos.v2.services.s3.model.LoggingEnabled
Container for granting information.
targetObjectKeyFormat(TargetObjectKeyFormat) - Method in interface com.ibm.cos.v2.services.s3.model.LoggingEnabled.Builder
Amazon S3 key format for log objects.
targetObjectKeyFormat(Consumer<TargetObjectKeyFormat.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.LoggingEnabled.Builder
Amazon S3 key format for log objects.
targetObjectKeyFormat() - Method in class com.ibm.cos.v2.services.s3.model.LoggingEnabled
Amazon S3 key format for log objects.
TargetObjectKeyFormat - Class in com.ibm.cos.v2.services.s3.model
Amazon S3 key format for log objects.
TargetObjectKeyFormat.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
targetPrefix(String) - Method in interface com.ibm.cos.v2.services.s3.model.LoggingEnabled.Builder
A prefix for all log object keys.
targetPrefix() - Method in class com.ibm.cos.v2.services.s3.model.LoggingEnabled
A prefix for all log object keys.
TCP_KEEPALIVE - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
Whether to enable or disable TCP KeepAlive.
tcpKeepAlive(Boolean) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
Configure whether to enable or disable TCP KeepAlive.
tcpKeepAlive() - Method in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
tcpKeepAlive(Boolean) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
Configure whether to enable or disable TCP KeepAlive.
tcpKeepAliveConfiguration(TcpKeepAliveConfiguration) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtAsyncHttpClient.Builder
Configure whether to enable tcpKeepAlive and relevant configuration for all connections established by this client.
tcpKeepAliveConfiguration(Consumer<TcpKeepAliveConfiguration.Builder>) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtAsyncHttpClient.Builder
Configure whether to enable tcpKeepAlive and relevant configuration for all connections established by this client.
tcpKeepAliveConfiguration(TcpKeepAliveConfiguration) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtHttpClient.Builder
Configure whether to enable tcpKeepAlive and relevant configuration for all connections established by this client.
tcpKeepAliveConfiguration(Consumer<TcpKeepAliveConfiguration.Builder>) - Method in interface com.ibm.cos.v2.http.crt.AwsCrtHttpClient.Builder
Configure whether to enable tcpKeepAlive and relevant configuration for all connections established by this client.
tcpKeepAliveConfiguration(TcpKeepAliveConfiguration) - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
tcpKeepAliveConfiguration(Consumer<TcpKeepAliveConfiguration.Builder>) - Method in class com.ibm.cos.v2.http.crt.internal.AwsCrtClientBuilderBase
 
TcpKeepAliveConfiguration - Class in com.ibm.cos.v2.http.crt
Configuration that defines keep-alive options for all connections established by the TcpKeepAliveConfiguration.
TcpKeepAliveConfiguration.Builder - Interface in com.ibm.cos.v2.http.crt
template() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Expr
 
template() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr
 
template() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
template() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Ref
 
Template - Class in com.ibm.cos.v2.services.s3.endpoints.internal
Template represents a "Template Literal".
Template.Dynamic - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
Template.Literal - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
Template.Part - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
TemplateVisitor<T> - Interface in com.ibm.cos.v2.services.s3.endpoints.internal
For code generating from a template, use a `TemplateVisitor`.
TEMPORARY_REDIRECT - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
TEMPORARY_REDIRECT_STATUS_CODE - Static variable in class com.ibm.cos.v2.services.s3.internal.crossregion.utils.CrossRegionUtils
 
terminalCallMadeDownstream - Variable in class com.ibm.cos.v2.utils.async.BaseSubscriberAdapter
Whether we have called onComplete or onNext on the downstream subscriber.
terminationFuture() - Method in class com.ibm.cos.v2.http.nio.netty.internal.DelegatingEventLoopGroup
 
test(S3Object) - Method in interface com.ibm.cos.v2.transfer.s3.config.DownloadFilter
Evaluate condition the remote S3Object should be downloaded.
text() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ArrayJsonNode
 
text() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.BooleanJsonNode
 
text() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.EmbeddedObjectJsonNode
 
text() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NullJsonNode
 
text() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NumberJsonNode
 
text() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ObjectJsonNode
 
text() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.StringJsonNode
 
text() - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
When JsonNode.isString(), JsonNode.isBoolean(), or JsonNode.isNumber() is true, this will return the value of this node as a textual string.
textContent(String) - Method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlElement.Builder
 
textContent() - Method in class com.ibm.cos.v2.protocols.query.unmarshall.XmlElement
 
then(Function<HttpClientDependencies, RequestPipeline<OutputT, NewOutputT>>) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.RequestPipelineBuilder
Factory method to chain the current RequestPipelineBuilder with another pipeline stage.
then(Supplier<RequestPipeline<OutputT, NewOutputT>>) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.RequestPipelineBuilder
Factory method to chain the current RequestPipelineBuilder with another pipeline stage.
thisBuilder() - Method in class com.ibm.cos.v2.core.client.builder.SdkDefaultClientBuilder
Return "this" for method chaining.
THREAD_LOCAL_REQUEST_METRIC_COLLECTOR - Static variable in class com.ibm.cos.v2.http.apache.internal.conn.ClientConnectionRequestFactory
ThreadLocal, request-level MetricCollector, set and removed by ApacheHttpClient.
threadFactory(ThreadFactory) - Method in interface com.ibm.cos.v2.http.nio.netty.SdkEventLoopGroup.Builder
ThreadFactory to create threads used by the EventLoopGroup.
ThreadFactoryBuilder - Class in com.ibm.cos.v2.utils
A builder for creating a thread factory.
ThreadFactoryBuilder() - Constructor for class com.ibm.cos.v2.utils.ThreadFactoryBuilder
 
threadNamePrefix(String) - Method in class com.ibm.cos.v2.utils.ThreadFactoryBuilder
The name prefix for threads created by this thread factory.
ThreadSafe - Annotation Type in com.ibm.cos.v2.annotations
The class to which this annotation is applied is thread-safe.
thresholdInBytes() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartConfigurationResolver
 
thresholdInBytes(Long) - Method in interface com.ibm.cos.v2.services.s3.multipart.MultipartConfiguration.Builder
Configure the size threshold, in bytes, for when to use multipart upload.
thresholdInBytes() - Method in interface com.ibm.cos.v2.services.s3.multipart.MultipartConfiguration.Builder
Indicates the value of the configured threshold.
thresholdInBytes() - Method in class com.ibm.cos.v2.services.s3.multipart.MultipartConfiguration
Indicates the value of the configured threshold, in bytes.
throttledBaseDelay(RetryMode) - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetrySetting
 
THROTTLING - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
THROTTLING_ERROR_CODES - Static variable in class com.ibm.cos.v2.awscore.internal.AwsErrorCode
 
throttlingBackoffStrategy(BackoffStrategy) - Method in class com.ibm.cos.v2.core.internal.retry.RetryPolicyAdapter.Builder
 
throttlingBackoffStrategy(BackoffStrategy) - Method in interface com.ibm.cos.v2.core.retry.RetryPolicy.Builder
Deprecated.
Configure the backoff strategy that should be used for waiting in between retry attempts after a throttling error is encountered.
throttlingBackoffStrategy() - Method in interface com.ibm.cos.v2.core.retry.RetryPolicy.Builder
Deprecated.
 
throttlingBackoffStrategy() - Method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
throttlingBackoffStrategy(BackoffStrategy) - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy.Builder
Configure the backoff strategy used for throttling exceptions by this strategy.
throttlingBackoffStrategy - Variable in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
throttlingBackoffStrategy(BackoffStrategy) - Method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy.Builder
 
throttlingBackoffStrategy(BackoffStrategy) - Method in class com.ibm.cos.v2.retries.internal.DefaultLegacyRetryStrategy.Builder
 
throttlingBackoffStrategy(BackoffStrategy) - Method in class com.ibm.cos.v2.retries.internal.DefaultStandardRetryStrategy.Builder
 
throttlingBackoffStrategy(BackoffStrategy) - Method in interface com.ibm.cos.v2.retries.LegacyRetryStrategy.Builder
Configure the backoff strategy used for throttling exceptions by this strategy.
throttlingExceptionCost(int) - Method in class com.ibm.cos.v2.core.internal.retry.DefaultTokenBucketExceptionCostFunction.Builder
 
throttlingExceptionCost(int) - Method in interface com.ibm.cos.v2.core.retry.conditions.TokenBucketExceptionCostFunction.Builder
Specify the number of tokens that should be removed from the token bucket when throttling exceptions (e.g.
ThrowableUtils - Class in com.ibm.cos.v2.core.internal.util
Utility for use with errors or exceptions.
tier(String) - Method in interface com.ibm.cos.v2.services.s3.model.GlacierJobParameters.Builder
Retrieval tier at which the restore will be processed.
tier(Tier) - Method in interface com.ibm.cos.v2.services.s3.model.GlacierJobParameters.Builder
Retrieval tier at which the restore will be processed.
tier() - Method in class com.ibm.cos.v2.services.s3.model.GlacierJobParameters
Retrieval tier at which the restore will be processed.
tier(String) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreRequest.Builder
Retrieval tier at which the restore will be processed.
tier(Tier) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreRequest.Builder
Retrieval tier at which the restore will be processed.
tier() - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
Retrieval tier at which the restore will be processed.
Tier - Enum in com.ibm.cos.v2.services.s3.model
 
tierAsString() - Method in class com.ibm.cos.v2.services.s3.model.GlacierJobParameters
Retrieval tier at which the restore will be processed.
tierAsString() - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
Retrieval tier at which the restore will be processed.
Tiering - Class in com.ibm.cos.v2.services.s3.model
The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without additional operational overhead.
Tiering.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
tierings(Collection<Tiering>) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration.Builder
Specifies the S3 Intelligent-Tiering storage class tier of the configuration.
tierings(Tiering...) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration.Builder
Specifies the S3 Intelligent-Tiering storage class tier of the configuration.
tierings(Consumer<Tiering.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration.Builder
Specifies the S3 Intelligent-Tiering storage class tier of the configuration.
tierings() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration
Specifies the S3 Intelligent-Tiering storage class tier of the configuration.
time() - Method in interface com.ibm.cos.v2.core.internal.retry.RateLimitingTokenBucket.Clock
 
time() - Method in interface com.ibm.cos.v2.retries.internal.ratelimiter.RateLimiterClock
Returns the current time in seconds, and should include sub second resolution.
time(ReplicationTimeValue) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationTime.Builder
A container specifying the time by which replication should be complete for all objects and operations on objects.
time(Consumer<ReplicationTimeValue.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.ReplicationTime.Builder
A container specifying the time by which replication should be complete for all objects and operations on objects.
time() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTime
A container specifying the time by which replication should be complete for all objects and operations on objects.
TIME_OFFSET - Static variable in class com.ibm.cos.v2.core.interceptor.SdkExecutionAttribute
The key under which the time offset (for clock skew correction) is stored.
TIME_TO_FIRST_BYTE - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The duration of time between from sending the HTTP request (including acquiring a connection) to the service, and receiving the first byte of the headers in the response.
TIME_TO_LAST_BYTE - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The duration of time between from sending the HTTP request (including acquiring a connection) to the service, and receiving the last byte of the response.
timeAsyncTaskIfNeeded(CompletableFuture<T>, ScheduledExecutorService, Supplier<SdkClientException>, long) - Static method in class com.ibm.cos.v2.core.internal.http.timers.TimerUtils
Schedule a TimeoutTask and exceptional completes a CompletableFuture with the provide exception if not otherwise completed before the given timeout.
timeOffset(Integer) - Method in interface com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.Builder
The time offset (for clock skew correction) to use when computing the signing date for the request.
timeOffset(Integer) - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams.BuilderImpl
 
timeOffset() - Method in class com.ibm.cos.v2.auth.signer.params.Aws4SignerParams
 
timeOffset() - Method in class com.ibm.cos.v2.core.internal.http.HttpClientDependencies
 
TimeoutExceptionHandlingStage<OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Check if an Exception is caused by either ApiCallTimeout or ApiAttemptTimeout and translate that exception to a more appropriate timeout related exception so that it can be handled in other stages.
TimeoutExceptionHandlingStage(HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage
 
TimeoutTask - Interface in com.ibm.cos.v2.core.internal.http.timers
 
TimeoutTracker - Interface in com.ibm.cos.v2.core.internal.http.timers
Tracker task to track the TimeoutTask and the ScheduledFuture that schedules the timeout task.
TimerUtils - Class in com.ibm.cos.v2.core.internal.http.timers
 
timestampFormatRegistryFactory(Map<MarshallLocation, TimestampFormatTrait.Format>) - Static method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller
Creates the default JsonProtocolUnmarshaller, which parses Instant using the default formats passed in.
timestampFormats(Map<MarshallLocation, TimestampFormatTrait.Format>) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies.Builder
 
timestampFormats() - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies
 
timestampFormats() - Method in interface com.ibm.cos.v2.protocols.json.internal.unmarshall.ProtocolUnmarshallDependencies
Used to expose this data through the interface.
TimestampFormatTrait - Class in com.ibm.cos.v2.core.traits
Trait that indicates a different format should be used for marshalling/unmarshalling timestamps.
TimestampFormatTrait.Format - Enum in com.ibm.cos.v2.core.traits
Enum of the timestamp formats we currently support.
timeSyncTaskIfNeeded(ScheduledExecutorService, long, Thread) - Static method in class com.ibm.cos.v2.core.internal.http.timers.TimerUtils
Schedule a TimeoutTask that aborts the task if not otherwise completed before the given timeout.
TLS_KEY_MANAGERS_PROVIDER - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
The TlsKeyManagersProvider that will be used by the HTTP client when authenticating with a TLS host.
TLS_NEGOTIATION_TIMEOUT - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
The maximum amount of time that a TLS handshake is allowed to take from the time the CLIENT HELLO message is sent to the time the client and server have fully negotiated ciphers and exchanged keys.
TLS_TRUST_MANAGERS_PROVIDER - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
The TlsTrustManagersProvider that will be used by the HTTP client when authenticating with a TLS host.
tlsHandshakeTimeout() - Method in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
tlsKeyManagersProvider(TlsKeyManagersProvider) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
Configure the TlsKeyManagersProvider that will provide the KeyManagers to use when constructing the SSL context.
tlsKeyManagersProvider() - Method in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
tlsKeyManagersProvider(TlsKeyManagersProvider) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
Set the TlsKeyManagersProvider for this client.
TlsKeyManagersProvider - Interface in com.ibm.cos.v2.http
Provider for the key managers to be used by the SDK when creating the SSL context.
tlsKeyManagersProvider(TlsKeyManagersProvider) - Method in interface com.ibm.cos.v2.http.urlconnection.UrlConnectionHttpClient.Builder
Configure the TlsKeyManagersProvider that will provide the KeyManagers to use when constructing the SSL context.
tlsNegotiationTimeout(Duration) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
Configure the maximum amount of time that a TLS handshake is allowed to take from the time the CLIENT HELLO message is sent to the time the client and server have fully negotiated ciphers and exchanged keys.
tlsTrustManagersProvider(TlsTrustManagersProvider) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
Configure the TlsTrustManagersProvider that will provide the TrustManagers to use when constructing the SSL context.
tlsTrustManagersProvider() - Method in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
tlsTrustManagersProvider(TlsTrustManagersProvider) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
Configure the TlsTrustManagersProvider that will provide the TrustManagers to use when constructing the SSL context.
TlsTrustManagersProvider - Interface in com.ibm.cos.v2.http
Provider for the trust managers to be used by the SDK when creating the SSL context.
tlsTrustManagersProvider(TlsTrustManagersProvider) - Method in interface com.ibm.cos.v2.http.urlconnection.UrlConnectionHttpClient.Builder
Configure the TlsTrustManagersProvider that will provide the TrustManagers to use when constructing the SSL context.
TO_BIG_DECIMAL - Static variable in class com.ibm.cos.v2.protocols.core.StringToValueConverter
 
TO_BOOLEAN - Static variable in class com.ibm.cos.v2.protocols.core.StringToValueConverter
 
TO_BYTE - Static variable in class com.ibm.cos.v2.protocols.core.StringToValueConverter
 
TO_DOUBLE - Static variable in class com.ibm.cos.v2.protocols.core.StringToValueConverter
 
TO_FLOAT - Static variable in class com.ibm.cos.v2.protocols.core.StringToValueConverter
 
TO_INTEGER - Static variable in class com.ibm.cos.v2.protocols.core.StringToValueConverter
 
TO_LONG - Static variable in class com.ibm.cos.v2.protocols.core.StringToValueConverter
 
TO_SDK_BYTES - Static variable in class com.ibm.cos.v2.protocols.core.StringToValueConverter
 
TO_SHORT - Static variable in class com.ibm.cos.v2.protocols.core.StringToValueConverter
 
TO_STRING - Static variable in class com.ibm.cos.v2.protocols.core.StringToValueConverter
Identity converter.
toAbortMultipartUploadRequest(CopyObjectRequest) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.SdkPojoConversionUtils
 
toAbortMultipartUploadRequest(PutObjectRequest) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.SdkPojoConversionUtils
 
toArray() - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
toArray(T1[]) - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
toAsyncCrtRequest(CrtAsyncRequestContext) - Static method in class com.ibm.cos.v2.http.crt.internal.request.CrtRequestAdapter
 
toBase64(byte[]) - Static method in class com.ibm.cos.v2.utils.BinaryUtils
Converts byte data to a Base64-encoded string.
toBase64Bytes(byte[]) - Static method in class com.ibm.cos.v2.utils.BinaryUtils
Converts byte data to a Base64-encoded string.
toBlockingInputStream() - Static method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer
Creates an AsyncResponseTransformer that allows reading the response body content as an InputStream.
toBuilder() - Method in class com.ibm.cos.v2.arns.Arn
 
toBuilder() - Method in class com.ibm.cos.v2.arns.ArnResource
 
toBuilder() - Method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials
 
toBuilder() - Method in class com.ibm.cos.v2.auth.credentials.AwsCredentialsProviderChain
 
toBuilder() - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials
 
toBuilder() - Method in class com.ibm.cos.v2.auth.credentials.DefaultCredentialsProvider
 
toBuilder() - Method in class com.ibm.cos.v2.auth.credentials.ProcessCredentialsProvider
 
toBuilder() - Method in class com.ibm.cos.v2.auth.credentials.ProfileCredentialsProvider
 
toBuilder() - Method in class com.ibm.cos.v2.auth.credentials.WebIdentityTokenFileCredentialsProvider
 
toBuilder() - Method in class com.ibm.cos.v2.auth.signer.params.Aws4PresignerParams
 
toBuilder() - Method in class com.ibm.cos.v2.awscore.AwsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.awscore.AwsRequestOverrideConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.awscore.AwsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails
Create a AwsErrorDetails.Builder initialized with the properties of this AwsErrorDetails.
toBuilder() - Method in exception com.ibm.cos.v2.awscore.exception.AwsServiceException
Create a AwsServiceException.Builder initialized with the properties of this AwsServiceException.
toBuilder() - Method in class com.ibm.cos.v2.awscore.internal.AwsProtocolMetadata
 
toBuilder() - Method in class com.ibm.cos.v2.core.async.AsyncRequestBodyFromInputStreamConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.core.async.AsyncRequestBodySplitConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs
 
toBuilder() - Method in class com.ibm.cos.v2.core.client.config.ClientAsyncConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.core.CompressionConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryEndpoint
 
toBuilder() - Method in exception com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryFailedException
 
toBuilder() - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryRequest
 
toBuilder() - Method in exception com.ibm.cos.v2.core.exception.AbortedException
 
toBuilder() - Method in exception com.ibm.cos.v2.core.exception.ApiCallAttemptTimeoutException
 
toBuilder() - Method in exception com.ibm.cos.v2.core.exception.ApiCallTimeoutException
 
toBuilder() - Method in exception com.ibm.cos.v2.core.exception.Crc32MismatchException
 
toBuilder() - Method in exception com.ibm.cos.v2.core.exception.NonRetryableException
 
toBuilder() - Method in exception com.ibm.cos.v2.core.exception.RetryableException
 
toBuilder() - Method in exception com.ibm.cos.v2.core.exception.SdkClientException
Create a SdkClientException.Builder initialized with the properties of this SdkClientException.
toBuilder() - Method in class com.ibm.cos.v2.core.exception.SdkDiagnostics
 
toBuilder() - Method in exception com.ibm.cos.v2.core.exception.SdkException
Create a SdkException.Builder initialized with the properties of this SdkException.
toBuilder() - Method in exception com.ibm.cos.v2.core.exception.SdkServiceException
Create a SdkServiceException.Builder initialized with the properties of this SdkServiceException.
toBuilder() - Method in class com.ibm.cos.v2.core.FileRequestBodyConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.core.FileTransformerConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.core.http.ExecutionContext
 
toBuilder() - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes
 
toBuilder() - Method in class com.ibm.cos.v2.core.interceptor.InterceptorContext
 
toBuilder() - Method in class com.ibm.cos.v2.core.internal.async.DefaultAsyncResponseTransformerSplitResult
 
toBuilder() - Method in class com.ibm.cos.v2.core.internal.http.HttpClientDependencies
 
toBuilder() - Method in class com.ibm.cos.v2.core.internal.interceptor.DefaultFailedExecutionContext
 
toBuilder() - Method in class com.ibm.cos.v2.core.internal.retry.RetryPolicyAdapter
 
toBuilder() - Method in class com.ibm.cos.v2.core.protocol.VoidSdkResponse
 
toBuilder() - Method in class com.ibm.cos.v2.core.RequestOverrideConfiguration
Create a RequestOverrideConfiguration.Builder initialized with the properties of this SdkRequestOverrideConfiguration.
toBuilder() - Method in class com.ibm.cos.v2.core.Response
Creates a new builder with initial values pulled from the current object.
toBuilder() - Method in class com.ibm.cos.v2.core.retry.backoff.EqualJitterBackoffStrategy
Deprecated.
 
toBuilder() - Method in class com.ibm.cos.v2.core.retry.backoff.FullJitterBackoffStrategy
Deprecated.
 
toBuilder() - Method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
 
toBuilder() - Method in class com.ibm.cos.v2.core.retry.RetryPolicyContext
 
toBuilder() - Method in class com.ibm.cos.v2.core.SdkRequest
 
toBuilder() - Method in class com.ibm.cos.v2.core.SdkRequestOverrideConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.core.SdkResponse
 
toBuilder() - Method in class com.ibm.cos.v2.core.SplittingTransformerConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.core.waiters.WaiterOverrideConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.endpoints.Endpoint
 
toBuilder() - Method in class com.ibm.cos.v2.http.apache.ProxyConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultAuthSchemeOption
 
toBuilder() - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultIBMIamAuthSchemeParams
 
toBuilder() - Method in interface com.ibm.cos.v2.http.auth.spi.internal.scheme.IBMIamAuthSchemeParams
 
toBuilder() - Method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultAsyncSignedRequest
 
toBuilder() - Method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultAsyncSignRequest
 
toBuilder() - Method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultSignedRequest
 
toBuilder() - Method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultSignRequest
 
toBuilder() - Method in class com.ibm.cos.v2.http.crt.ConnectionHealthConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.http.crt.ProxyConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.http.nio.netty.Http2Configuration
 
toBuilder() - Method in class com.ibm.cos.v2.http.nio.netty.ProxyConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.http.SdkHttpExecutionAttributes
 
toBuilder() - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest
 
toBuilder() - Method in interface com.ibm.cos.v2.http.SdkHttpFullResponse
 
toBuilder() - Method in class com.ibm.cos.v2.http.urlconnection.ProxyConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultIdentityProviders
 
toBuilder() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultResolveIdentityRequest
 
toBuilder() - Method in class com.ibm.cos.v2.profiles.Profile
 
toBuilder() - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.DefaultJsonUnmarshallerRegistry
Returns a builder to modify this registry.
toBuilder() - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext
 
toBuilder() - Method in interface com.ibm.cos.v2.retries.AdaptiveRetryStrategy
 
toBuilder() - Method in class com.ibm.cos.v2.retries.api.internal.RefreshRetryTokenRequestImpl
 
toBuilder() - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy
Create a new RetryStrategy.Builder with the current configuration.
toBuilder() - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.AcquireResponse
 
toBuilder() - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.ReleaseResponse
 
toBuilder() - Method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy
 
toBuilder() - Method in class com.ibm.cos.v2.retries.internal.DefaultLegacyRetryStrategy
 
toBuilder() - Method in class com.ibm.cos.v2.retries.internal.DefaultRetryToken
Creates a new builder to mutate the current instance.
toBuilder() - Method in class com.ibm.cos.v2.retries.internal.DefaultStandardRetryStrategy
 
toBuilder() - Method in class com.ibm.cos.v2.retries.internal.ratelimiter.RateLimiterTokenBucketStore
 
toBuilder() - Method in interface com.ibm.cos.v2.retries.LegacyRetryStrategy
 
toBuilder() - Method in interface com.ibm.cos.v2.retries.StandardRetryStrategy
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
toBuilder() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
Returns a S3AuthSchemeParams.Builder to customize the parameters.
toBuilder() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.internal.ConfiguredS3SdkHttpRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3EndpointResolverContext
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressIdentityKey
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.AbortIncompleteMultipartUpload
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.AccelerateConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.AccessControlPolicy
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.AccessControlTranslation
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.AddLegalHoldRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsExportDestination
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Bucket
 
toBuilder() - Method in exception com.ibm.cos.v2.services.s3.model.BucketAlreadyExistsException
 
toBuilder() - Method in exception com.ibm.cos.v2.services.s3.model.BucketAlreadyOwnedByYouException
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.BucketInfo
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.BucketLifecycleConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.BucketLoggingStatus
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Checksum
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CommonPrefix
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CompletedMultipartUpload
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CompletedPart
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Condition
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ContentList
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ContinuationEvent
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CORSConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CSVInput
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.CSVOutput
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DefaultRetention
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Delete
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeletedObject
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteLegalHoldRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerReplication
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Destination
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Encryption
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.EncryptionConfiguration
 
toBuilder() - Method in exception com.ibm.cos.v2.services.s3.model.EncryptionTypeMismatchException
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.EndEvent
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ErrorDetails
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ErrorDocument
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.EventBridgeConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ExistingObjectReplication
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.FilterRule
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GetUrlRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.GlacierJobParameters
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Grant
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Grantee
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.IndexDocument
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Initiator
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.InputSerialization
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter
 
toBuilder() - Method in exception com.ibm.cos.v2.services.s3.model.InvalidObjectStateException
 
toBuilder() - Method in exception com.ibm.cos.v2.services.s3.model.InvalidRequestException
 
toBuilder() - Method in exception com.ibm.cos.v2.services.s3.model.InvalidWriteOffsetException
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.InventoryDestination
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.InventoryEncryption
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.InventoryFilter
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.InventorySchedule
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.JSONInput
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.JSONOutput
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.LegalHold
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleExpiration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.LocationInfo
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.LoggingEnabled
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.MetadataEntry
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfigurationResult
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Metrics
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.MetricsAndOperator
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.MetricsConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionExpiration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition
 
toBuilder() - Method in exception com.ibm.cos.v2.services.s3.model.NoSuchBucketException
 
toBuilder() - Method in exception com.ibm.cos.v2.services.s3.model.NoSuchKeyException
 
toBuilder() - Method in exception com.ibm.cos.v2.services.s3.model.NoSuchUploadException
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfigurationFilter
 
toBuilder() - Method in exception com.ibm.cos.v2.services.s3.model.ObjectAlreadyInActiveTierErrorException
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ObjectIdentifier
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockLegalHold
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRetention
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRule
 
toBuilder() - Method in exception com.ibm.cos.v2.services.s3.model.ObjectNotInActiveTierErrorException
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ObjectPart
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.OutputLocation
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.OutputSerialization
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Owner
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControls
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControlsRule
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ParquetInput
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Part
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PartitionedPrefix
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PolicyStatus
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Progress
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketProtectionConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationReattemptRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.QueueConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Redirect
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.RedirectAllRequestsTo
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ReplicaModifications
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTime
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTimeValue
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.RequestPaymentConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.RequestProgress
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.RestoreStatus
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Retention
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.RoutingRule
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.S3Error
 
toBuilder() - Method in exception com.ibm.cos.v2.services.s3.model.S3Exception
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.S3KeyFilter
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.S3Request
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestination
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ScanRange
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultCont
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultEnd
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultProgress
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultRecords
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.selectobjectcontenteventstream.DefaultStats
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.SelectParameters
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionByDefault
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionRule
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.SessionCredentials
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.SimplePrefix
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.SourceSelectionCriteria
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.SSEKMS
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjects
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.SSES3
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Stats
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysis
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Tag
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Tagging
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.TargetGrant
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.TargetObjectKeyFormat
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Tiering
 
toBuilder() - Method in exception com.ibm.cos.v2.services.s3.model.TooManyPartsException
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.TopicConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.Transition
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.VersioningConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.VoidHttpResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.WebsiteConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseResponse
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.multipart.MultipartConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.presigner.model.AbortMultipartUploadPresignRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.presigner.model.CompleteMultipartUploadPresignRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.presigner.model.CreateMultipartUploadPresignRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.presigner.model.DeleteObjectPresignRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.presigner.model.GetObjectPresignRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.presigner.model.PresignedAbortMultipartUploadRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.presigner.model.PresignedCompleteMultipartUploadRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.presigner.model.PresignedCreateMultipartUploadRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.presigner.model.PresignedDeleteObjectRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.presigner.model.PresignedGetObjectRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.presigner.model.PresignedPutObjectRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.presigner.model.PresignedUploadPartRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.presigner.model.PutObjectPresignRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.presigner.model.UploadPartPresignRequest
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.S3Configuration
 
toBuilder() - Method in class com.ibm.cos.v2.services.s3.S3Uri
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.config.TransferRequestOverrideConfiguration
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgressSnapshot
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerContext
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerFailedContext
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryDownload
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryUpload
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedDownload
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.model.CopyRequest
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadFileRequest
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadRequest
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.model.FailedFileDownload
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.model.FailedFileUpload
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadFileRequest
 
toBuilder() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadRequest
 
toBuilder() - Method in class com.ibm.cos.v2.utils.AttributeMap
 
toBuilder() - Method in interface com.ibm.cos.v2.utils.builder.ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.
toBuilder() - Method in class com.ibm.cos.v2.utils.cache.RefreshResult
 
ToBuilderIgnoreField - Annotation Type in com.ibm.cos.v2.annotations
Used to suppress certain fields from being considered in the spot-bugs rule for toBuilder().
toByteArray(InputStream) - Static method in class com.ibm.cos.v2.utils.IoUtils
Reads and returns the rest of the given input stream as a byte array.
toBytes() - Static method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer
Creates an AsyncResponseTransformer that writes all content to a byte array.
toBytes() - Static method in interface com.ibm.cos.v2.core.sync.ResponseTransformer
Creates a response transformer that loads all response content into memory, exposed as ResponseBytes.
toBytesDirect(String) - Static method in class com.ibm.cos.v2.utils.internal.CodecUtils
Returns a byte array representing the given string, truncating each character into a byte directly.
toCompletedPart(CopyPartResult, int) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.SdkPojoConversionUtils
 
toCompletedPart(UploadPartResponse, int) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.SdkPojoConversionUtils
 
toCompletedPart(Part) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.SdkPojoConversionUtils
 
toCompleteMultipartUploadRequest(PutObjectRequest, String, CompletedPart[], long) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.SdkPojoConversionUtils
 
ToCopyableBuilder<B extends CopyableBuilder<B,T>,T extends ToCopyableBuilder<B,T>> - Interface in com.ibm.cos.v2.utils.builder
Implementors of this interface provide a way to get from an instance of T to a CopyableBuilder.
toCopyObjectResponse(CompleteMultipartUploadResponse) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.SdkPojoConversionUtils
 
toCreateMultipartUploadRequest(PutObjectRequest) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.SdkPojoConversionUtils
 
toCreateMultipartUploadRequest(CopyObjectRequest) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.SdkPojoConversionUtils
 
toCredentials(AwsCredentialsIdentity) - Static method in class com.ibm.cos.v2.auth.credentials.CredentialUtils
toCredentials(AwsCredentialsIdentity) - Static method in class com.ibm.cos.v2.http.auth.aws.crt.internal.util.CrtUtils
Convert an AwsCredentialsIdentity to the CRT equivalent of credentials (Credentials).
toCredentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Static method in class com.ibm.cos.v2.auth.credentials.CredentialUtils
Converts an extends AwsCredentialsIdentity> to AwsCredentialsProvider based on CredentialUtils.toCredentials(AwsCredentialsIdentity).
toCrtRequest(CrtRequestContext) - Static method in class com.ibm.cos.v2.http.crt.internal.request.CrtRequestAdapter
 
toCrtResponseHandler(HttpClientConnection, CompletableFuture<Void>, SdkAsyncHttpResponseHandler) - Static method in class com.ibm.cos.v2.http.crt.internal.response.CrtResponseAdapter
 
toCrtStream(byte[]) - Method in class com.ibm.cos.v2.authcrt.signer.internal.CrtHttpRequestConverter
 
toCrtStream(byte[]) - Static method in class com.ibm.cos.v2.http.auth.aws.crt.internal.util.CrtHttpRequestConverter
 
toDownloadFileRequestAndTransformer(ResumableFileDownload, HeadObjectResponse, DownloadFileRequest) - Static method in class com.ibm.cos.v2.transfer.s3.internal.utils.ResumableRequestConverter
toFile(Path) - Static method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer
Creates an AsyncResponseTransformer that writes all the content to the given file.
toFile(Path, FileTransformerConfiguration) - Static method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer
Creates an AsyncResponseTransformer that writes all the content to the given file with the specified FileTransformerConfiguration.
toFile(Path, Consumer<FileTransformerConfiguration.Builder>) - Static method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer
This is a convenience method that creates an instance of the FileTransformerConfiguration builder, avoiding the need to create one manually via FileTransformerConfiguration.builder().
toFile(File) - Static method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer
Creates an AsyncResponseTransformer that writes all the content to the given file.
toFile(File, FileTransformerConfiguration) - Static method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer
Creates an AsyncResponseTransformer that writes all the content to the given file with the specified FileTransformerConfiguration.
toFile(File, Consumer<FileTransformerConfiguration.Builder>) - Static method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer
This is a convenience method that creates an instance of the FileTransformerConfiguration builder, avoiding the need to create one manually via FileTransformerConfiguration.builder().
toFile(Path) - Static method in interface com.ibm.cos.v2.core.sync.ResponseTransformer
Creates a response transformer that writes all response content to the specified file.
toFile(File) - Static method in interface com.ibm.cos.v2.core.sync.ResponseTransformer
Creates a response transformer that writes all response content to the specified file.
toFileTreeString(Path) - Static method in class com.ibm.cos.v2.testutils.FileUtils
Convert a given directory into a visual file tree.
toFunction(Supplier<O>) - Static method in class com.ibm.cos.v2.utils.FunctionalUtils
 
toHeadObjectRequest(CopyObjectRequest) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.SdkPojoConversionUtils
 
toHex(byte[]) - Static method in class com.ibm.cos.v2.utils.BinaryUtils
Converts byte data to a Hex-encoded string in lower case.
toIAMCredentials(IBMOAuthIdentity) - Static method in class com.ibm.cos.v2.auth.credentials.CredentialUtils
Converts an IBMOAuthIdentity to IBM credentials
toInputStream() - Static method in interface com.ibm.cos.v2.core.sync.ResponseTransformer
Creates a response transformer that returns an unmanaged input stream with the response content.
toJson() - Method in class com.ibm.cos.v2.core.auth.policy.Policy
Returns a JSON string representation of this AWS access control policy, suitable to be sent to an AWS service as part of a request to set an access control policy.
toJson(ResumableFileDownload) - Static method in class com.ibm.cos.v2.transfer.s3.internal.serialization.ResumableFileDownloadSerializer
Serializes an instance of ResumableFileDownload into valid JSON.
toJson(ResumableFileUpload) - Static method in class com.ibm.cos.v2.transfer.s3.internal.serialization.ResumableFileUploadSerializer
Serializes an instance of ResumableFileUpload into valid JSON.
token(SdkToken) - Method in interface com.ibm.cos.v2.auth.signer.params.TokenSignerParams.Builder
Set this value to provide a token for signing This is required for token signing.
token(SdkToken) - Method in class com.ibm.cos.v2.auth.signer.params.TokenSignerParams.BuilderImpl
 
token() - Method in class com.ibm.cos.v2.auth.signer.params.TokenSignerParams
 
TOKEN - Static variable in class com.ibm.cos.v2.core.CredentialType
Credential type that uses Bearer Token Authorization to authorize a request.
token() - Method in interface com.ibm.cos.v2.identity.spi.TokenIdentity
Retrieves string field representing the literal token string.
token() - Method in interface com.ibm.cos.v2.retries.api.AcquireInitialTokenResponse
token() - Method in class com.ibm.cos.v2.retries.api.internal.AcquireInitialTokenResponseImpl
 
token() - Method in class com.ibm.cos.v2.retries.api.internal.RecordSuccessRequestImpl
 
token() - Method in class com.ibm.cos.v2.retries.api.internal.RecordSuccessResponseImpl
 
token(RetryToken) - Method in class com.ibm.cos.v2.retries.api.internal.RefreshRetryTokenRequestImpl.Builder
 
token() - Method in class com.ibm.cos.v2.retries.api.internal.RefreshRetryTokenRequestImpl
 
token() - Method in class com.ibm.cos.v2.retries.api.internal.RefreshRetryTokenResponseImpl
 
token() - Method in interface com.ibm.cos.v2.retries.api.RecordSuccessRequest
token() - Method in interface com.ibm.cos.v2.retries.api.RecordSuccessResponse
token(RetryToken) - Method in interface com.ibm.cos.v2.retries.api.RefreshRetryTokenRequest.Builder
Configures the RetryToken to be refreshed.
token() - Method in interface com.ibm.cos.v2.retries.api.RefreshRetryTokenRequest
token() - Method in interface com.ibm.cos.v2.retries.api.RefreshRetryTokenResponse
token() - Method in exception com.ibm.cos.v2.retries.api.TokenAcquisitionFailedException
Returns the retry token that tracked the execution.
token(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest.Builder
A token to allow Object Lock to be enabled for an existing bucket.
token() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
A token to allow Object Lock to be enabled for an existing bucket.
token(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest.Builder
A token to allow Object Lock to be enabled for an existing bucket.
token() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
A token to allow Object Lock to be enabled for an existing bucket.
TOKEN_BUCKET_SIZE - Static variable in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetrySetting
 
TOKEN_FETCH_DURATION - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The duration of time taken to fetch signing credentials for the API call.
TOKEN_IDENTITY_PROVIDER - Static variable in class com.ibm.cos.v2.awscore.client.config.AwsClientOption
Option to specific the SdkTokenProvider to use for bearer token authorization.
TOKEN_PROVIDER - Static variable in class com.ibm.cos.v2.awscore.client.config.AwsClientOption
Deprecated.
TOKEN_SIGNER - Static variable in class com.ibm.cos.v2.core.client.config.SdkAdvancedClientOption
Define the signer that should be used for token-based authentication with AWS.
TokenAcquisitionFailedException - Exception in com.ibm.cos.v2.retries.api
Exception thrown by RetryStrategy when a new token cannot be acquired.
TokenAcquisitionFailedException(String) - Constructor for exception com.ibm.cos.v2.retries.api.TokenAcquisitionFailedException
Exception construction accepting message with no root cause.
TokenAcquisitionFailedException(String, Throwable) - Constructor for exception com.ibm.cos.v2.retries.api.TokenAcquisitionFailedException
Exception constructor accepting message and a root cause.
TokenAcquisitionFailedException(String, RetryToken, Throwable) - Constructor for exception com.ibm.cos.v2.retries.api.TokenAcquisitionFailedException
Exception constructor accepting message, retry token, and a root cause.
TokenAuthorizationStrategy - Class in com.ibm.cos.v2.awscore.internal.authcontext
Deprecated.
This is only used for compatibility with pre-SRA authorization logic. After we are comfortable that the new code paths are working, we should migrate old clients to the new code paths (where possible) and delete this code.
TokenAuthorizationStrategy(TokenAuthorizationStrategy.Builder) - Constructor for class com.ibm.cos.v2.awscore.internal.authcontext.TokenAuthorizationStrategy
Deprecated.
 
TokenAuthorizationStrategy.Builder - Class in com.ibm.cos.v2.awscore.internal.authcontext
Deprecated.
 
TokenBucket - Class in com.ibm.cos.v2.core.internal.capacity
A lock-free implementation of a token bucket.
TokenBucket(int) - Constructor for class com.ibm.cos.v2.core.internal.capacity.TokenBucket
Create a bucket containing the specified number of tokens.
TokenBucket - Class in com.ibm.cos.v2.retries.internal.circuitbreaker
A lock-free implementation of a token bucket.
tokenBucketExceptionCost(int) - Method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy.Builder
 
tokenBucketExceptionCost(int) - Method in class com.ibm.cos.v2.retries.internal.DefaultLegacyRetryStrategy.Builder
 
tokenBucketExceptionCost(int) - Method in class com.ibm.cos.v2.retries.internal.DefaultStandardRetryStrategy.Builder
 
TokenBucketExceptionCostFunction - Interface in com.ibm.cos.v2.core.retry.conditions
A function used by TokenBucketRetryCondition to determine how many tokens should be removed from the bucket when an exception is encountered.
TokenBucketExceptionCostFunction.Builder - Interface in com.ibm.cos.v2.core.retry.conditions
A helper that can be used to assign exception costs to specific exception types, created via TokenBucketExceptionCostFunction.builder().
tokenBucketForScope(String) - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.TokenBucketStore
Returns the TokenBucket for the given scope.
tokenBucketForScope(String) - Method in class com.ibm.cos.v2.retries.internal.ratelimiter.RateLimiterTokenBucketStore
 
tokenBucketMaxCapacity(int) - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.TokenBucketStore.Builder
 
TokenBucketRetryCondition - Class in com.ibm.cos.v2.core.retry.conditions
A RetryCondition that limits the number of retries made by the SDK using a token bucket algorithm.
TokenBucketRetryCondition.Builder - Class in com.ibm.cos.v2.core.retry.conditions
Configure and create a TokenBucketRetryCondition.
TokenBucketRetryCondition.Capacity - Class in com.ibm.cos.v2.core.retry.conditions
The number of tokens in the token bucket after a specific token acquisition succeeds.
TokenBucketRetryCondition.Capacity.Builder - Class in com.ibm.cos.v2.core.retry.conditions
 
tokenBucketSize(int) - Method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition.Builder
Specify the maximum number of tokens in the token bucket.
tokenBucketStore - Variable in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
TokenBucketStore - Class in com.ibm.cos.v2.retries.internal.circuitbreaker
A store to keep token buckets per scope.
tokenBucketStore(TokenBucketStore) - Method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy.Builder
 
tokenBucketStore(TokenBucketStore) - Method in class com.ibm.cos.v2.retries.internal.DefaultLegacyRetryStrategy.Builder
 
tokenBucketStore(TokenBucketStore) - Method in class com.ibm.cos.v2.retries.internal.DefaultStandardRetryStrategy.Builder
 
TokenBucketStore.Builder - Class in com.ibm.cos.v2.retries.internal.circuitbreaker
 
tokenBucketThrottlingExceptionCost(int) - Method in class com.ibm.cos.v2.retries.internal.DefaultLegacyRetryStrategy.Builder
 
tokenCostFunction(RetryMode) - Static method in class com.ibm.cos.v2.core.internal.retry.SdkDefaultRetrySetting
 
TokenIdentity - Interface in com.ibm.cos.v2.identity.spi
Provides token which is used to securely authorize requests to services that use token based auth, e.g., OAuth.
TokenManager<T extends SdkToken> - Interface in com.ibm.cos.v2.awscore.internal.token
An object that knows how to load and optionally, store, an SSO token.
TokenRefresher<T extends SdkToken> - Interface in com.ibm.cos.v2.awscore.internal.token
Interface to refresh token.
tokenRetriever(Supplier<TokenT>) - Method in class com.ibm.cos.v2.awscore.internal.token.CachedTokenRefresher.Builder
 
tokensAvailable() - Method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition
Retrieve the number of tokens currently available in the token bucket.
TokenSignerParams - Class in com.ibm.cos.v2.auth.signer.params
Parameters that are used during signing.
TokenSignerParams.Builder<B extends TokenSignerParams.Builder> - Interface in com.ibm.cos.v2.auth.signer.params
 
TokenSignerParams.BuilderImpl<B extends TokenSignerParams.Builder> - Class in com.ibm.cos.v2.auth.signer.params
 
TokenTransformer<T extends SdkToken,R extends AwsResponse> - Interface in com.ibm.cos.v2.awscore.internal.token
Transformer to convert the response received from service to respective Token objects.
TokenUtils - Class in com.ibm.cos.v2.auth.credentials
 
toLegacyChecksumAlgorithm(ChecksumAlgorithm) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
 
toList() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameters
 
toListPartsRequest(String, PutObjectRequest) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.SdkPojoConversionUtils
 
toMap() - Static method in class com.ibm.cos.v2.utils.CollectionUtils
Collect a stream of Map.Entry to a Map with the same key/value types
toMarshallingType(T) - Method in class com.ibm.cos.v2.protocols.core.AbstractMarshallingRegistry
 
toNewChecksumAlgorithm(Algorithm) - Static method in class com.ibm.cos.v2.core.internal.util.HttpChecksumUtils
 
toNonDirectBuffer(ByteBuffer) - Static method in class com.ibm.cos.v2.utils.BinaryUtils
Returns a copy of the given DirectByteBuffer from its current position as a non-direct HeapByteBuffer
TooManyPartsException - Exception in com.ibm.cos.v2.services.s3.model
You have attempted to add more parts than the maximum of 10000 that are allowed for this object.
TooManyPartsException.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
toOutputStream(OutputStream) - Static method in interface com.ibm.cos.v2.core.sync.ResponseTransformer
Creates a response transformer that writes all response content to the given OutputStream.
toParameterReference() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
toParameterReference() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParameterReference
 
ToParameterReference - Interface in com.ibm.cos.v2.services.s3.endpoints.internal
 
toParameterReference() - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.ToParameterReference
 
topicArn(String) - Method in interface com.ibm.cos.v2.services.s3.model.TopicConfiguration.Builder
The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3 publishes a message when it detects events of the specified type.
topicArn() - Method in class com.ibm.cos.v2.services.s3.model.TopicConfiguration
The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3 publishes a message when it detects events of the specified type.
TopicConfiguration - Class in com.ibm.cos.v2.services.s3.model
A container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events.
TopicConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
topicConfigurations(Collection<TopicConfiguration>) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse.Builder
The topic to which notifications are sent and the events for which notifications are generated.
topicConfigurations(TopicConfiguration...) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse.Builder
The topic to which notifications are sent and the events for which notifications are generated.
topicConfigurations(Consumer<TopicConfiguration.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse.Builder
The topic to which notifications are sent and the events for which notifications are generated.
topicConfigurations() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
The topic to which notifications are sent and the events for which notifications are generated.
topicConfigurations(Collection<TopicConfiguration>) - Method in interface com.ibm.cos.v2.services.s3.model.NotificationConfiguration.Builder
The topic to which notifications are sent and the events for which notifications are generated.
topicConfigurations(TopicConfiguration...) - Method in interface com.ibm.cos.v2.services.s3.model.NotificationConfiguration.Builder
The topic to which notifications are sent and the events for which notifications are generated.
topicConfigurations(Consumer<TopicConfiguration.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.NotificationConfiguration.Builder
The topic to which notifications are sent and the events for which notifications are generated.
topicConfigurations() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
The topic to which notifications are sent and the events for which notifications are generated.
toPublisher() - Static method in interface com.ibm.cos.v2.core.async.AsyncResponseTransformer
Creates an AsyncResponseTransformer that publishes the response body content through a ResponsePublisher, which is an SdkPublisher that also contains a reference to the SdkResponse returned by the service.
toPutObjectResponse(CompleteMultipartUploadResponse) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.SdkPojoConversionUtils
 
toRequest(SdkHttpRequest, ContentStreamProvider) - Static method in class com.ibm.cos.v2.http.auth.aws.crt.internal.util.CrtHttpRequestConverter
Convert an SdkHttpRequest to an HttpRequest.
toRequest(SdkHttpRequest, HttpRequest) - Static method in class com.ibm.cos.v2.http.auth.aws.crt.internal.util.CrtHttpRequestConverter
Convert an HttpRequest to an SdkHttpRequest.
toSdkToken(TokenIdentity) - Static method in class com.ibm.cos.v2.auth.credentials.TokenUtils
Converts an TokenIdentity to SdkToken.
toSdkTokenProvider(IdentityProvider<? extends TokenIdentity>) - Static method in class com.ibm.cos.v2.auth.credentials.TokenUtils
Converts an extends TokenIdentity> to SdkTokenProvider based on TokenUtils.toSdkToken(TokenIdentity).
toServiceException(SdkException) - Static method in class com.ibm.cos.v2.core.retry.RetryUtils
 
toStream(ByteBuffer) - Static method in class com.ibm.cos.v2.utils.BinaryUtils
Wraps a ByteBuffer in an InputStream.
toString() - Method in class com.ibm.cos.v2.arns.Arn
 
toString() - Method in class com.ibm.cos.v2.arns.ArnResource
 
toString() - Method in class com.ibm.cos.v2.auth.credentials.AnonymousCredentialsProvider
 
toString() - Method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials
 
toString() - Method in class com.ibm.cos.v2.auth.credentials.AwsCredentialsProviderChain
 
toString() - Method in class com.ibm.cos.v2.auth.credentials.AwsSessionCredentials
 
toString() - Method in class com.ibm.cos.v2.auth.credentials.DefaultCredentialsProvider
 
toString() - Method in class com.ibm.cos.v2.auth.credentials.EnvironmentVariableCredentialsProvider
 
toString() - Method in class com.ibm.cos.v2.auth.credentials.internal.LazyAwsCredentialsProvider
 
toString() - Method in class com.ibm.cos.v2.auth.credentials.ProcessCredentialsProvider
 
toString() - Method in class com.ibm.cos.v2.auth.credentials.ProfileCredentialsProvider
 
toString() - Method in class com.ibm.cos.v2.auth.credentials.StaticCredentialsProvider
 
toString() - Method in class com.ibm.cos.v2.auth.credentials.SystemPropertyCredentialsProvider
 
toString() - Method in class com.ibm.cos.v2.auth.credentials.WebIdentityTokenFileCredentialsProvider
 
toString() - Method in class com.ibm.cos.v2.auth.signer.internal.ContentChecksum
 
toString() - Method in class com.ibm.cos.v2.auth.signer.internal.FifoCache
 
toString() - Method in class com.ibm.cos.v2.auth.token.credentials.StaticTokenProvider
 
toString() - Method in class com.ibm.cos.v2.auth.token.internal.LazyTokenProvider
 
toString() - Method in class com.ibm.cos.v2.awscore.AwsResponseMetadata
 
toString() - Method in enum com.ibm.cos.v2.awscore.defaultsmode.DefaultsMode
 
toString() - Method in class com.ibm.cos.v2.awscore.exception.AwsErrorDetails
 
toString() - Method in class com.ibm.cos.v2.awscore.internal.AwsProtocolMetadata
 
toString() - Method in enum com.ibm.cos.v2.awscore.internal.AwsServiceProtocol
 
toString() - Method in class com.ibm.cos.v2.core.async.ResponsePublisher
 
toString() - Method in enum com.ibm.cos.v2.core.checksums.Algorithm
Deprecated.
 
toString() - Method in class com.ibm.cos.v2.core.checksums.ChecksumSpecs
 
toString() - Method in class com.ibm.cos.v2.core.client.config.ClientOverrideConfiguration
 
toString() - Method in class com.ibm.cos.v2.core.client.config.SdkClientConfiguration
 
toString() - Method in enum com.ibm.cos.v2.core.ClientType
 
toString() - Method in class com.ibm.cos.v2.core.CompressionConfiguration
 
toString() - Method in class com.ibm.cos.v2.core.CredentialType
 
toString() - Method in class com.ibm.cos.v2.core.document.internal.BooleanDocument
 
toString() - Method in class com.ibm.cos.v2.core.document.internal.ListDocument
 
toString() - Method in class com.ibm.cos.v2.core.document.internal.MapDocument
 
toString() - Method in class com.ibm.cos.v2.core.document.internal.NullDocument
 
toString() - Method in class com.ibm.cos.v2.core.document.internal.NumberDocument
 
toString() - Method in class com.ibm.cos.v2.core.document.internal.StringDocument
 
toString() - Method in class com.ibm.cos.v2.core.endpointdiscovery.providers.ProfileEndpointDiscoveryProvider
 
toString() - Method in class com.ibm.cos.v2.core.endpointdiscovery.providers.SystemPropertiesEndpointDiscoveryProvider
 
toString() - Method in class com.ibm.cos.v2.core.exception.SdkDiagnostics
 
toString() - Method in class com.ibm.cos.v2.core.FileTransformerConfiguration
 
toString() - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttribute
 
toString() - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes
 
toString() - Method in class com.ibm.cos.v2.core.internal.compression.CompressorType
 
toString() - Method in enum com.ibm.cos.v2.core.internal.metrics.SdkErrorType
 
toString() - Method in class com.ibm.cos.v2.core.internal.retry.DefaultTokenBucketExceptionCostFunction
 
toString() - Method in class com.ibm.cos.v2.core.internal.StaticClientEndpointProvider
 
toString() - Method in enum com.ibm.cos.v2.core.internal.useragent.IdentityProviderNameMapping
 
toString() - Method in class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
toString() - Method in class com.ibm.cos.v2.core.internal.waiters.DefaultWaiterResponse
 
toString() - Method in enum com.ibm.cos.v2.core.Protocol
 
toString() - Method in class com.ibm.cos.v2.core.ResponseBytes
 
toString() - Method in class com.ibm.cos.v2.core.retry.backoff.EqualJitterBackoffStrategy
Deprecated.
 
toString() - Method in class com.ibm.cos.v2.core.retry.backoff.FixedDelayBackoffStrategy
Deprecated.
 
toString() - Method in class com.ibm.cos.v2.core.retry.backoff.FullJitterBackoffStrategy
Deprecated.
 
toString() - Method in class com.ibm.cos.v2.core.retry.conditions.AndRetryCondition
 
toString() - Method in class com.ibm.cos.v2.core.retry.conditions.MaxNumberOfRetriesCondition
 
toString() - Method in class com.ibm.cos.v2.core.retry.conditions.OrRetryCondition
 
toString() - Method in class com.ibm.cos.v2.core.retry.conditions.RetryOnClockSkewCondition
 
toString() - Method in class com.ibm.cos.v2.core.retry.conditions.RetryOnExceptionsCondition
 
toString() - Method in class com.ibm.cos.v2.core.retry.conditions.RetryOnStatusCodeCondition
 
toString() - Method in class com.ibm.cos.v2.core.retry.conditions.RetryOnThrottlingCondition
 
toString() - Method in class com.ibm.cos.v2.core.retry.conditions.TokenBucketRetryCondition
 
toString() - Method in class com.ibm.cos.v2.core.retry.RetryPolicy
Deprecated.
 
toString() - Method in class com.ibm.cos.v2.core.SdkBytes
 
toString() - Method in class com.ibm.cos.v2.core.SdkNumber
 
toString() - Method in class com.ibm.cos.v2.core.SplittingTransformerConfiguration
 
toString() - Method in enum com.ibm.cos.v2.core.useragent.BusinessMetricFeatureId
 
toString() - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructList
 
toString() - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructMap
 
toString() - Method in class com.ibm.cos.v2.core.waiters.WaiterOverrideConfiguration
 
toString() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSocket
 
toString() - Method in class com.ibm.cos.v2.http.apache.internal.net.DelegateSslSocket
 
toString() - Method in class com.ibm.cos.v2.http.apache.ProxyConfiguration
 
toString() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.FifoCache
 
toString() - Method in class com.ibm.cos.v2.http.auth.spi.internal.scheme.DefaultAuthSchemeOption
 
toString() - Method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultAsyncSignedRequest
 
toString() - Method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultAsyncSignRequest
 
toString() - Method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultSignedRequest
 
toString() - Method in class com.ibm.cos.v2.http.auth.spi.internal.signer.DefaultSignRequest
 
toString() - Method in class com.ibm.cos.v2.http.auth.spi.signer.SignerProperty
 
toString() - Method in class com.ibm.cos.v2.http.nio.netty.internal.ChannelDiagnostics
 
toString() - Method in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
 
toString() - Method in class com.ibm.cos.v2.http.urlconnection.ProxyConfiguration
 
toString() - Method in class com.ibm.cos.v2.identity.spi.IdentityProperty
 
toString() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsCredentialsIdentity
 
toString() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultAwsSessionCredentialsIdentity
 
toString() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultIAMCredentialsIdentity
 
toString() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultIdentityProviders
 
toString() - Method in class com.ibm.cos.v2.identity.spi.internal.DefaultResolveIdentityRequest
 
toString() - Method in class com.ibm.cos.v2.metrics.internal.DefaultMetricCollection
 
toString() - Method in class com.ibm.cos.v2.metrics.internal.DefaultMetricCollector
 
toString() - Method in class com.ibm.cos.v2.metrics.internal.DefaultMetricRecord
 
toString() - Method in class com.ibm.cos.v2.metrics.internal.DefaultSdkMetric
 
toString() - Method in class com.ibm.cos.v2.profiles.Profile
 
toString() - Method in class com.ibm.cos.v2.profiles.ProfileFile
 
toString() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ArrayJsonNode
 
toString() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.BooleanJsonNode
 
toString() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.EmbeddedObjectJsonNode
 
toString() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NullJsonNode
 
toString() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NumberJsonNode
 
toString() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ObjectJsonNode
 
toString() - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.StringJsonNode
 
toString() - Method in class com.ibm.cos.v2.regions.EndpointTag
 
toString() - Method in class com.ibm.cos.v2.regions.PartitionEndpointKey
 
toString() - Method in class com.ibm.cos.v2.regions.providers.LazyAwsRegionProvider
 
toString() - Method in class com.ibm.cos.v2.regions.Region
 
toString() - Method in class com.ibm.cos.v2.regions.ServiceEndpointKey
 
toString() - Method in class com.ibm.cos.v2.retries.api.internal.backoff.ExponentialDelayWithHalfJitter
 
toString() - Method in class com.ibm.cos.v2.retries.api.internal.backoff.ExponentialDelayWithJitter
 
toString() - Method in class com.ibm.cos.v2.retries.api.internal.backoff.ExponentialDelayWithoutJitter
 
toString() - Method in class com.ibm.cos.v2.retries.api.internal.backoff.FixedDelayWithJitter
 
toString() - Method in class com.ibm.cos.v2.retries.api.internal.backoff.FixedDelayWithoutJitter
 
toString() - Method in class com.ibm.cos.v2.retries.api.internal.backoff.Immediately
 
toString() - Method in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
toString() - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.TokenBucket
 
toString() - Method in class com.ibm.cos.v2.retries.internal.DefaultRetryToken
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Arn
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Condition
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointResult
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRule
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRuleset
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ErrorRule
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.FatScope
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Fn
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Part.Index
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr.Part.Key
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.GetAttr
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Identifier
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Literal
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Outputs
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Deprecated
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ParameterReference
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameters
 
toString() - Method in enum com.ibm.cos.v2.services.s3.endpoints.internal.ParameterType
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partition
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partitions
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Ref
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleArn
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Scope
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template.Dynamic
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template.Literal
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.TreeRule
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Array
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Endpoint
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Record
 
toString() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Str
 
toString() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloadResumeContext
 
toString() - Method in enum com.ibm.cos.v2.services.s3.internal.resource.OutpostResourceType
 
toString() - Method in enum com.ibm.cos.v2.services.s3.internal.resource.S3ResourceType
 
toString() - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.AbortIncompleteMultipartUpload
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.AccelerateConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.AccessControlPolicy
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.AccessControlTranslation
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.AddLegalHoldRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsAndOperator
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsExportDestination
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsS3BucketDestination
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.AnalyticsS3ExportFileFormat
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ArchiveStatus
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.Bucket
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.BucketAccelerateStatus
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.BucketCannedACL
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.BucketInfo
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.BucketLifecycleConfiguration
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.BucketLocationConstraint
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.BucketLoggingStatus
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.BucketLogsPermission
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.BucketProtectionResponse
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.BucketProtectionStatus
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.BucketType
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.BucketVersioningStatus
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.Checksum
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ChecksumAlgorithm
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ChecksumMode
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ChecksumType
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.CommonPrefix
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CompletedMultipartUpload
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CompletedPart
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.CompressionType
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.Condition
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ContentList
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ContinuationEvent
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResult
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CopyPartResult
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CORSConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CORSRule
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketMetadataTableConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CreateBucketResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CreateSessionResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CSVInput
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.CSVOutput
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.DataRedundancy
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.DefaultRetention
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.Delete
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketAnalyticsConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketCorsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketEncryptionResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketIntelligentTieringConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketInventoryConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketLifecycleResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetadataTableConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketMetricsConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketOwnershipControlsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketPolicyResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketReplicationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketTaggingResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteBucketWebsiteResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeletedObject
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteLegalHoldRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerReplication
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.DeleteMarkerReplicationStatus
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.DeletePublicAccessBlockResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.Destination
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.EncodingType
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.Encryption
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.EncryptionConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.EndEvent
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ErrorDetails
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ErrorDocument
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.Event
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.EventBridgeConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ExistingObjectReplication
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ExistingObjectReplicationStatus
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ExpirationStatus
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ExpressionType
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.ExtendObjectRetentionRequest
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.FileHeaderInfo
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.FilterRule
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.FilterRuleName
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAccelerateConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAclResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketAnalyticsConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketCorsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketEncryptionResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketIntelligentTieringConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketInventoryConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLocationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLoggingResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetadataTableConfigurationResult
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketMetricsConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketNotificationConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketOwnershipControlsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketPolicyStatusResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketProtectionConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketReplicationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketRequestPaymentResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketTaggingResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketVersioningResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketWebsiteResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLockConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTorrentResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GetPublicAccessBlockResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.GlacierJobParameters
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.Grant
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.Grantee
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.HeadBucketResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.IndexDocument
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.Initiator
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.InputSerialization
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.IntelligentTieringAccessTier
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringAndOperator
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.IntelligentTieringFilter
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.IntelligentTieringStatus
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.InventoryConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.InventoryDestination
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.InventoryEncryption
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.InventoryFilter
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.InventoryFormat
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.InventoryFrequency
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.InventoryIncludedObjectVersions
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.InventoryOptionalField
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.InventoryS3BucketDestination
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.InventorySchedule
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.JSONInput
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.JSONOutput
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.JSONType
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.LambdaFunctionConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleExpiration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleAndOperator
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketAnalyticsConfigurationsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketIntelligentTieringConfigurationsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketInventoryConfigurationsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketMetricsConfigurationsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketReplicationFailuresResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsExtendedResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListBucketsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListDirectoryBucketsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Request
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectsV2Response
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.LocationInfo
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.LocationType
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.LoggingEnabled
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.MetadataDirective
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.MetadataEntry
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.MetadataTableConfigurationResult
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.Metrics
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.MetricsAndOperator
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.MetricsConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.MetricsStatus
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.MFADelete
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.MFADeleteStatus
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionExpiration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.NoncurrentVersionTransition
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.NotificationConfigurationFilter
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ObjectAttributes
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ObjectCannedACL
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.ObjectIdentifier
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockConfiguration
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ObjectLockEnabled
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockLegalHold
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ObjectLockLegalHoldStatus
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ObjectLockMode
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRetention
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ObjectLockRetentionMode
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.ObjectLockRule
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ObjectOwnership
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.ObjectPart
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ObjectStorageClass
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ObjectVersionStorageClass
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.OptionalObjectAttributes
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.OutputLocation
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.OutputSerialization
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.Owner
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.OwnerOverride
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControls
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.OwnershipControlsRule
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ParquetInput
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.Part
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.PartitionDateSource
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.PartitionedPrefix
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.Payer
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.Permission
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.PolicyStatus
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.Progress
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ProgressEvent
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.Protocol
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.PublicAccessBlockConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAccelerateConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAclResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketAnalyticsConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketCorsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketEncryptionResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketIntelligentTieringConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketInventoryConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLoggingResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketMetricsConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketNotificationConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketOwnershipControlsResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketPolicyResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketProtectionConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationReattemptRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketReplicationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketRequestPaymentResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketTaggingResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLockConfigurationResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.PutPublicAccessBlockResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.QueueConfiguration
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.QuoteFields
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.RecordsEvent
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.Redirect
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.RedirectAllRequestsTo
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ReplicaModifications
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ReplicaModificationsStatus
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRule
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleAndOperator
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ReplicationRuleStatus
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ReplicationStatus
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTime
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ReplicationTimeStatus
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationTimeValue
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.RequestCharged
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.RequestPayer
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.RequestPaymentConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.RequestProgress
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.RestoreRequestType
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.RestoreStatus
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.RoutingRule
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.S3Error
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.S3KeyFilter
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.S3Object
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestination
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.S3TablesDestinationResult
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ScanRange
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.SdkPartType
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.SelectObjectContentEventStream.EventType
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.SelectObjectContentResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.SelectParameters
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.ServerSideEncryption
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionByDefault
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.ServerSideEncryptionRule
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.SessionCredentials
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.SessionMode
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.SimplePrefix
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.SourceSelectionCriteria
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.SSEKMS
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjects
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjectsStatus
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.SSES3
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.Stats
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.StatsEvent
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.StorageClass
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysis
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.StorageClassAnalysisDataExport
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.StorageClassAnalysisSchemaVersion
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.Tag
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.Tagging
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.TaggingDirective
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.TargetGrant
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.TargetObjectKeyFormat
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.Tier
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.Tiering
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.TopicConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.Transition
Returns a string representation of this object.
toString() - Method in enum com.ibm.cos.v2.services.s3.model.TransitionDefaultMinimumObjectSize
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.TransitionStorageClass
 
toString() - Method in enum com.ibm.cos.v2.services.s3.model.Type
 
toString() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.VersioningConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.WebsiteConfiguration
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseResponse
Returns a string representation of this object.
toString() - Method in class com.ibm.cos.v2.services.s3.S3Uri
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.config.TransferRequestOverrideConfiguration
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultCopy
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultDirectoryDownload
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultDirectoryUpload
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultDownload
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultFileDownload
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultFileUpload
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.internal.model.DefaultUpload
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgress
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgressSnapshot
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerContext
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerFailedContext
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferConfigurationOption
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedCopy
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryDownload
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedDirectoryUpload
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedDownload
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedFileDownload
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedFileUpload
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.CompletedUpload
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.CopyRequest
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadDirectoryRequest
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadFileRequest
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadRequest
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.FailedFileDownload
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.FailedFileUpload
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadFileRequest
 
toString() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadRequest
 
toString() - Method in class com.ibm.cos.v2.utils.AttributeMap.Key
 
toString() - Method in class com.ibm.cos.v2.utils.AttributeMap
 
toString() - Method in class com.ibm.cos.v2.utils.ImmutableMap
 
toString() - Method in class com.ibm.cos.v2.utils.Lazy
 
toString() - Method in class com.ibm.cos.v2.utils.Pair
 
ToString - Class in com.ibm.cos.v2.utils
A class to standardize implementations of Object.toString() across the SDK.
toStringDirect(byte[]) - Static method in class com.ibm.cos.v2.utils.internal.CodecUtils
Returns a string representing the given byte array, treating each byte as a single octet character.
totalBytes(long) - Method in interface com.ibm.cos.v2.core.internal.async.ChunkBuffer.Builder
 
totalBytes(String) - Static method in class com.ibm.cos.v2.transfer.s3.internal.progress.ContentRangeParser
Parse the Content-Range to extract the total number of byte from the content.
totalBytes(Long) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgressSnapshot.Builder
 
totalBytes() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgressSnapshot
 
totalBytes() - Method in interface com.ibm.cos.v2.transfer.s3.progress.TransferProgressSnapshot
The total size of the transfer, in bytes, or Optional.empty() if unknown.
totalNumParts(Long) - Method in class com.ibm.cos.v2.services.s3.multipart.S3ResumeToken.Builder
 
totalNumParts() - Method in class com.ibm.cos.v2.services.s3.multipart.S3ResumeToken
 
totalParts(int) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloadResumeContext
 
totalParts() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MultipartDownloadResumeContext
 
totalParts(Long) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload.Builder
Sets the total number of parts
totalParts() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
Return the total number of parts associated with this transfer or OptionalLong.empty() if unknown
totalPartsCount(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts.Builder
The total number of parts.
totalPartsCount() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesParts
The total number of parts.
totalRequests() - Method in class com.ibm.cos.v2.core.retry.RetryPolicyContext
 
totalSizeInBytes(Long) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload.Builder
Sets the total transfer size in bytes
totalSizeInBytes() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileDownload
The total size of the transfer in bytes or OptionalLong.empty() if unknown
toUploadPartCopyRequest(CopyObjectRequest, int, String, String) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.SdkPojoConversionUtils
 
toUploadPartRequest(PutObjectRequest, int, String) - Static method in class com.ibm.cos.v2.services.s3.internal.multipart.SdkPojoConversionUtils
 
toUri(String, URI) - Method in interface com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryCacheLoader
 
toUri() - Method in class com.ibm.cos.v2.services.s3.internal.endpoints.S3ObjectLambdaOperationEndpointBuilder
Generate an endpoint URI with no path that maps to the Object Lambdas Access Point information stored in this builder.
toUri() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointBuilder
Generate an endpoint URI with no path that maps to the Access Point information stored in this builder.
toUri() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaEndpointBuilder
 
toUri() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostAccessPointBuilder
Generate an endpoint URI with no path that maps to the Outpost Access Point information stored in this builder.
toUtf8String(InputStream) - Static method in class com.ibm.cos.v2.utils.IoUtils
Reads and returns the rest of the given input stream as a string.
trace(Object) - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Logs a message with trace log level.
trace(Object, Throwable) - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Logs an error with trace log level.
trace(Channel, Supplier<String>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyClientLogger
Log a TRACE level message including the channel information.
trace(String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
trace(String, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
trace(String, Object, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
trace(String, Object...) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
trace(String, Throwable) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
trace(Marker, String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
trace(Marker, String, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
trace(Marker, String, Object, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
trace(Marker, String, Object...) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
trace(Marker, String, Throwable) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
trace(Supplier<String>) - Method in class com.ibm.cos.v2.utils.Logger
Checks if trace is enabled and if so logs the supplied message
trace(Supplier<String>, Throwable) - Method in class com.ibm.cos.v2.utils.Logger
Checks if trace is enabled and if so logs the supplied message and exception
TraceIdExecutionInterceptor - Class in com.ibm.cos.v2.awscore.interceptor
The TraceIdExecutionInterceptor copies the trace details to the TraceIdExecutionInterceptor.TRACE_ID_HEADER header, assuming we seem to be running in a lambda environment.
TraceIdExecutionInterceptor() - Constructor for class com.ibm.cos.v2.awscore.interceptor.TraceIdExecutionInterceptor
 
TracingSystemSetting - Enum in com.ibm.cos.v2.awscore.internal.interceptor
Tracing specific System Setting.
trailerHeader(String) - Method in interface com.ibm.cos.v2.core.internal.async.ChecksumCalculatingAsyncRequestBody.Builder
Sets the Trailer header where computed SdkChecksum will be updated.
TrailerProvider - Interface in com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding
A functional interface for defining a trailer, where the trailer is a header pair.
trailers() - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkedEncodedInputStream.Builder
 
trailers(List<TrailerProvider>) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.chunkedencoding.ChunkedEncodedInputStream.Builder
 
TrailingDataFramePublisher - Class in com.ibm.cos.v2.http.auth.aws.eventstream.internal.io
A publisher which wraps a publisher and appends a trailing frame once the wrapped publisher is finished.
TrailingDataFramePublisher(Publisher<ByteBuffer>) - Constructor for class com.ibm.cos.v2.http.auth.aws.eventstream.internal.io.TrailingDataFramePublisher
 
Trait - Interface in com.ibm.cos.v2.core.traits
Marker interface for traits that contain additional metadata about SdkFields.
traits(Trait...) - Method in class com.ibm.cos.v2.core.SdkField.Builder
Attaches one or more traits to the SdkField.
TraitType - Enum in com.ibm.cos.v2.core.traits
Enumerates all the know traits.
Transfer - Interface in com.ibm.cos.v2.transfer.s3.model
Represents the upload or download of one or more objects to or from S3.
TRANSFER_ENCODING - Static variable in class com.ibm.cos.v2.http.Header
 
TRANSFER_MANAGER_DEFAULTS - Static variable in class com.ibm.cos.v2.transfer.s3.internal.TransferConfigurationOption
 
transferComplete(TransferListener.Context.TransferComplete) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerInvoker
 
transferComplete(TransferListener.Context.TransferComplete) - Method in class com.ibm.cos.v2.transfer.s3.progress.LoggingTransferListener
 
transferComplete(TransferListener.Context.TransferComplete) - Method in interface com.ibm.cos.v2.transfer.s3.progress.TransferListener
The transfer has completed successfully.
TransferConfigurationOption<T> - Class in com.ibm.cos.v2.transfer.s3.internal
A set of internal options required by the TransferManagerFactory via TransferManagerConfiguration.
transferContext(TransferListenerContext) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerFailedContext.Builder
 
TransferDirectoryRequest - Interface in com.ibm.cos.v2.transfer.s3.model
Interface for all transfer directory requests.
transferEncoding(boolean) - Method in class com.ibm.cos.v2.core.internal.transform.AbstractStreamingRequestMarshaller.Builder
 
transferEncoding - Variable in class com.ibm.cos.v2.core.internal.transform.AbstractStreamingRequestMarshaller
 
transferFailed(TransferListener.Context.TransferFailed) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerInvoker
 
transferFailed(TransferListener.Context.TransferFailed) - Method in class com.ibm.cos.v2.transfer.s3.progress.LoggingTransferListener
 
transferFailed(TransferListener.Context.TransferFailed) - Method in interface com.ibm.cos.v2.transfer.s3.progress.TransferListener
The transfer failed.
transferInitiated(TransferListener.Context.TransferInitiated) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerInvoker
 
transferInitiated() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferProgressUpdater
 
transferInitiated(TransferListener.Context.TransferInitiated) - Method in class com.ibm.cos.v2.transfer.s3.progress.LoggingTransferListener
 
transferInitiated(TransferListener.Context.TransferInitiated) - Method in interface com.ibm.cos.v2.transfer.s3.progress.TransferListener
A new transfer has been initiated.
TransferListener - Interface in com.ibm.cos.v2.transfer.s3.progress
The TransferListener interface may be implemented by your application in order to receive event-driven updates on the progress of a transfer initiated by S3TransferManager.
TransferListener.Context - Class in com.ibm.cos.v2.transfer.s3.progress
A wrapper class that groups together the different context interfaces that are exposed to TransferListeners.
TransferListener.Context.BytesTransferred - Interface in com.ibm.cos.v2.transfer.s3.progress
Additional bytes have been submitted or received.
TransferListener.Context.TransferComplete - Interface in com.ibm.cos.v2.transfer.s3.progress
The transfer has completed successfully.
TransferListener.Context.TransferFailed - Interface in com.ibm.cos.v2.transfer.s3.progress
The transfer failed.
TransferListener.Context.TransferInitiated - Interface in com.ibm.cos.v2.transfer.s3.progress
A new transfer has been initiated.
TransferListenerContext - Class in com.ibm.cos.v2.transfer.s3.internal.progress
An SDK-internal implementation of TransferListener.Context.TransferComplete and its parent interfaces.
TransferListenerContext.Builder - Class in com.ibm.cos.v2.transfer.s3.internal.progress
 
TransferListenerFailedContext - Class in com.ibm.cos.v2.transfer.s3.internal.progress
An SDK-internal implementation of TransferListener.Context.TransferFailed.
TransferListenerFailedContext.Builder - Class in com.ibm.cos.v2.transfer.s3.internal.progress
 
TransferListenerInvoker - Class in com.ibm.cos.v2.transfer.s3.internal.progress
An SDK-internal helper class that composes multiple provided TransferListeners together into a single logical chain.
TransferListenerInvoker(List<TransferListener>) - Constructor for class com.ibm.cos.v2.transfer.s3.internal.progress.TransferListenerInvoker
 
transferListeners(Collection<TransferListener>) - Method in interface com.ibm.cos.v2.transfer.s3.config.TransferRequestOverrideConfiguration.Builder
The TransferListeners that will be notified as part of this request.
transferListeners(Collection<TransferListener>) - Method in interface com.ibm.cos.v2.transfer.s3.model.CopyRequest.Builder
The TransferListeners that will be notified as part of this request.
transferListeners() - Method in class com.ibm.cos.v2.transfer.s3.model.CopyRequest
 
transferListeners(Collection<TransferListener>) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadFileRequest.Builder
The TransferListeners that will be notified as part of this request.
transferListeners() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadFileRequest
 
transferListeners() - Method in class com.ibm.cos.v2.transfer.s3.model.DownloadRequest
 
transferListeners(Collection<TransferListener>) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadRequest.TypedBuilder
The TransferListeners that will be notified as part of this request.
transferListeners(Collection<TransferListener>) - Method in interface com.ibm.cos.v2.transfer.s3.model.DownloadRequest.UntypedBuilder
The TransferListeners that will be notified as part of this request.
transferListeners() - Method in interface com.ibm.cos.v2.transfer.s3.model.TransferObjectRequest
 
transferListeners(Collection<TransferListener>) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadFileRequest.Builder
The TransferListeners that will be notified as part of this request.
transferListeners() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadFileRequest
 
transferListeners(Collection<TransferListener>) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadRequest.Builder
The TransferListeners that will be notified as part of this request.
transferListeners() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadRequest
 
TransferManagerConfiguration - Class in com.ibm.cos.v2.transfer.s3.internal
Contains resolved configuration settings for GenericS3TransferManager.
TransferManagerConfiguration.Builder - Class in com.ibm.cos.v2.transfer.s3.internal
 
TransferManagerFactory - Class in com.ibm.cos.v2.transfer.s3.internal
An S3TransferManager factory that instantiate an S3TransferManager implementation based on the underlying S3AsyncClient.
TransferManagerFactory.DefaultBuilder - Class in com.ibm.cos.v2.transfer.s3.internal
 
TransferManagerJsonMarshaller<T> - Interface in com.ibm.cos.v2.transfer.s3.internal.serialization
Interface to marshall data according to the JSON protocol specification.
TransferManagerJsonUnmarshaller<T> - Interface in com.ibm.cos.v2.transfer.s3.internal.serialization
Interface for unmarshalling a field from JSON.
TransferManagerMarshallingUtils - Class in com.ibm.cos.v2.transfer.s3.internal.serialization
Marshallers and unmarshallers for serializing objects in TM, using the SDK request MarshallingType.
TransferObjectRequest - Interface in com.ibm.cos.v2.transfer.s3.model
Interface for all single object transfer requests.
TransferProgress - Interface in com.ibm.cos.v2.transfer.s3.progress
TransferProgress is a stateful representation of the progress of a transfer initiated by S3TransferManager.
TransferProgressSnapshot - Interface in com.ibm.cos.v2.transfer.s3.progress
TransferProgressSnapshot is an immutable, point-in-time representation of the progress of a given transfer initiated by S3TransferManager.
TransferProgressUpdater - Class in com.ibm.cos.v2.transfer.s3.internal.progress
An SDK-internal helper class that facilitates updating a TransferProgress and invoking TransferListeners.
TransferProgressUpdater(TransferObjectRequest, Long) - Constructor for class com.ibm.cos.v2.transfer.s3.internal.progress.TransferProgressUpdater
 
transferredBytes(Long) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgressSnapshot.Builder
 
transferredBytes() - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgressSnapshot
 
transferredBytes() - Method in interface com.ibm.cos.v2.transfer.s3.progress.TransferProgressSnapshot
The total number of bytes that have been transferred so far.
transferredParts(Long) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload.Builder
Set the total number of parts transferred
transferredParts() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
Return the total number of parts completed with this transfer or OptionalLong.empty() if unknown
TransferRequest - Interface in com.ibm.cos.v2.transfer.s3.model
The parent interface for all transfer requests.
TransferRequestOverrideConfiguration - Class in com.ibm.cos.v2.transfer.s3.config
Configuration options for UploadFileRequest and DownloadFileRequest.
TransferRequestOverrideConfiguration(TransferRequestOverrideConfiguration.DefaultBuilder) - Constructor for class com.ibm.cos.v2.transfer.s3.config.TransferRequestOverrideConfiguration
 
TransferRequestOverrideConfiguration.Builder - Interface in com.ibm.cos.v2.transfer.s3.config
 
transferTo(ByteBuffer) - Method in class com.ibm.cos.v2.utils.async.ByteBufferStoringSubscriber
Transfer the data stored by this subscriber into the provided byte buffer.
transform(R) - Method in interface com.ibm.cos.v2.awscore.internal.token.TokenTransformer
API to convert the response received from the service to Token.
transform(ResponseT, AbortableInputStream) - Method in interface com.ibm.cos.v2.core.sync.ResponseTransformer
Process the response contents.
transform() - Method in interface com.ibm.cos.v2.utils.ConditionalDecorator
 
transform(UnaryOperator<T>) - Method in class com.ibm.cos.v2.utils.internal.DefaultConditionalDecorator.Builder
 
transform() - Method in class com.ibm.cos.v2.utils.internal.DefaultConditionalDecorator
 
transformerExceptionOccurred(Throwable) - Method in interface com.ibm.cos.v2.core.async.listener.AsyncResponseTransformerListener
transformerOnResponse(ResponseT) - Method in interface com.ibm.cos.v2.core.async.listener.AsyncResponseTransformerListener
transformerOnStream(SdkPublisher<ByteBuffer>) - Method in interface com.ibm.cos.v2.core.async.listener.AsyncResponseTransformerListener
TransformingAsyncResponseHandler<ResultT> - Interface in com.ibm.cos.v2.core.internal.http
A response handler that returns a transformed response.
Transition - Class in com.ibm.cos.v2.services.s3.model
Specifies when an object transitions to a specified storage class.
Transition.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
transitionDefaultMinimumObjectSize(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse.Builder
Indicates which default minimum object size behavior is applied to the lifecycle configuration.
transitionDefaultMinimumObjectSize(TransitionDefaultMinimumObjectSize) - Method in interface com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse.Builder
Indicates which default minimum object size behavior is applied to the lifecycle configuration.
transitionDefaultMinimumObjectSize() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse
Indicates which default minimum object size behavior is applied to the lifecycle configuration.
transitionDefaultMinimumObjectSize(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest.Builder
Indicates which default minimum object size behavior is applied to the lifecycle configuration.
transitionDefaultMinimumObjectSize(TransitionDefaultMinimumObjectSize) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest.Builder
Indicates which default minimum object size behavior is applied to the lifecycle configuration.
transitionDefaultMinimumObjectSize() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
Indicates which default minimum object size behavior is applied to the lifecycle configuration.
transitionDefaultMinimumObjectSize(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationResponse.Builder
Indicates which default minimum object size behavior is applied to the lifecycle configuration.
transitionDefaultMinimumObjectSize(TransitionDefaultMinimumObjectSize) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationResponse.Builder
Indicates which default minimum object size behavior is applied to the lifecycle configuration.
transitionDefaultMinimumObjectSize() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationResponse
Indicates which default minimum object size behavior is applied to the lifecycle configuration.
TransitionDefaultMinimumObjectSize - Enum in com.ibm.cos.v2.services.s3.model
 
transitionDefaultMinimumObjectSizeAsString() - Method in class com.ibm.cos.v2.services.s3.model.GetBucketLifecycleConfigurationResponse
Indicates which default minimum object size behavior is applied to the lifecycle configuration.
transitionDefaultMinimumObjectSizeAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationRequest
Indicates which default minimum object size behavior is applied to the lifecycle configuration.
transitionDefaultMinimumObjectSizeAsString() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketLifecycleConfigurationResponse
Indicates which default minimum object size behavior is applied to the lifecycle configuration.
transitions(Collection<Transition>) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
Specifies when an Amazon S3 object transitions to a specified storage class.
transitions(Transition...) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
Specifies when an Amazon S3 object transitions to a specified storage class.
transitions(Consumer<Transition.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.LifecycleRule.Builder
Specifies when an Amazon S3 object transitions to a specified storage class.
transitions() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRule
Specifies when an Amazon S3 object transitions to a specified storage class.
TransitionStorageClass - Enum in com.ibm.cos.v2.services.s3.model
 
treatAsThrottling(Predicate<Throwable>) - Method in class com.ibm.cos.v2.core.internal.retry.RetryPolicyAdapter.Builder
 
treatAsThrottling(Predicate<Throwable>) - Method in interface com.ibm.cos.v2.retries.AdaptiveRetryStrategy.Builder
Configure the predicate to allow the strategy categorize a Throwable as throttling exception.
treatAsThrottling(Predicate<Throwable>) - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy.Builder
Configure a predicate that determines whether a retryable exception is a throttling exception.
treatAsThrottling - Variable in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
treatAsThrottling(Predicate<Throwable>) - Method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy.Builder
 
treatAsThrottling(Predicate<Throwable>) - Method in class com.ibm.cos.v2.retries.internal.DefaultLegacyRetryStrategy.Builder
 
treatAsThrottling(Predicate<Throwable>) - Method in class com.ibm.cos.v2.retries.internal.DefaultStandardRetryStrategy.Builder
 
treatAsThrottling(Predicate<Throwable>) - Method in interface com.ibm.cos.v2.retries.LegacyRetryStrategy.Builder
Configure the predicate to allow the strategy categorize a Throwable as throttling exception.
TREE - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule
 
treeRule(List<Rule>) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule.Builder
 
TreeRule - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
TreeRule(Rule.Builder, List<Rule>) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.TreeRule
 
trim(String) - Static method in class com.ibm.cos.v2.utils.StringUtils
Removes control characters (char <= 32) from both ends of this String, handling null by returning null.
trimAll(String) - Static method in class com.ibm.cos.v2.auth.signer.internal.util.HeaderTransformsHelper
"The Trimall function removes excess white space before and after values, and converts sequential spaces to a single space."
trimToEmpty(String) - Static method in class com.ibm.cos.v2.utils.StringUtils
Removes control characters (char <= 32) from both ends of this String returning an empty String ("") if the String is empty ("") after the trim or if it is null.
trimToNull(String) - Static method in class com.ibm.cos.v2.utils.StringUtils
Removes control characters (char <= 32) from both ends of this String returning null if the String is empty ("") after the trim or if it is null.
TRUE_DOCUMENT - Static variable in interface com.ibm.cos.v2.core.document.Document
Boolean document constants.
TRUST_ALL_CERTIFICATES - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
Option to disable SSL cert validation and SSL host name verification.
trustAllCertificates() - Method in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
trustManagers() - Method in interface com.ibm.cos.v2.http.TlsTrustManagersProvider
 
tryAcquire(int) - Method in class com.ibm.cos.v2.core.internal.capacity.TokenBucket
Try to acquire a certain number of tokens from this bucket.
tryAcquire(int) - Method in class com.ibm.cos.v2.retries.internal.circuitbreaker.TokenBucket
Try to acquire a certain number of tokens from this bucket.
tryAcquire() - Method in class com.ibm.cos.v2.retries.internal.ratelimiter.RateLimiterTokenBucket
Acquire tokens from the bucket.
tryCatch(Runnable, Consumer<Throwable>) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.ExceptionHandlingUtils
Runs a task within try-catch block.
tryCatchFinally(Callable<T>, Consumer<Throwable>, Runnable) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.ExceptionHandlingUtils
Runs a task within try-catch-finally block.
tryRefreshToken(Duration) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.stages.utils.RetryableStageHelper
Invoked after a failed attempt and before retrying.
tryRunBackgroundTask(Runnable) - Method in class com.ibm.cos.v2.utils.cache.NonBlocking
 
tryRunBackgroundTask(Runnable, Runnable) - Method in class com.ibm.cos.v2.utils.cache.NonBlocking
 
type - Variable in class com.ibm.cos.v2.core.auth.policy.Condition
 
type() - Method in class com.ibm.cos.v2.core.traits.DataTypeConversionFailureHandlingTrait
 
type() - Method in class com.ibm.cos.v2.core.traits.DefaultValueTrait
 
type() - Method in class com.ibm.cos.v2.core.traits.JsonValueTrait
 
type() - Method in class com.ibm.cos.v2.core.traits.ListTrait
 
type() - Method in class com.ibm.cos.v2.core.traits.LocationTrait
 
type() - Method in class com.ibm.cos.v2.core.traits.MapTrait
 
type() - Method in class com.ibm.cos.v2.core.traits.PayloadTrait
 
type() - Method in class com.ibm.cos.v2.core.traits.RequiredTrait
 
type() - Method in class com.ibm.cos.v2.core.traits.TimestampFormatTrait
 
type() - Method in interface com.ibm.cos.v2.core.traits.Trait
The known trait type.
type() - Method in class com.ibm.cos.v2.core.traits.XmlAttributesTrait
 
type() - Method in class com.ibm.cos.v2.core.traits.XmlAttributeTrait
 
type(ProfileFile.Type) - Method in interface com.ibm.cos.v2.profiles.ProfileFile.Builder
Configure the ProfileFile.Type of file that should be loaded.
type(ParameterType) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Builder
 
TYPE - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter
 
TYPE - Static variable in class com.ibm.cos.v2.services.s3.endpoints.internal.Rule
 
type() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3AccessPointResource
Gets the resource type for this access point.
type() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3BucketResource
Gets the resource type for this bucket.
type() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectLambdaResource
Gets the resource type for this object lambda.
type() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3ObjectResource
Gets the resource type for this S3 object.
type() - Method in class com.ibm.cos.v2.services.s3.internal.resource.S3OutpostResource
Gets the resource type for this access point.
type() - Method in interface com.ibm.cos.v2.services.s3.internal.resource.S3Resource
Gets the type of S3 resource represented by this object (e.g.: 'bucket_name').
type() - Method in class com.ibm.cos.v2.services.s3.model.AnalyticsFilter
Retrieve an enum value representing which member of this object is populated.
type(String) - Method in interface com.ibm.cos.v2.services.s3.model.BucketInfo.Builder
The type of bucket.
type(BucketType) - Method in interface com.ibm.cos.v2.services.s3.model.BucketInfo.Builder
The type of bucket.
type() - Method in class com.ibm.cos.v2.services.s3.model.BucketInfo
The type of bucket.
type(String) - Method in interface com.ibm.cos.v2.services.s3.model.Grantee.Builder
Type of grantee
type(Type) - Method in interface com.ibm.cos.v2.services.s3.model.Grantee.Builder
Type of grantee
type() - Method in class com.ibm.cos.v2.services.s3.model.Grantee
Type of grantee
type(String) - Method in interface com.ibm.cos.v2.services.s3.model.JSONInput.Builder
The type of JSON.
type(JSONType) - Method in interface com.ibm.cos.v2.services.s3.model.JSONInput.Builder
The type of JSON.
type() - Method in class com.ibm.cos.v2.services.s3.model.JSONInput
The type of JSON.
type() - Method in class com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter
Retrieve an enum value representing which member of this object is populated.
type(String) - Method in interface com.ibm.cos.v2.services.s3.model.LocationInfo.Builder
The type of location where the bucket will be created.
type(LocationType) - Method in interface com.ibm.cos.v2.services.s3.model.LocationInfo.Builder
The type of location where the bucket will be created.
type() - Method in class com.ibm.cos.v2.services.s3.model.LocationInfo
The type of location where the bucket will be created.
type() - Method in class com.ibm.cos.v2.services.s3.model.MetricsFilter
Retrieve an enum value representing which member of this object is populated.
type() - Method in class com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter
Retrieve an enum value representing which member of this object is populated.
type(String) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreRequest.Builder
type(RestoreRequestType) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreRequest.Builder
type() - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
Type - Enum in com.ibm.cos.v2.services.s3.model
 
type() - Method in class com.ibm.cos.v2.utils.async.StoringSubscriber.Event
Retrieve the StoringSubscriber.EventType of this event.
TypeAdapter<SourceT,DestinationT> - Interface in com.ibm.cos.v2.core.adapter
Adapter interface to convert one type to another
typeAsString() - Method in class com.ibm.cos.v2.services.s3.model.BucketInfo
The type of bucket.
typeAsString() - Method in class com.ibm.cos.v2.services.s3.model.Grantee
Type of grantee
typeAsString() - Method in class com.ibm.cos.v2.services.s3.model.JSONInput
The type of JSON.
typeAsString() - Method in class com.ibm.cos.v2.services.s3.model.LocationInfo
The type of location where the bucket will be created.
typeAsString() - Method in class com.ibm.cos.v2.services.s3.model.RestoreRequest
TypeConverter - Class in com.ibm.cos.v2.core.runtime
A utilities class used by generated clients to easily convert between nested types, such as lists and maps.
types() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.FatScope
 

U

UA_METADATA - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
UA_VERSION - Static variable in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
 
uaPair(String, String) - Static method in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
According to specifications, an SDK user agent pair is a name, value pair concatenated with a '#' (HASH).
uaPairOrNull(String, String) - Static method in class com.ibm.cos.v2.core.internal.useragent.UserAgentConstant
According to specifications, an SDK user agent pair is a name, value pair concatenated with a '#' (HASH).
UNAUTHORIZED - Static variable in class com.ibm.cos.v2.http.HttpStatusCode
 
uncapitalize(String) - Static method in class com.ibm.cos.v2.utils.StringUtils
Uncapitalizes a String, changing the first character to lower case as per Character.toLowerCase(int).
underlyingStreamBuffer - Variable in class com.ibm.cos.v2.core.internal.io.AwsChunkedInputStream
Iterator on the buffer of the underlying stream, Null if the wrapped stream is marksupported, otherwise it will be initialized when this wrapper is marked.
unescape(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.Template.Literal
 
uniqueIndex(Iterable<V>, Function<? super V, K>) - Static method in class com.ibm.cos.v2.utils.CollectionUtils
For a collection of values of type V that can all be converted to type K, create a map that indexes all of the values by K.
uniqueIndex(Class<V>, Function<? super V, K>) - Static method in class com.ibm.cos.v2.utils.internal.EnumUtils
Create a map that indexes all enum values by a given index function.
UNKNOWN - Static variable in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentEventStream
Special type of SelectObjectContentEventStream for unknown types of events that this version of the SDK does not know about
unmanaged(ResponseTransformer<ResponseT, ReturnT>) - Static method in interface com.ibm.cos.v2.core.sync.ResponseTransformer
Static helper method to create a response transformer that allows the connection to be left open.
unmanagedExecutor(Executor) - Static method in class com.ibm.cos.v2.utils.ExecutorUtils
Wrap an executor in a type that cannot be closed, or shut down.
unmanagedScheduledExecutor(ScheduledExecutorService) - Static method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils
Wrap a scheduled executor in a type that cannot be closed, or shut down.
unmarshall(SdkPojo, SdkHttpFullResponse) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller
 
unmarshall(SdkPojo, SdkHttpFullResponse, JsonNode) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller
 
unmarshall(JsonUnmarshallerContext, JsonNode, SdkField<T>) - Method in interface com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonUnmarshaller
 
unmarshall(XmlElement, Optional<XmlElement>, Optional<SdkBytes>, SdkHttpFullResponse, ExecutionAttributes) - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.AwsXmlErrorUnmarshaller
Unmarshal an AWS XML exception
unmarshall(QueryUnmarshallerContext, List<XmlElement>, SdkField<List<?>>) - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.ListQueryUnmarshaller
 
unmarshall(QueryUnmarshallerContext, List<XmlElement>, SdkField<Map<String, ?>>) - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.MapQueryUnmarshaller
 
unmarshall(SdkPojo, SdkHttpFullResponse) - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.QueryProtocolUnmarshaller
 
unmarshall(SdkPojo, XmlElement, SdkHttpFullResponse) - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.QueryProtocolUnmarshaller
This method is also used to unmarshall exceptions.
unmarshall(QueryUnmarshallerContext, List<XmlElement>, SdkField<T>) - Method in interface com.ibm.cos.v2.protocols.query.internal.unmarshall.QueryUnmarshaller
 
unmarshall(QueryUnmarshallerContext, List<XmlElement>, SdkField<T>) - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.SimpleTypeQueryUnmarshaller
 
unmarshall(SdkPojo, XmlElement, SdkHttpFullResponse) - Method in interface com.ibm.cos.v2.protocols.query.unmarshall.XmlErrorUnmarshaller
 
unmarshall(SdkPojo, SdkHttpFullResponse) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlProtocolUnmarshaller
 
unmarshall(SdkPojo, XmlElement, SdkHttpFullResponse) - Method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlProtocolUnmarshaller
This method is also used to unmarshall exceptions.
unmarshall(XmlUnmarshallerContext, List<XmlElement>, SdkField<T>) - Method in interface com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlUnmarshaller
 
unmarshall(JsonNode, SdkField<?>) - Method in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonUnmarshaller
 
unmarshall(JsonNode) - Method in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonUnmarshaller
 
unmarshall(String, SdkField<?>) - Method in interface com.ibm.cos.v2.transfer.s3.internal.serialization.TransferManagerJsonUnmarshaller
 
unmarshaller(MarshallingType<T>, QueryUnmarshaller<T>) - Method in class com.ibm.cos.v2.protocols.query.internal.unmarshall.QueryUnmarshallerRegistry.Builder
 
unmarshallerRegistry(JsonUnmarshallerRegistry) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonUnmarshallerContext.Builder
 
UnmarshallerRegistryFactory - Interface in com.ibm.cos.v2.protocols.json.internal.unmarshall
Interface used to create an UnmarshallerRegistryFactory that will unmarshall using the given default formats for each of the locations in the formats map.
UNMARSHALLING_DURATION - Static variable in class com.ibm.cos.v2.core.metrics.CoreMetric
The duration of time taken to unmarshall the HTTP response to an SDK response.
unmarshallList(XmlUnmarshallerContext, List<XmlElement>, SdkField<List<?>>) - Static method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlPayloadUnmarshaller
 
unmarshallLocationName() - Method in class com.ibm.cos.v2.core.SdkField
 
unmarshallLocationName(String) - Method in class com.ibm.cos.v2.core.traits.LocationTrait.Builder
 
unmarshallLocationName() - Method in class com.ibm.cos.v2.core.traits.LocationTrait
 
unmarshallMap(XmlUnmarshallerContext, List<XmlElement>, SdkField<Map<String, ?>>) - Static method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlPayloadUnmarshaller
 
unmarshallSdkPojo(XmlUnmarshallerContext, List<XmlElement>, SdkField<SdkPojo>) - Static method in class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlPayloadUnmarshaller
 
unmodifiableExecutionAttributes(ExecutionAttributes) - Static method in class com.ibm.cos.v2.core.interceptor.ExecutionAttributes
 
unmodifiableMapOfLists(Map<T, List<U>>) - Static method in class com.ibm.cos.v2.utils.CollectionUtils
 
UnorderedCollectionComparator - Class in com.ibm.cos.v2.testutils
This class includes some utility methods for comparing two unordered collections.
UnorderedCollectionComparator.CrossTypeComparator<A,B> - Interface in com.ibm.cos.v2.testutils
A simple interface that attempts to compare objects of two different types
UnreliableFilterInputStream - Class in com.ibm.cos.v2.core.internal.util
An internal class used solely for the purpose of testing via failure injection.
UnreliableFilterInputStream(InputStream, boolean) - Constructor for class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
UnreliableRandomInputStream - Class in com.ibm.cos.v2.testutils
Subclass of RandomInputStream that, in addition to spitting out a set length of random characters, throws an IOException.
UnreliableRandomInputStream(long) - Constructor for class com.ibm.cos.v2.testutils.UnreliableRandomInputStream
Constructs a new unreliable random data input stream of the specified number of bytes.
UnsafeValueType(Class<?>) - Constructor for class com.ibm.cos.v2.utils.AttributeMap.Key.UnsafeValueType
 
UnshadedMarkerAdapter - Class in com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal
Adapts a shaded Marker to the unshaded Marker.
UnshadedMarkerAdapter(Marker) - Constructor for class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.UnshadedMarkerAdapter
 
UNSIGNED_PAYLOAD - Static variable in class com.ibm.cos.v2.auth.signer.Aws4UnsignedPayloadSigner
 
UNSIGNED_PAYLOAD - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
until(Predicate<T>) - Method in class com.ibm.cos.v2.testutils.Waiter
Define the condition on the response under which the thing we are trying is complete.
untilException(Class<? extends Throwable>...) - Method in class com.ibm.cos.v2.testutils.Waiter
Define the condition on an exception thrown under which the thing we are trying is complete.
UnusedChannelExceptionHandler - Class in com.ibm.cos.v2.http.nio.netty.internal
A handler for exceptions occurring on channels not current in use (according to ChannelAttributeKey.IN_USE).
unwrap() - Method in interface com.ibm.cos.v2.core.document.Document
Gets the value of the document as a Java type that represents the document type data model: boolean, String for Strings and Numbers, null, List<Object>, or Map<String, Object>.
unwrap() - Method in class com.ibm.cos.v2.core.document.internal.BooleanDocument
Unwraps the Document Boolean to a Boolean Object.
unwrap() - Method in class com.ibm.cos.v2.core.document.internal.ListDocument
Gets the value of the document as a Java type that represents the Loops through the individual Document and unwraps each of the document.
unwrap() - Method in class com.ibm.cos.v2.core.document.internal.MapDocument
Gets the value of the document as a Java type that represents the Loops through the individual Map Entries and unwarap each of the Document Value.
unwrap() - Method in class com.ibm.cos.v2.core.document.internal.NullDocument
Unwraps NullDocument as null.
unwrap() - Method in class com.ibm.cos.v2.core.document.internal.NumberDocument
Unwraps the Document Number to string value of the {SdkNumber}.
unwrap() - Method in class com.ibm.cos.v2.core.document.internal.StringDocument
Unwraps the Document Boolean to a String Object.
UnwrapResponseContainer<OutputT> - Class in com.ibm.cos.v2.core.internal.http.pipeline.stages
Unwrap a Response container to just the POJO result.
UnwrapResponseContainer() - Constructor for class com.ibm.cos.v2.core.internal.http.pipeline.stages.UnwrapResponseContainer
 
unwrapUnmanagedScheduledExecutor(ScheduledExecutorService) - Static method in class com.ibm.cos.v2.utils.ScheduledExecutorUtils
Unwrap a scheduled executor.
update(int) - Method in class com.ibm.cos.v2.checksums.internal.BaseCrcChecksum
 
update(byte[], int, int) - Method in class com.ibm.cos.v2.checksums.internal.BaseCrcChecksum
 
update(int) - Method in class com.ibm.cos.v2.checksums.internal.Crc32Checksum
 
update(byte[], int, int) - Method in class com.ibm.cos.v2.checksums.internal.Crc32Checksum
 
update(int) - Method in class com.ibm.cos.v2.checksums.internal.Crc64NvmeChecksum
 
update(byte[], int, int) - Method in class com.ibm.cos.v2.checksums.internal.Crc64NvmeChecksum
 
update(int) - Method in class com.ibm.cos.v2.checksums.internal.CrcCombineOnMarkChecksum
 
update(byte[], int, int) - Method in class com.ibm.cos.v2.checksums.internal.CrcCombineOnMarkChecksum
 
update(int) - Method in class com.ibm.cos.v2.checksums.internal.DigestAlgorithmChecksum
 
update(byte[], int, int) - Method in class com.ibm.cos.v2.checksums.internal.DigestAlgorithmChecksum
 
update(byte[], int, int) - Method in class com.ibm.cos.v2.checksums.internal.SdkCrc32CChecksum
 
update(int) - Method in class com.ibm.cos.v2.checksums.internal.SdkCrc32CChecksum
 
update(byte[], int, int) - Method in class com.ibm.cos.v2.checksums.internal.SdkCrc32Checksum
 
update(int) - Method in class com.ibm.cos.v2.checksums.internal.SdkCrc32Checksum
 
update(byte[]) - Method in interface com.ibm.cos.v2.checksums.SdkChecksum
Updates the current checksum with the specified array of bytes.
update(ByteBuffer) - Method in interface com.ibm.cos.v2.checksums.SdkChecksum
Updates the current checksum with the bytes from the specified buffer.
update(int) - Method in class com.ibm.cos.v2.core.checksums.Crc32CChecksum
Deprecated.
 
update(byte[], int, int) - Method in class com.ibm.cos.v2.core.checksums.Crc32CChecksum
Deprecated.
 
update(int) - Method in class com.ibm.cos.v2.core.checksums.Crc32Checksum
Deprecated.
 
update(byte[], int, int) - Method in class com.ibm.cos.v2.core.checksums.Crc32Checksum
Deprecated.
 
update(int) - Method in class com.ibm.cos.v2.core.checksums.Md5Checksum
Deprecated.
 
update(byte[], int, int) - Method in class com.ibm.cos.v2.core.checksums.Md5Checksum
Deprecated.
 
update(byte[]) - Method in interface com.ibm.cos.v2.core.checksums.SdkChecksum
Deprecated.
Updates the current checksum with the specified array of bytes.
update(ByteBuffer) - Method in interface com.ibm.cos.v2.core.checksums.SdkChecksum
Deprecated.
Updates the current checksum with the bytes from the specified buffer.
update(int) - Method in class com.ibm.cos.v2.core.checksums.Sha1Checksum
Deprecated.
 
update(byte[], int, int) - Method in class com.ibm.cos.v2.core.checksums.Sha1Checksum
Deprecated.
 
update(int) - Method in class com.ibm.cos.v2.core.checksums.Sha256Checksum
Deprecated.
 
update(byte[], int, int) - Method in class com.ibm.cos.v2.core.checksums.Sha256Checksum
Deprecated.
 
update(byte[], int, int) - Method in class com.ibm.cos.v2.core.internal.checksums.factory.SdkCrc32
 
update(int) - Method in class com.ibm.cos.v2.core.internal.checksums.factory.SdkCrc32
 
update(byte[], int, int) - Method in class com.ibm.cos.v2.core.internal.checksums.factory.SdkCrc32C
 
update(int) - Method in class com.ibm.cos.v2.core.internal.checksums.factory.SdkCrc32C
 
update(int) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.checksums.ConstantChecksum
 
update(byte[], int, int) - Method in class com.ibm.cos.v2.http.auth.aws.internal.signer.checksums.ConstantChecksum
 
updateAndGet(Consumer<DefaultTransferProgressSnapshot.Builder>) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.DefaultTransferProgress
Atomically convert the current snapshot reference to its DefaultTransferProgressSnapshot.Builder, perform updates using the provided Consumer, and save the result as the latest snapshot.
updateClientSendingRate(boolean) - Method in class com.ibm.cos.v2.core.internal.retry.RateLimitingTokenBucket
_UpdateClientSendingRate(response) _UpdateMeasuredRate() if IsThrottlingError(response) if not enabled rate_to_use = measured_tx_rate else rate_to_use = min(measured_tx_rate, fill_rate) # The fill_rate is from the token bucket.
updateRateAfterSuccess() - Method in class com.ibm.cos.v2.retries.internal.ratelimiter.RateLimiterTokenBucket
Updates the estimated send rate after a successful response.
updateRateAfterThrottling() - Method in class com.ibm.cos.v2.retries.internal.ratelimiter.RateLimiterTokenBucket
Updates the estimated send rate after a throttling response.
updateStateForRetry(RefreshRetryTokenRequest) - Method in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
Called inside BaseRetryStrategy.refreshRetryToken(com.ibm.cos.v2.retries.api.RefreshRetryTokenRequest) to allow extending classes to update their internal state before retrying a request.
updateStateForRetry(RefreshRetryTokenRequest) - Method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy
 
updateStateForSuccess(DefaultRetryToken) - Method in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
Called inside BaseRetryStrategy.recordSuccess(com.ibm.cos.v2.retries.api.RecordSuccessRequest) to allow extending classes to update their internal state after a successful request.
updateStateForSuccess(DefaultRetryToken) - Method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy
 
updateTask(ScheduledFuture<?>) - Method in class com.ibm.cos.v2.utils.cache.NonBlocking
 
updateTimeOffset(int) - Method in class com.ibm.cos.v2.core.internal.http.HttpClientDependencies
Updates the time offset of the client as well as the global time offset.
updateUserAgentInConfig(T) - Static method in class com.ibm.cos.v2.services.s3.internal.crossregion.utils.CrossRegionUtils
 
Upload - Interface in com.ibm.cos.v2.transfer.s3.model
An upload transfer of a single object to S3.
upload(UploadRequest) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
Uploads the given AsyncRequestBody to an object in S3.
upload(Consumer<UploadRequest.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
This is a convenience method that creates an instance of the UploadRequest builder, avoiding the need to create one manually via UploadRequest.builder().
UPLOAD_DIRECTORY_FOLLOW_SYMBOLIC_LINKS - Static variable in class com.ibm.cos.v2.transfer.s3.internal.TransferConfigurationOption
 
UPLOAD_DIRECTORY_MAX_DEPTH - Static variable in class com.ibm.cos.v2.transfer.s3.internal.TransferConfigurationOption
 
uploadDirectory(UploadDirectoryRequest) - Method in class com.ibm.cos.v2.transfer.s3.internal.UploadDirectoryHelper
 
uploadDirectory(UploadDirectoryRequest) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
Uploads all files under the given directory to the provided S3 bucket.
uploadDirectory(Consumer<UploadDirectoryRequest.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
This is a convenience method that creates an instance of the UploadDirectoryRequest builder, avoiding the need to create one manually via UploadDirectoryRequest.builder().
uploadDirectoryFollowSymbolicLinks(Boolean) - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerConfiguration.Builder
 
uploadDirectoryFollowSymbolicLinks(Boolean) - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerFactory.DefaultBuilder
 
uploadDirectoryFollowSymbolicLinks(Boolean) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager.Builder
Specifies whether to follow symbolic links when traversing the file tree in S3TransferManager.uploadDirectory(com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest) operation
UploadDirectoryHelper - Class in com.ibm.cos.v2.transfer.s3.internal
An internal helper class that traverses the file tree and send the upload request for each file.
UploadDirectoryHelper(TransferManagerConfiguration, Function<UploadFileRequest, FileUpload>) - Constructor for class com.ibm.cos.v2.transfer.s3.internal.UploadDirectoryHelper
 
uploadDirectoryMaxDepth(Integer) - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerConfiguration.Builder
 
uploadDirectoryMaxDepth(Integer) - Method in class com.ibm.cos.v2.transfer.s3.internal.TransferManagerFactory.DefaultBuilder
 
uploadDirectoryMaxDepth(Integer) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager.Builder
Specifies the maximum number of levels of directories to visit in S3TransferManager.uploadDirectory(com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest) operation.
UploadDirectoryRequest - Class in com.ibm.cos.v2.transfer.s3.model
Request object to upload a local directory to S3 using the Transfer Manager.
UploadDirectoryRequest(UploadDirectoryRequest.DefaultBuilder) - Constructor for class com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest
 
UploadDirectoryRequest.Builder - Interface in com.ibm.cos.v2.transfer.s3.model
 
uploadFile(UploadFileRequest) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
Uploads a local file to an object in S3.
uploadFile(Consumer<UploadFileRequest.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.S3TransferManager
This is a convenience method that creates an instance of the UploadFileRequest builder, avoiding the need to create one manually via UploadFileRequest.builder().
uploadFileRequest(UploadFileRequest) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload.Builder
Sets the upload file request
uploadFileRequest(Consumer<UploadFileRequest.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload.Builder
The UploadFileRequest request
uploadFileRequest() - Method in class com.ibm.cos.v2.transfer.s3.model.ResumableFileUpload
 
UploadFileRequest - Class in com.ibm.cos.v2.transfer.s3.model
Represents the request to upload a local file to an object in S3.
UploadFileRequest.Builder - Interface in com.ibm.cos.v2.transfer.s3.model
A builder for a UploadFileRequest, created with UploadFileRequest.builder()
uploadFileRequestTransformer(Consumer<UploadFileRequest.Builder>) - Method in interface com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest.Builder
Specifies a function used to transform the UploadFileRequests generated by this UploadDirectoryRequest.
uploadFileRequestTransformer() - Method in class com.ibm.cos.v2.transfer.s3.model.UploadDirectoryRequest
 
uploadId(String) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext.Builder
 
uploadId() - Method in class com.ibm.cos.v2.services.s3.internal.multipart.MpuRequestContext
 
uploadId(String) - Method in interface com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest.Builder
Upload ID that identifies the multipart upload.
uploadId() - Method in class com.ibm.cos.v2.services.s3.model.AbortMultipartUploadRequest
Upload ID that identifies the multipart upload.
uploadId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest.Builder
ID for the initiated multipart upload.
uploadId() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadRequest
ID for the initiated multipart upload.
uploadId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse.Builder
ID for the initiated multipart upload.
uploadId() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadResponse
ID for the initiated multipart upload.
uploadId(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsRequest.Builder
Upload ID identifying the multipart upload whose parts are being listed.
uploadId() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsRequest
Upload ID identifying the multipart upload whose parts are being listed.
uploadId(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListPartsResponse.Builder
Upload ID identifying the multipart upload whose parts are being listed.
uploadId() - Method in class com.ibm.cos.v2.services.s3.model.ListPartsResponse
Upload ID identifying the multipart upload whose parts are being listed.
uploadId(String) - Method in interface com.ibm.cos.v2.services.s3.model.MultipartUpload.Builder
Upload ID that identifies the multipart upload.
uploadId() - Method in class com.ibm.cos.v2.services.s3.model.MultipartUpload
Upload ID that identifies the multipart upload.
uploadId(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest.Builder
Upload ID identifying the multipart upload whose part is being copied.
uploadId() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartCopyRequest
Upload ID identifying the multipart upload whose part is being copied.
uploadId(String) - Method in interface com.ibm.cos.v2.services.s3.model.UploadPartRequest.Builder
Upload ID identifying the multipart upload whose part is being uploaded.
uploadId() - Method in class com.ibm.cos.v2.services.s3.model.UploadPartRequest
Upload ID identifying the multipart upload whose part is being uploaded.
uploadId(String) - Method in class com.ibm.cos.v2.services.s3.multipart.S3ResumeToken.Builder
 
uploadId() - Method in class com.ibm.cos.v2.services.s3.multipart.S3ResumeToken
 
uploadIdMarker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest.Builder
Together with key-marker, specifies the multipart upload after which listing should begin.
uploadIdMarker() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsRequest
Together with key-marker, specifies the multipart upload after which listing should begin.
uploadIdMarker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
Together with key-marker, specifies the multipart upload after which listing should begin.
uploadIdMarker() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
Together with key-marker, specifies the multipart upload after which listing should begin.
uploadObject(PutObjectRequest, AsyncRequestBody) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.UploadObjectHelper
 
uploadObject(PutObjectRequest, AsyncRequestBody, long) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.UploadWithKnownContentLengthHelper
 
uploadObject(PutObjectRequest, AsyncRequestBody) - Method in class com.ibm.cos.v2.services.s3.internal.multipart.UploadWithUnknownContentLengthHelper
 
UploadObjectHelper - Class in com.ibm.cos.v2.services.s3.internal.multipart
An internal helper class that automatically uses multipart upload based on the size of the object.
UploadObjectHelper(S3AsyncClient, MultipartConfigurationResolver) - Constructor for class com.ibm.cos.v2.services.s3.internal.multipart.UploadObjectHelper
 
uploadPart(UploadPartRequest, AsyncRequestBody) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Uploads a part in a multipart upload.
uploadPart(UploadPartRequest, RequestBody) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Uploads a part in a multipart upload.
uploadPart(UploadPartRequest, AsyncRequestBody) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Uploads a part in a multipart upload.
uploadPart(Consumer<UploadPartRequest.Builder>, AsyncRequestBody) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Uploads a part in a multipart upload.
uploadPart(UploadPartRequest, Path) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Uploads a part in a multipart upload.
uploadPart(Consumer<UploadPartRequest.Builder>, Path) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Uploads a part in a multipart upload.
uploadPart(UploadPartRequest, RequestBody) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Uploads a part in a multipart upload.
uploadPart(Consumer<UploadPartRequest.Builder>, RequestBody) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Uploads a part in a multipart upload.
uploadPart(UploadPartRequest, Path) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Uploads a part in a multipart upload.
uploadPart(Consumer<UploadPartRequest.Builder>, Path) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Uploads a part in a multipart upload.
uploadPartCopy(UploadPartCopyRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Uploads a part by copying data from an existing object as data source.
uploadPartCopy(UploadPartCopyRequest) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Uploads a part by copying data from an existing object as data source.
uploadPartCopy(UploadPartCopyRequest) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Uploads a part by copying data from an existing object as data source.
uploadPartCopy(Consumer<UploadPartCopyRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Uploads a part by copying data from an existing object as data source.
uploadPartCopy(UploadPartCopyRequest) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Uploads a part by copying data from an existing object as data source.
uploadPartCopy(Consumer<UploadPartCopyRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.S3Client
Uploads a part by copying data from an existing object as data source.
UploadPartCopyRequest - Class in com.ibm.cos.v2.services.s3.model
 
UploadPartCopyRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
UploadPartCopyRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
UploadPartCopyRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.UploadPartCopyRequestMarshaller
 
UploadPartCopyResponse - Class in com.ibm.cos.v2.services.s3.model
 
UploadPartCopyResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
UploadPartPresignRequest - Class in com.ibm.cos.v2.services.s3.presigner.model
A request to pre-sign a UploadPartRequest so that it can be executed at a later time without requiring additional signing or authentication.
UploadPartPresignRequest.Builder - Interface in com.ibm.cos.v2.services.s3.presigner.model
UploadPartRequest - Class in com.ibm.cos.v2.services.s3.model
 
uploadPartRequest(UploadPartRequest) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.UploadPartPresignRequest.Builder
Configure the UploadPartRequest that should be presigned.
uploadPartRequest(Consumer<UploadPartRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.presigner.model.UploadPartPresignRequest.Builder
Configure the UploadPartRequest that should be presigned.
uploadPartRequest() - Method in class com.ibm.cos.v2.services.s3.presigner.model.UploadPartPresignRequest
Retrieve the UploadPartRequest that should be presigned.
UploadPartRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
UploadPartRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
UploadPartRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.UploadPartRequestMarshaller
 
UploadPartResponse - Class in com.ibm.cos.v2.services.s3.model
 
UploadPartResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
UploadRequest - Class in com.ibm.cos.v2.transfer.s3.model
Upload the given AsyncRequestBody to an object in S3.
UploadRequest.Builder - Interface in com.ibm.cos.v2.transfer.s3.model
A builder for a UploadRequest, created with UploadRequest.builder()
uploads(Collection<MultipartUpload>) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
Container for elements related to a particular multipart upload.
uploads(MultipartUpload...) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
Container for elements related to a particular multipart upload.
uploads(Consumer<MultipartUpload.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse.Builder
Container for elements related to a particular multipart upload.
uploads() - Method in class com.ibm.cos.v2.services.s3.model.ListMultipartUploadsResponse
Container for elements related to a particular multipart upload.
uploads() - Method in class com.ibm.cos.v2.services.s3.paginators.ListMultipartUploadsIterable
Returns an iterable to iterate through the paginated ListMultipartUploadsResponse.uploads() member.
uploads() - Method in class com.ibm.cos.v2.services.s3.paginators.ListMultipartUploadsPublisher
Returns a publisher that can be used to get a stream of data.
UploadWithKnownContentLengthHelper - Class in com.ibm.cos.v2.services.s3.internal.multipart
An internal helper class that automatically uses multipart upload based on the size of the object.
UploadWithKnownContentLengthHelper(S3AsyncClient, long, long, long) - Constructor for class com.ibm.cos.v2.services.s3.internal.multipart.UploadWithKnownContentLengthHelper
 
UploadWithUnknownContentLengthHelper - Class in com.ibm.cos.v2.services.s3.internal.multipart
An internal helper class that uploads streams with unknown content length.
UploadWithUnknownContentLengthHelper(S3AsyncClient, long, long, long) - Constructor for class com.ibm.cos.v2.services.s3.internal.multipart.UploadWithUnknownContentLengthHelper
 
upperCase(String) - Static method in class com.ibm.cos.v2.utils.StringUtils
Converts a String to upper case as per String.toUpperCase().
upstreamDemand - Variable in class com.ibm.cos.v2.utils.async.BaseSubscriberAdapter
The amount of unfulfilled demand open against the upstream subscriber.
upstreamResponseTransformer(AsyncResponseTransformer<ResponseT, ResultT>) - Method in class com.ibm.cos.v2.core.internal.async.SplittingTransformer.Builder
The AsyncResponseTransformer that will receive the data from each of the individually published IndividualTransformer, usually intended to be the one on which the AsyncResponseTransformer.split(SplittingTransformerConfiguration))} method was called.
upstreamSubscription - Variable in class com.ibm.cos.v2.utils.async.BaseSubscriberAdapter
The subscription to the upstream subscriber.
uri(URI) - Method in interface com.ibm.cos.v2.http.SdkHttpFullRequest.Builder
uri(URI) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
uri(String) - Method in interface com.ibm.cos.v2.http.SdkHttpRequest.Builder
Convenience method to set the SdkHttpRequest.Builder.protocol(), SdkHttpRequest.Builder.host(), SdkHttpRequest.Builder.port(), SdkHttpRequest.Builder.encodedPath() and extracts query parameters from a URI string.
uri(String) - Method in interface com.ibm.cos.v2.services.s3.model.Grantee.Builder
URI of the grantee group.
uri() - Method in class com.ibm.cos.v2.services.s3.model.Grantee
URI of the grantee group.
uri(URI) - Method in class com.ibm.cos.v2.services.s3.S3Uri.Builder
Configure the URI
uri() - Method in class com.ibm.cos.v2.services.s3.S3Uri
Returns the original URI that was used to instantiate the S3Uri
uriEncode(String) - Static method in class com.ibm.cos.v2.services.s3.endpoints.internal.RulesFunctions
 
UriEncodeFn - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
UriEncodeFn(FnNode) - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.UriEncodeFn
 
uriParams(URI) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Extracts query parameters from the given URI
url() - Method in class com.ibm.cos.v2.awscore.presigner.PresignedRequest
The URL that the presigned request will execute against.
url(URI) - Method in interface com.ibm.cos.v2.endpoints.Endpoint.Builder
 
url() - Method in class com.ibm.cos.v2.endpoints.Endpoint
 
url(Expr) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointResult.Builder
 
url(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Value.Endpoint.Builder
 
UrlConnectionFactory - Interface in com.ibm.cos.v2.http.urlconnection
An interface that, given a URI creates a new HttpURLConnection.
UrlConnectionHttpClient - Class in com.ibm.cos.v2.http.urlconnection
An implementation of SdkHttpClient that uses HttpURLConnection to communicate with the service.
UrlConnectionHttpClient.Builder - Interface in com.ibm.cos.v2.http.urlconnection
A builder for an instance of SdkHttpClient that uses JDKs build-in URLConnection HTTP implementation.
UrlConnectionSdkHttpService - Class in com.ibm.cos.v2.http.urlconnection
Service binding for the URL Connection implementation.
UrlConnectionSdkHttpService() - Constructor for class com.ibm.cos.v2.http.urlconnection.UrlConnectionSdkHttpService
 
urlDecode(String) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Decode the string according to RFC 3986: encoding for URI paths, query strings, etc.
urlEncode(String) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Encode a string according to RFC 3986: encoding for URI paths, query strings, etc.
urlEncodeIgnoreSlashes(String) - Static method in class com.ibm.cos.v2.utils.http.SdkHttpUtils
Encode a string according to RFC 3986, but ignore "/" characters.
US_EAST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
US_EAST_2 - Static variable in class com.ibm.cos.v2.regions.Region
 
US_GOV_EAST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
US_GOV_WEST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
US_ISO_EAST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
US_ISO_WEST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
US_ISOB_EAST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
US_ISOF_EAST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
US_ISOF_SOUTH_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
US_SOUTH - Static variable in class com.ibm.cos.v2.regions.Region
 
US_WEST_1 - Static variable in class com.ibm.cos.v2.regions.Region
 
US_WEST_2 - Static variable in class com.ibm.cos.v2.regions.Region
 
USE_ARN_REGION - Static variable in class com.ibm.cos.v2.services.s3.endpoints.S3ClientContextParams
Enables this client to use an ARN's region when constructing an endpoint instead of the client's configured region.
USE_DUALSTACK_ENDPOINT - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
 
USE_FIPS_ENDPOINT - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
 
USE_GLOBAL_ENDPOINT - Static variable in class com.ibm.cos.v2.awscore.AwsExecutionAttribute
Whether the client was configured to use the service's global endpoint.
USE_GLOBAL_ENDPOINT - Static variable in class com.ibm.cos.v2.awscore.client.config.AwsClientOption
Option to specify whether global endpoint should be used.
useArnRegion() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
useArnRegion(Boolean) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
When an Access Point ARN is provided and this flag is enabled, the SDK MUST use the ARN's region when constructing the endpoint instead of the client's configured region.
useArnRegion() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
When an Access Point ARN is provided and this flag is enabled, the SDK MUST use the ARN's region when constructing the endpoint instead of the client's configured region.
useArnRegion(Boolean) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
useArnRegion() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
useArnRegion(Boolean) - Method in interface com.ibm.cos.v2.services.s3.S3BaseClientBuilder
Enables this client to use an ARN's region when constructing an endpoint instead of the client's configured region.
useArnRegionEnabled() - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
 
useArnRegionEnabled(Boolean) - Method in interface com.ibm.cos.v2.services.s3.S3Configuration.Builder
If an S3 resource ARN is passed in as the target of an S3 operation that has a different region to the one the client was configured with, this flag must be set to 'true' to permit the client to make a cross-region call to the region specified in the ARN otherwise an exception will be thrown.
useArnRegionEnabled() - Method in class com.ibm.cos.v2.services.s3.S3Configuration
Returns whether the client is allowed to make cross-region calls when an S3 Access Point ARN has a different region to the one configured on the client.
UseArnRegionProvider - Interface in com.ibm.cos.v2.services.s3.internal.settingproviders
Interface for loading useArnRegion configuration.
UseArnRegionProviderChain - Class in com.ibm.cos.v2.services.s3.internal.settingproviders
UseArnRegionProvider implementation that chains together multiple useArnRegion providers.
useChunkEncoding(boolean, boolean, boolean) - Static method in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.ChecksumUtil
 
useClientDefaults(boolean) - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy.Builder
Configure whether the default predicates should be used, or not.
useClientDefaults() - Method in interface com.ibm.cos.v2.retries.api.RetryStrategy
Returns whether the retry strategy uses default retry predicates.
useClientDefaults - Variable in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
useClientDefaults() - Method in class com.ibm.cos.v2.retries.internal.BaseRetryStrategy
 
useClientDefaults(boolean) - Method in class com.ibm.cos.v2.retries.internal.DefaultAdaptiveRetryStrategy.Builder
 
useClientDefaults(boolean) - Method in class com.ibm.cos.v2.retries.internal.DefaultLegacyRetryStrategy.Builder
 
useClientDefaults(boolean) - Method in class com.ibm.cos.v2.retries.internal.DefaultStandardRetryStrategy.Builder
 
useDualStack() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
useDualStack(Boolean) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
When true, use the dual-stack endpoint.
useDualStack() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
When true, use the dual-stack endpoint.
useDualStack(Boolean) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
useDualStack() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
useEnvironmentVariablesValues(Boolean) - Method in interface com.ibm.cos.v2.http.urlconnection.ProxyConfiguration.Builder
Option whether to use environment variable values from ProxyEnvironmentSetting if any of the config options are missing.
useEnvironmentVariableValues(Boolean) - Method in interface com.ibm.cos.v2.crtcore.CrtProxyConfiguration.Builder
The option whether to use environment variable values from ProxySystemSetting if any of the config options are missing.
useEnvironmentVariableValues(Boolean) - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration.DefaultBuilder
 
useEnvironmentVariableValues(Boolean) - Method in interface com.ibm.cos.v2.http.apache.ProxyConfiguration.Builder
Option whether to use environment variable values for proxy configuration if any of the config options are missing.
useEnvironmentVariableValues(Boolean) - Method in interface com.ibm.cos.v2.http.crt.ProxyConfiguration.Builder
Set the option whether to use environment variable values for ProxyEnvironmentSetting if any of the config options are missing.
useEnvironmentVariableValues(Boolean) - Method in interface com.ibm.cos.v2.http.nio.netty.ProxyConfiguration.Builder
Set the option whether to use environment variable values for ProxyEnvironmentSetting if any of the config options are missing.
useFips() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
useFips(Boolean) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
When true, send this request to the FIPS-compliant regional endpoint.
useFips() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
When true, send this request to the FIPS-compliant regional endpoint.
useFips(Boolean) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
useFips() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
useGlobalEndpoint() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
useGlobalEndpoint(Boolean) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
Whether the global endpoint should be used, rather then the regional endpoint for us-east-1.
useGlobalEndpoint() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
Whether the global endpoint should be used, rather then the regional endpoint for us-east-1.
useGlobalEndpoint(Boolean) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
useGlobalEndpoint() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
UseGlobalEndpointResolver - Class in com.ibm.cos.v2.services.s3.internal.endpoints
Resolve the use global endpoint setting for S3.
UseGlobalEndpointResolver(SdkClientConfiguration) - Constructor for class com.ibm.cos.v2.services.s3.internal.endpoints.UseGlobalEndpointResolver
 
useHttp2(boolean) - Method in class com.ibm.cos.v2.core.internal.transform.AbstractStreamingRequestMarshaller.Builder
 
useHttp2 - Variable in class com.ibm.cos.v2.core.internal.transform.AbstractStreamingRequestMarshaller
 
useIdleConnectionReaper(Boolean) - Method in interface com.ibm.cos.v2.http.apache.ApacheHttpClient.Builder
Configure whether the idle connections in the connection pool should be closed asynchronously.
useIdleConnectionReaper(Boolean) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
Configure whether the idle connections in the connection pool should be closed.
useNonBlockingDnsResolver(Boolean) - Method in class com.ibm.cos.v2.http.nio.netty.internal.AwaitCloseChannelPoolMap.Builder
 
useNonBlockingDnsResolver(Boolean) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
Configure whether to use a non-blocking dns resolver or not.
useObjectLambdaEndpoint() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
useObjectLambdaEndpoint(Boolean) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
Internal parameter to use object lambda endpoint for an operation (eg: WriteGetObjectResponse)
useObjectLambdaEndpoint() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
Internal parameter to use object lambda endpoint for an operation (eg: WriteGetObjectResponse)
useObjectLambdaEndpoint(Boolean) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
useObjectLambdaEndpoint() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
USER_AGENT_APP_ID - Static variable in class com.ibm.cos.v2.core.client.config.SdkClientOption
An optional identification value to be appended to the user agent header.
USER_AGENT_PREFIX - Static variable in class com.ibm.cos.v2.core.client.config.SdkAdvancedClientOption
Set the prefix of the user agent that is sent with each request to AWS.
USER_AGENT_SUFFIX - Static variable in class com.ibm.cos.v2.core.client.config.SdkAdvancedClientOption
Set the suffix of the user agent that is sent with each request to AWS.
userAgent() - Method in class com.ibm.cos.v2.core.util.SdkUserAgent
Deprecated.
 
UserAgentConstant - Class in com.ibm.cos.v2.core.internal.useragent
 
UserAgentLangValues - Class in com.ibm.cos.v2.core.internal.useragent
 
userAgentString() - Method in class com.ibm.cos.v2.core.internal.useragent.DefaultSystemUserAgent
A generic user agent string to be used when communicating with backend services.
userAgentString() - Method in interface com.ibm.cos.v2.core.util.SystemUserAgent
A generic user agent string to be used when communicating with backend services.
UserAgentUtils - Class in com.ibm.cos.v2.services.s3.internal
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class com.ibm.cos.v2.http.nio.netty.internal.SslCloseCompletionEventHandler
Close the channel if the event is SslCloseCompletionEvent and the channel is unused.
userHomeDirectory() - Static method in class com.ibm.cos.v2.utils.UserHomeDirectoryUtils
 
UserHomeDirectoryUtils - Class in com.ibm.cos.v2.utils
Load the home directory that should be used for the stored file.
userMetadata(Collection<MetadataEntry>) - Method in interface com.ibm.cos.v2.services.s3.model.S3Location.Builder
A list of metadata to store with the restore results in S3.
userMetadata(MetadataEntry...) - Method in interface com.ibm.cos.v2.services.s3.model.S3Location.Builder
A list of metadata to store with the restore results in S3.
userMetadata(Consumer<MetadataEntry.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.S3Location.Builder
A list of metadata to store with the restore results in S3.
userMetadata() - Method in class com.ibm.cos.v2.services.s3.model.S3Location
A list of metadata to store with the restore results in S3.
username(String) - Method in interface com.ibm.cos.v2.crtcore.CrtProxyConfiguration.Builder
The username to use for basic proxy authentication
username(String) - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration.DefaultBuilder
 
username() - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration
 
username(String) - Method in interface com.ibm.cos.v2.http.apache.ProxyConfiguration.Builder
Configure the username to use when connecting through a proxy.
username() - Method in class com.ibm.cos.v2.http.apache.ProxyConfiguration
The username to use when connecting through a proxy.
username(String) - Method in interface com.ibm.cos.v2.http.crt.ProxyConfiguration.Builder
The username to use for basic proxy authentication
username(String) - Method in interface com.ibm.cos.v2.http.nio.netty.ProxyConfiguration.Builder
Set the username used to authenticate with the proxy username.
username() - Method in class com.ibm.cos.v2.http.nio.netty.ProxyConfiguration
 
username(String) - Method in interface com.ibm.cos.v2.http.urlconnection.ProxyConfiguration.Builder
Configure the username to use when connecting through a proxy.
username() - Method in class com.ibm.cos.v2.http.urlconnection.ProxyConfiguration
The username to use when connecting through a proxy.
userName() - Method in class com.ibm.cos.v2.utils.internal.proxy.ProxyEnvironmentVariableConfigProvider
 
userName() - Method in class com.ibm.cos.v2.utils.internal.proxy.ProxySystemPropertyConfigProvider
 
userName() - Method in interface com.ibm.cos.v2.utils.ProxyConfigProvider
Gets the proxy username if available.
useS3Express(ExecutionAttributes) - Static method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressUtils
Returns true if the resolved endpoint contains S3Express, else false.
UseS3ExpressAuthResolver - Class in com.ibm.cos.v2.services.s3.internal.s3express
Resolve the use S3Express auth setting for S3.
UseS3ExpressAuthResolver(SdkClientConfiguration) - Constructor for class com.ibm.cos.v2.services.s3.internal.s3express.UseS3ExpressAuthResolver
 
useS3ExpressAuthScheme(ExecutionAttributes) - Static method in class com.ibm.cos.v2.services.s3.internal.s3express.S3ExpressUtils
Whether aws.auth#sigv4-s3express is used or not
useS3ExpressControlEndpoint() - Method in class com.ibm.cos.v2.services.s3.auth.scheme.internal.DefaultS3AuthSchemeParams
 
useS3ExpressControlEndpoint(Boolean) - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams.Builder
Internal parameter to indicate whether S3Express operation should use control plane, (ex.
useS3ExpressControlEndpoint() - Method in interface com.ibm.cos.v2.services.s3.auth.scheme.S3AuthSchemeParams
Internal parameter to indicate whether S3Express operation should use control plane, (ex.
useS3ExpressControlEndpoint(Boolean) - Method in interface com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams.Builder
 
useS3ExpressControlEndpoint() - Method in class com.ibm.cos.v2.services.s3.endpoints.S3EndpointParams
 
useSystemPropertyValues(Boolean) - Method in interface com.ibm.cos.v2.crtcore.CrtProxyConfiguration.Builder
The option whether to use system property values from ProxySystemSetting if any of the config options are missing.
useSystemPropertyValues(Boolean) - Method in class com.ibm.cos.v2.crtcore.CrtProxyConfiguration.DefaultBuilder
 
useSystemPropertyValues(Boolean) - Method in interface com.ibm.cos.v2.http.apache.ProxyConfiguration.Builder
Option whether to use system property values from ProxySystemSetting if any of the config options are missing.
useSystemPropertyValues(Boolean) - Method in interface com.ibm.cos.v2.http.crt.ProxyConfiguration.Builder
The option whether to use system property values from ProxySystemSetting if any of the config options are missing.
useSystemPropertyValues(Boolean) - Method in interface com.ibm.cos.v2.http.nio.netty.ProxyConfiguration.Builder
Set the option whether to use system property values from ProxySystemSetting if any of the config options are missing.
useSystemPropertyValues(Boolean) - Method in interface com.ibm.cos.v2.http.urlconnection.ProxyConfiguration.Builder
Option whether to use system property values from ProxySystemSetting if any of the config options are missing.
utilities() - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Creates an instance of S3Utilities object with the configuration set on this client.
utilities() - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Creates an instance of S3Utilities object with the configuration set on this client.
utilities() - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Creates an instance of S3Utilities object with the configuration set on this client.
utilities() - Method in interface com.ibm.cos.v2.services.s3.S3Client
Creates an instance of S3Utilities object with the configuration set on this client.

V

V4aPayloadSigner - Interface in com.ibm.cos.v2.http.auth.aws.crt.internal.signer
An interface for defining how to sign a payload via SigV4a.
V4aProperties - Class in com.ibm.cos.v2.http.auth.aws.crt.internal.signer
A class which contains "properties" relevant to SigV4a.
V4aProperties.Builder - Class in com.ibm.cos.v2.http.auth.aws.crt.internal.signer
 
V4aRequestSigningResult - Class in com.ibm.cos.v2.http.auth.aws.crt.internal.signer
A container for data produced during and as a result of the SigV4a request signing with CRT.
V4aRequestSigningResult(SdkHttpRequest.Builder, byte[], AwsSigningConfig) - Constructor for class com.ibm.cos.v2.http.auth.aws.crt.internal.signer.V4aRequestSigningResult
 
V4CanonicalRequest - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
A class that represents a canonical request in AWS, as documented:
V4CanonicalRequest(SdkHttpRequest, String, V4CanonicalRequest.Options) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.V4CanonicalRequest
Create a canonical request.
V4CanonicalRequest.Options - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
A class for representing options used when creating a V4CanonicalRequest
V4PayloadSigner - Interface in com.ibm.cos.v2.http.auth.aws.internal.signer
An interface for defining how to sign a payload via SigV4.
V4Properties - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
A class which contains "properties" relevant to SigV4.
V4Properties.Builder - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
 
V4RequestSigner - Interface in com.ibm.cos.v2.http.auth.aws.internal.signer
An interface which declares an algorithm that takes a request and a content-hash and signs the request according to the SigV4 process.
V4RequestSigningResult - Class in com.ibm.cos.v2.http.auth.aws.internal.signer
A container for data produced during and as a result of the SigV4 request signing process.
V4RequestSigningResult(String, byte[], String, V4CanonicalRequest, SdkHttpRequest.Builder) - Constructor for class com.ibm.cos.v2.http.auth.aws.internal.signer.V4RequestSigningResult
 
validate(boolean, SdkHttpFullResponse) - Static method in class com.ibm.cos.v2.core.http.Crc32Validation
 
validate() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.FnNode
 
Validate - Class in com.ibm.cos.v2.utils
This class assists in validating arguments.
validateAlpnSupported(SslProvider) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
 
validateAsyncClientOptions(SdkClientConfiguration) - Static method in class com.ibm.cos.v2.awscore.internal.client.config.AwsClientOptionValidation
 
validateAsyncClientOptions(SdkClientConfiguration) - Static method in class com.ibm.cos.v2.core.client.config.SdkClientOptionValidation
 
validateCredentials(Boolean) - Method in class com.ibm.cos.v2.auth.credentials.AwsBasicCredentials.Builder
Whether this class should verify that accessKeyId and secretAccessKey are not null.
validateHostnameCompliant(String, String, String) - Static method in class com.ibm.cos.v2.utils.HostnameValidator
 
validateHostnameCompliant(String, String, String, Pattern) - Static method in class com.ibm.cos.v2.utils.HostnameValidator
 
validateSigningConfiguration(SdkHttpRequest, Signer) - Method in class com.ibm.cos.v2.core.internal.handler.BaseClientHandler
 
validateSyncClientOptions(SdkClientConfiguration) - Static method in class com.ibm.cos.v2.awscore.internal.client.config.AwsClientOptionValidation
 
validateSyncClientOptions(SdkClientConfiguration) - Static method in class com.ibm.cos.v2.core.client.config.SdkClientOptionValidation
 
validState(T, Predicate<T>, String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validate the stateful predicate is true for the given object and return the object; otherwise throw an exception with the specified message.
validState(boolean, String, Object...) - Static method in class com.ibm.cos.v2.utils.Validate
Validate that the stateful condition is true; otherwise throwing an exception with the specified message.
value() - Method in enum com.ibm.cos.v2.core.internal.useragent.IdentityProviderNameMapping
 
value() - Method in enum com.ibm.cos.v2.core.useragent.BusinessMetricFeatureId
 
value() - Method in class com.ibm.cos.v2.metrics.internal.DefaultMetricRecord
 
value() - Method in interface com.ibm.cos.v2.metrics.MetricRecord
 
value(Value) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Parameter.Builder
 
Value - Class in com.ibm.cos.v2.services.s3.endpoints.internal
Base class for the types of values computable by the RuleEngine.
Value() - Constructor for class com.ibm.cos.v2.services.s3.endpoints.internal.Value
 
value() - Method in class com.ibm.cos.v2.services.s3.internal.FieldWithDefault
Retrieve the value of this field.
Value(Object) - Constructor for class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Create a non-projection value, where the value type is determined reflectively.
value() - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Retrieve the actual value that this represents (this will be the same value passed to the constructor).
value(String) - Method in interface com.ibm.cos.v2.services.s3.model.FilterRule.Builder
The value that the filter searches for in object key names.
value() - Method in class com.ibm.cos.v2.services.s3.model.FilterRule
The value that the filter searches for in object key names.
value(String) - Method in interface com.ibm.cos.v2.services.s3.model.MetadataEntry.Builder
Value of the object.
value() - Method in class com.ibm.cos.v2.services.s3.model.MetadataEntry
Value of the object.
value(String) - Method in interface com.ibm.cos.v2.services.s3.model.Tag.Builder
Value of the tag.
value() - Method in class com.ibm.cos.v2.services.s3.model.Tag
Value of the tag.
value() - Method in class com.ibm.cos.v2.utils.async.StoringSubscriber.Event
The value stored in this VALUE type.
value() - Method in class com.ibm.cos.v2.utils.cache.RefreshResult
The value resulting from the refresh.
Value.Array - Class in com.ibm.cos.v2.services.s3.endpoints.internal
An array value.
Value.Bool - Class in com.ibm.cos.v2.services.s3.endpoints.internal
A boolean value.
Value.Endpoint - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
Value.Endpoint.Builder - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
Value.Int - Class in com.ibm.cos.v2.services.s3.endpoints.internal
An integer value.
Value.None - Class in com.ibm.cos.v2.services.s3.endpoints.internal
 
Value.Record - Class in com.ibm.cos.v2.services.s3.endpoints.internal
A record (map) value.
Value.Str - Class in com.ibm.cos.v2.services.s3.endpoints.internal
A string value.
valueClass() - Method in class com.ibm.cos.v2.metrics.internal.DefaultSdkMetric
 
valueClass() - Method in interface com.ibm.cos.v2.metrics.SdkMetric
 
valueFieldInfo(SdkField) - Method in class com.ibm.cos.v2.core.traits.MapTrait.Builder
 
valueFieldInfo() - Method in class com.ibm.cos.v2.core.traits.MapTrait
 
valueLocationName(String) - Method in class com.ibm.cos.v2.core.traits.MapTrait.Builder
 
valueLocationName() - Method in class com.ibm.cos.v2.core.traits.MapTrait
 
valueOf(String) - Static method in enum com.ibm.cos.v2.auth.credentials.internal.CredentialSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.auth.signer.internal.SigningAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.awscore.defaultsmode.DefaultsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.awscore.endpoints.AccountIdEndpointMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.awscore.internal.AwsServiceProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.awscore.internal.interceptor.TracingSystemSetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.checksums.internal.DigestAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.auth.policy.conditions.ArnCondition.ArnComparisonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.auth.policy.conditions.DateCondition.DateComparisonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.auth.policy.conditions.IpAddressCondition.IpAddressComparisonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.auth.policy.conditions.StringCondition.StringComparisonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.auth.policy.Principal.Service
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.auth.policy.Principal.WebIdentityProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.auth.policy.Statement.Effect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.checksums.Algorithm
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.checksums.ChecksumValidation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.checksums.RequestChecksumCalculation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.checksums.ResponseChecksumValidation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.ClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.FileTransformerConfiguration.FailureBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.FileTransformerConfiguration.FileWriteOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.internal.metrics.SdkErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.internal.signer.SigningMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.internal.useragent.IdentityProviderNameMapping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.protocol.MarshallingKnownType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.protocol.MarshallLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.retry.RetryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.SdkSystemSetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.traits.TimestampFormatTrait.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.traits.TraitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.useragent.BusinessMetricFeatureId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.core.waiters.WaiterState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.http.auth.aws.internal.signer.util.SigningAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.http.auth.aws.signer.AwsV4FamilyHttpSigner.AuthLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.http.HttpStatusFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.http.nio.netty.internal.utils.BetterFixedChannelPool.AcquireTimeoutAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.http.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.http.ProtocolNegotiation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.http.SdkHttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.metrics.LoggingMetricPublisher.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.metrics.MetricCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.metrics.MetricLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.profiles.internal.ProfileSection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.profiles.ProfileFile.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.profiles.ProfileFileSystemSetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.protocols.json.AwsJsonProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.retries.internal.DefaultRetryToken.TokenState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.endpoints.internal.ParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.internal.resource.OutpostResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.internal.resource.S3ResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.AnalyticsFilter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.AnalyticsS3ExportFileFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ArchiveStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.BucketAccelerateStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.BucketCannedACL
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.BucketLocationConstraint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.BucketLogsPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.BucketProtectionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.BucketType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.BucketVersioningStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ChecksumAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ChecksumMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ChecksumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.CompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.DataRedundancy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.DeleteMarkerReplicationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.EncodingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ExistingObjectReplicationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ExpirationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ExpressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.FileHeaderInfo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.FilterRuleName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.IntelligentTieringAccessTier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.IntelligentTieringStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.InventoryFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.InventoryFrequency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.InventoryIncludedObjectVersions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.InventoryOptionalField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.JSONType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.LocationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.MetadataDirective
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.MetricsFilter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.MetricsStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.MFADelete
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.MFADeleteStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectCannedACL
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectLockEnabled
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectLockLegalHoldStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectLockMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectLockRetentionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectOwnership
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectStorageClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectVersionStorageClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.OptionalObjectAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.OwnerOverride
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.PartitionDateSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.Payer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.QuoteFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicaModificationsStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicationRuleStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicationTimeStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.RequestCharged
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.RequestPayer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.RestoreRequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.RetentionDirective
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.SdkPartType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.SelectObjectContentEventStream.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.ServerSideEncryption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.SessionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjectsStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.StorageClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.StorageClassAnalysisSchemaVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.TaggingDirective
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.Tier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.TransitionDefaultMinimumObjectSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.TransitionStorageClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.model.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.services.s3.S3SystemSetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.transfer.s3.internal.S3ClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.utils.async.ByteBufferStoringSubscriber.TransferResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.utils.async.StoringSubscriber.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.utils.cache.CachedSupplier.StaleValueBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.utils.JavaSystemSetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.utils.ProxyEnvironmentSetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cos.v2.utils.ProxySystemSetting
Returns the enum constant of this type with the specified name.
valueOrNullIfDefault() - Method in class com.ibm.cos.v2.services.s3.internal.FieldWithDefault
Return the field exactly as it was specified when the field-with-default was created.
values() - Static method in enum com.ibm.cos.v2.auth.credentials.internal.CredentialSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.auth.signer.internal.SigningAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.awscore.defaultsmode.DefaultsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.awscore.endpoints.AccountIdEndpointMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.ibm.cos.v2.awscore.endpoints.AwsEndpointAttribute
 
values() - Static method in enum com.ibm.cos.v2.awscore.internal.AwsServiceProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.awscore.internal.interceptor.TracingSystemSetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.checksums.internal.DigestAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.ibm.cos.v2.core.auth.policy.Condition
 
values() - Static method in enum com.ibm.cos.v2.core.auth.policy.conditions.ArnCondition.ArnComparisonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.auth.policy.conditions.DateCondition.DateComparisonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.auth.policy.conditions.IpAddressCondition.IpAddressComparisonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.auth.policy.conditions.StringCondition.StringComparisonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.auth.policy.Principal.Service
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.auth.policy.Principal.WebIdentityProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.auth.policy.Statement.Effect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.checksums.Algorithm
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.checksums.ChecksumValidation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.checksums.RequestChecksumCalculation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.checksums.ResponseChecksumValidation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.ClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.FileTransformerConfiguration.FailureBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.FileTransformerConfiguration.FileWriteOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.internal.metrics.SdkErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.internal.signer.SigningMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.internal.useragent.IdentityProviderNameMapping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.protocol.MarshallingKnownType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.protocol.MarshallLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.retry.RetryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.SdkSystemSetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.traits.TimestampFormatTrait.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.traits.TraitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.core.useragent.BusinessMetricFeatureId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.ibm.cos.v2.core.util.DefaultSdkAutoConstructMap
 
values() - Static method in enum com.ibm.cos.v2.core.waiters.WaiterState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.http.auth.aws.internal.signer.util.SigningAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.http.auth.aws.signer.AwsV4FamilyHttpSigner.AuthLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.http.HttpStatusFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.http.nio.netty.internal.utils.BetterFixedChannelPool.AcquireTimeoutAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.http.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.http.ProtocolNegotiation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.http.SdkHttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.metrics.LoggingMetricPublisher.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.metrics.MetricCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.metrics.MetricLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.profiles.internal.ProfileSection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.profiles.ProfileFile.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.profiles.ProfileFileSystemSetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.protocols.json.AwsJsonProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.retries.internal.DefaultRetryToken.TokenState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.endpoints.internal.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.internal.resource.OutpostResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.internal.resource.S3ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Retrieve the actual value that this represents, as a list of object.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.AnalyticsFilter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.AnalyticsS3ExportFileFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ArchiveStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.BucketAccelerateStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.BucketCannedACL
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.BucketLocationConstraint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.BucketLogsPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.BucketProtectionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.BucketType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.BucketVersioningStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ChecksumAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ChecksumMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ChecksumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.CompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.DataRedundancy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.DeleteMarkerReplicationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.EncodingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ExistingObjectReplicationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ExpirationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ExpressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.FileHeaderInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.FilterRuleName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.IntelligentTieringAccessTier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.IntelligentTieringStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.InventoryFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.InventoryFrequency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.InventoryIncludedObjectVersions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.InventoryOptionalField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.JSONType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.LifecycleRuleFilter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.LocationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.MetadataDirective
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.MetricsFilter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.MetricsStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.MFADelete
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.MFADeleteStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectCannedACL
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectLockEnabled
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectLockLegalHoldStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectLockMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectLockRetentionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectOwnership
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectStorageClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ObjectVersionStorageClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.OptionalObjectAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.OwnerOverride
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.PartitionDateSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.Payer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.Permission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.QuoteFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicaModificationsStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicationRuleFilter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicationRuleStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ReplicationTimeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.RequestCharged
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.RequestPayer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.RestoreRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.RetentionDirective
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.SdkPartType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.SelectObjectContentEventStream.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.ServerSideEncryption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.SessionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.SseKmsEncryptedObjectsStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.StorageClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.StorageClassAnalysisSchemaVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.TaggingDirective
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.Tier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.TransitionDefaultMinimumObjectSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.TransitionStorageClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.model.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.services.s3.S3SystemSetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.transfer.s3.internal.S3ClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.utils.async.ByteBufferStoringSubscriber.TransferResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.utils.async.StoringSubscriber.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.utils.cache.CachedSupplier.StaleValueBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.ibm.cos.v2.utils.ImmutableMap
 
values() - Static method in enum com.ibm.cos.v2.utils.JavaSystemSetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.utils.ProxyEnvironmentSetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cos.v2.utils.ProxySystemSetting
Returns an array containing the constants of this enum type, in the order they are declared.
ValueToStringConverter - Class in com.ibm.cos.v2.protocols.core
Converts various types to Strings.
ValueToStringConverter.SimpleValueToString<T> - Interface in com.ibm.cos.v2.protocols.core
Simple interface to convert a type to a String.
ValueToStringConverter.ValueToString<T> - Interface in com.ibm.cos.v2.protocols.core
Interface to convert a type to a String.
vendorMetadata() - Method in class com.ibm.cos.v2.core.internal.useragent.DefaultSystemUserAgent
 
vendorMetadata() - Method in interface com.ibm.cos.v2.core.util.SystemUserAgent
 
version(String) - Method in interface com.ibm.cos.v2.core.ApiName.Builder
Set the version of the API.
version() - Method in class com.ibm.cos.v2.core.ApiName
 
VERSION - Static variable in class com.ibm.cos.v2.core.auth.policy.internal.JsonDocumentField
 
version(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRuleset.Builder
 
version(String) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partitions.Builder
 
version() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.Partitions
 
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse.Builder
Version ID of the newly created object, in case the bucket has versioning turned on.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.CompleteMultipartUploadResponse
Version ID of the newly created object, in case the bucket has versioning turned on.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectResponse.Builder
Version ID of the newly created copy.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectResponse
Version ID of the newly created copy.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeletedObject.Builder
The version ID of the deleted object.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.DeletedObject
The version ID of the deleted object.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry.Builder
Version ID of an object.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.DeleteMarkerEntry
Version ID of an object.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectRequest.Builder
Version ID used to reference a specific version of the object.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectRequest
Version ID used to reference a specific version of the object.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectResponse.Builder
Returns the version ID of the delete marker created as a result of the DELETE operation.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectResponse
Returns the version ID of the delete marker created as a result of the DELETE operation.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest.Builder
The versionId of the object that the tag-set will be removed from.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingRequest
The versionId of the object that the tag-set will be removed from.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingResponse.Builder
The versionId of the object the tag-set was removed from.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.DeleteObjectTaggingResponse
The versionId of the object the tag-set was removed from.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAclRequest.Builder
Version ID used to reference a specific version of the object.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAclRequest
Version ID used to reference a specific version of the object.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest.Builder
The version ID used to reference a specific version of the object.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesRequest
The version ID used to reference a specific version of the object.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse.Builder
The version ID of the object.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectAttributesResponse
The version ID of the object.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest.Builder
The version ID of the object whose legal hold status you want to retrieve.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectLegalHoldRequest
The version ID of the object whose legal hold status you want to retrieve.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRequest.Builder
Version ID used to reference a specific version of the object.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRequest
Version ID used to reference a specific version of the object.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
Version ID of the object.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
Version ID of the object.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest.Builder
The version ID for the object whose retention settings you want to retrieve.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectRetentionRequest
The version ID for the object whose retention settings you want to retrieve.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest.Builder
The versionId of the object for which to get the tagging information.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingRequest
The versionId of the object for which to get the tagging information.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse.Builder
The versionId of the object for which you got the tagging information.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectTaggingResponse
The versionId of the object for which you got the tagging information.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetUrlRequest.Builder
VersionId used to reference a specific version of the object.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.GetUrlRequest
VersionId used to reference a specific version of the object.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectRequest.Builder
Version ID used to reference a specific version of the object.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectRequest
Version ID used to reference a specific version of the object.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
Version ID of the object.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
Version ID of the object.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectIdentifier.Builder
Version ID for the specific version of the object to delete.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.ObjectIdentifier
Version ID for the specific version of the object to delete.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted.Builder
 
versionId() - Method in class com.ibm.cos.v2.services.s3.model.ObjectSyncAttempted
 
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectVersion.Builder
Version ID of an object.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.ObjectVersion
Version ID of an object.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectAclRequest.Builder
Version ID used to reference a specific version of the object.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectAclRequest
Version ID used to reference a specific version of the object.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest.Builder
The version ID of the object that you want to place a legal hold on.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectLegalHoldRequest
The version ID of the object that you want to place a legal hold on.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectResponse.Builder
Version ID of the object.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectResponse
Version ID of the object.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest.Builder
The version ID for the object that you want to apply this Object Retention configuration to.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRetentionRequest
The version ID for the object that you want to apply this Object Retention configuration to.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest.Builder
The versionId of the object that the tag-set will be added to.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingRequest
The versionId of the object that the tag-set will be added to.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectTaggingResponse.Builder
The versionId of the object the tag-set was added to.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectTaggingResponse
The versionId of the object the tag-set was added to.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.RestoreObjectRequest.Builder
VersionId used to reference a specific version of the object.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.RestoreObjectRequest
VersionId used to reference a specific version of the object.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.S3Error.Builder
The version ID of the error.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.S3Error
The version ID of the error.
versionId(String) - Method in interface com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest.Builder
An ID used to reference a specific version of the object.
versionId() - Method in class com.ibm.cos.v2.services.s3.model.WriteGetObjectResponseRequest
An ID used to reference a specific version of the object.
versionIdMarker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest.Builder
Specifies the object version you want to start listing from.
versionIdMarker() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsRequest
Specifies the object version you want to start listing from.
versionIdMarker(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
Marks the last version of the key returned in a truncated response.
versionIdMarker() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
Marks the last version of the key returned in a truncated response.
VersionInfo - Class in com.ibm.cos.v2.core.util
Provides version information for the IBM COS SDK for Java.
versioningConfiguration(VersioningConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest.Builder
Container for setting the versioning state.
versioningConfiguration(Consumer<VersioningConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest.Builder
Container for setting the versioning state.
versioningConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketVersioningRequest
Container for setting the versioning state.
VersioningConfiguration - Class in com.ibm.cos.v2.services.s3.model
Describes the versioning state of an Amazon S3 bucket.
VersioningConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
versions(Collection<ObjectVersion>) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
Container for version information.
versions(ObjectVersion...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
Container for version information.
versions(Consumer<ObjectVersion.Builder>...) - Method in interface com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse.Builder
Container for version information.
versions() - Method in class com.ibm.cos.v2.services.s3.model.ListObjectVersionsResponse
Container for version information.
versions() - Method in class com.ibm.cos.v2.services.s3.paginators.ListObjectVersionsIterable
Returns an iterable to iterate through the paginated ListObjectVersionsResponse.versions() member.
versions() - Method in class com.ibm.cos.v2.services.s3.paginators.ListObjectVersionsPublisher
Returns a publisher that can be used to get a stream of data.
virtualHandle(Class<?>, String, MethodType) - Static method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.InvocationHelper
 
visit(JsonNodeVisitor<T>) - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ArrayJsonNode
 
visit(JsonNodeVisitor<T>) - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.BooleanJsonNode
 
visit(JsonNodeVisitor<T>) - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.EmbeddedObjectJsonNode
 
visit(JsonNodeVisitor<T>) - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NullJsonNode
 
visit(JsonNodeVisitor<T>) - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.NumberJsonNode
 
visit(JsonNodeVisitor<T>) - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.ObjectJsonNode
 
visit(JsonNodeVisitor<T>) - Method in class com.ibm.cos.v2.protocols.jsoncore.internal.StringJsonNode
 
visit(JsonNodeVisitor<T>) - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNode
Visit this node using the provided visitor.
visitArray(List<JsonNode>) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.document.DocumentUnmarshaller
 
visitArray(List<JsonNode>) - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNodeVisitor
Invoked if JsonNode.visit(JsonNodeVisitor) is invoked on an array JSON node.
visitBool(boolean) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.Literal.Visitor
 
visitBoolean(Boolean) - Method in interface com.ibm.cos.v2.core.document.DocumentVisitor
Visits a Boolean Document.
visitBoolean(Boolean) - Method in interface com.ibm.cos.v2.core.document.VoidDocumentVisitor
Visits a Boolean Document.
visitBoolean(Boolean) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.DocumentTypeJsonMarshaller
 
visitBoolean(boolean) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.document.DocumentUnmarshaller
 
visitBoolean(boolean) - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNodeVisitor
Invoked if JsonNode.visit(JsonNodeVisitor) is invoked on a boolean JSON node.
visitBoolEquals(BooleanEqualsFn) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.FnVisitor
 
visitBoolEquals(BooleanEqualsFn) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
visitCont(ContinuationEvent) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler.Visitor
Invoked when a ContinuationEvent is encountered.
visitDefault(SelectObjectContentEventStream) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler.Visitor
A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.
visitDynamicElement(Expr) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.TemplateVisitor
Visit a dynamic element within a multipart template.
visitEmbeddedObject(Object) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.document.DocumentUnmarshaller
 
visitEmbeddedObject(Object) - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNodeVisitor
Invoked if JsonNode.visit(JsonNodeVisitor) is invoked on an embedded object JSON node.
visitEnd(EndEvent) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler.Visitor
Invoked when a EndEvent is encountered.
visitEndpointRule(EndpointResult) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.RuleValueVisitor
 
visitErrorRule(Expr) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.RuleValueVisitor
 
visitFn(Fn) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ExprVisitor.Default
 
visitFn(Fn) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.ExprVisitor
 
visitFn(Fn) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
visitGetAttr(GetAttr) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.FnVisitor
 
visitGetAttr(GetAttr) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
visitInt(int) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.Literal.Visitor
 
visitIsSet(IsSet) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.FnVisitor
 
visitIsSet(IsSet) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
visitIsValidHostLabel(IsValidHostLabel) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.FnVisitor
 
visitIsValidHostLabel(IsValidHostLabel) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
visitIsVirtualHostLabelsS3Bucket(IsVirtualHostableS3Bucket) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.FnVisitor
 
visitIsVirtualHostLabelsS3Bucket(IsVirtualHostableS3Bucket) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
visitList(List<Document>) - Method in interface com.ibm.cos.v2.core.document.DocumentVisitor
Visits a List Document.
visitList(List<Document>) - Method in interface com.ibm.cos.v2.core.document.VoidDocumentVisitor
Visits a List Document.
visitList(List<Document>) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.DocumentTypeJsonMarshaller
 
visitLiteral(Literal) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ExprVisitor.Default
 
visitLiteral(Literal) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.ExprVisitor
 
visitLiteral(Literal) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
visitMap(Map<String, Document>) - Method in interface com.ibm.cos.v2.core.document.DocumentVisitor
Visits a Map Document.
visitMap(Map<String, Document>) - Method in interface com.ibm.cos.v2.core.document.VoidDocumentVisitor
Visits a Map Document.
visitMap(Map<String, Document>) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.DocumentTypeJsonMarshaller
 
visitNot(Not) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.FnVisitor
 
visitNot(Not) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
visitNull() - Method in interface com.ibm.cos.v2.core.document.DocumentVisitor
Visits a Document Null.
visitNull() - Method in interface com.ibm.cos.v2.core.document.VoidDocumentVisitor
Visits a Document Null.
visitNull() - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.DocumentTypeJsonMarshaller
 
visitNull() - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.document.DocumentUnmarshaller
 
visitNull() - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNodeVisitor
Invoked if JsonNode.visit(JsonNodeVisitor) is invoked on a null JSON node.
visitNumber(SdkNumber) - Method in interface com.ibm.cos.v2.core.document.DocumentVisitor
Visits a Number Document.
visitNumber(SdkNumber) - Method in interface com.ibm.cos.v2.core.document.VoidDocumentVisitor
Visits a Number Document.
visitNumber(SdkNumber) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.DocumentTypeJsonMarshaller
 
visitNumber(String) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.document.DocumentUnmarshaller
 
visitNumber(String) - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNodeVisitor
Invoked if JsonNode.visit(JsonNodeVisitor) is invoked on a number JSON node.
visitObject(Map<String, JsonNode>) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.document.DocumentUnmarshaller
 
visitObject(Map<String, JsonNode>) - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNodeVisitor
Invoked if JsonNode.visit(JsonNodeVisitor) is invoked on an object JSON node.
visitObject(Map<Identifier, Literal>) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.Literal.Visitor
 
visitParseArn(ParseArn) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.FnVisitor
 
visitParseArn(ParseArn) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
visitParseUrl(ParseUrl) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.FnVisitor
 
visitParseUrl(ParseUrl) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
visitPartition(PartitionFn) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.FnVisitor
 
visitPartition(PartitionFn) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
visitProgress(ProgressEvent) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler.Visitor
Invoked when a ProgressEvent is encountered.
visitRecords(RecordsEvent) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler.Visitor
Invoked when a RecordsEvent is encountered.
visitRef(Ref) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.ExprVisitor.Default
 
visitRef(Ref) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.ExprVisitor
 
visitRef(Ref) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
visitSingleDynamicTemplate(Expr) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.TemplateVisitor
The template contains a single dynamic element, eg.
visitStaticElement(String) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.TemplateVisitor
Visit a static element within a multipart template.
visitStaticTemplate(String) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.TemplateVisitor
The template contains a single static string, eg.
visitStats(StatsEvent) - Method in interface com.ibm.cos.v2.services.s3.model.SelectObjectContentResponseHandler.Visitor
Invoked when a StatsEvent is encountered.
visitStr(Template) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.Literal.Visitor
 
visitString(String) - Method in interface com.ibm.cos.v2.core.document.DocumentVisitor
Visits a String Document.
visitString(String) - Method in interface com.ibm.cos.v2.core.document.VoidDocumentVisitor
Visits a String Document.
visitString(String) - Method in class com.ibm.cos.v2.protocols.json.internal.marshall.DocumentTypeJsonMarshaller
 
visitString(String) - Method in class com.ibm.cos.v2.protocols.json.internal.unmarshall.document.DocumentUnmarshaller
 
visitString(String) - Method in interface com.ibm.cos.v2.protocols.jsoncore.JsonNodeVisitor
Invoked if JsonNode.visit(JsonNodeVisitor) is invoked on a string JSON node.
visitStringEquals(StringEqualsFn) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.FnVisitor
 
visitStringEquals(StringEqualsFn) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
visitSubstring(Substring) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.FnVisitor
 
visitSubstring(Substring) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
visitTreeRule(List<Rule>) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.RuleValueVisitor
 
visitTuple(List<Literal>) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.Literal.Visitor
 
visitUriEncode(UriEncodeFn) - Method in interface com.ibm.cos.v2.services.s3.endpoints.internal.FnVisitor
 
visitUriEncode(UriEncodeFn) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.RuleEvaluator
 
vmMetadata() - Method in class com.ibm.cos.v2.core.internal.useragent.DefaultSystemUserAgent
 
vmMetadata() - Method in interface com.ibm.cos.v2.core.util.SystemUserAgent
 
VoidDocumentVisitor - Interface in com.ibm.cos.v2.core.document
Document visitor interface with no return type.
VoidHttpResponse - Class in com.ibm.cos.v2.services.s3.model
A response class representing void response
VoidHttpResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
voidPromise() - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
VoidSdkResponse - Class in com.ibm.cos.v2.core.protocol
Dummy implementation of SdkResponse.
VoidSdkResponse.Builder - Class in com.ibm.cos.v2.core.protocol
 

W

Waiter<T> - Interface in com.ibm.cos.v2.core.waiters
Waiter utility class that waits for a resource to transition to the desired state.
waiter() - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
Create an instance of S3AsyncWaiter using this client.
waiter() - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
Create an instance of S3Waiter using this client.
waiter() - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
Create an instance of S3AsyncWaiter using this client.
waiter() - Method in interface com.ibm.cos.v2.services.s3.S3Client
Create an instance of S3Waiter using this client.
Waiter<T> - Class in com.ibm.cos.v2.testutils
This retries a particular function multiple times until it returns an expected result (or fails with an exception).
Waiter.Builder<T> - Interface in com.ibm.cos.v2.core.waiters
The Waiter Builder
WaiterAcceptor<T> - Interface in com.ibm.cos.v2.core.waiters
Inspects the response or errors returned from the operation and determines whether an expected state is met and returns the next WaiterState that the waiter should be transitioned to.
WaiterAttribute<T> - Class in com.ibm.cos.v2.core.internal.waiters
Key for additional attribute used in waiter classes
WaiterAttribute(Class<T>) - Constructor for class com.ibm.cos.v2.core.internal.waiters.WaiterAttribute
 
WaiterBuilder<T,B> - Interface in com.ibm.cos.v2.core.waiters
 
WaiterConfiguration - Class in com.ibm.cos.v2.core.internal.waiters
Internal waiter configuration class that provides default values if not overridden.
WaiterConfiguration(WaiterOverrideConfiguration) - Constructor for class com.ibm.cos.v2.core.internal.waiters.WaiterConfiguration
 
WaiterExecutor<T> - Class in com.ibm.cos.v2.core.internal.waiters
Executes sync waiter operations
WaiterExecutor(WaiterConfiguration, List<WaiterAcceptor<? super T>>) - Constructor for class com.ibm.cos.v2.core.internal.waiters.WaiterExecutor
 
WaiterExecutorHelper<T> - Class in com.ibm.cos.v2.core.internal.waiters
The waiter executor helper class.
WaiterExecutorHelper(List<WaiterAcceptor<? super T>>, WaiterConfiguration) - Constructor for class com.ibm.cos.v2.core.internal.waiters.WaiterExecutorHelper
 
waiterFailureException(WaiterAcceptor<? super T>) - Method in class com.ibm.cos.v2.core.internal.waiters.WaiterExecutorHelper
 
WaiterOverrideConfiguration - Class in com.ibm.cos.v2.core.waiters
Configuration values for the Waiter.
WaiterOverrideConfiguration(WaiterOverrideConfiguration.Builder) - Constructor for class com.ibm.cos.v2.core.waiters.WaiterOverrideConfiguration
 
WaiterOverrideConfiguration.Builder - Class in com.ibm.cos.v2.core.waiters
 
WaiterResponse<T> - Interface in com.ibm.cos.v2.core.waiters
The response returned from a waiter operation
WaitersRuntime - Class in com.ibm.cos.v2.services.s3.waiters.internal
Contains classes used at runtime by the code generator classes for waiter acceptors generated from JMESPath expressions.
WaitersRuntime.ResponseStatusAcceptor - Class in com.ibm.cos.v2.services.s3.waiters.internal
A WaiterAcceptor implementation that checks for a specific HTTP response status, regardless of whether it's reported by a response or an exception.
waiterState() - Method in interface com.ibm.cos.v2.core.waiters.WaiterAcceptor
 
WaiterState - Enum in com.ibm.cos.v2.core.waiters
 
waiterState() - Method in class com.ibm.cos.v2.services.s3.waiters.internal.WaitersRuntime.ResponseStatusAcceptor
 
waitTimeout() - Method in class com.ibm.cos.v2.core.internal.waiters.WaiterConfiguration
 
waitTimeout(Duration) - Method in class com.ibm.cos.v2.core.waiters.WaiterOverrideConfiguration.Builder
Define the amount of time to wait for the resource to transition to the desired state before timing out.
waitTimeout() - Method in class com.ibm.cos.v2.core.waiters.WaiterOverrideConfiguration
 
waitUntilBucketExists(HeadBucketRequest) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Polls S3AsyncClient.headBucket(com.ibm.cos.v2.services.s3.model.HeadBucketRequest) API until the desired condition BucketExists is met, or until it is determined that the resource will never enter into the desired state
waitUntilBucketExists(Consumer<HeadBucketRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Polls S3AsyncClient.headBucket(com.ibm.cos.v2.services.s3.model.HeadBucketRequest) API until the desired condition BucketExists is met, or until it is determined that the resource will never enter into the desired state.
waitUntilBucketExists(HeadBucketRequest, WaiterOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Polls S3AsyncClient.headBucket(com.ibm.cos.v2.services.s3.model.HeadBucketRequest) API until the desired condition BucketExists is met, or until it is determined that the resource will never enter into the desired state
waitUntilBucketExists(Consumer<HeadBucketRequest.Builder>, Consumer<WaiterOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Polls S3AsyncClient.headBucket(com.ibm.cos.v2.services.s3.model.HeadBucketRequest) API until the desired condition BucketExists is met, or until it is determined that the resource will never enter into the desired state.
waitUntilBucketExists(HeadBucketRequest) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Polls S3Client.headBucket(com.ibm.cos.v2.services.s3.model.HeadBucketRequest) API until the desired condition BucketExists is met, or until it is determined that the resource will never enter into the desired state
waitUntilBucketExists(Consumer<HeadBucketRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Polls S3Client.headBucket(com.ibm.cos.v2.services.s3.model.HeadBucketRequest) API until the desired condition BucketExists is met, or until it is determined that the resource will never enter into the desired state.
waitUntilBucketExists(HeadBucketRequest, WaiterOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Polls S3Client.headBucket(com.ibm.cos.v2.services.s3.model.HeadBucketRequest) API until the desired condition BucketExists is met, or until it is determined that the resource will never enter into the desired state
waitUntilBucketExists(Consumer<HeadBucketRequest.Builder>, Consumer<WaiterOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Polls S3Client.headBucket(com.ibm.cos.v2.services.s3.model.HeadBucketRequest) API until the desired condition BucketExists is met, or until it is determined that the resource will never enter into the desired state.
waitUntilBucketNotExists(HeadBucketRequest) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Polls S3AsyncClient.headBucket(com.ibm.cos.v2.services.s3.model.HeadBucketRequest) API until the desired condition BucketNotExists is met, or until it is determined that the resource will never enter into the desired state
waitUntilBucketNotExists(Consumer<HeadBucketRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Polls S3AsyncClient.headBucket(com.ibm.cos.v2.services.s3.model.HeadBucketRequest) API until the desired condition BucketNotExists is met, or until it is determined that the resource will never enter into the desired state.
waitUntilBucketNotExists(HeadBucketRequest, WaiterOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Polls S3AsyncClient.headBucket(com.ibm.cos.v2.services.s3.model.HeadBucketRequest) API until the desired condition BucketNotExists is met, or until it is determined that the resource will never enter into the desired state
waitUntilBucketNotExists(Consumer<HeadBucketRequest.Builder>, Consumer<WaiterOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Polls S3AsyncClient.headBucket(com.ibm.cos.v2.services.s3.model.HeadBucketRequest) API until the desired condition BucketNotExists is met, or until it is determined that the resource will never enter into the desired state.
waitUntilBucketNotExists(HeadBucketRequest) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Polls S3Client.headBucket(com.ibm.cos.v2.services.s3.model.HeadBucketRequest) API until the desired condition BucketNotExists is met, or until it is determined that the resource will never enter into the desired state
waitUntilBucketNotExists(Consumer<HeadBucketRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Polls S3Client.headBucket(com.ibm.cos.v2.services.s3.model.HeadBucketRequest) API until the desired condition BucketNotExists is met, or until it is determined that the resource will never enter into the desired state.
waitUntilBucketNotExists(HeadBucketRequest, WaiterOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Polls S3Client.headBucket(com.ibm.cos.v2.services.s3.model.HeadBucketRequest) API until the desired condition BucketNotExists is met, or until it is determined that the resource will never enter into the desired state
waitUntilBucketNotExists(Consumer<HeadBucketRequest.Builder>, Consumer<WaiterOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Polls S3Client.headBucket(com.ibm.cos.v2.services.s3.model.HeadBucketRequest) API until the desired condition BucketNotExists is met, or until it is determined that the resource will never enter into the desired state.
waitUntilObjectExists(HeadObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Polls S3AsyncClient.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectExists is met, or until it is determined that the resource will never enter into the desired state
waitUntilObjectExists(Consumer<HeadObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Polls S3AsyncClient.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectExists is met, or until it is determined that the resource will never enter into the desired state.
waitUntilObjectExists(HeadObjectRequest, WaiterOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Polls S3AsyncClient.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectExists is met, or until it is determined that the resource will never enter into the desired state
waitUntilObjectExists(Consumer<HeadObjectRequest.Builder>, Consumer<WaiterOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Polls S3AsyncClient.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectExists is met, or until it is determined that the resource will never enter into the desired state.
waitUntilObjectExists(HeadObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Polls S3Client.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectExists is met, or until it is determined that the resource will never enter into the desired state
waitUntilObjectExists(Consumer<HeadObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Polls S3Client.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectExists is met, or until it is determined that the resource will never enter into the desired state.
waitUntilObjectExists(HeadObjectRequest, WaiterOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Polls S3Client.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectExists is met, or until it is determined that the resource will never enter into the desired state
waitUntilObjectExists(Consumer<HeadObjectRequest.Builder>, Consumer<WaiterOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Polls S3Client.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectExists is met, or until it is determined that the resource will never enter into the desired state.
waitUntilObjectNotExists(HeadObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Polls S3AsyncClient.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectNotExists is met, or until it is determined that the resource will never enter into the desired state
waitUntilObjectNotExists(Consumer<HeadObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Polls S3AsyncClient.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectNotExists is met, or until it is determined that the resource will never enter into the desired state.
waitUntilObjectNotExists(HeadObjectRequest, WaiterOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Polls S3AsyncClient.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectNotExists is met, or until it is determined that the resource will never enter into the desired state
waitUntilObjectNotExists(Consumer<HeadObjectRequest.Builder>, Consumer<WaiterOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3AsyncWaiter
Polls S3AsyncClient.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectNotExists is met, or until it is determined that the resource will never enter into the desired state.
waitUntilObjectNotExists(HeadObjectRequest) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Polls S3Client.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectNotExists is met, or until it is determined that the resource will never enter into the desired state
waitUntilObjectNotExists(Consumer<HeadObjectRequest.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Polls S3Client.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectNotExists is met, or until it is determined that the resource will never enter into the desired state.
waitUntilObjectNotExists(HeadObjectRequest, WaiterOverrideConfiguration) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Polls S3Client.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectNotExists is met, or until it is determined that the resource will never enter into the desired state
waitUntilObjectNotExists(Consumer<HeadObjectRequest.Builder>, Consumer<WaiterOverrideConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.waiters.S3Waiter
Polls S3Client.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectNotExists is met, or until it is determined that the resource will never enter into the desired state.
warn(Object) - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Logs a message with warn log level.
warn(Object, Throwable) - Method in interface com.ibm.cos.v2.core.log.InternalLogApi
Logs an error with warn log level.
warn(Channel, Supplier<String>) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyClientLogger
Log a WARN level message and including the channel information.
warn(Channel, Supplier<String>, Throwable) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyClientLogger
Log a WARN level message with the given exception and including the channel information.
warn(String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
warn(String, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
warn(String, Object...) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
warn(String, Object, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
warn(String, Throwable) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
warn(Marker, String) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
warn(Marker, String, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
warn(Marker, String, Object, Object) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
warn(Marker, String, Object...) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
warn(Marker, String, Throwable) - Method in class com.ibm.cos.v2.thirdparty.org.slf4j.impl.internal.LoggerAdapter
 
warn(Supplier<String>) - Method in class com.ibm.cos.v2.utils.Logger
Checks if warn is enabled and if so logs the supplied message
warn(Supplier<String>, Throwable) - Method in class com.ibm.cos.v2.utils.Logger
Checks if warn is enabled and if so logs the supplied message and exception
warnIfNotInEventLoop(EventLoop) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.NettyUtils
 
WEB_IDENTITY_TOKEN_FILE - Static variable in class com.ibm.cos.v2.profiles.ProfileProperty
 
WebIdentityCredentialsUtils - Class in com.ibm.cos.v2.auth.credentials.internal
Utility class used to configure credential providers based on JWT web identity tokens.
WebIdentityTokenCredentialProperties - Class in com.ibm.cos.v2.auth.credentials.internal
A container for credential properties.
WebIdentityTokenCredentialProperties.Builder - Class in com.ibm.cos.v2.auth.credentials.internal
 
WebIdentityTokenCredentialsProviderFactory - Interface in com.ibm.cos.v2.auth.credentials
A factory for AwsCredentialsProviders that are derived from web identity tokens.
webIdentityTokenFile(Path) - Method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties.Builder
 
webIdentityTokenFile() - Method in class com.ibm.cos.v2.auth.credentials.internal.WebIdentityTokenCredentialProperties
 
webIdentityTokenFile(Path) - Method in interface com.ibm.cos.v2.auth.credentials.WebIdentityTokenFileCredentialsProvider.Builder
Define the absolute path to the web identity token file that should be used by this credentials provider.
WebIdentityTokenFileCredentialsProvider - Class in com.ibm.cos.v2.auth.credentials
A credential provider that will read web identity token file path, aws role arn and aws session name from system properties or environment variables for using web identity token credentials with STS.
WebIdentityTokenFileCredentialsProvider.Builder - Interface in com.ibm.cos.v2.auth.credentials
A builder for creating a custom WebIdentityTokenFileCredentialsProvider.
websiteConfiguration(WebsiteConfiguration) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest.Builder
Container for the request.
websiteConfiguration(Consumer<WebsiteConfiguration.Builder>) - Method in interface com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest.Builder
Container for the request.
websiteConfiguration() - Method in class com.ibm.cos.v2.services.s3.model.PutBucketWebsiteRequest
Container for the request.
WebsiteConfiguration - Class in com.ibm.cos.v2.services.s3.model
Specifies website configuration parameters for an Amazon S3 bucket.
WebsiteConfiguration.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
websiteRedirectLocation(String) - Method in interface com.ibm.cos.v2.services.s3.model.CopyObjectRequest.Builder
If the destination bucket is configured as a website, redirects requests for this object copy to another object in the same bucket or to an external URL.
websiteRedirectLocation() - Method in class com.ibm.cos.v2.services.s3.model.CopyObjectRequest
If the destination bucket is configured as a website, redirects requests for this object copy to another object in the same bucket or to an external URL.
websiteRedirectLocation(String) - Method in interface com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest.Builder
If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.
websiteRedirectLocation() - Method in class com.ibm.cos.v2.services.s3.model.CreateMultipartUploadRequest
If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.
websiteRedirectLocation(String) - Method in interface com.ibm.cos.v2.services.s3.model.GetObjectResponse.Builder
If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.
websiteRedirectLocation() - Method in class com.ibm.cos.v2.services.s3.model.GetObjectResponse
If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.
websiteRedirectLocation(String) - Method in interface com.ibm.cos.v2.services.s3.model.HeadObjectResponse.Builder
If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.
websiteRedirectLocation() - Method in class com.ibm.cos.v2.services.s3.model.HeadObjectResponse
If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.
websiteRedirectLocation(String) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.
websiteRedirectLocation() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.
wildcard() - Method in class com.ibm.cos.v2.services.s3.jmespath.internal.JmesPathRuntime.Value
Execute a wildcard expression on this value: https://jmespath.org/specification.html#wildcard-expressions
withActions(Action...) - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Sets the list of actions to which this policy statement applies and returns this updated Statement object so that additional method calls can be chained together.
withAsyncRequestBody(AsyncRequestBody) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
withBytesReadBeforeException(int) - Method in class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
withCombinedResponseHandler(HttpResponseHandler<Response<OutputT>>) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
withConditionKey(String) - Method in class com.ibm.cos.v2.core.auth.policy.Condition
withConditions(Condition...) - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Sets the conditions associated with this policy statement, and returns this updated Statement object so that additional method calls can be chained together.
withDefaultVersion() - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.EndpointRuleset.Builder
 
withDelayInMs(int) - Method in class com.ibm.cos.v2.testutils.retry.RetryableParams
 
withDualstackEnabled(Boolean) - Method in class com.ibm.cos.v2.awscore.endpoint.DefaultServiceEndpointBuilder
Deprecated.
 
withErrorResponseHandler(HttpResponseHandler<? extends SdkException>) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
withException(Exception) - Method in class com.ibm.cos.v2.regions.util.ResourcesEndpointRetryParameters.Builder
 
withFipsEnabled(Boolean) - Method in class com.ibm.cos.v2.awscore.endpoint.DefaultServiceEndpointBuilder
Deprecated.
 
withFullDuplex(boolean) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
Sets whether the API is a full duplex ie, request and response are streamed in parallel.
withHasStreamingSuccessResponse(boolean) - Method in class com.ibm.cos.v2.protocols.xml.XmlOperationMetadata
 
withId(String) - Method in class com.ibm.cos.v2.core.auth.policy.Policy
Sets the policy ID for this policy and returns the updated policy so that multiple calls can be chained together.
withId(String) - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Sets the ID for this statement and returns the updated statement so multiple calls can be chained together.
withInitialRequestEvent(boolean) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
Sets whether this is an event streaming request over RPC.
withInput(InputT) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
withMarshaller(Marshaller<InputT>) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
withMaxAttempts(int) - Method in class com.ibm.cos.v2.testutils.retry.RetryableParams
 
withMaxNumErrors(int) - Method in class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
withMetricCollector(MetricCollector) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
withOperationName(String) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
Sets the operation name of the API.
withPrincipals(Principal...) - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Sets the principals associated with this policy statement, and returns this updated Statement object.
withProfileFile(Supplier<ProfileFile>) - Method in class com.ibm.cos.v2.awscore.endpoint.DefaultServiceEndpointBuilder
Deprecated.
 
withProfileFile(ProfileFile) - Method in class com.ibm.cos.v2.awscore.endpoint.DefaultServiceEndpointBuilder
Deprecated.
 
withProfileName(String) - Method in class com.ibm.cos.v2.awscore.endpoint.DefaultServiceEndpointBuilder
Deprecated.
 
withProtocolMetadata(SdkProtocolMetadata) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
Sets the protocol metadata of the API.
withRegion(Region) - Method in class com.ibm.cos.v2.awscore.endpoint.DefaultServiceEndpointBuilder
Deprecated.
 
withRequestBody(RequestBody) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
withRequestConfiguration(SdkClientConfiguration) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
withResetIntervalBeforeException(int) - Method in class com.ibm.cos.v2.core.internal.util.UnreliableFilterInputStream
 
withResources(Resource...) - Method in class com.ibm.cos.v2.core.auth.policy.Statement
Sets the resources associated with this policy statement and returns this updated Statement object so that additional method calls can be chained together.
withResponseHandler(HttpResponseHandler<OutputT>) - Method in class com.ibm.cos.v2.core.client.handler.ClientExecutionParams
 
withStatements(Statement...) - Method in class com.ibm.cos.v2.core.auth.policy.Policy
Sets the collection of statements contained by this policy and returns this policy object so that additional method calls can be chained together.
withStatusCode(Integer) - Method in class com.ibm.cos.v2.regions.util.ResourcesEndpointRetryParameters.Builder
 
withType(String) - Method in class com.ibm.cos.v2.core.auth.policy.Condition
Fluent version of Condition.setType(String)
withValue(T) - Static method in class com.ibm.cos.v2.utils.Lazy
 
withValues(String...) - Method in class com.ibm.cos.v2.core.auth.policy.Condition
Fluent version of Condition.setValues(List)
withValues(List<String>) - Method in class com.ibm.cos.v2.core.auth.policy.Condition
Fluent version of Condition.setValues(List)
wormMirrorDestination(String) - Method in interface com.ibm.cos.v2.services.s3.model.ListLegalHoldsRequest.Builder
Sets the optional mirror-destination value for WORM (Write Once Read Many) mirroring and returns the updated ListLegalHoldsRequest.Builder so that additional method calls may be chained together.
wormMirrorDestination() - Method in class com.ibm.cos.v2.services.s3.model.ListLegalHoldsRequest
Returns the optional mirror-destination value for WORM mirroring
wrap(AsyncRequestBody, AsyncRequestBodyListener) - Static method in interface com.ibm.cos.v2.core.async.listener.AsyncRequestBodyListener
Wrap a AsyncRequestBody with a new one that will notify a AsyncRequestBodyListener of important events occurring.
wrap(AsyncResponseTransformer<ResponseT, ResultT>, AsyncResponseTransformerListener<ResponseT>) - Static method in interface com.ibm.cos.v2.core.async.listener.AsyncResponseTransformerListener
Wrap a AsyncResponseTransformer with a new one that will notify a AsyncResponseTransformerListener of important events occurring.
wrap(SdkPublisher<T>, PublisherListener<T>) - Static method in interface com.ibm.cos.v2.core.async.listener.PublisherListener
Wrap a SdkPublisher with a new one that will notify a PublisherListener of important events occurring.
wrap(Subscriber<? super T>, SubscriberListener<? super T>) - Static method in interface com.ibm.cos.v2.core.async.listener.SubscriberListener
Wrap a Subscriber with a new one that will notify a SubscriberListener of important events occurring.
wrap(InputStream) - Static method in class com.ibm.cos.v2.core.io.ReleasableInputStream
Wraps the given input stream into a ReleasableInputStream if necessary.
wrap(HttpClientConnectionManager) - Static method in class com.ibm.cos.v2.http.apache.internal.conn.ClientConnectionManagerFactory
Returns a wrapped instance of HttpClientConnectionManager to capture the necessary performance metrics.
wrap(ChannelHandlerContext) - Static method in class com.ibm.cos.v2.http.nio.netty.internal.utils.OrderedWriteChannelHandlerContext
 
wrapConnectionFailureException(Throwable) - Static method in class com.ibm.cos.v2.http.crt.internal.CrtUtils
 
Wrapped - Interface in com.ibm.cos.v2.http.apache.internal.conn
An internal marker interface to defend against accidental recursive wrappings.
wrappedWith(BiFunction<HttpClientDependencies, RequestPipeline<InputT, OutputT>, RequestPipeline<NewInputT, NewOutputT>>) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.RequestPipelineBuilder
Factory method to wrap the current RequestPipelineBuilder with another pipeline stage.
wrappedWith(Function<RequestPipeline<InputT, OutputT>, RequestPipeline<NewInputT, NewOutputT>>) - Method in class com.ibm.cos.v2.core.internal.http.pipeline.RequestPipelineBuilder
Factory method to wrap the current RequestPipelineBuilder with another pipeline stage.
wrapRequestBody(AsyncRequestBody) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferProgressUpdater
 
wrapResponseTransformer(AsyncResponseTransformer<GetObjectResponse, ResultT>) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferProgressUpdater
 
wrapResponseTransformerForMultipartDownload(AsyncResponseTransformer<GetObjectResponse, ResultT>, GetObjectRequest) - Method in class com.ibm.cos.v2.transfer.s3.internal.progress.TransferProgressUpdater
 
wrapWithEndOfStreamFuture(AsyncResponseTransformer<ResponseT, ResultT>) - Static method in class com.ibm.cos.v2.core.async.AsyncResponseTransformerUtils
Wrap a AsyncResponseTransformer and associate it with a future that is completed upon end-of-stream, regardless of whether the transformer is configured to complete its future upon end-of-response or end-of-stream.
wrapWithIoExceptionIfRetryable(HttpException) - Static method in class com.ibm.cos.v2.http.crt.internal.CrtUtils
 
writableStackTrace(Boolean) - Method in class com.ibm.cos.v2.awscore.exception.AwsServiceException.BuilderImpl
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryFailedException.Builder
 
writableStackTrace(Boolean) - Method in class com.ibm.cos.v2.core.endpointdiscovery.EndpointDiscoveryFailedException.BuilderImpl
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.core.exception.AbortedException.Builder
 
writableStackTrace(Boolean) - Method in class com.ibm.cos.v2.core.exception.AbortedException.BuilderImpl
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.core.exception.ApiCallAttemptTimeoutException.Builder
 
writableStackTrace(Boolean) - Method in class com.ibm.cos.v2.core.exception.ApiCallAttemptTimeoutException.BuilderImpl
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.core.exception.ApiCallTimeoutException.Builder
 
writableStackTrace(Boolean) - Method in class com.ibm.cos.v2.core.exception.ApiCallTimeoutException.BuilderImpl
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.core.exception.Crc32MismatchException.Builder
 
writableStackTrace(Boolean) - Method in class com.ibm.cos.v2.core.exception.Crc32MismatchException.BuilderImpl
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.core.exception.NonRetryableException.Builder
 
writableStackTrace(Boolean) - Method in class com.ibm.cos.v2.core.exception.NonRetryableException.BuilderImpl
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.core.exception.RetryableException.Builder
 
writableStackTrace(Boolean) - Method in class com.ibm.cos.v2.core.exception.RetryableException.BuilderImpl
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.core.exception.SdkClientException.Builder
 
writableStackTrace(Boolean) - Method in class com.ibm.cos.v2.core.exception.SdkClientException.BuilderImpl
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.core.exception.SdkException.Builder
Specifies whether the stack trace in this exception can be written.
writableStackTrace() - Method in interface com.ibm.cos.v2.core.exception.SdkException.Builder
Whether the stack trace in this exception can be written.
writableStackTrace - Variable in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
writableStackTrace(Boolean) - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
writableStackTrace() - Method in class com.ibm.cos.v2.core.exception.SdkException.BuilderImpl
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.core.exception.SdkServiceException.Builder
 
writableStackTrace(Boolean) - Method in class com.ibm.cos.v2.core.exception.SdkServiceException.BuilderImpl
 
writableStackTrace(Boolean) - Method in class com.ibm.cos.v2.services.s3.endpoints.internal.SourceException.BuilderImpl
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.BucketAlreadyExistsException.Builder
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.BucketAlreadyOwnedByYouException.Builder
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.EncryptionTypeMismatchException.Builder
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidObjectStateException.Builder
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidRequestException.Builder
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.InvalidWriteOffsetException.Builder
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchBucketException.Builder
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchKeyException.Builder
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.NoSuchUploadException.Builder
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectAlreadyInActiveTierErrorException.Builder
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.ObjectNotInActiveTierErrorException.Builder
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.S3Exception.Builder
 
writableStackTrace(Boolean) - Method in class com.ibm.cos.v2.services.s3.model.S3Exception.BuilderImpl
 
writableStackTrace(Boolean) - Method in interface com.ibm.cos.v2.services.s3.model.TooManyPartsException.Builder
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class com.ibm.cos.v2.http.nio.netty.internal.http2.HttpToHttp2OutboundAdapter
Handles conversion of HttpMessage and HttpContent to HTTP/2 frames.
write(Object) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
write(Object, ChannelPromise) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
write(Object) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.OrderedWriteChannelHandlerContext
 
write(Object, ChannelPromise) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.OrderedWriteChannelHandlerContext
 
write(int) - Method in class com.ibm.cos.v2.utils.async.OutputStreamPublisher
 
write(byte[]) - Method in class com.ibm.cos.v2.utils.async.OutputStreamPublisher
 
write(byte[], int, int) - Method in class com.ibm.cos.v2.utils.async.OutputStreamPublisher
 
WRITE_TIMEOUT - Static variable in class com.ibm.cos.v2.http.SdkHttpConfigurationOption
Timeout for each write to the underlying socket.
writeAndFlush(Object, ChannelPromise) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
writeAndFlush(Object) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
 
writeAndFlush(Object) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.OrderedWriteChannelHandlerContext
 
writeAndFlush(Object, ChannelPromise) - Method in class com.ibm.cos.v2.http.nio.netty.internal.utils.OrderedWriteChannelHandlerContext
 
writeEndArray() - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeEndArray() - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeEndArray() - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeEndObject() - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeEndObject() - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeEndObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeFieldName(String) - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeFieldName(String) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeFieldName(String) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeGetObjectResponse(WriteGetObjectResponseRequest, AsyncRequestBody) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3AsyncClient
writeGetObjectResponse(WriteGetObjectResponseRequest, RequestBody) - Method in class com.ibm.cos.v2.services.s3.DelegatingS3Client
writeGetObjectResponse(WriteGetObjectResponseRequest, AsyncRequestBody) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
writeGetObjectResponse(Consumer<WriteGetObjectResponseRequest.Builder>, AsyncRequestBody) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
writeGetObjectResponse(WriteGetObjectResponseRequest, Path) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
writeGetObjectResponse(Consumer<WriteGetObjectResponseRequest.Builder>, Path) - Method in interface com.ibm.cos.v2.services.s3.S3AsyncClient
writeGetObjectResponse(WriteGetObjectResponseRequest, RequestBody) - Method in interface com.ibm.cos.v2.services.s3.S3Client
writeGetObjectResponse(Consumer<WriteGetObjectResponseRequest.Builder>, RequestBody) - Method in interface com.ibm.cos.v2.services.s3.S3Client
writeGetObjectResponse(WriteGetObjectResponseRequest, Path) - Method in interface com.ibm.cos.v2.services.s3.S3Client
writeGetObjectResponse(Consumer<WriteGetObjectResponseRequest.Builder>, Path) - Method in interface com.ibm.cos.v2.services.s3.S3Client
WriteGetObjectResponseRequest - Class in com.ibm.cos.v2.services.s3.model
 
WriteGetObjectResponseRequest.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
WriteGetObjectResponseRequestMarshaller - Class in com.ibm.cos.v2.services.s3.transform
WriteGetObjectResponseRequestMarshaller(AwsXmlProtocolFactory) - Constructor for class com.ibm.cos.v2.services.s3.transform.WriteGetObjectResponseRequestMarshaller
 
WriteGetObjectResponseResponse - Class in com.ibm.cos.v2.services.s3.model
 
WriteGetObjectResponseResponse.Builder - Interface in com.ibm.cos.v2.services.s3.model
 
writeInputStream(InputStream) - Method in class com.ibm.cos.v2.core.async.BlockingInputStreamAsyncRequestBody
Block the calling thread and write the provided input stream to the downstream service.
writeMapping(BiFunction<U, T, U>) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttribute.DerivedAttributeBuilder
Set the "write" mapping for this derived attribute.
writeMapping(BiFunction<U, T, U>) - Method in class com.ibm.cos.v2.core.interceptor.ExecutionAttribute.MappedAttributeBuilder
Set the "write" mapping for this derived attribute.
writeNull() - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeNull() - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeNull() - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeNumber(String) - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeNumber(String) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeNumber(String) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeOffsetBytes(Long) - Method in interface com.ibm.cos.v2.services.s3.model.PutObjectRequest.Builder
Specifies the offset for appending data to existing objects in bytes.
writeOffsetBytes() - Method in class com.ibm.cos.v2.services.s3.model.PutObjectRequest
Specifies the offset for appending data to existing objects in bytes.
writePolicyToString(Policy) - Method in class com.ibm.cos.v2.core.auth.policy.internal.JsonPolicyWriter
Converts the specified AWS policy object to a JSON string, suitable for passing to an AWS service.
writeStartArray() - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeStartArray() - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeStartArray(int) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeStartArray() - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeStartObject() - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeStartObject() - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeStartObject() - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeTimeout(Duration) - Method in interface com.ibm.cos.v2.http.nio.netty.NettyNioAsyncHttpClient.Builder
The amount of time to wait for a write on a socket before an exception is thrown.
writeTimeoutMillis() - Method in class com.ibm.cos.v2.http.nio.netty.internal.NettyConfiguration
 
writeTo(OutputStream) - Method in class com.ibm.cos.v2.http.apache.internal.RepeatableInputStreamRequestEntity
Resets the underlying InputStream if this isn't the first attempt to write out the request, otherwise simply delegates to InputStreamRequestEntity to write out the data.
writeValue(Instant) - Method in class com.ibm.cos.v2.protocols.cbor.internal.SdkCborGenerator
Jackson doesn't have native support for timestamp.
writeValue(String) - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeValue(boolean) - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeValue(long) - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeValue(double) - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeValue(float) - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeValue(byte) - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeValue(short) - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeValue(int) - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeValue(ByteBuffer) - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeValue(Instant) - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeValue(BigDecimal) - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeValue(BigInteger) - Method in class com.ibm.cos.v2.protocols.json.SdkJsonGenerator
 
writeValue(String) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeValue(boolean) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeValue(long) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeValue(double) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeValue(float) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeValue(short) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeValue(byte) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeValue(int) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeValue(ByteBuffer) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeValue(Instant) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeValue(BigDecimal) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeValue(BigInteger) - Method in interface com.ibm.cos.v2.protocols.json.StructuredJsonGenerator
 
writeValue(String) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeValue(boolean) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeValue(long) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeValue(double) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeValue(float) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeValue(short) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeValue(int) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeValue(ByteBuffer) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeValue(Instant) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeValue(BigDecimal) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 
writeValue(BigInteger) - Method in class com.ibm.cos.v2.protocols.jsoncore.JsonWriter
 

X

X_AMZ_ALGORITHM - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
X_AMZ_CONTENT_SHA256 - Static variable in class com.ibm.cos.v2.auth.signer.internal.SignerConstant
 
X_AMZ_CONTENT_SHA256 - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
X_AMZ_CREDENTIAL - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
X_AMZ_DATE - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
X_AMZ_DECODED_CONTENT_LENGTH - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
X_AMZ_EXPIRES - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
X_AMZ_ID_2_HEADER - Static variable in interface com.ibm.cos.v2.core.http.HttpResponseHandler
 
X_AMZ_SECURITY_TOKEN - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
X_AMZ_SIGNATURE - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
X_AMZ_SIGNED_HEADERS - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
X_AMZ_TRAILER - Static variable in class com.ibm.cos.v2.core.HttpChecksumConstant
 
X_AMZ_TRAILER - Static variable in class com.ibm.cos.v2.http.auth.aws.internal.signer.util.SignerConstant
 
X_AMZN_ERROR_TYPE - Static variable in class com.ibm.cos.v2.protocols.json.internal.unmarshall.JsonErrorCodeParser
Services using AWS JSON 1.1 protocol with HTTP binding send the error code information in the response headers, instead of the content.
X_AMZN_REQUEST_ID_HEADER - Static variable in interface com.ibm.cos.v2.core.http.HttpResponseHandler
 
X_AMZN_REQUEST_ID_HEADER_ALTERNATE - Static variable in interface com.ibm.cos.v2.core.http.HttpResponseHandler
 
X_AMZN_REQUEST_ID_HEADERS - Static variable in interface com.ibm.cos.v2.core.http.HttpResponseHandler
 
XML_NAMESPACE_ATTRIBUTE - Static variable in class com.ibm.cos.v2.protocols.xml.AwsXmlProtocolFactory
Attribute for configuring the XML namespace to include in the xmlns attribute of the root element.
XmlAttributesTrait - Class in com.ibm.cos.v2.core.traits
Trait to include the xml attributes such as "xmlns:xsi" or "xsi:type".
XmlAttributesTrait.AttributeAccessors - Class in com.ibm.cos.v2.core.traits
 
XmlAttributesTrait.AttributeAccessors.Builder - Class in com.ibm.cos.v2.core.traits
 
XmlAttributeTrait - Class in com.ibm.cos.v2.core.traits
Trait to indicate this is an Xml attribute.
XmlDomParser - Class in com.ibm.cos.v2.protocols.query.unmarshall
Parses an XML document into a simple DOM like structure, XmlElement.
XmlElement - Class in com.ibm.cos.v2.protocols.query.unmarshall
Represents an element in an XML document.
XmlElement.Builder - Class in com.ibm.cos.v2.protocols.query.unmarshall
Builder for XmlElement.
XmlErrorUnmarshaller - Interface in com.ibm.cos.v2.protocols.query.unmarshall
Interface to unmarshall a AWS/QUERY or REST/XML error response.
XmlGenerator - Class in com.ibm.cos.v2.protocols.xml.internal.marshall
Wrapper around the XmlWriter for marshalling requests for XML protocol
xmlGenerator(XmlGenerator) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerContext.Builder
 
xmlGenerator() - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerContext
 
xmlGenerator(XmlGenerator) - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlProtocolMarshaller.Builder
 
XmlMarshaller<T> - Interface in com.ibm.cos.v2.protocols.xml.internal.marshall
Interface to marshall data for xml protocol
XmlMarshallerContext - Class in com.ibm.cos.v2.protocols.xml.internal.marshall
 
XmlMarshallerContext(XmlMarshallerContext.Builder) - Constructor for class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlMarshallerContext
 
XmlMarshallerContext.Builder - Class in com.ibm.cos.v2.protocols.xml.internal.marshall
Builder for a XmlMarshallerContext.
XmlMarshallerRegistry - Class in com.ibm.cos.v2.protocols.xml.internal.marshall
 
XmlMarshallerRegistry.Builder - Class in com.ibm.cos.v2.protocols.xml.internal.marshall
Builder for a XmlMarshallerRegistry.
XmlOperationMetadata - Class in com.ibm.cos.v2.protocols.xml
Contains information needed to create a AwsXmlResponseHandler for the client.
XmlOperationMetadata() - Constructor for class com.ibm.cos.v2.protocols.xml.XmlOperationMetadata
 
XmlOperationMetadata.Builder - Class in com.ibm.cos.v2.protocols.xml
 
XmlPayloadMarshaller - Class in com.ibm.cos.v2.protocols.xml.internal.marshall
 
XmlPayloadUnmarshaller - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
 
XmlProtocolMarshaller - Class in com.ibm.cos.v2.protocols.xml.internal.marshall
Implementation of ProtocolMarshaller for REST-XML services.
XmlProtocolMarshaller.Builder - Class in com.ibm.cos.v2.protocols.xml.internal.marshall
XmlProtocolUnmarshaller - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
 
XmlResponseHandler<T extends SdkPojo> - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
Response handler for REST-XML services (Cloudfront, Route53, and S3).
XmlResponseHandler(XmlProtocolUnmarshaller, Function<SdkHttpFullResponse, SdkPojo>, boolean) - Constructor for class com.ibm.cos.v2.protocols.xml.internal.unmarshall.XmlResponseHandler
 
XmlResponseParserUtils - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
Static methods to assist with parsing the response of AWS XML requests.
XmlUnmarshaller<T> - Interface in com.ibm.cos.v2.protocols.xml.internal.unmarshall
Interface to unmarshall response fields for Xml service
XmlUnmarshallerContext - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
 
XmlUnmarshallerContext.Builder - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
Builder for a XmlUnmarshallerContext.
XmlUnmarshallerRegistry - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
 
XmlUnmarshallerRegistry.Builder - Class in com.ibm.cos.v2.protocols.xml.internal.unmarshall
xmlWriter() - Method in class com.ibm.cos.v2.protocols.xml.internal.marshall.XmlGenerator
 

Y

years(Integer) - Method in interface com.ibm.cos.v2.services.s3.model.DefaultRetention.Builder
The number of years that you want to specify for the default retention period.
years() - Method in class com.ibm.cos.v2.services.s3.model.DefaultRetention
The number of years that you want to specify for the default retention period.
yyMMddhhmmss() - Static method in class com.ibm.cos.v2.testutils.DateUtils
Returns the current time in yyMMdd-hhmmss format.

Z

ZERO_BYTE - Static variable in class com.ibm.cos.v2.core.internal.util.ChunkContentUtils
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2026. All rights reserved.