Class DescribeReplicationConfigurationsRequest

    • Method Detail

      • fileSystemId

        public final String fileSystemId()

        You can retrieve the replication configuration for a specific file system by providing its file system ID. For cross-account,cross-region replication, an account can only describe the replication configuration for a file system in its own Region.

        Returns:
        You can retrieve the replication configuration for a specific file system by providing its file system ID. For cross-account,cross-region replication, an account can only describe the replication configuration for a file system in its own Region.
      • nextToken

        public final String nextToken()

        NextToken is present if the response is paginated. You can use NextToken in a subsequent request to fetch the next page of output.

        Returns:
        NextToken is present if the response is paginated. You can use NextToken in a subsequent request to fetch the next page of output.
      • maxResults

        public final Integer maxResults()

        (Optional) To limit the number of objects returned in a response, you can specify the MaxItems parameter. The default value is 100.

        Returns:
        (Optional) To limit the number of objects returned in a response, you can specify the MaxItems parameter. The default value is 100.
      • 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