| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Role> | 
createWithPolicy(String name,
                String assumeRolePolicy)  | 
com.google.common.util.concurrent.ListenableFuture<Role> | 
createWithPolicyAndPath(String name,
                       String assumeRolePolicy,
                       String path)  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
delete(String name)  | 
com.google.common.util.concurrent.ListenableFuture<Role> | 
get(String name)  | 
com.google.common.util.concurrent.ListenableFuture<PagedIterable<Role>> | 
list()  | 
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Role>> | 
listAt(String marker)  | 
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Role>> | 
listFirstPage()  | 
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> | 
listFirstPageOfInstanceProfiles(String name)  | 
com.google.common.util.concurrent.ListenableFuture<PagedIterable<InstanceProfile>> | 
listInstanceProfiles(String name)  | 
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> | 
listInstanceProfilesAt(String name,
                      String marker)  | 
com.google.common.util.concurrent.ListenableFuture<PagedIterable<Role>> | 
listPathPrefix(String pathPrefix)  | 
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Role>> | 
listPathPrefixAt(String pathPrefix,
                String marker)  | 
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Role>> | 
listPathPrefixFirstPage(String pathPrefix)  | 
@Named(value="CreateRole") com.google.common.util.concurrent.ListenableFuture<Role> createWithPolicy(String name, String assumeRolePolicy)
@Named(value="CreateRole") com.google.common.util.concurrent.ListenableFuture<Role> createWithPolicyAndPath(String name, String assumeRolePolicy, String path)
@Named(value="ListRoles") com.google.common.util.concurrent.ListenableFuture<PagedIterable<Role>> list()
RoleApi.list()@Named(value="ListRoles") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Role>> listFirstPage()
RoleApi.listFirstPage()@Named(value="ListRoles") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Role>> listAt(String marker)
RoleApi.listAt(String)@Named(value="ListRoles") com.google.common.util.concurrent.ListenableFuture<PagedIterable<Role>> listPathPrefix(String pathPrefix)
RoleApi.listPathPrefix(String)@Named(value="ListRoles") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Role>> listPathPrefixFirstPage(String pathPrefix)
@Named(value="ListRoles") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Role>> listPathPrefixAt(String pathPrefix, String marker)
@Named(value="GetRole") com.google.common.util.concurrent.ListenableFuture<Role> get(String name)
RoleApi#get()@Named(value="ListInstanceProfilesForRole") com.google.common.util.concurrent.ListenableFuture<PagedIterable<InstanceProfile>> listInstanceProfiles(String name)
RoleApi#listInstanceProfiles()@Named(value="ListInstanceProfilesForRole") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> listFirstPageOfInstanceProfiles(String name)
@Named(value="ListInstanceProfilesForRole") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> listInstanceProfilesAt(String name, String marker)
RoleApi#listInstanceProfilesAt(String)Copyright © 2009-2013 jclouds. All Rights Reserved.