Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DisassociateKmsKeyRequest.Builder
-
Packages that use DisassociateKmsKeyRequest.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources.software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of DisassociateKmsKeyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type DisassociateKmsKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<DisassociateKmsKeyResponse>CloudWatchLogsAsyncClient. disassociateKmsKey(Consumer<DisassociateKmsKeyRequest.Builder> disassociateKmsKeyRequest)Disassociates the specified KMS key from the specified log group or from all CloudWatch Logs Insights query results in the account.default DisassociateKmsKeyResponseCloudWatchLogsClient. disassociateKmsKey(Consumer<DisassociateKmsKeyRequest.Builder> disassociateKmsKeyRequest)Disassociates the specified KMS key from the specified log group or from all CloudWatch Logs Insights query results in the account. -
Uses of DisassociateKmsKeyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DisassociateKmsKeyRequest.Builder Modifier and Type Method Description static DisassociateKmsKeyRequest.BuilderDisassociateKmsKeyRequest. builder()DisassociateKmsKeyRequest.BuilderDisassociateKmsKeyRequest.Builder. logGroupName(String logGroupName)The name of the log group.DisassociateKmsKeyRequest.BuilderDisassociateKmsKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateKmsKeyRequest.BuilderDisassociateKmsKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateKmsKeyRequest.BuilderDisassociateKmsKeyRequest.Builder. resourceIdentifier(String resourceIdentifier)Specifies the target for this operation.DisassociateKmsKeyRequest.BuilderDisassociateKmsKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DisassociateKmsKeyRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateKmsKeyRequest.Builder>DisassociateKmsKeyRequest. serializableBuilderClass()
-