Class S3ApiMetadata

java.lang.Object
org.jclouds.apis.internal.BaseApiMetadata
org.jclouds.rest.internal.BaseHttpApiMetadata
org.jclouds.s3.S3ApiMetadata
All Implemented Interfaces:
org.jclouds.apis.ApiMetadata, org.jclouds.rest.HttpApiMetadata

@AutoService(org.jclouds.apis.ApiMetadata.class) public class S3ApiMetadata extends org.jclouds.rest.internal.BaseHttpApiMetadata
Implementation of ApiMetadata for Amazon's S3 api.

note

This class allows overriding of types A(api), so that children can add additional methods not declared here, such as new features from AWS.

As this is a popular api, we also allow overrides for type C (context). This allows subtypes to add in new feature groups or extensions, not present in the base api. For example, you could make a subtype for context, that exposes admin operations.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields inherited from class org.jclouds.rest.internal.BaseHttpApiMetadata

    api
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Properties
     
     

    Methods inherited from class org.jclouds.rest.internal.BaseHttpApiMetadata

    contextToken, getApi, string

    Methods inherited from class org.jclouds.apis.internal.BaseApiMetadata

    equals, getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.jclouds.apis.ApiMetadata

    getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews
  • Constructor Details

    • S3ApiMetadata

      public S3ApiMetadata()
    • S3ApiMetadata

      protected S3ApiMetadata(S3ApiMetadata.Builder<?,?> builder)
  • Method Details