Interface AWSPrivateLinkInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AWSPrivateLinkInfo,AWSPrivateLinkInfo.Builder
@Generated(value="protoc",
comments="annotations:AWSPrivateLinkInfoOrBuilder.java.pb.meta")
public interface AWSPrivateLinkInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAllowedPrincipalArns(int index) The list of principal arns that are allowed to access the namespace on the private link.com.google.protobuf.ByteStringgetAllowedPrincipalArnsBytes(int index) The list of principal arns that are allowed to access the namespace on the private link.intThe list of principal arns that are allowed to access the namespace on the private link.The list of principal arns that are allowed to access the namespace on the private link.getVpcEndpointServiceNames(int index) The list of vpc endpoint service names that are associated with the namespace.com.google.protobuf.ByteStringgetVpcEndpointServiceNamesBytes(int index) The list of vpc endpoint service names that are associated with the namespace.intThe list of vpc endpoint service names that are associated with the namespace.The list of vpc endpoint service names that are associated with the namespace.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAllowedPrincipalArnsList
-
getAllowedPrincipalArnsCount
int getAllowedPrincipalArnsCount()The list of principal arns that are allowed to access the namespace on the private link.
repeated string allowed_principal_arns = 1;- Returns:
- The count of allowedPrincipalArns.
-
getAllowedPrincipalArns
The list of principal arns that are allowed to access the namespace on the private link.
repeated string allowed_principal_arns = 1;- Parameters:
index- The index of the element to return.- Returns:
- The allowedPrincipalArns at the given index.
-
getAllowedPrincipalArnsBytes
com.google.protobuf.ByteString getAllowedPrincipalArnsBytes(int index) The list of principal arns that are allowed to access the namespace on the private link.
repeated string allowed_principal_arns = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the allowedPrincipalArns at the given index.
-
getVpcEndpointServiceNamesList
-
getVpcEndpointServiceNamesCount
int getVpcEndpointServiceNamesCount()The list of vpc endpoint service names that are associated with the namespace.
repeated string vpc_endpoint_service_names = 2;- Returns:
- The count of vpcEndpointServiceNames.
-
getVpcEndpointServiceNames
The list of vpc endpoint service names that are associated with the namespace.
repeated string vpc_endpoint_service_names = 2;- Parameters:
index- The index of the element to return.- Returns:
- The vpcEndpointServiceNames at the given index.
-
getVpcEndpointServiceNamesBytes
com.google.protobuf.ByteString getVpcEndpointServiceNamesBytes(int index) The list of vpc endpoint service names that are associated with the namespace.
repeated string vpc_endpoint_service_names = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the vpcEndpointServiceNames at the given index.
-