Uses of Interface
software.amazon.awssdk.services.securitylake.SecurityLakeBaseClientBuilder
-
Packages that use SecurityLakeBaseClientBuilder Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service. -
-
Uses of SecurityLakeBaseClientBuilder in software.amazon.awssdk.services.securitylake
Classes in software.amazon.awssdk.services.securitylake with type parameters of type SecurityLakeBaseClientBuilder Modifier and Type Interface Description interfaceSecurityLakeBaseClientBuilder<B extends SecurityLakeBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Security Lake that is supported by bothSecurityLakeClientBuilderandSecurityLakeAsyncClientBuilder.Subinterfaces of SecurityLakeBaseClientBuilder in software.amazon.awssdk.services.securitylake Modifier and Type Interface Description interfaceSecurityLakeAsyncClientBuilderA builder for creating an instance ofSecurityLakeAsyncClient.interfaceSecurityLakeClientBuilderA builder for creating an instance ofSecurityLakeClient.
-