public interface ClientManager
extends org.apache.hadoop.service.Service
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.services.s3.S3AsyncClient |
getOrCreateAsyncClient()
Get the Async S3Client,raising a failure to create as an IOException.
|
software.amazon.awssdk.services.s3.S3Client |
getOrCreateAsyncS3ClientUnchecked()
Get the AsyncS3Client, raising a failure to create as an UncheckedIOException.
|
software.amazon.awssdk.services.s3.S3Client |
getOrCreateS3Client()
Get the S3Client, raising a failure to create as an IOException.
|
software.amazon.awssdk.services.s3.S3Client |
getOrCreateS3ClientUnchecked()
Get the S3Client, raising a failure to create as an UncheckedIOException.
|
software.amazon.awssdk.transfer.s3.S3TransferManager |
getOrCreateTransferManager()
Get the transfer manager, creating it and any dependencies if needed.
|
software.amazon.awssdk.services.s3.S3Client |
getOrCreateUnencryptedS3Client()
Get or create an unencrypted S3 client.
|
software.amazon.awssdk.transfer.s3.S3TransferManager getOrCreateTransferManager()
throws IOException
IOException - on any failure to create the managersoftware.amazon.awssdk.services.s3.S3Client getOrCreateS3Client()
throws IOException
IOException - failure to create the client.software.amazon.awssdk.services.s3.S3Client getOrCreateS3ClientUnchecked()
throws UncheckedIOException
UncheckedIOException - failure to create the client.software.amazon.awssdk.services.s3.S3AsyncClient getOrCreateAsyncClient()
throws IOException
IOException - failure to create the client.software.amazon.awssdk.services.s3.S3Client getOrCreateUnencryptedS3Client()
throws IOException
IOException - on any failuresoftware.amazon.awssdk.services.s3.S3Client getOrCreateAsyncS3ClientUnchecked()
throws UncheckedIOException
UncheckedIOException - failure to create the client.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.