Uses of Class
software.amazon.awssdk.services.ec2.model.CreateFlowLogsResponse
Packages that use CreateFlowLogsResponse
-
Uses of CreateFlowLogsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateFlowLogsResponseModifier and TypeMethodDescriptiondefault CreateFlowLogsResponseEc2Client.createFlowLogs(Consumer<CreateFlowLogsRequest.Builder> createFlowLogsRequest) Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC.default CreateFlowLogsResponseEc2Client.createFlowLogs(CreateFlowLogsRequest createFlowLogsRequest) Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateFlowLogsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreateFlowLogsResponse>Ec2AsyncClient.createFlowLogs(Consumer<CreateFlowLogsRequest.Builder> createFlowLogsRequest) Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC.default CompletableFuture<CreateFlowLogsResponse>Ec2AsyncClient.createFlowLogs(CreateFlowLogsRequest createFlowLogsRequest) Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC.