Uses of Class
software.amazon.awssdk.services.backupstorage.model.PutObjectResponse
-
Packages that use PutObjectResponse Package Description software.amazon.awssdk.services.backupstorage The frontend service for Cryo Storage. -
-
Uses of PutObjectResponse in software.amazon.awssdk.services.backupstorage
Methods in software.amazon.awssdk.services.backupstorage that return PutObjectResponse Modifier and Type Method Description default PutObjectResponseBackupStorageClient. putObject(Consumer<PutObjectRequest.Builder> putObjectRequest, Path sourcePath)Upload object that can store object metadata String and data blob in single API call using inline chunk field.default PutObjectResponseBackupStorageClient. putObject(Consumer<PutObjectRequest.Builder> putObjectRequest, RequestBody requestBody)Upload object that can store object metadata String and data blob in single API call using inline chunk field.default PutObjectResponseBackupStorageClient. putObject(PutObjectRequest putObjectRequest, Path sourcePath)Upload object that can store object metadata String and data blob in single API call using inline chunk field.default PutObjectResponseBackupStorageClient. putObject(PutObjectRequest putObjectRequest, RequestBody requestBody)Upload object that can store object metadata String and data blob in single API call using inline chunk field.Methods in software.amazon.awssdk.services.backupstorage that return types with arguments of type PutObjectResponse Modifier and Type Method Description default CompletableFuture<PutObjectResponse>BackupStorageAsyncClient. putObject(Consumer<PutObjectRequest.Builder> putObjectRequest, Path sourcePath)Upload object that can store object metadata String and data blob in single API call using inline chunk field.default CompletableFuture<PutObjectResponse>BackupStorageAsyncClient. putObject(Consumer<PutObjectRequest.Builder> putObjectRequest, AsyncRequestBody requestBody)Upload object that can store object metadata String and data blob in single API call using inline chunk field.default CompletableFuture<PutObjectResponse>BackupStorageAsyncClient. putObject(PutObjectRequest putObjectRequest, Path sourcePath)Upload object that can store object metadata String and data blob in single API call using inline chunk field.default CompletableFuture<PutObjectResponse>BackupStorageAsyncClient. putObject(PutObjectRequest putObjectRequest, AsyncRequestBody requestBody)Upload object that can store object metadata String and data blob in single API call using inline chunk field.
-