JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.elasticfilesystem.model

Class DescribeMountTargetsResult

    • Constructor Detail

      • DescribeMountTargetsResult

        public DescribeMountTargetsResult()
    • Method Detail

      • setMarker

        public void setMarker(String marker)

        If the request included the Marker, the response returns that value in this field.

        Parameters:
        marker - If the request included the Marker, the response returns that value in this field.
      • getMarker

        public String getMarker()

        If the request included the Marker, the response returns that value in this field.

        Returns:
        If the request included the Marker, the response returns that value in this field.
      • withMarker

        public DescribeMountTargetsResult withMarker(String marker)

        If the request included the Marker, the response returns that value in this field.

        Parameters:
        marker - If the request included the Marker, the response returns that value in this field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getMountTargets

        public List<MountTargetDescription> getMountTargets()

        Returns the file system's mount targets as an array of MountTargetDescription objects.

        Returns:
        Returns the file system's mount targets as an array of MountTargetDescription objects.
      • setMountTargets

        public void setMountTargets(Collection<MountTargetDescription> mountTargets)

        Returns the file system's mount targets as an array of MountTargetDescription objects.

        Parameters:
        mountTargets - Returns the file system's mount targets as an array of MountTargetDescription objects.
      • withMountTargets

        public DescribeMountTargetsResult withMountTargets(Collection<MountTargetDescription> mountTargets)

        Returns the file system's mount targets as an array of MountTargetDescription objects.

        Parameters:
        mountTargets - Returns the file system's mount targets as an array of MountTargetDescription objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextMarker

        public void setNextMarker(String nextMarker)

        If a value is present, there are more mount targets to return. In a subsequent request, you can provide Marker in your request with this value to retrieve the next set of mount targets.

        Parameters:
        nextMarker - If a value is present, there are more mount targets to return. In a subsequent request, you can provide Marker in your request with this value to retrieve the next set of mount targets.
      • getNextMarker

        public String getNextMarker()

        If a value is present, there are more mount targets to return. In a subsequent request, you can provide Marker in your request with this value to retrieve the next set of mount targets.

        Returns:
        If a value is present, there are more mount targets to return. In a subsequent request, you can provide Marker in your request with this value to retrieve the next set of mount targets.
      • withNextMarker

        public DescribeMountTargetsResult withNextMarker(String nextMarker)

        If a value is present, there are more mount targets to return. In a subsequent request, you can provide Marker in your request with this value to retrieve the next set of mount targets.

        Parameters:
        nextMarker - If a value is present, there are more mount targets to return. In a subsequent request, you can provide Marker in your request with this value to retrieve the next set of mount targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /