Class DescribeEndpointsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()
        Optional. Max number of endpoints, up to twenty, that will be returned at one time.
        Returns:
        Optional. Max number of endpoints, up to twenty, that will be returned at one time.
      • mode

        public final DescribeEndpointsMode mode()
        Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.

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

        Returns:
        Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.
        See Also:
        DescribeEndpointsMode
      • modeAsString

        public final String modeAsString()
        Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.

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

        Returns:
        Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.
        See Also:
        DescribeEndpointsMode
      • nextToken

        public final String nextToken()
        Use this string, provided with the response to a previous request, to request the next batch of endpoints.
        Returns:
        Use this string, provided with the response to a previous request, to request the next batch of endpoints.
      • 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