@Generated(value="software.amazon.awssdk:codegen") public final class VerifiedAccessEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VerifiedAccessEndpoint.Builder,VerifiedAccessEndpoint>
An Amazon Web Services Verified Access endpoint specifies the application that Amazon Web Services Verified Access provides access to. It must be attached to an Amazon Web Services Verified Access group. An Amazon Web Services Verified Access endpoint must also have an attached access policy before you attached it to a group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VerifiedAccessEndpoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationDomain()
The DNS name for users to reach your application.
|
VerifiedAccessEndpointAttachmentType |
attachmentType()
The type of attachment used to provide connectivity between the Amazon Web Services Verified Access endpoint and
the application.
|
String |
attachmentTypeAsString()
The type of attachment used to provide connectivity between the Amazon Web Services Verified Access endpoint and
the application.
|
static VerifiedAccessEndpoint.Builder |
builder() |
String |
creationTime()
The creation time.
|
String |
deletionTime()
The deletion time.
|
String |
description()
A description for the Amazon Web Services Verified Access endpoint.
|
String |
deviceValidationDomain()
Returned if endpoint has a device trust provider attached.
|
String |
domainCertificateArn()
The ARN of a public TLS/SSL certificate imported into or created with ACM.
|
String |
endpointDomain()
A DNS name that is generated for the endpoint.
|
VerifiedAccessEndpointType |
endpointType()
The type of Amazon Web Services Verified Access endpoint.
|
String |
endpointTypeAsString()
The type of Amazon Web Services Verified Access endpoint.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSecurityGroupIds()
For responses, this returns true if the service returned a value for the SecurityGroupIds property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
String |
lastUpdatedTime()
The last updated time.
|
VerifiedAccessEndpointLoadBalancerOptions |
loadBalancerOptions()
The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancertype. |
VerifiedAccessEndpointEniOptions |
networkInterfaceOptions()
The options for network-interface type endpoint.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
securityGroupIds()
The IDs of the security groups for the endpoint.
|
static Class<? extends VerifiedAccessEndpoint.Builder> |
serializableBuilderClass() |
VerifiedAccessSseSpecificationResponse |
sseSpecification()
Describes the options in use for server side encryption.
|
VerifiedAccessEndpointStatus |
status()
The endpoint status.
|
List<Tag> |
tags()
The tags.
|
VerifiedAccessEndpoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
verifiedAccessEndpointId()
The ID of the Amazon Web Services Verified Access endpoint.
|
String |
verifiedAccessGroupId()
The ID of the Amazon Web Services Verified Access group.
|
String |
verifiedAccessInstanceId()
The ID of the Amazon Web Services Verified Access instance.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String verifiedAccessInstanceId()
The ID of the Amazon Web Services Verified Access instance.
public final String verifiedAccessGroupId()
The ID of the Amazon Web Services Verified Access group.
public final String verifiedAccessEndpointId()
The ID of the Amazon Web Services Verified Access endpoint.
public final String applicationDomain()
The DNS name for users to reach your application.
public final VerifiedAccessEndpointType endpointType()
The type of Amazon Web Services Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
If the service returns an enum value that is not available in the current SDK version, endpointType will
return VerifiedAccessEndpointType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from endpointTypeAsString().
VerifiedAccessEndpointTypepublic final String endpointTypeAsString()
The type of Amazon Web Services Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
If the service returns an enum value that is not available in the current SDK version, endpointType will
return VerifiedAccessEndpointType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from endpointTypeAsString().
VerifiedAccessEndpointTypepublic final VerifiedAccessEndpointAttachmentType attachmentType()
The type of attachment used to provide connectivity between the Amazon Web Services Verified Access endpoint and the application.
If the service returns an enum value that is not available in the current SDK version, attachmentType
will return VerifiedAccessEndpointAttachmentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from attachmentTypeAsString().
VerifiedAccessEndpointAttachmentTypepublic final String attachmentTypeAsString()
The type of attachment used to provide connectivity between the Amazon Web Services Verified Access endpoint and the application.
If the service returns an enum value that is not available in the current SDK version, attachmentType
will return VerifiedAccessEndpointAttachmentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from attachmentTypeAsString().
VerifiedAccessEndpointAttachmentTypepublic final String domainCertificateArn()
The ARN of a public TLS/SSL certificate imported into or created with ACM.
public final String endpointDomain()
A DNS name that is generated for the endpoint.
public final String deviceValidationDomain()
Returned if endpoint has a device trust provider attached.
public final boolean hasSecurityGroupIds()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> securityGroupIds()
The IDs of the security groups for the endpoint.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSecurityGroupIds() method.
public final VerifiedAccessEndpointLoadBalancerOptions loadBalancerOptions()
The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancertype.
load-balancertype.public final VerifiedAccessEndpointEniOptions networkInterfaceOptions()
The options for network-interface type endpoint.
public final VerifiedAccessEndpointStatus status()
The endpoint status.
public final String description()
A description for the Amazon Web Services Verified Access endpoint.
public final String creationTime()
The creation time.
public final String lastUpdatedTime()
The last updated time.
public final String deletionTime()
The deletion time.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<Tag> tags()
The tags.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public final VerifiedAccessSseSpecificationResponse sseSpecification()
Describes the options in use for server side encryption.
public VerifiedAccessEndpoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VerifiedAccessEndpoint.Builder,VerifiedAccessEndpoint>public static VerifiedAccessEndpoint.Builder builder()
public static Class<? extends VerifiedAccessEndpoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.