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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAllowedPrincipalArns(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.intgetAllowedPrincipalArnsCount()The list of principal arns that are allowed to access the namespace on the private link.java.util.List<java.lang.String>getAllowedPrincipalArnsList()The list of principal arns that are allowed to access the namespace on the private link.java.lang.StringgetVpcEndpointServiceNames(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.intgetVpcEndpointServiceNamesCount()The list of vpc endpoint service names that are associated with the namespace.java.util.List<java.lang.String>getVpcEndpointServiceNamesList()The list of vpc endpoint service names that are associated with the namespace.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAllowedPrincipalArnsList
java.util.List<java.lang.String> getAllowedPrincipalArnsList()
The list of principal arns that are allowed to access the namespace on the private link.
repeated string allowed_principal_arns = 1;- Returns:
- A list containing the allowedPrincipalArns.
-
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
java.lang.String getAllowedPrincipalArns(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 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
java.util.List<java.lang.String> getVpcEndpointServiceNamesList()
The list of vpc endpoint service names that are associated with the namespace.
repeated string vpc_endpoint_service_names = 2;- Returns:
- A list containing the vpcEndpointServiceNames.
-
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
java.lang.String getVpcEndpointServiceNames(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 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.
-
-