Uses of Class
software.amazon.awssdk.services.ec2.model.RegisterInstanceEventNotificationAttributesResponse
-
Packages that use RegisterInstanceEventNotificationAttributesResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of RegisterInstanceEventNotificationAttributesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return RegisterInstanceEventNotificationAttributesResponse Modifier and Type Method Description default RegisterInstanceEventNotificationAttributesResponseEc2Client. registerInstanceEventNotificationAttributes(Consumer<RegisterInstanceEventNotificationAttributesRequest.Builder> registerInstanceEventNotificationAttributesRequest)Registers a set of tag keys to include in scheduled event notifications for your resources.default RegisterInstanceEventNotificationAttributesResponseEc2Client. registerInstanceEventNotificationAttributes(RegisterInstanceEventNotificationAttributesRequest registerInstanceEventNotificationAttributesRequest)Registers a set of tag keys to include in scheduled event notifications for your resources.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type RegisterInstanceEventNotificationAttributesResponse Modifier and Type Method Description default CompletableFuture<RegisterInstanceEventNotificationAttributesResponse>Ec2AsyncClient. registerInstanceEventNotificationAttributes(Consumer<RegisterInstanceEventNotificationAttributesRequest.Builder> registerInstanceEventNotificationAttributesRequest)Registers a set of tag keys to include in scheduled event notifications for your resources.default CompletableFuture<RegisterInstanceEventNotificationAttributesResponse>Ec2AsyncClient. registerInstanceEventNotificationAttributes(RegisterInstanceEventNotificationAttributesRequest registerInstanceEventNotificationAttributesRequest)Registers a set of tag keys to include in scheduled event notifications for your resources.
-