Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TrustStoreNotFoundException
Packages that use TrustStoreNotFoundException
-
Uses of TrustStoreNotFoundException in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that throw TrustStoreNotFoundExceptionModifier and TypeMethodDescriptiondefault AddTagsResponseElasticLoadBalancingV2Client.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest) Adds the specified tags to the specified Elastic Load Balancing resource.default AddTagsResponseElasticLoadBalancingV2Client.addTags(AddTagsRequest addTagsRequest) Adds the specified tags to the specified Elastic Load Balancing resource.default AddTrustStoreRevocationsResponseElasticLoadBalancingV2Client.addTrustStoreRevocations(Consumer<AddTrustStoreRevocationsRequest.Builder> addTrustStoreRevocationsRequest) Adds the specified revocation file to the specified trust store.default AddTrustStoreRevocationsResponseElasticLoadBalancingV2Client.addTrustStoreRevocations(AddTrustStoreRevocationsRequest addTrustStoreRevocationsRequest) Adds the specified revocation file to the specified trust store.default CreateListenerResponseElasticLoadBalancingV2Client.createListener(Consumer<CreateListenerRequest.Builder> createListenerRequest) Creates a listener for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.default CreateListenerResponseElasticLoadBalancingV2Client.createListener(CreateListenerRequest createListenerRequest) Creates a listener for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.ElasticLoadBalancingV2Client.deleteSharedTrustStoreAssociation(Consumer<DeleteSharedTrustStoreAssociationRequest.Builder> deleteSharedTrustStoreAssociationRequest) Deletes a shared trust store association.ElasticLoadBalancingV2Client.deleteSharedTrustStoreAssociation(DeleteSharedTrustStoreAssociationRequest deleteSharedTrustStoreAssociationRequest) Deletes a shared trust store association.default DeleteTrustStoreResponseElasticLoadBalancingV2Client.deleteTrustStore(Consumer<DeleteTrustStoreRequest.Builder> deleteTrustStoreRequest) Deletes a trust store.default DeleteTrustStoreResponseElasticLoadBalancingV2Client.deleteTrustStore(DeleteTrustStoreRequest deleteTrustStoreRequest) Deletes a trust store.default DescribeTagsResponseElasticLoadBalancingV2Client.describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest) Describes the tags for the specified Elastic Load Balancing resources.default DescribeTagsResponseElasticLoadBalancingV2Client.describeTags(DescribeTagsRequest describeTagsRequest) Describes the tags for the specified Elastic Load Balancing resources.ElasticLoadBalancingV2Client.describeTrustStoreAssociations(Consumer<DescribeTrustStoreAssociationsRequest.Builder> describeTrustStoreAssociationsRequest) Describes all resources associated with the specified trust store.ElasticLoadBalancingV2Client.describeTrustStoreAssociations(DescribeTrustStoreAssociationsRequest describeTrustStoreAssociationsRequest) Describes all resources associated with the specified trust store.ElasticLoadBalancingV2Client.describeTrustStoreAssociationsPaginator(Consumer<DescribeTrustStoreAssociationsRequest.Builder> describeTrustStoreAssociationsRequest) ElasticLoadBalancingV2Client.describeTrustStoreAssociationsPaginator(DescribeTrustStoreAssociationsRequest describeTrustStoreAssociationsRequest) ElasticLoadBalancingV2Client.describeTrustStoreRevocations(Consumer<DescribeTrustStoreRevocationsRequest.Builder> describeTrustStoreRevocationsRequest) Describes the revocation files in use by the specified trust store or revocation files.ElasticLoadBalancingV2Client.describeTrustStoreRevocations(DescribeTrustStoreRevocationsRequest describeTrustStoreRevocationsRequest) Describes the revocation files in use by the specified trust store or revocation files.ElasticLoadBalancingV2Client.describeTrustStoreRevocationsPaginator(Consumer<DescribeTrustStoreRevocationsRequest.Builder> describeTrustStoreRevocationsRequest) ElasticLoadBalancingV2Client.describeTrustStoreRevocationsPaginator(DescribeTrustStoreRevocationsRequest describeTrustStoreRevocationsRequest) default DescribeTrustStoresResponseElasticLoadBalancingV2Client.describeTrustStores(Consumer<DescribeTrustStoresRequest.Builder> describeTrustStoresRequest) Describes all trust stores for the specified account.default DescribeTrustStoresResponseElasticLoadBalancingV2Client.describeTrustStores(DescribeTrustStoresRequest describeTrustStoresRequest) Describes all trust stores for the specified account.default DescribeTrustStoresIterableElasticLoadBalancingV2Client.describeTrustStoresPaginator(Consumer<DescribeTrustStoresRequest.Builder> describeTrustStoresRequest) default DescribeTrustStoresIterableElasticLoadBalancingV2Client.describeTrustStoresPaginator(DescribeTrustStoresRequest describeTrustStoresRequest) ElasticLoadBalancingV2Client.getTrustStoreCaCertificatesBundle(Consumer<GetTrustStoreCaCertificatesBundleRequest.Builder> getTrustStoreCaCertificatesBundleRequest) Retrieves the ca certificate bundle.ElasticLoadBalancingV2Client.getTrustStoreCaCertificatesBundle(GetTrustStoreCaCertificatesBundleRequest getTrustStoreCaCertificatesBundleRequest) Retrieves the ca certificate bundle.ElasticLoadBalancingV2Client.getTrustStoreRevocationContent(Consumer<GetTrustStoreRevocationContentRequest.Builder> getTrustStoreRevocationContentRequest) Retrieves the specified revocation file.ElasticLoadBalancingV2Client.getTrustStoreRevocationContent(GetTrustStoreRevocationContentRequest getTrustStoreRevocationContentRequest) Retrieves the specified revocation file.default ModifyListenerResponseElasticLoadBalancingV2Client.modifyListener(Consumer<ModifyListenerRequest.Builder> modifyListenerRequest) Replaces the specified properties of the specified listener.default ModifyListenerResponseElasticLoadBalancingV2Client.modifyListener(ModifyListenerRequest modifyListenerRequest) Replaces the specified properties of the specified listener.default ModifyTrustStoreResponseElasticLoadBalancingV2Client.modifyTrustStore(Consumer<ModifyTrustStoreRequest.Builder> modifyTrustStoreRequest) Update the ca certificate bundle for the specified trust store.default ModifyTrustStoreResponseElasticLoadBalancingV2Client.modifyTrustStore(ModifyTrustStoreRequest modifyTrustStoreRequest) Update the ca certificate bundle for the specified trust store.default RemoveTagsResponseElasticLoadBalancingV2Client.removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest) Removes the specified tags from the specified Elastic Load Balancing resources.default RemoveTagsResponseElasticLoadBalancingV2Client.removeTags(RemoveTagsRequest removeTagsRequest) Removes the specified tags from the specified Elastic Load Balancing resources.ElasticLoadBalancingV2Client.removeTrustStoreRevocations(Consumer<RemoveTrustStoreRevocationsRequest.Builder> removeTrustStoreRevocationsRequest) Removes the specified revocation file from the specified trust store.ElasticLoadBalancingV2Client.removeTrustStoreRevocations(RemoveTrustStoreRevocationsRequest removeTrustStoreRevocationsRequest) Removes the specified revocation file from the specified trust store.