Package org.jclouds.s3.binders
Class BindBucketLoggingToXmlPayload
- java.lang.Object
-
- org.jclouds.s3.binders.BindBucketLoggingToXmlPayload
-
- All Implemented Interfaces:
org.jclouds.rest.Binder
@Singleton public class BindBucketLoggingToXmlPayload extends Object implements org.jclouds.rest.Binder
-
-
Constructor Summary
Constructors Constructor Description BindBucketLoggingToXmlPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends org.jclouds.http.HttpRequest>
RbindToRequest(R request, Object payload)
-
-
-
Method Detail
-
bindToRequest
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request, Object payload)- Specified by:
bindToRequestin interfaceorg.jclouds.rest.Binder
-
-