Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ServiceDetail |
ServiceDetail.clone() |
ServiceDetail |
ServiceDetail.withAcceptanceRequired(Boolean acceptanceRequired)
Indicates whether VPC endpoint connection requests to the service must be accepted by the service owner.
|
ServiceDetail |
ServiceDetail.withAvailabilityZones(Collection<String> availabilityZones)
The Availability Zones in which the service is available.
|
ServiceDetail |
ServiceDetail.withAvailabilityZones(String... availabilityZones)
The Availability Zones in which the service is available.
|
ServiceDetail |
ServiceDetail.withBaseEndpointDnsNames(Collection<String> baseEndpointDnsNames)
The DNS names for the service.
|
ServiceDetail |
ServiceDetail.withBaseEndpointDnsNames(String... baseEndpointDnsNames)
The DNS names for the service.
|
ServiceDetail |
ServiceDetail.withManagesVpcEndpoints(Boolean managesVpcEndpoints)
Indicates whether the service manages its VPC endpoints.
|
ServiceDetail |
ServiceDetail.withOwner(String owner)
The AWS account ID of the service owner.
|
ServiceDetail |
ServiceDetail.withPrivateDnsName(String privateDnsName)
The private DNS name for the service.
|
ServiceDetail |
ServiceDetail.withPrivateDnsNameVerificationState(DnsNameState privateDnsNameVerificationState)
The verification state of the VPC endpoint service.
|
ServiceDetail |
ServiceDetail.withPrivateDnsNameVerificationState(String privateDnsNameVerificationState)
The verification state of the VPC endpoint service.
|
ServiceDetail |
ServiceDetail.withServiceId(String serviceId)
The ID of the endpoint service.
|
ServiceDetail |
ServiceDetail.withServiceName(String serviceName)
The Amazon Resource Name (ARN) of the service.
|
ServiceDetail |
ServiceDetail.withServiceType(Collection<ServiceTypeDetail> serviceType)
The type of service.
|
ServiceDetail |
ServiceDetail.withServiceType(ServiceTypeDetail... serviceType)
The type of service.
|
ServiceDetail |
ServiceDetail.withTags(Collection<Tag> tags)
Any tags assigned to the service.
|
ServiceDetail |
ServiceDetail.withTags(Tag... tags)
Any tags assigned to the service.
|
ServiceDetail |
ServiceDetail.withVpcEndpointPolicySupported(Boolean vpcEndpointPolicySupported)
Indicates whether the service supports endpoint policies.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceDetail> |
DescribeVpcEndpointServicesResult.getServiceDetails()
Information about the service.
|
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointServicesResult |
DescribeVpcEndpointServicesResult.withServiceDetails(ServiceDetail... serviceDetails)
Information about the service.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVpcEndpointServicesResult.setServiceDetails(Collection<ServiceDetail> serviceDetails)
Information about the service.
|
DescribeVpcEndpointServicesResult |
DescribeVpcEndpointServicesResult.withServiceDetails(Collection<ServiceDetail> serviceDetails)
Information about the service.
|
Copyright © 2020. All rights reserved.