| Modifier and Type | Method and Description |
|---|---|
BceCredentials |
BceClientConfiguration.getCredentials()
Returns the BCE credentials used by the client to sign HTTP requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BceClientConfiguration.setCredentials(BceCredentials credentials)
Sets the BCE credentials used by the client to sign HTTP requests.
|
BceClientConfiguration |
BceClientConfiguration.withCredentials(BceCredentials credentials)
Sets the BCE credentials used by the client to sign HTTP requests, and returns the updated configuration
instance.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BceSessionCredentials
Provides access to the BCE credentials used for accessing BCE services: BCE access key ID, secret access key and
session token.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBceCredentials
Default implementation of the Credentials interface that allows callers to pass in the BCE access key and secret
access in the constructor.
|
class |
DefaultBceSessionCredentials
Default implementation of the BceTokenCredentials interface that allows callers to pass in the BCE access key id,
secret key and session token in the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Signer.sign(InternalRequest request,
BceCredentials credentials)
Equivalent to sign(request, credentials, SignOptions.DEFAULT).
|
void |
BceV1Signer.sign(InternalRequest request,
BceCredentials credentials) |
void |
Signer.sign(InternalRequest request,
BceCredentials credentials,
SignOptions options)
Sign the given request with the given set of credentials.
|
void |
BceV1Signer.sign(InternalRequest request,
BceCredentials credentials,
SignOptions options)
Sign the given request with the given set of credentials.
|
| Modifier and Type | Method and Description |
|---|---|
BceCredentials |
InternalRequest.getCredentials() |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalRequest.setCredentials(BceCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
BceCredentials |
AbstractBceRequest.getRequestCredentials()
Returns the optional credentials to use to sign this request, overriding the default credentials set at the
client level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBceRequest.setRequestCredentials(BceCredentials credentials)
Sets the optional credentials to use for this request, overriding the default credentials set at the client
level.
|
GenericAccountRequest |
GenericAccountRequest.withRequestCredentials(BceCredentials credentials) |
abstract AbstractBceRequest |
AbstractBceRequest.withRequestCredentials(BceCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
TerminateClusterRequest |
TerminateClusterRequest.withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
ListStepsRequest |
ListStepsRequest.withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
ListInstancesRequest |
ListInstancesRequest.withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
ListInstanceGroupsRequest |
ListInstanceGroupsRequest.withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
ListClustersRequest |
ListClustersRequest.withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
GetStepRequest |
GetStepRequest.withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
GetClusterRequest |
GetClusterRequest.withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
CreateClusterRequest |
CreateClusterRequest.withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
AddStepsRequest |
AddStepsRequest.withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
| Modifier and Type | Method and Description |
|---|---|
BosClientConfiguration |
BosClientConfiguration.withCredentials(BceCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
SesClientConfiguration |
SesClientConfiguration.withCredentials(BceCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
BceCredentials |
SesRequest.getRequestCredentials() |
| Modifier and Type | Method and Description |
|---|---|
void |
SesRequest.setRequestCredentials(BceCredentials credentials) |
SesRequest |
SesRequest.withRequestCredentials(BceCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
SmsClientConfiguration |
SmsClientConfiguration.withCredentials(BceCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
BceCredentials |
SmsRequest.getRequestCredentials() |
| Modifier and Type | Method and Description |
|---|---|
void |
SmsRequest.setRequestCredentials(BceCredentials credentials) |
SmsRequest |
SmsRequest.withRequestCredentials(BceCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
GetSessionTokenRequest |
GetSessionTokenRequest.withRequestCredentials(BceCredentials credentials) |
Copyright © 2016. All rights reserved.