Uses of Class
software.amazon.awssdk.services.securitylake.model.DeleteCustomLogSourceResponse
-
Packages that use DeleteCustomLogSourceResponse Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service. -
-
Uses of DeleteCustomLogSourceResponse in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake that return DeleteCustomLogSourceResponse Modifier and Type Method Description default DeleteCustomLogSourceResponseSecurityLakeClient. deleteCustomLogSource(Consumer<DeleteCustomLogSourceRequest.Builder> deleteCustomLogSourceRequest)Removes a custom log source from Amazon Security Lake, to stop sending data from the custom source to Security Lake.default DeleteCustomLogSourceResponseSecurityLakeClient. deleteCustomLogSource(DeleteCustomLogSourceRequest deleteCustomLogSourceRequest)Removes a custom log source from Amazon Security Lake, to stop sending data from the custom source to Security Lake.Methods in software.amazon.awssdk.services.securitylake that return types with arguments of type DeleteCustomLogSourceResponse Modifier and Type Method Description default CompletableFuture<DeleteCustomLogSourceResponse>SecurityLakeAsyncClient. deleteCustomLogSource(Consumer<DeleteCustomLogSourceRequest.Builder> deleteCustomLogSourceRequest)Removes a custom log source from Amazon Security Lake, to stop sending data from the custom source to Security Lake.default CompletableFuture<DeleteCustomLogSourceResponse>SecurityLakeAsyncClient. deleteCustomLogSource(DeleteCustomLogSourceRequest deleteCustomLogSourceRequest)Removes a custom log source from Amazon Security Lake, to stop sending data from the custom source to Security Lake.
-