Uses of Class
software.amazon.awssdk.services.securitylake.model.GetSubscriberResponse
-
Packages that use GetSubscriberResponse Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service. -
-
Uses of GetSubscriberResponse in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake that return GetSubscriberResponse Modifier and Type Method Description default GetSubscriberResponseSecurityLakeClient. getSubscriber(Consumer<GetSubscriberRequest.Builder> getSubscriberRequest)Retrieves the subscription information for the specified subscription ID.default GetSubscriberResponseSecurityLakeClient. getSubscriber(GetSubscriberRequest getSubscriberRequest)Retrieves the subscription information for the specified subscription ID.Methods in software.amazon.awssdk.services.securitylake that return types with arguments of type GetSubscriberResponse Modifier and Type Method Description default CompletableFuture<GetSubscriberResponse>SecurityLakeAsyncClient. getSubscriber(Consumer<GetSubscriberRequest.Builder> getSubscriberRequest)Retrieves the subscription information for the specified subscription ID.default CompletableFuture<GetSubscriberResponse>SecurityLakeAsyncClient. getSubscriber(GetSubscriberRequest getSubscriberRequest)Retrieves the subscription information for the specified subscription ID.
-