Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
addRole(String name,
String roleName) |
com.google.common.util.concurrent.ListenableFuture<InstanceProfile> |
create(String name) |
com.google.common.util.concurrent.ListenableFuture<InstanceProfile> |
createWithPath(String name,
String path) |
com.google.common.util.concurrent.ListenableFuture<Void> |
delete(String name) |
com.google.common.util.concurrent.ListenableFuture<InstanceProfile> |
get(String name) |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<InstanceProfile>> |
list() |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> |
listAt(String marker) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> |
listFirstPage() |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<InstanceProfile>> |
listPathPrefix(String pathPrefix) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> |
listPathPrefixAt(String pathPrefix,
String marker) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> |
listPathPrefixFirstPage(String pathPrefix) |
com.google.common.util.concurrent.ListenableFuture<Void> |
removeRole(String name,
String roleName) |
@Named(value="CreateInstanceProfile") com.google.common.util.concurrent.ListenableFuture<InstanceProfile> create(String name)
@Named(value="CreateInstanceProfile") com.google.common.util.concurrent.ListenableFuture<InstanceProfile> createWithPath(String name, String path)
@Named(value="ListInstanceProfiles") com.google.common.util.concurrent.ListenableFuture<PagedIterable<InstanceProfile>> list()
InstanceProfileApi.list()
@Named(value="ListInstanceProfiles") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> listFirstPage()
InstanceProfileApi.listFirstPage()
@Named(value="ListInstanceProfiles") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> listAt(String marker)
InstanceProfileApi.listAt(String)
@Named(value="ListInstanceProfiles") com.google.common.util.concurrent.ListenableFuture<PagedIterable<InstanceProfile>> listPathPrefix(String pathPrefix)
@Named(value="ListInstanceProfiles") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> listPathPrefixFirstPage(String pathPrefix)
@Named(value="ListInstanceProfiles") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> listPathPrefixAt(String pathPrefix, String marker)
@Named(value="GetInstanceProfile") com.google.common.util.concurrent.ListenableFuture<InstanceProfile> get(String name)
InstanceProfileApi#get()
@Named(value="DeleteInstanceProfile") com.google.common.util.concurrent.ListenableFuture<Void> delete(String name)
InstanceProfileApi#delete()
@Named(value="AddRoleToInstanceProfile") com.google.common.util.concurrent.ListenableFuture<Void> addRole(String name, String roleName)
InstanceProfileApi#addRole()
Copyright © 2009-2013 jclouds. All Rights Reserved.