Package de.dlr.proseo.storagemgr.s3
Klasse S3AtomicBucketListGetter
java.lang.Object
de.dlr.proseo.storagemgr.s3.S3AtomicBucketListGetter
- Alle implementierten Schnittstellen:
AtomicCommand<List<String>>
S3 Atomic Bucket List Getter
- Autor:
- Denys Chaykovskiy
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungS3AtomicBucketListGetter
(software.amazon.awssdk.services.s3.S3Client s3Client) Constructor to get buckets -
Methodenübersicht
-
Konstruktordetails
-
S3AtomicBucketListGetter
public S3AtomicBucketListGetter(software.amazon.awssdk.services.s3.S3Client s3Client) Constructor to get buckets- Parameter:
s3Client
- S3 client
-
-
Methodendetails
-
execute
Executes s3 get buckets- Angegeben von:
execute
in SchnittstelleAtomicCommand<List<String>>
- Gibt zurück:
- buckets
- Löst aus:
IOException
- if atomic command was not successful
-
getInfo
Gets information about atomic command (mostly for logs)- Angegeben von:
getInfo
in SchnittstelleAtomicCommand<List<String>>
- Gibt zurück:
- information about atomic command
-
getCompletedInfo
Gets information about completed atomic command (mostly for logs)- Angegeben von:
getCompletedInfo
in SchnittstelleAtomicCommand<List<String>>
- Gibt zurück:
- information about completed atomic command
-
getFailedInfo
Gets information about failed atomic command (mostly for logs)- Angegeben von:
getFailedInfo
in SchnittstelleAtomicCommand<List<String>>
- Gibt zurück:
- information about failed atomic command
-