| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.model.acl |
| Modifier and Type | Method and Description |
|---|---|
PolicyResponse |
AclClient.createPolicy(Policy policy) |
PolicyResponse |
AclClient.readPolicy(String id) |
PolicyResponse |
AclClient.updatePolicy(String id,
Policy policy) |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyResponse> |
AclClient.listPolicies() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePolicyResponse
Immutable implementation of
PolicyResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutablePolicyResponse |
ImmutablePolicyResponse.copyOf(PolicyResponse instance)
Creates an immutable copy of a
PolicyResponse value. |
ImmutablePolicyResponse.Builder |
ImmutablePolicyResponse.Builder.from(PolicyResponse instance)
Fill a builder with attribute values from the provided
com.orbitz.consul.model.acl.PolicyResponse instance. |
Copyright © 2019. All rights reserved.