Uses of Class
software.amazon.awssdk.services.securitylake.model.CreateCustomLogSourceResponse
-
Packages that use CreateCustomLogSourceResponse Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service. -
-
Uses of CreateCustomLogSourceResponse in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake that return CreateCustomLogSourceResponse Modifier and Type Method Description default CreateCustomLogSourceResponseSecurityLakeClient. createCustomLogSource(Consumer<CreateCustomLogSourceRequest.Builder> createCustomLogSourceRequest)Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to create a custom source.default CreateCustomLogSourceResponseSecurityLakeClient. createCustomLogSource(CreateCustomLogSourceRequest createCustomLogSourceRequest)Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to create a custom source.Methods in software.amazon.awssdk.services.securitylake that return types with arguments of type CreateCustomLogSourceResponse Modifier and Type Method Description default CompletableFuture<CreateCustomLogSourceResponse>SecurityLakeAsyncClient. createCustomLogSource(Consumer<CreateCustomLogSourceRequest.Builder> createCustomLogSourceRequest)Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to create a custom source.default CompletableFuture<CreateCustomLogSourceResponse>SecurityLakeAsyncClient. createCustomLogSource(CreateCustomLogSourceRequest createCustomLogSourceRequest)Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to create a custom source.
-