-
- All Implemented Interfaces:
-
org.http4k.connect.Action,org.http4k.connect.amazon.s3.action.S3Action
public final class DeleteBucket implements S3Action<Unit>
-
-
Field Summary
Fields Modifier and Type Field Description private final BucketNamebucketName
-
Constructor Summary
Constructors Constructor Description DeleteBucket(BucketName bucketName)
-
Method Summary
Modifier and Type Method Description RequesttoRequest()Result<Unit, RemoteFailure>toResult(Response response)final BucketNamecomponent1()final DeleteBucketcopy(BucketName bucketName)final BucketNamegetBucketName()-
-
Constructor Detail
-
DeleteBucket
DeleteBucket(BucketName bucketName)
-
-
Method Detail
-
toRequest
Request toRequest()
-
component1
final BucketName component1()
-
copy
final DeleteBucket copy(BucketName bucketName)
-
getBucketName
final BucketName getBucketName()
-
-
-
-