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 Type
    Method
    Description
    The list of principal arns that are allowed to access the namespace on the private link.
    com.google.protobuf.ByteString
    The list of principal arns that are allowed to access the namespace on the private link.
    int
    The 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.
    The list of vpc endpoint service names that are associated with the namespace.
    com.google.protobuf.ByteString
    The list of vpc endpoint service names that are associated with the namespace.
    int
    The 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

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getAllowedPrincipalArnsList

      List<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

      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

      List<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

      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.