Uses of Interface
software.amazon.awssdk.services.detective.DetectiveBaseClientBuilder
-
Packages that use DetectiveBaseClientBuilder Package Description software.amazon.awssdk.services.detective Detective uses machine learning and purpose-built visualizations to help you to analyze and investigate security issues across your Amazon Web Services (Amazon Web Services) workloads. -
-
Uses of DetectiveBaseClientBuilder in software.amazon.awssdk.services.detective
Classes in software.amazon.awssdk.services.detective with type parameters of type DetectiveBaseClientBuilder Modifier and Type Interface Description interfaceDetectiveBaseClientBuilder<B extends DetectiveBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Detective that is supported by bothDetectiveClientBuilderandDetectiveAsyncClientBuilder.Subinterfaces of DetectiveBaseClientBuilder in software.amazon.awssdk.services.detective Modifier and Type Interface Description interfaceDetectiveAsyncClientBuilderA builder for creating an instance ofDetectiveAsyncClient.interfaceDetectiveClientBuilderA builder for creating an instance ofDetectiveClient.
-