| Package | Description |
|---|---|
| org.jclouds.vcloud.director.v1_5.domain | |
| org.jclouds.vcloud.director.v1_5.features.admin |
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
B |
Group.Builder.fromGroup(Group in) |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupApi.addGroupToOrg(Group group,
String orgUrn)
Imports a group in an organization.
|
Group |
GroupApi.addGroupToOrg(Group group,
URI orgHref) |
Group |
GroupApi.edit(String groupUrn,
Group group)
Modifies a group.
|
Group |
GroupApi.edit(URI groupHref,
Group group) |
Group |
GroupApi.get(String groupUrn)
Retrieves a group.
|
Group |
GroupApi.get(URI groupHref) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Group> |
GroupAsyncApi.addGroupToOrg(Group group,
String adminUrn) |
com.google.common.util.concurrent.ListenableFuture<Group> |
GroupAsyncApi.addGroupToOrg(Group group,
URI adminUrn) |
com.google.common.util.concurrent.ListenableFuture<Group> |
GroupAsyncApi.edit(String groupUrn,
Group group) |
com.google.common.util.concurrent.ListenableFuture<Group> |
GroupAsyncApi.edit(URI groupUrn,
Group group) |
com.google.common.util.concurrent.ListenableFuture<Group> |
GroupAsyncApi.get(String groupUri) |
com.google.common.util.concurrent.ListenableFuture<Group> |
GroupAsyncApi.get(URI groupUri) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Group> |
GroupAsyncApi.addGroupToOrg(Group group,
String adminUrn) |
Group |
GroupApi.addGroupToOrg(Group group,
String orgUrn)
Imports a group in an organization.
|
com.google.common.util.concurrent.ListenableFuture<Group> |
GroupAsyncApi.addGroupToOrg(Group group,
URI adminUrn) |
Group |
GroupApi.addGroupToOrg(Group group,
URI orgHref) |
com.google.common.util.concurrent.ListenableFuture<Group> |
GroupAsyncApi.edit(String groupUrn,
Group group) |
Group |
GroupApi.edit(String groupUrn,
Group group)
Modifies a group.
|
com.google.common.util.concurrent.ListenableFuture<Group> |
GroupAsyncApi.edit(URI groupUrn,
Group group) |
Group |
GroupApi.edit(URI groupHref,
Group group) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.