| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.clone() |
AwsEc2VpcEndpointServiceDetails |
ResourceDetails.getAwsEc2VpcEndpointService()
Details about the service configuration for a VPC endpoint service.
|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.withAcceptanceRequired(Boolean acceptanceRequired)
Whether requests from other Amazon Web Services accounts to create an endpoint to the service must first be
accepted.
|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.withAvailabilityZones(Collection<String> availabilityZones)
The Availability Zones where the service is available.
|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.withAvailabilityZones(String... availabilityZones)
The Availability Zones where the service is available.
|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.withBaseEndpointDnsNames(Collection<String> baseEndpointDnsNames)
The DNS names for the service.
|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.withBaseEndpointDnsNames(String... baseEndpointDnsNames)
The DNS names for the service.
|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.withGatewayLoadBalancerArns(Collection<String> gatewayLoadBalancerArns)
The ARNs of the Gateway Load Balancers for the service.
|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.withGatewayLoadBalancerArns(String... gatewayLoadBalancerArns)
The ARNs of the Gateway Load Balancers for the service.
|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.withManagesVpcEndpoints(Boolean managesVpcEndpoints)
Whether the service manages its VPC endpoints.
|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.withNetworkLoadBalancerArns(Collection<String> networkLoadBalancerArns)
The ARNs of the Network Load Balancers for the service.
|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.withNetworkLoadBalancerArns(String... networkLoadBalancerArns)
The ARNs of the Network Load Balancers for the service.
|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.withPrivateDnsName(String privateDnsName)
The private DNS name for the service.
|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.withServiceId(String serviceId)
The identifier of the service.
|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.withServiceName(String serviceName)
The name of the service.
|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.withServiceState(String serviceState)
The current state of the service.
|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.withServiceType(AwsEc2VpcEndpointServiceServiceTypeDetails... serviceType)
The types for the service.
|
AwsEc2VpcEndpointServiceDetails |
AwsEc2VpcEndpointServiceDetails.withServiceType(Collection<AwsEc2VpcEndpointServiceServiceTypeDetails> serviceType)
The types for the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEc2VpcEndpointService(AwsEc2VpcEndpointServiceDetails awsEc2VpcEndpointService)
Details about the service configuration for a VPC endpoint service.
|
ResourceDetails |
ResourceDetails.withAwsEc2VpcEndpointService(AwsEc2VpcEndpointServiceDetails awsEc2VpcEndpointService)
Details about the service configuration for a VPC endpoint service.
|
Copyright © 2023. All rights reserved.