Class ListBackupVaultsRequest

    • Method Detail

      • byVaultType

        public final VaultType byVaultType()

        This parameter will sort the list of vaults by vault type.

        If the service returns an enum value that is not available in the current SDK version, byVaultType will return VaultType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from byVaultTypeAsString().

        Returns:
        This parameter will sort the list of vaults by vault type.
        See Also:
        VaultType
      • byVaultTypeAsString

        public final String byVaultTypeAsString()

        This parameter will sort the list of vaults by vault type.

        If the service returns an enum value that is not available in the current SDK version, byVaultType will return VaultType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from byVaultTypeAsString().

        Returns:
        This parameter will sort the list of vaults by vault type.
        See Also:
        VaultType
      • byShared

        public final Boolean byShared()

        This parameter will sort the list of vaults by shared vaults.

        Returns:
        This parameter will sort the list of vaults by shared vaults.
      • nextToken

        public final String nextToken()

        The next item following a partial list of returned items. For example, if a request is made to return MaxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

        Returns:
        The next item following a partial list of returned items. For example, if a request is made to return MaxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
      • maxResults

        public final Integer maxResults()

        The maximum number of items to be returned.

        Returns:
        The maximum number of items to be returned.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object