| Package | Description | 
|---|---|
| org.jclouds.iam.domain | |
| org.jclouds.iam.features | |
| org.jclouds.iam.functions | |
| org.jclouds.iam.xml | 
| Modifier and Type | Method and Description | 
|---|---|
InstanceProfile | 
InstanceProfile.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
InstanceProfile.Builder | 
InstanceProfile.Builder.from(InstanceProfile in)  | 
| Modifier and Type | Method and Description | 
|---|---|
InstanceProfile | 
InstanceProfileApi.create(String name)
Creates a new instance profile for your AWS account 
 | 
InstanceProfile | 
InstanceProfileApi.createWithPath(String name,
              String path)
like  
InstanceProfileApi.create(String), except you can specify a path. | 
InstanceProfile | 
InstanceProfileApi.get(String name)
Retrieves information about the specified instance profile, including the instance profile's path, GUID, and ARN. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<InstanceProfile> | 
InstanceProfileAsyncApi.create(String name)  | 
com.google.common.util.concurrent.ListenableFuture<InstanceProfile> | 
InstanceProfileAsyncApi.createWithPath(String name,
              String path)  | 
com.google.common.util.concurrent.ListenableFuture<InstanceProfile> | 
InstanceProfileAsyncApi.get(String name)  | 
com.google.common.util.concurrent.ListenableFuture<PagedIterable<InstanceProfile>> | 
InstanceProfileAsyncApi.list()  | 
PagedIterable<InstanceProfile> | 
InstanceProfileApi.list()
returns all instance profiles in order. 
 | 
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> | 
InstanceProfileAsyncApi.listAt(String marker)  | 
IterableWithMarker<InstanceProfile> | 
InstanceProfileApi.listAt(String marker)
retrieves up to 100 instance profiles in order, starting at  
marker | 
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> | 
InstanceProfileAsyncApi.listFirstPage()  | 
IterableWithMarker<InstanceProfile> | 
InstanceProfileApi.listFirstPage()
retrieves up to 100 instance profiles in order. 
 | 
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> | 
RoleAsyncApi.listFirstPageOfInstanceProfiles(String name)  | 
IterableWithMarker<InstanceProfile> | 
RoleApi.listFirstPageOfInstanceProfiles(String name)
retrieves up to 100 instance profiles in order for this role. 
 | 
com.google.common.util.concurrent.ListenableFuture<PagedIterable<InstanceProfile>> | 
RoleAsyncApi.listInstanceProfiles(String name)  | 
PagedIterable<InstanceProfile> | 
RoleApi.listInstanceProfiles(String name)
returns all instance profiles in order for this role. 
 | 
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> | 
RoleAsyncApi.listInstanceProfilesAt(String name,
                      String marker)  | 
IterableWithMarker<InstanceProfile> | 
RoleApi.listInstanceProfilesAt(String name,
                      String marker)
retrieves up to 100 instance profiles in order for this role, starting at  
marker | 
com.google.common.util.concurrent.ListenableFuture<PagedIterable<InstanceProfile>> | 
InstanceProfileAsyncApi.listPathPrefix(String pathPrefix)  | 
PagedIterable<InstanceProfile> | 
InstanceProfileApi.listPathPrefix(String pathPrefix)
returns all instance profiles in order at the specified  
pathPrefix. | 
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> | 
InstanceProfileAsyncApi.listPathPrefixAt(String pathPrefix,
                String marker)  | 
IterableWithMarker<InstanceProfile> | 
InstanceProfileApi.listPathPrefixAt(String pathPrefix,
                String marker)
retrieves up to 100 instance profiles in order at the specified  
pathPrefix, starting at marker. | 
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> | 
InstanceProfileAsyncApi.listPathPrefixFirstPage(String pathPrefix)  | 
IterableWithMarker<InstanceProfile> | 
InstanceProfileApi.listPathPrefixFirstPage(String pathPrefix)
retrieves up to 100 instance profiles in order at the specified  
pathPrefix. | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<InstanceProfile>> | 
InstanceProfilesToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> pathPrefix)  | 
protected com.google.common.base.Function<Object,IterableWithMarker<InstanceProfile>> | 
InstanceProfilesForRoleToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> name)  | 
| Modifier and Type | Method and Description | 
|---|---|
InstanceProfile | 
InstanceProfileHandler.getResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
IterableWithMarker<InstanceProfile> | 
ListInstanceProfilesResultHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.