| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice |
Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all
of your services across multiple accounts and virtual private clouds (VPCs).
|
| Modifier and Type | Method and Description |
|---|---|
default BatchUpdateRuleResponse |
VpcLatticeClient.batchUpdateRule(BatchUpdateRuleRequest batchUpdateRuleRequest)
Updates the listener rules in a batch.
|
default BatchUpdateRuleResponse |
VpcLatticeClient.batchUpdateRule(Consumer<BatchUpdateRuleRequest.Builder> batchUpdateRuleRequest)
Updates the listener rules in a batch.
|
default CreateAccessLogSubscriptionResponse |
VpcLatticeClient.createAccessLogSubscription(Consumer<CreateAccessLogSubscriptionRequest.Builder> createAccessLogSubscriptionRequest)
Enables access logs to be sent to Amazon CloudWatch, Amazon S3, and Amazon Kinesis Data Firehose.
|
default CreateAccessLogSubscriptionResponse |
VpcLatticeClient.createAccessLogSubscription(CreateAccessLogSubscriptionRequest createAccessLogSubscriptionRequest)
Enables access logs to be sent to Amazon CloudWatch, Amazon S3, and Amazon Kinesis Data Firehose.
|
default CreateListenerResponse |
VpcLatticeClient.createListener(Consumer<CreateListenerRequest.Builder> createListenerRequest)
Creates a listener for a service.
|
default CreateListenerResponse |
VpcLatticeClient.createListener(CreateListenerRequest createListenerRequest)
Creates a listener for a service.
|
default CreateRuleResponse |
VpcLatticeClient.createRule(Consumer<CreateRuleRequest.Builder> createRuleRequest)
Creates a listener rule.
|
default CreateRuleResponse |
VpcLatticeClient.createRule(CreateRuleRequest createRuleRequest)
Creates a listener rule.
|
default CreateServiceResponse |
VpcLatticeClient.createService(Consumer<CreateServiceRequest.Builder> createServiceRequest)
Creates a service.
|
default CreateServiceResponse |
VpcLatticeClient.createService(CreateServiceRequest createServiceRequest)
Creates a service.
|
default CreateServiceNetworkResponse |
VpcLatticeClient.createServiceNetwork(Consumer<CreateServiceNetworkRequest.Builder> createServiceNetworkRequest)
Creates a service network.
|
default CreateServiceNetworkResponse |
VpcLatticeClient.createServiceNetwork(CreateServiceNetworkRequest createServiceNetworkRequest)
Creates a service network.
|
default CreateServiceNetworkServiceAssociationResponse |
VpcLatticeClient.createServiceNetworkServiceAssociation(Consumer<CreateServiceNetworkServiceAssociationRequest.Builder> createServiceNetworkServiceAssociationRequest)
Associates a service with a service network.
|
default CreateServiceNetworkServiceAssociationResponse |
VpcLatticeClient.createServiceNetworkServiceAssociation(CreateServiceNetworkServiceAssociationRequest createServiceNetworkServiceAssociationRequest)
Associates a service with a service network.
|
default CreateServiceNetworkVpcAssociationResponse |
VpcLatticeClient.createServiceNetworkVpcAssociation(Consumer<CreateServiceNetworkVpcAssociationRequest.Builder> createServiceNetworkVpcAssociationRequest)
Associates a VPC with a service network.
|
default CreateServiceNetworkVpcAssociationResponse |
VpcLatticeClient.createServiceNetworkVpcAssociation(CreateServiceNetworkVpcAssociationRequest createServiceNetworkVpcAssociationRequest)
Associates a VPC with a service network.
|
default CreateTargetGroupResponse |
VpcLatticeClient.createTargetGroup(Consumer<CreateTargetGroupRequest.Builder> createTargetGroupRequest)
Creates a target group.
|
default CreateTargetGroupResponse |
VpcLatticeClient.createTargetGroup(CreateTargetGroupRequest createTargetGroupRequest)
Creates a target group.
|
default DeleteAccessLogSubscriptionResponse |
VpcLatticeClient.deleteAccessLogSubscription(Consumer<DeleteAccessLogSubscriptionRequest.Builder> deleteAccessLogSubscriptionRequest)
Deletes the specified access log subscription.
|
default DeleteAccessLogSubscriptionResponse |
VpcLatticeClient.deleteAccessLogSubscription(DeleteAccessLogSubscriptionRequest deleteAccessLogSubscriptionRequest)
Deletes the specified access log subscription.
|
default DeleteAuthPolicyResponse |
VpcLatticeClient.deleteAuthPolicy(Consumer<DeleteAuthPolicyRequest.Builder> deleteAuthPolicyRequest)
Deletes the specified auth policy.
|
default DeleteAuthPolicyResponse |
VpcLatticeClient.deleteAuthPolicy(DeleteAuthPolicyRequest deleteAuthPolicyRequest)
Deletes the specified auth policy.
|
default DeleteListenerResponse |
VpcLatticeClient.deleteListener(Consumer<DeleteListenerRequest.Builder> deleteListenerRequest)
Deletes the specified listener.
|
default DeleteListenerResponse |
VpcLatticeClient.deleteListener(DeleteListenerRequest deleteListenerRequest)
Deletes the specified listener.
|
default DeleteResourcePolicyResponse |
VpcLatticeClient.deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest)
Deletes the specified resource policy.
|
default DeleteResourcePolicyResponse |
VpcLatticeClient.deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest)
Deletes the specified resource policy.
|
default DeleteRuleResponse |
VpcLatticeClient.deleteRule(Consumer<DeleteRuleRequest.Builder> deleteRuleRequest)
Deletes a listener rule.
|
default DeleteRuleResponse |
VpcLatticeClient.deleteRule(DeleteRuleRequest deleteRuleRequest)
Deletes a listener rule.
|
default DeleteServiceResponse |
VpcLatticeClient.deleteService(Consumer<DeleteServiceRequest.Builder> deleteServiceRequest)
Deletes a service.
|
default DeleteServiceResponse |
VpcLatticeClient.deleteService(DeleteServiceRequest deleteServiceRequest)
Deletes a service.
|
default DeleteServiceNetworkResponse |
VpcLatticeClient.deleteServiceNetwork(Consumer<DeleteServiceNetworkRequest.Builder> deleteServiceNetworkRequest)
Deletes a service network.
|
default DeleteServiceNetworkResponse |
VpcLatticeClient.deleteServiceNetwork(DeleteServiceNetworkRequest deleteServiceNetworkRequest)
Deletes a service network.
|
default DeleteServiceNetworkServiceAssociationResponse |
VpcLatticeClient.deleteServiceNetworkServiceAssociation(Consumer<DeleteServiceNetworkServiceAssociationRequest.Builder> deleteServiceNetworkServiceAssociationRequest)
Deletes the association between a specified service and the specific service network.
|
default DeleteServiceNetworkServiceAssociationResponse |
VpcLatticeClient.deleteServiceNetworkServiceAssociation(DeleteServiceNetworkServiceAssociationRequest deleteServiceNetworkServiceAssociationRequest)
Deletes the association between a specified service and the specific service network.
|
default DeleteServiceNetworkVpcAssociationResponse |
VpcLatticeClient.deleteServiceNetworkVpcAssociation(Consumer<DeleteServiceNetworkVpcAssociationRequest.Builder> deleteServiceNetworkVpcAssociationRequest)
Disassociates the VPC from the service network.
|
default DeleteServiceNetworkVpcAssociationResponse |
VpcLatticeClient.deleteServiceNetworkVpcAssociation(DeleteServiceNetworkVpcAssociationRequest deleteServiceNetworkVpcAssociationRequest)
Disassociates the VPC from the service network.
|
default DeleteTargetGroupResponse |
VpcLatticeClient.deleteTargetGroup(Consumer<DeleteTargetGroupRequest.Builder> deleteTargetGroupRequest)
Deletes a target group.
|
default DeleteTargetGroupResponse |
VpcLatticeClient.deleteTargetGroup(DeleteTargetGroupRequest deleteTargetGroupRequest)
Deletes a target group.
|
default DeregisterTargetsResponse |
VpcLatticeClient.deregisterTargets(Consumer<DeregisterTargetsRequest.Builder> deregisterTargetsRequest)
Deregisters the specified targets from the specified target group.
|
default DeregisterTargetsResponse |
VpcLatticeClient.deregisterTargets(DeregisterTargetsRequest deregisterTargetsRequest)
Deregisters the specified targets from the specified target group.
|
default GetAccessLogSubscriptionResponse |
VpcLatticeClient.getAccessLogSubscription(Consumer<GetAccessLogSubscriptionRequest.Builder> getAccessLogSubscriptionRequest)
Retrieves information about the specified access log subscription.
|
default GetAccessLogSubscriptionResponse |
VpcLatticeClient.getAccessLogSubscription(GetAccessLogSubscriptionRequest getAccessLogSubscriptionRequest)
Retrieves information about the specified access log subscription.
|
default GetAuthPolicyResponse |
VpcLatticeClient.getAuthPolicy(Consumer<GetAuthPolicyRequest.Builder> getAuthPolicyRequest)
Retrieves information about the auth policy for the specified service or service network.
|
default GetAuthPolicyResponse |
VpcLatticeClient.getAuthPolicy(GetAuthPolicyRequest getAuthPolicyRequest)
Retrieves information about the auth policy for the specified service or service network.
|
default GetListenerResponse |
VpcLatticeClient.getListener(Consumer<GetListenerRequest.Builder> getListenerRequest)
Retrieves information about the specified listener for the specified service.
|
default GetListenerResponse |
VpcLatticeClient.getListener(GetListenerRequest getListenerRequest)
Retrieves information about the specified listener for the specified service.
|
default GetResourcePolicyResponse |
VpcLatticeClient.getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest)
Retrieves information about the resource policy.
|
default GetResourcePolicyResponse |
VpcLatticeClient.getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest)
Retrieves information about the resource policy.
|
default GetRuleResponse |
VpcLatticeClient.getRule(Consumer<GetRuleRequest.Builder> getRuleRequest)
Retrieves information about listener rules.
|
default GetRuleResponse |
VpcLatticeClient.getRule(GetRuleRequest getRuleRequest)
Retrieves information about listener rules.
|
default GetServiceResponse |
VpcLatticeClient.getService(Consumer<GetServiceRequest.Builder> getServiceRequest)
Retrieves information about the specified service.
|
default GetServiceResponse |
VpcLatticeClient.getService(GetServiceRequest getServiceRequest)
Retrieves information about the specified service.
|
default GetServiceNetworkResponse |
VpcLatticeClient.getServiceNetwork(Consumer<GetServiceNetworkRequest.Builder> getServiceNetworkRequest)
Retrieves information about the specified service network.
|
default GetServiceNetworkResponse |
VpcLatticeClient.getServiceNetwork(GetServiceNetworkRequest getServiceNetworkRequest)
Retrieves information about the specified service network.
|
default GetServiceNetworkServiceAssociationResponse |
VpcLatticeClient.getServiceNetworkServiceAssociation(Consumer<GetServiceNetworkServiceAssociationRequest.Builder> getServiceNetworkServiceAssociationRequest)
Retrieves information about the specified association between a service network and a service.
|
default GetServiceNetworkServiceAssociationResponse |
VpcLatticeClient.getServiceNetworkServiceAssociation(GetServiceNetworkServiceAssociationRequest getServiceNetworkServiceAssociationRequest)
Retrieves information about the specified association between a service network and a service.
|
default GetServiceNetworkVpcAssociationResponse |
VpcLatticeClient.getServiceNetworkVpcAssociation(Consumer<GetServiceNetworkVpcAssociationRequest.Builder> getServiceNetworkVpcAssociationRequest)
Retrieves information about the association between a service network and a VPC.
|
default GetServiceNetworkVpcAssociationResponse |
VpcLatticeClient.getServiceNetworkVpcAssociation(GetServiceNetworkVpcAssociationRequest getServiceNetworkVpcAssociationRequest)
Retrieves information about the association between a service network and a VPC.
|
default GetTargetGroupResponse |
VpcLatticeClient.getTargetGroup(Consumer<GetTargetGroupRequest.Builder> getTargetGroupRequest)
Retrieves information about the specified target group.
|
default GetTargetGroupResponse |
VpcLatticeClient.getTargetGroup(GetTargetGroupRequest getTargetGroupRequest)
Retrieves information about the specified target group.
|
default ListAccessLogSubscriptionsResponse |
VpcLatticeClient.listAccessLogSubscriptions(Consumer<ListAccessLogSubscriptionsRequest.Builder> listAccessLogSubscriptionsRequest)
Lists all access log subscriptions for the specified service network or service.
|
default ListAccessLogSubscriptionsResponse |
VpcLatticeClient.listAccessLogSubscriptions(ListAccessLogSubscriptionsRequest listAccessLogSubscriptionsRequest)
Lists all access log subscriptions for the specified service network or service.
|
default ListAccessLogSubscriptionsIterable |
VpcLatticeClient.listAccessLogSubscriptionsPaginator(Consumer<ListAccessLogSubscriptionsRequest.Builder> listAccessLogSubscriptionsRequest)
Lists all access log subscriptions for the specified service network or service.
|
default ListAccessLogSubscriptionsIterable |
VpcLatticeClient.listAccessLogSubscriptionsPaginator(ListAccessLogSubscriptionsRequest listAccessLogSubscriptionsRequest)
Lists all access log subscriptions for the specified service network or service.
|
default ListListenersResponse |
VpcLatticeClient.listListeners(Consumer<ListListenersRequest.Builder> listListenersRequest)
Lists the listeners for the specified service.
|
default ListListenersResponse |
VpcLatticeClient.listListeners(ListListenersRequest listListenersRequest)
Lists the listeners for the specified service.
|
default ListListenersIterable |
VpcLatticeClient.listListenersPaginator(Consumer<ListListenersRequest.Builder> listListenersRequest)
Lists the listeners for the specified service.
|
default ListListenersIterable |
VpcLatticeClient.listListenersPaginator(ListListenersRequest listListenersRequest)
Lists the listeners for the specified service.
|
default ListRulesResponse |
VpcLatticeClient.listRules(Consumer<ListRulesRequest.Builder> listRulesRequest)
Lists the rules for the listener.
|
default ListRulesResponse |
VpcLatticeClient.listRules(ListRulesRequest listRulesRequest)
Lists the rules for the listener.
|
default ListRulesIterable |
VpcLatticeClient.listRulesPaginator(Consumer<ListRulesRequest.Builder> listRulesRequest)
Lists the rules for the listener.
|
default ListRulesIterable |
VpcLatticeClient.listRulesPaginator(ListRulesRequest listRulesRequest)
Lists the rules for the listener.
|
default ListServiceNetworksResponse |
VpcLatticeClient.listServiceNetworks(Consumer<ListServiceNetworksRequest.Builder> listServiceNetworksRequest)
Lists the service networks owned by the caller account or shared with the caller account.
|
default ListServiceNetworksResponse |
VpcLatticeClient.listServiceNetworks(ListServiceNetworksRequest listServiceNetworksRequest)
Lists the service networks owned by the caller account or shared with the caller account.
|
default ListServiceNetworkServiceAssociationsResponse |
VpcLatticeClient.listServiceNetworkServiceAssociations(Consumer<ListServiceNetworkServiceAssociationsRequest.Builder> listServiceNetworkServiceAssociationsRequest)
Lists the associations between the service network and the service.
|
default ListServiceNetworkServiceAssociationsResponse |
VpcLatticeClient.listServiceNetworkServiceAssociations(ListServiceNetworkServiceAssociationsRequest listServiceNetworkServiceAssociationsRequest)
Lists the associations between the service network and the service.
|
default ListServiceNetworkServiceAssociationsIterable |
VpcLatticeClient.listServiceNetworkServiceAssociationsPaginator(Consumer<ListServiceNetworkServiceAssociationsRequest.Builder> listServiceNetworkServiceAssociationsRequest)
Lists the associations between the service network and the service.
|
default ListServiceNetworkServiceAssociationsIterable |
VpcLatticeClient.listServiceNetworkServiceAssociationsPaginator(ListServiceNetworkServiceAssociationsRequest listServiceNetworkServiceAssociationsRequest)
Lists the associations between the service network and the service.
|
default ListServiceNetworksIterable |
VpcLatticeClient.listServiceNetworksPaginator(Consumer<ListServiceNetworksRequest.Builder> listServiceNetworksRequest)
Lists the service networks owned by the caller account or shared with the caller account.
|
default ListServiceNetworksIterable |
VpcLatticeClient.listServiceNetworksPaginator(ListServiceNetworksRequest listServiceNetworksRequest)
Lists the service networks owned by the caller account or shared with the caller account.
|
default ListServiceNetworkVpcAssociationsResponse |
VpcLatticeClient.listServiceNetworkVpcAssociations(Consumer<ListServiceNetworkVpcAssociationsRequest.Builder> listServiceNetworkVpcAssociationsRequest)
Lists the service network and VPC associations.
|
default ListServiceNetworkVpcAssociationsResponse |
VpcLatticeClient.listServiceNetworkVpcAssociations(ListServiceNetworkVpcAssociationsRequest listServiceNetworkVpcAssociationsRequest)
Lists the service network and VPC associations.
|
default ListServiceNetworkVpcAssociationsIterable |
VpcLatticeClient.listServiceNetworkVpcAssociationsPaginator(Consumer<ListServiceNetworkVpcAssociationsRequest.Builder> listServiceNetworkVpcAssociationsRequest)
Lists the service network and VPC associations.
|
default ListServiceNetworkVpcAssociationsIterable |
VpcLatticeClient.listServiceNetworkVpcAssociationsPaginator(ListServiceNetworkVpcAssociationsRequest listServiceNetworkVpcAssociationsRequest)
Lists the service network and VPC associations.
|
default ListServicesResponse |
VpcLatticeClient.listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)
Lists the services owned by the caller account or shared with the caller account.
|
default ListServicesResponse |
VpcLatticeClient.listServices(ListServicesRequest listServicesRequest)
Lists the services owned by the caller account or shared with the caller account.
|
default ListServicesIterable |
VpcLatticeClient.listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest)
Lists the services owned by the caller account or shared with the caller account.
|
default ListServicesIterable |
VpcLatticeClient.listServicesPaginator(ListServicesRequest listServicesRequest)
Lists the services owned by the caller account or shared with the caller account.
|
default ListTargetGroupsResponse |
VpcLatticeClient.listTargetGroups(Consumer<ListTargetGroupsRequest.Builder> listTargetGroupsRequest)
Lists your target groups.
|
default ListTargetGroupsResponse |
VpcLatticeClient.listTargetGroups(ListTargetGroupsRequest listTargetGroupsRequest)
Lists your target groups.
|
default ListTargetGroupsIterable |
VpcLatticeClient.listTargetGroupsPaginator(Consumer<ListTargetGroupsRequest.Builder> listTargetGroupsRequest)
Lists your target groups.
|
default ListTargetGroupsIterable |
VpcLatticeClient.listTargetGroupsPaginator(ListTargetGroupsRequest listTargetGroupsRequest)
Lists your target groups.
|
default ListTargetsResponse |
VpcLatticeClient.listTargets(Consumer<ListTargetsRequest.Builder> listTargetsRequest)
Lists the targets for the target group.
|
default ListTargetsResponse |
VpcLatticeClient.listTargets(ListTargetsRequest listTargetsRequest)
Lists the targets for the target group.
|
default ListTargetsIterable |
VpcLatticeClient.listTargetsPaginator(Consumer<ListTargetsRequest.Builder> listTargetsRequest)
Lists the targets for the target group.
|
default ListTargetsIterable |
VpcLatticeClient.listTargetsPaginator(ListTargetsRequest listTargetsRequest)
Lists the targets for the target group.
|
default PutAuthPolicyResponse |
VpcLatticeClient.putAuthPolicy(Consumer<PutAuthPolicyRequest.Builder> putAuthPolicyRequest)
Creates or updates the auth policy.
|
default PutAuthPolicyResponse |
VpcLatticeClient.putAuthPolicy(PutAuthPolicyRequest putAuthPolicyRequest)
Creates or updates the auth policy.
|
default PutResourcePolicyResponse |
VpcLatticeClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest)
Attaches a resource-based permission policy to a service or service network.
|
default PutResourcePolicyResponse |
VpcLatticeClient.putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest)
Attaches a resource-based permission policy to a service or service network.
|
default RegisterTargetsResponse |
VpcLatticeClient.registerTargets(Consumer<RegisterTargetsRequest.Builder> registerTargetsRequest)
Registers the targets with the target group.
|
default RegisterTargetsResponse |
VpcLatticeClient.registerTargets(RegisterTargetsRequest registerTargetsRequest)
Registers the targets with the target group.
|
default TagResourceResponse |
VpcLatticeClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds the specified tags to the specified resource.
|
default TagResourceResponse |
VpcLatticeClient.tagResource(TagResourceRequest tagResourceRequest)
Adds the specified tags to the specified resource.
|
default UpdateAccessLogSubscriptionResponse |
VpcLatticeClient.updateAccessLogSubscription(Consumer<UpdateAccessLogSubscriptionRequest.Builder> updateAccessLogSubscriptionRequest)
Updates the specified access log subscription.
|
default UpdateAccessLogSubscriptionResponse |
VpcLatticeClient.updateAccessLogSubscription(UpdateAccessLogSubscriptionRequest updateAccessLogSubscriptionRequest)
Updates the specified access log subscription.
|
default UpdateListenerResponse |
VpcLatticeClient.updateListener(Consumer<UpdateListenerRequest.Builder> updateListenerRequest)
Updates the specified listener for the specified service.
|
default UpdateListenerResponse |
VpcLatticeClient.updateListener(UpdateListenerRequest updateListenerRequest)
Updates the specified listener for the specified service.
|
default UpdateRuleResponse |
VpcLatticeClient.updateRule(Consumer<UpdateRuleRequest.Builder> updateRuleRequest)
Updates a rule for the listener.
|
default UpdateRuleResponse |
VpcLatticeClient.updateRule(UpdateRuleRequest updateRuleRequest)
Updates a rule for the listener.
|
default UpdateServiceResponse |
VpcLatticeClient.updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)
Updates the specified service.
|
default UpdateServiceResponse |
VpcLatticeClient.updateService(UpdateServiceRequest updateServiceRequest)
Updates the specified service.
|
default UpdateServiceNetworkResponse |
VpcLatticeClient.updateServiceNetwork(Consumer<UpdateServiceNetworkRequest.Builder> updateServiceNetworkRequest)
Updates the specified service network.
|
default UpdateServiceNetworkResponse |
VpcLatticeClient.updateServiceNetwork(UpdateServiceNetworkRequest updateServiceNetworkRequest)
Updates the specified service network.
|
default UpdateServiceNetworkVpcAssociationResponse |
VpcLatticeClient.updateServiceNetworkVpcAssociation(Consumer<UpdateServiceNetworkVpcAssociationRequest.Builder> updateServiceNetworkVpcAssociationRequest)
Updates the service network and VPC association.
|
default UpdateServiceNetworkVpcAssociationResponse |
VpcLatticeClient.updateServiceNetworkVpcAssociation(UpdateServiceNetworkVpcAssociationRequest updateServiceNetworkVpcAssociationRequest)
Updates the service network and VPC association.
|
default UpdateTargetGroupResponse |
VpcLatticeClient.updateTargetGroup(Consumer<UpdateTargetGroupRequest.Builder> updateTargetGroupRequest)
Updates the specified target group.
|
default UpdateTargetGroupResponse |
VpcLatticeClient.updateTargetGroup(UpdateTargetGroupRequest updateTargetGroupRequest)
Updates the specified target group.
|
Copyright © 2023. All rights reserved.