Examples of IAMApiMetadata


Examples of org.jclouds.iam.IAMApiMetadata

*/
@Test(groups = "unit", testName = "AWSIAMProviderTest")
public class AWSIAMProviderTest extends BaseProviderMetadataTest {

   public AWSIAMProviderTest() {
      super(new AWSIAMProviderMetadata(), new IAMApiMetadata());
   }
View Full Code Here

Examples of org.jclouds.iam.IAMApiMetadata

         .endpoint("https://iam.amazonaws.com")
         .homepage(URI.create("http://aws.amazon.com/iam"))
         .console(URI.create("https://console.aws.amazon.com/iam/home"))
         .linkedServices("aws-ec2","aws-elb", "aws-cloudwatch", "aws-s3", "aws-simpledb")
         .iso3166Codes("US-VA", "US-CA", "BR-SP", "US-OR", "IE", "SG", "AU-NSW", "JP-13")
         .apiMetadata(new IAMApiMetadata())
         .defaultProperties(AWSIAMProviderMetadata.defaultProperties());
      }
View Full Code Here

Examples of org.jclouds.iam.IAMApiMetadata

         .endpoint("https://iam.amazonaws.com")
         .homepage(URI.create("http://aws.amazon.com/iam"))
         .console(URI.create("https://console.aws.amazon.com/iam/home"))
         .linkedServices("aws-ec2", "aws-elb", "aws-cloudwatch", "aws-s3", "aws-simpledb")
         .iso3166Codes("US-VA", "US-CA", "BR-SP", "US-OR", "IE", "SG", "AU-NSW", "JP-13")
         .apiMetadata(new IAMApiMetadata())
         .defaultProperties(AWSIAMProviderMetadata.defaultProperties());
      }
View Full Code Here

Examples of org.jclouds.iam.IAMApiMetadata

*/
@Test(groups = "unit", testName = "AWSIAMProviderTest")
public class AWSIAMProviderTest extends BaseProviderMetadataTest {

   public AWSIAMProviderTest() {
      super(new AWSIAMProviderMetadata(), new IAMApiMetadata());
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.