Uses of Class
software.amazon.awssdk.services.securitylake.model.DeleteCustomLogSourceRequest
-
Packages that use DeleteCustomLogSourceRequest Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service.software.amazon.awssdk.services.securitylake.transform -
-
Uses of DeleteCustomLogSourceRequest in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake with parameters of type DeleteCustomLogSourceRequest Modifier and Type Method Description 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.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. -
Uses of DeleteCustomLogSourceRequest in software.amazon.awssdk.services.securitylake.transform
Methods in software.amazon.awssdk.services.securitylake.transform with parameters of type DeleteCustomLogSourceRequest Modifier and Type Method Description SdkHttpFullRequestDeleteCustomLogSourceRequestMarshaller. marshall(DeleteCustomLogSourceRequest deleteCustomLogSourceRequest)
-