JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.directconnect.model

Class UpdateConnectionResult

    • Constructor Detail

      • UpdateConnectionResult

        public UpdateConnectionResult()
    • Method Detail

      • setOwnerAccount

        public void setOwnerAccount(String ownerAccount)

        The ID of the Amazon Web Services account that owns the connection.

        Parameters:
        ownerAccount - The ID of the Amazon Web Services account that owns the connection.
      • getOwnerAccount

        public String getOwnerAccount()

        The ID of the Amazon Web Services account that owns the connection.

        Returns:
        The ID of the Amazon Web Services account that owns the connection.
      • withOwnerAccount

        public UpdateConnectionResult withOwnerAccount(String ownerAccount)

        The ID of the Amazon Web Services account that owns the connection.

        Parameters:
        ownerAccount - The ID of the Amazon Web Services account that owns the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConnectionId

        public void setConnectionId(String connectionId)

        The ID of the connection.

        Parameters:
        connectionId - The ID of the connection.
      • getConnectionId

        public String getConnectionId()

        The ID of the connection.

        Returns:
        The ID of the connection.
      • withConnectionId

        public UpdateConnectionResult withConnectionId(String connectionId)

        The ID of the connection.

        Parameters:
        connectionId - The ID of the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConnectionName

        public void setConnectionName(String connectionName)

        The name of the connection.

        Parameters:
        connectionName - The name of the connection.
      • getConnectionName

        public String getConnectionName()

        The name of the connection.

        Returns:
        The name of the connection.
      • withConnectionName

        public UpdateConnectionResult withConnectionName(String connectionName)

        The name of the connection.

        Parameters:
        connectionName - The name of the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConnectionState

        public void setConnectionState(String connectionState)

        The state of the connection. The following are the possible values:

        • ordering: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.

        • requested: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.

        • pending: The connection has been approved and is being initialized.

        • available: The network link is up and the connection is ready for use.

        • down: The network link is down.

        • deleting: The connection is being deleted.

        • deleted: The connection has been deleted.

        • rejected: A hosted connection in the ordering state enters the rejected state if it is deleted by the customer.

        • unknown: The state of the connection is not available.

        Parameters:
        connectionState - The state of the connection. The following are the possible values:

        • ordering: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.

        • requested: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.

        • pending: The connection has been approved and is being initialized.

        • available: The network link is up and the connection is ready for use.

        • down: The network link is down.

        • deleting: The connection is being deleted.

        • deleted: The connection has been deleted.

        • rejected: A hosted connection in the ordering state enters the rejected state if it is deleted by the customer.

        • unknown: The state of the connection is not available.

        See Also:
        ConnectionState
      • getConnectionState

        public String getConnectionState()

        The state of the connection. The following are the possible values:

        • ordering: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.

        • requested: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.

        • pending: The connection has been approved and is being initialized.

        • available: The network link is up and the connection is ready for use.

        • down: The network link is down.

        • deleting: The connection is being deleted.

        • deleted: The connection has been deleted.

        • rejected: A hosted connection in the ordering state enters the rejected state if it is deleted by the customer.

        • unknown: The state of the connection is not available.

        Returns:
        The state of the connection. The following are the possible values:

        • ordering: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.

        • requested: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.

        • pending: The connection has been approved and is being initialized.

        • available: The network link is up and the connection is ready for use.

        • down: The network link is down.

        • deleting: The connection is being deleted.

        • deleted: The connection has been deleted.

        • rejected: A hosted connection in the ordering state enters the rejected state if it is deleted by the customer.

        • unknown: The state of the connection is not available.

        See Also:
        ConnectionState
      • withConnectionState

        public UpdateConnectionResult withConnectionState(String connectionState)

        The state of the connection. The following are the possible values:

        • ordering: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.

        • requested: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.

        • pending: The connection has been approved and is being initialized.

        • available: The network link is up and the connection is ready for use.

        • down: The network link is down.

        • deleting: The connection is being deleted.

        • deleted: The connection has been deleted.

        • rejected: A hosted connection in the ordering state enters the rejected state if it is deleted by the customer.

        • unknown: The state of the connection is not available.

        Parameters:
        connectionState - The state of the connection. The following are the possible values:

        • ordering: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.

        • requested: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.

        • pending: The connection has been approved and is being initialized.

        • available: The network link is up and the connection is ready for use.

        • down: The network link is down.

        • deleting: The connection is being deleted.

        • deleted: The connection has been deleted.

        • rejected: A hosted connection in the ordering state enters the rejected state if it is deleted by the customer.

        • unknown: The state of the connection is not available.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectionState
      • setConnectionState

        public void setConnectionState(ConnectionState connectionState)

        The state of the connection. The following are the possible values:

        • ordering: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.

        • requested: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.

        • pending: The connection has been approved and is being initialized.

        • available: The network link is up and the connection is ready for use.

        • down: The network link is down.

        • deleting: The connection is being deleted.

        • deleted: The connection has been deleted.

        • rejected: A hosted connection in the ordering state enters the rejected state if it is deleted by the customer.

        • unknown: The state of the connection is not available.

        Parameters:
        connectionState - The state of the connection. The following are the possible values:

        • ordering: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.

        • requested: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.

        • pending: The connection has been approved and is being initialized.

        • available: The network link is up and the connection is ready for use.

        • down: The network link is down.

        • deleting: The connection is being deleted.

        • deleted: The connection has been deleted.

        • rejected: A hosted connection in the ordering state enters the rejected state if it is deleted by the customer.

        • unknown: The state of the connection is not available.

        See Also:
        ConnectionState
      • withConnectionState

        public UpdateConnectionResult withConnectionState(ConnectionState connectionState)

        The state of the connection. The following are the possible values:

        • ordering: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.

        • requested: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.

        • pending: The connection has been approved and is being initialized.

        • available: The network link is up and the connection is ready for use.

        • down: The network link is down.

        • deleting: The connection is being deleted.

        • deleted: The connection has been deleted.

        • rejected: A hosted connection in the ordering state enters the rejected state if it is deleted by the customer.

        • unknown: The state of the connection is not available.

        Parameters:
        connectionState - The state of the connection. The following are the possible values:

        • ordering: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.

        • requested: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.

        • pending: The connection has been approved and is being initialized.

        • available: The network link is up and the connection is ready for use.

        • down: The network link is down.

        • deleting: The connection is being deleted.

        • deleted: The connection has been deleted.

        • rejected: A hosted connection in the ordering state enters the rejected state if it is deleted by the customer.

        • unknown: The state of the connection is not available.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectionState
      • setRegion

        public void setRegion(String region)

        The Amazon Web Services Region where the connection is located.

        Parameters:
        region - The Amazon Web Services Region where the connection is located.
      • getRegion

        public String getRegion()

        The Amazon Web Services Region where the connection is located.

        Returns:
        The Amazon Web Services Region where the connection is located.
      • withRegion

        public UpdateConnectionResult withRegion(String region)

        The Amazon Web Services Region where the connection is located.

        Parameters:
        region - The Amazon Web Services Region where the connection is located.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLocation

        public void setLocation(String location)

        The location of the connection.

        Parameters:
        location - The location of the connection.
      • getLocation

        public String getLocation()

        The location of the connection.

        Returns:
        The location of the connection.
      • withLocation

        public UpdateConnectionResult withLocation(String location)

        The location of the connection.

        Parameters:
        location - The location of the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBandwidth

        public void setBandwidth(String bandwidth)

        The bandwidth of the connection.

        Parameters:
        bandwidth - The bandwidth of the connection.
      • getBandwidth

        public String getBandwidth()

        The bandwidth of the connection.

        Returns:
        The bandwidth of the connection.
      • withBandwidth

        public UpdateConnectionResult withBandwidth(String bandwidth)

        The bandwidth of the connection.

        Parameters:
        bandwidth - The bandwidth of the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVlan

        public void setVlan(Integer vlan)

        The ID of the VLAN.

        Parameters:
        vlan - The ID of the VLAN.
      • getVlan

        public Integer getVlan()

        The ID of the VLAN.

        Returns:
        The ID of the VLAN.
      • withVlan

        public UpdateConnectionResult withVlan(Integer vlan)

        The ID of the VLAN.

        Parameters:
        vlan - The ID of the VLAN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPartnerName

        public void setPartnerName(String partnerName)

        The name of the Direct Connect service provider associated with the connection.

        Parameters:
        partnerName - The name of the Direct Connect service provider associated with the connection.
      • getPartnerName

        public String getPartnerName()

        The name of the Direct Connect service provider associated with the connection.

        Returns:
        The name of the Direct Connect service provider associated with the connection.
      • withPartnerName

        public UpdateConnectionResult withPartnerName(String partnerName)

        The name of the Direct Connect service provider associated with the connection.

        Parameters:
        partnerName - The name of the Direct Connect service provider associated with the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLoaIssueTime

        public void setLoaIssueTime(Date loaIssueTime)

        The time of the most recent call to DescribeLoa for this connection.

        Parameters:
        loaIssueTime - The time of the most recent call to DescribeLoa for this connection.
      • getLoaIssueTime

        public Date getLoaIssueTime()

        The time of the most recent call to DescribeLoa for this connection.

        Returns:
        The time of the most recent call to DescribeLoa for this connection.
      • withLoaIssueTime

        public UpdateConnectionResult withLoaIssueTime(Date loaIssueTime)

        The time of the most recent call to DescribeLoa for this connection.

        Parameters:
        loaIssueTime - The time of the most recent call to DescribeLoa for this connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLagId

        public void setLagId(String lagId)

        The ID of the LAG.

        Parameters:
        lagId - The ID of the LAG.
      • getLagId

        public String getLagId()

        The ID of the LAG.

        Returns:
        The ID of the LAG.
      • withLagId

        public UpdateConnectionResult withLagId(String lagId)

        The ID of the LAG.

        Parameters:
        lagId - The ID of the LAG.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAwsDevice

        public void setAwsDevice(String awsDevice)

        The Direct Connect endpoint on which the physical connection terminates.

        Parameters:
        awsDevice - The Direct Connect endpoint on which the physical connection terminates.
      • getAwsDevice

        public String getAwsDevice()

        The Direct Connect endpoint on which the physical connection terminates.

        Returns:
        The Direct Connect endpoint on which the physical connection terminates.
      • withAwsDevice

        public UpdateConnectionResult withAwsDevice(String awsDevice)

        The Direct Connect endpoint on which the physical connection terminates.

        Parameters:
        awsDevice - The Direct Connect endpoint on which the physical connection terminates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setJumboFrameCapable

        public void setJumboFrameCapable(Boolean jumboFrameCapable)

        Indicates whether jumbo frames are supported.

        Parameters:
        jumboFrameCapable - Indicates whether jumbo frames are supported.
      • getJumboFrameCapable

        public Boolean getJumboFrameCapable()

        Indicates whether jumbo frames are supported.

        Returns:
        Indicates whether jumbo frames are supported.
      • withJumboFrameCapable

        public UpdateConnectionResult withJumboFrameCapable(Boolean jumboFrameCapable)

        Indicates whether jumbo frames are supported.

        Parameters:
        jumboFrameCapable - Indicates whether jumbo frames are supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isJumboFrameCapable

        public Boolean isJumboFrameCapable()

        Indicates whether jumbo frames are supported.

        Returns:
        Indicates whether jumbo frames are supported.
      • setAwsDeviceV2

        public void setAwsDeviceV2(String awsDeviceV2)

        The Direct Connect endpoint that terminates the physical connection.

        Parameters:
        awsDeviceV2 - The Direct Connect endpoint that terminates the physical connection.
      • getAwsDeviceV2

        public String getAwsDeviceV2()

        The Direct Connect endpoint that terminates the physical connection.

        Returns:
        The Direct Connect endpoint that terminates the physical connection.
      • withAwsDeviceV2

        public UpdateConnectionResult withAwsDeviceV2(String awsDeviceV2)

        The Direct Connect endpoint that terminates the physical connection.

        Parameters:
        awsDeviceV2 - The Direct Connect endpoint that terminates the physical connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAwsLogicalDeviceId

        public void setAwsLogicalDeviceId(String awsLogicalDeviceId)

        The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.

        Parameters:
        awsLogicalDeviceId - The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.
      • getAwsLogicalDeviceId

        public String getAwsLogicalDeviceId()

        The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.

        Returns:
        The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.
      • withAwsLogicalDeviceId

        public UpdateConnectionResult withAwsLogicalDeviceId(String awsLogicalDeviceId)

        The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.

        Parameters:
        awsLogicalDeviceId - The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setHasLogicalRedundancy

        public void setHasLogicalRedundancy(String hasLogicalRedundancy)

        Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).

        Parameters:
        hasLogicalRedundancy - Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
        See Also:
        HasLogicalRedundancy
      • getHasLogicalRedundancy

        public String getHasLogicalRedundancy()

        Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).

        Returns:
        Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
        See Also:
        HasLogicalRedundancy
      • withHasLogicalRedundancy

        public UpdateConnectionResult withHasLogicalRedundancy(String hasLogicalRedundancy)

        Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).

        Parameters:
        hasLogicalRedundancy - Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HasLogicalRedundancy
      • setHasLogicalRedundancy

        public void setHasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)

        Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).

        Parameters:
        hasLogicalRedundancy - Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
        See Also:
        HasLogicalRedundancy
      • withHasLogicalRedundancy

        public UpdateConnectionResult withHasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)

        Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).

        Parameters:
        hasLogicalRedundancy - Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HasLogicalRedundancy
      • getTags

        public List<Tag> getTags()

        The tags associated with the connection.

        Returns:
        The tags associated with the connection.
      • setTags

        public void setTags(Collection<Tag> tags)

        The tags associated with the connection.

        Parameters:
        tags - The tags associated with the connection.
      • withTags

        public UpdateConnectionResult withTags(Tag... tags)

        The tags associated with the connection.

        NOTE: This method appends the values to the existing list (if any). Use setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the existing values.

        Parameters:
        tags - The tags associated with the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public UpdateConnectionResult withTags(Collection<Tag> tags)

        The tags associated with the connection.

        Parameters:
        tags - The tags associated with the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProviderName

        public void setProviderName(String providerName)

        The name of the service provider associated with the connection.

        Parameters:
        providerName - The name of the service provider associated with the connection.
      • getProviderName

        public String getProviderName()

        The name of the service provider associated with the connection.

        Returns:
        The name of the service provider associated with the connection.
      • withProviderName

        public UpdateConnectionResult withProviderName(String providerName)

        The name of the service provider associated with the connection.

        Parameters:
        providerName - The name of the service provider associated with the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMacSecCapable

        public void setMacSecCapable(Boolean macSecCapable)

        Indicates whether the connection supports MAC Security (MACsec).

        Parameters:
        macSecCapable - Indicates whether the connection supports MAC Security (MACsec).
      • getMacSecCapable

        public Boolean getMacSecCapable()

        Indicates whether the connection supports MAC Security (MACsec).

        Returns:
        Indicates whether the connection supports MAC Security (MACsec).
      • withMacSecCapable

        public UpdateConnectionResult withMacSecCapable(Boolean macSecCapable)

        Indicates whether the connection supports MAC Security (MACsec).

        Parameters:
        macSecCapable - Indicates whether the connection supports MAC Security (MACsec).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isMacSecCapable

        public Boolean isMacSecCapable()

        Indicates whether the connection supports MAC Security (MACsec).

        Returns:
        Indicates whether the connection supports MAC Security (MACsec).
      • setPortEncryptionStatus

        public void setPortEncryptionStatus(String portEncryptionStatus)

        The MAC Security (MACsec) port link status of the connection.

        The valid values are Encryption Up, which means that there is an active Connection Key Name, or Encryption Down.

        Parameters:
        portEncryptionStatus - The MAC Security (MACsec) port link status of the connection.

        The valid values are Encryption Up, which means that there is an active Connection Key Name, or Encryption Down.

      • getPortEncryptionStatus

        public String getPortEncryptionStatus()

        The MAC Security (MACsec) port link status of the connection.

        The valid values are Encryption Up, which means that there is an active Connection Key Name, or Encryption Down.

        Returns:
        The MAC Security (MACsec) port link status of the connection.

        The valid values are Encryption Up, which means that there is an active Connection Key Name, or Encryption Down.

      • withPortEncryptionStatus

        public UpdateConnectionResult withPortEncryptionStatus(String portEncryptionStatus)

        The MAC Security (MACsec) port link status of the connection.

        The valid values are Encryption Up, which means that there is an active Connection Key Name, or Encryption Down.

        Parameters:
        portEncryptionStatus - The MAC Security (MACsec) port link status of the connection.

        The valid values are Encryption Up, which means that there is an active Connection Key Name, or Encryption Down.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEncryptionMode

        public void setEncryptionMode(String encryptionMode)

        The MAC Security (MACsec) connection encryption mode.

        The valid values are no_encrypt, should_encrypt, and must_encrypt.

        Parameters:
        encryptionMode - The MAC Security (MACsec) connection encryption mode.

        The valid values are no_encrypt, should_encrypt, and must_encrypt.

      • getEncryptionMode

        public String getEncryptionMode()

        The MAC Security (MACsec) connection encryption mode.

        The valid values are no_encrypt, should_encrypt, and must_encrypt.

        Returns:
        The MAC Security (MACsec) connection encryption mode.

        The valid values are no_encrypt, should_encrypt, and must_encrypt.

      • withEncryptionMode

        public UpdateConnectionResult withEncryptionMode(String encryptionMode)

        The MAC Security (MACsec) connection encryption mode.

        The valid values are no_encrypt, should_encrypt, and must_encrypt.

        Parameters:
        encryptionMode - The MAC Security (MACsec) connection encryption mode.

        The valid values are no_encrypt, should_encrypt, and must_encrypt.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getMacSecKeys

        public List<MacSecKey> getMacSecKeys()

        The MAC Security (MACsec) security keys associated with the connection.

        Returns:
        The MAC Security (MACsec) security keys associated with the connection.
      • setMacSecKeys

        public void setMacSecKeys(Collection<MacSecKey> macSecKeys)

        The MAC Security (MACsec) security keys associated with the connection.

        Parameters:
        macSecKeys - The MAC Security (MACsec) security keys associated with the connection.
      • withMacSecKeys

        public UpdateConnectionResult withMacSecKeys(MacSecKey... macSecKeys)

        The MAC Security (MACsec) security keys associated with the connection.

        NOTE: This method appends the values to the existing list (if any). Use setMacSecKeys(java.util.Collection) or withMacSecKeys(java.util.Collection) if you want to override the existing values.

        Parameters:
        macSecKeys - The MAC Security (MACsec) security keys associated with the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withMacSecKeys

        public UpdateConnectionResult withMacSecKeys(Collection<MacSecKey> macSecKeys)

        The MAC Security (MACsec) security keys associated with the connection.

        Parameters:
        macSecKeys - The MAC Security (MACsec) security keys associated with the connection.
        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 によって変換されたページ (->オリジナル) /