|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BceCredentials in com.baidubce |
|---|
| Methods in com.baidubce that return BceCredentials | |
|---|---|
BceCredentials |
BceClientConfiguration.getCredentials()
Returns the BCE credentials used by the client to sign HTTP requests. |
| Methods in com.baidubce with parameters of type BceCredentials | |
|---|---|
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. |
| Uses of BceCredentials in com.baidubce.auth |
|---|
| Subinterfaces of BceCredentials in com.baidubce.auth | |
|---|---|
interface |
BceSessionCredentials
Provides access to the BCE credentials used for accessing BCE services: BCE access key ID, secret access key and session token. |
| Classes in com.baidubce.auth that implement BceCredentials | |
|---|---|
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. |
| Methods in com.baidubce.auth with parameters of type BceCredentials | |
|---|---|
void |
BceV1Signer.sign(InternalRequest request,
BceCredentials credentials)
|
void |
Signer.sign(InternalRequest request,
BceCredentials credentials)
Equivalent to sign(request, credentials, SignOptions.DEFAULT). |
void |
BceV1Signer.sign(InternalRequest request,
BceCredentials credentials,
SignOptions options)
Sign the given request with the given set of credentials. |
void |
Signer.sign(InternalRequest request,
BceCredentials credentials,
SignOptions options)
Sign the given request with the given set of credentials. |
| Uses of BceCredentials in com.baidubce.internal |
|---|
| Methods in com.baidubce.internal that return BceCredentials | |
|---|---|
BceCredentials |
InternalRequest.getCredentials()
|
| Methods in com.baidubce.internal with parameters of type BceCredentials | |
|---|---|
void |
InternalRequest.setCredentials(BceCredentials credentials)
|
| Uses of BceCredentials in com.baidubce.model |
|---|
| Methods in com.baidubce.model that return BceCredentials | |
|---|---|
BceCredentials |
AbstractBceRequest.getRequestCredentials()
Returns the optional credentials to use to sign this request, overriding the default credentials set at the client level. |
| Methods in com.baidubce.model with parameters of type BceCredentials | |
|---|---|
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)
|
| Uses of BceCredentials in com.baidubce.services.bmr.model |
|---|
| Methods in com.baidubce.services.bmr.model with parameters of type BceCredentials | |
|---|---|
ListClustersRequest |
ListClustersRequest.withRequestCredentials(BceCredentials credentials)
Configure request credential for the request. |
ListInstanceGroupsRequest |
ListInstanceGroupsRequest.withRequestCredentials(BceCredentials credentials)
Configure request credential for the request. |
ListInstancesRequest |
ListInstancesRequest.withRequestCredentials(BceCredentials credentials)
Configure request credential for the request. |
CreateClusterRequest |
CreateClusterRequest.withRequestCredentials(BceCredentials credentials)
Configure request credential for the request. |
TerminateClusterRequest |
TerminateClusterRequest.withRequestCredentials(BceCredentials credentials)
Configure request credential for the request. |
ListStepsRequest |
ListStepsRequest.withRequestCredentials(BceCredentials credentials)
Configure request credential for the request. |
AddStepsRequest |
AddStepsRequest.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. |
| Uses of BceCredentials in com.baidubce.services.bos |
|---|
| Methods in com.baidubce.services.bos with parameters of type BceCredentials | |
|---|---|
BosClientConfiguration |
BosClientConfiguration.withCredentials(BceCredentials credentials)
|
| Uses of BceCredentials in com.baidubce.services.bos.model |
|---|
| Uses of BceCredentials in com.baidubce.services.lss.model |
|---|
| Uses of BceCredentials in com.baidubce.services.media.model |
|---|
| Uses of BceCredentials in com.baidubce.services.moladb.model |
|---|
| Uses of BceCredentials in com.baidubce.services.ses |
|---|
| Methods in com.baidubce.services.ses with parameters of type BceCredentials | |
|---|---|
SesClientConfiguration |
SesClientConfiguration.withCredentials(BceCredentials credentials)
|
| Uses of BceCredentials in com.baidubce.services.ses.model |
|---|
| Methods in com.baidubce.services.ses.model that return BceCredentials | |
|---|---|
BceCredentials |
SesRequest.getRequestCredentials()
|
| Methods in com.baidubce.services.ses.model with parameters of type BceCredentials | |
|---|---|
void |
SesRequest.setRequestCredentials(BceCredentials credentials)
|
SesRequest |
SesRequest.withRequestCredentials(BceCredentials credentials)
|
| Uses of BceCredentials in com.baidubce.services.sms |
|---|
| Methods in com.baidubce.services.sms with parameters of type BceCredentials | |
|---|---|
SmsClientConfiguration |
SmsClientConfiguration.withCredentials(BceCredentials credentials)
|
| Uses of BceCredentials in com.baidubce.services.sms.model |
|---|
| Methods in com.baidubce.services.sms.model that return BceCredentials | |
|---|---|
BceCredentials |
SmsRequest.getRequestCredentials()
|
| Methods in com.baidubce.services.sms.model with parameters of type BceCredentials | |
|---|---|
void |
SmsRequest.setRequestCredentials(BceCredentials credentials)
|
SmsRequest |
SmsRequest.withRequestCredentials(BceCredentials credentials)
|
| Uses of BceCredentials in com.baidubce.services.vod.model |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||