Interface ListVaultsResponse.Builder

    • Method Detail

      • vaultList

        ListVaultsResponse.Builder vaultList​(DescribeVaultOutput... vaultList)

        List of vaults.

        Parameters:
        vaultList - List of vaults.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        ListVaultsResponse.Builder marker​(String marker)

        The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

        Parameters:
        marker - The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.