Class GetDataEndpointRequest

    • Method Detail

      • streamName

        public final String streamName()

        The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN in the request.

        Returns:
        The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN in the request.
      • streamARN

        public final String streamARN()

        The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName in the request.

        Returns:
        The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName in the request.
      • apiName

        public final APIName apiName()

        The name of the API action for which to get an endpoint.

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

        Returns:
        The name of the API action for which to get an endpoint.
        See Also:
        APIName
      • apiNameAsString

        public final String apiNameAsString()

        The name of the API action for which to get an endpoint.

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

        Returns:
        The name of the API action for which to get an endpoint.
        See Also:
        APIName
      • 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