类 SesRequest

    • 构造器详细资料

      • SesRequest

        public SesRequest()
    • 方法详细资料

      • getRequestCredentials

        public BceCredentials getRequestCredentials()
        从类复制的说明: AbstractBceRequest
        Returns the optional credentials to use to sign this request, overriding the default credentials set at the client level.
        覆盖:
        getRequestCredentials 在类中 AbstractBceRequest
        返回:
        The optional credentials to use to sign this request, overriding the default credentials set at the client level.
      • setRequestCredentials

        public void setRequestCredentials​(BceCredentials credentials)
        从类复制的说明: AbstractBceRequest
        Sets the optional credentials to use for this request, overriding the default credentials set at the client level.
        覆盖:
        setRequestCredentials 在类中 AbstractBceRequest
        参数:
        credentials - The optional BCE security credentials to use for this request, overriding the default credentials set at the client level.