Class VpcEndpoint

    • Method Detail

      • vpcEndpointId

        public final String vpcEndpointId()

        The unique identifier of the endpoint.

        Returns:
        The unique identifier of the endpoint.
      • vpcEndpointOwner

        public final String vpcEndpointOwner()

        The creator of the endpoint.

        Returns:
        The creator of the endpoint.
      • domainArn

        public final String domainArn()

        The Amazon Resource Name (ARN) of the domain associated with the endpoint.

        Returns:
        The Amazon Resource Name (ARN) of the domain associated with the endpoint.
      • vpcOptions

        public final VPCDerivedInfo vpcOptions()

        Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.

        Returns:
        Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.
      • endpoint

        public final String endpoint()

        The connection endpoint ID for connecting to the domain.

        Returns:
        The connection endpoint ID for connecting to the domain.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)