Class UpdateServiceNetworkRequest

    • Method Detail

      • authType

        public final AuthType authType()

        The type of IAM policy.

        • NONE: The resource does not use an IAM policy. This is the default.

        • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

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

        Returns:
        The type of IAM policy.

        • NONE: The resource does not use an IAM policy. This is the default.

        • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

        See Also:
        AuthType
      • authTypeAsString

        public final String authTypeAsString()

        The type of IAM policy.

        • NONE: The resource does not use an IAM policy. This is the default.

        • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

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

        Returns:
        The type of IAM policy.

        • NONE: The resource does not use an IAM policy. This is the default.

        • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

        See Also:
        AuthType
      • serviceNetworkIdentifier

        public final String serviceNetworkIdentifier()

        The ID or Amazon Resource Name (ARN) of the service network.

        Returns:
        The ID or Amazon Resource Name (ARN) of the service network.
      • 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